@charset "utf-8";

/* ==================================================
	H E A D E R
================================================== */
/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*transform:translateY(-34px);*/
	transition: transform .25s, box-shadow .25s;
	z-index: 1500;
}

/*.header.topbar-toggle{transform:translateY(0);}*/

/* Top bar */
.top-bar {
	display: flex;
	justify-content: center;
	height: 3.4rem;
	overflow: hidden;
	background-color: #2e3758;
	z-index: 1501;
}

.family-site {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #2e3758;
}

.family-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.family-list::before {
	left: -2.8rem
}

.family-list::after {
	right: -2.8rem
}

.family-list .item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	transition: padding .25s ease
}

.family-list .item::before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 1px;
	height: calc(100% + 4px);
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
	transform: rotate(20.5deg);
	z-index: 50
}

.family-list .item.active {
	background-color: var(--color-red)
}

.family-list .item-link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 3rem;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, .4);
	text-align: center;
	transition: color .25s
}

.family-list .item .item-link .text {
	position: relative;
}

.family-list .item .item-link:hover,
.family-list .item.active .item-link {
	color: #fff
}

/* Header bar */
.header-bar {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(255, 255, 255, 1);
	/*background-color: rgba(0, 0, 0, 0);*/
	transition: background-color .25s ease;
}

.megamenu-bg {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background-color: rgba(255, 255, 255, .9);
	transition: height .25s ease;
}

.header-bar>.inner {
	max-width: 100%;
	width: 100%;
	/*max-width: 1840px;*/
	padding: 0 4rem;
}

.header-bar-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	height: 96px;
}

.branding {
	min-width: 17.8rem;
	max-width: 17.8rem;
	/*margin-left: 4rem;*/
}

.branding>a,
.branding>a>.logo {
	display: block;
	width: 100%;
}

.branding .logo.logo-floating {
	display: none;
}

.mheader .branding .logo.logo-floating {
	display: none;
}

.mheader .header.floating .branding .logo.logo-floating,
.mheader .header-bar.hover .branding .logo.logo-floating,
.mheader .header-bar.full-open .branding .logo.logo-floating {
	display: block;
}

.mheader .header.floating .branding .logo-default,
.mheader .header-bar.hover .branding .logo-default,
.mheader .header-bar.full-open .branding .logo-default {
	display: none !important;
}

.home .header-bar {
	border-bottom-width: 1px;
	background-color: rgba(0, 0, 0, .12);
}

/* Main Navi */
.main-navigation {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	/*padding: 0 0 0 80px;*/
}

.main-nav {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	width: 100%;
	height: 100%;
}

.main-nav>li {
	position: relative;
	width: 25%;
	height: 100%;
}

.main-nav>li>a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	min-width: 17rem;
	height: 100%;
	padding: 0;
	font-size: 2.5rem;
	font-weight: var(--font-sb);
	color: var(--color-black);
	transition: background-color .25s, color .25s;
}

.main-nav>li>.sub-nav {
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	padding: 2rem 0;
	text-align: left;
	transition: visibility .25s, opacity .25s, height .25s, background-color .25s;
}

.main-nav .sub-nav li>a {
	position: relative;
	display: block;
	opacity: 1;
	padding: 0.4rem 0;
	font-size: 1.8rem;
	font-weight: var(--font-md);
	line-height: 1.5;
	color: #444;
	transition: color .25s;
}

.main-nav .sub-nav li>a:hover {
	color: var(--color-red);
}

.main-nav .sub-nav .sub-nav {
	display: none;
	padding-left: 0.8rem;
}

.main-nav .sub-nav .sub-nav li>a {
	padding: 1px 0;
	font-size: 1.5rem;
	color: #787878;
}

.main-nav .sub-nav .sub-nav li>a:hover {
	color: var(--color-red);
}

.main-nav .sub-nav .sub-nav li:last-child {
	margin-bottom: 10px;
}

.main-nav .child_button {
	display: none;
}

.main-nav .main_hide {
	display: none;
}

/* Hover */
/* .main-nav > li:hover > a{color:#fff !important;background-color:var(--color-red);} */
.main-nav>li>a:hover {
	color: var(--color-red) !important;
}

/* .main-nav > li:hover > a::after{transform:scaleX(1);} */
/* .main-nav > li:hover > .sub-nav{background-color:var(--color-red);} */
/* .main-nav > li:hover > .sub-nav li > a{color:#fff;transition:color .25s;} */
/* Active */
.main-nav>li.act>a {
	color: var(--color-red) !important;
}

.main-nav .sub-nav li.act>a {
	color: var(--color-red);
	text-decoration: underline;
}

/* Quick Menu */
.header-quick {
	display: flex;
	align-items: center;
}

.header-quick .quick-act {
	position: relative;
	/*margin-right: 1.4rem;*/
	line-height: 1;
}

/*.header-quick .quick-act:first-child:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 15px;
	background-color: #b4b4b4;
}*/

.mheader .header-quick .quick-act:first-child:after {
	background-color: #fff;
}

.header.floating .header-quick .quick-act:first-child:after,
.header-bar.hover .header-quick .quick-act:first-child:after,
.header-bar.full-open .header-quick .quick-act:first-child:after {
	background-color: #b4b4b4;
}

.header-quick .quick-act:last-child {
	margin-right: 0;
}

.language-switcher {
	position: relative;
}

.language-switcher .btn-select-language {
	display: block;
	position: relative;
	width: 5.4rem;
	height: 5.4rem;
	line-height: 5.4rem;
	border-radius: 50%;
	/*padding-left: 10px;*/
	font-family: var(--font-Poppins);
	font-size: var(--rem-16);
	font-weight: var(--font-sb);
	color: var(--color-black);
	text-align: center;
	border: 0;
	outline: none;
	border: 1px solid var(--color-black);
}

.mheader .language-switcher .btn-select-language {
	color: var(--color-black);
}

.header.floating .language-switcher .btn-select-language,
.header-bar.hover .language-switcher .btn-select-language,
.header-bar.full-open .language-switcher .btn-select-language {
	/*color: #000;*/
}

.language-switcher>.language-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 5px;
	background-color: #fefefe;
	border: 1px solid #ededed;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
	transition: visibility .25s ease, opacity .25s ease;
	z-index: 11;
}

.language-switcher>.language-list>li {
	text-align: left;
	border-bottom: 1px solid #eee;
}

.language-switcher>.language-list>li:last-child {
	border-bottom: 0;
}

.language-switcher>.language-list>li>a {
	display: block;
	font-family: var(--font-Poppins);
	font-size: var(--rem-15);
	color: var(--color-black);
	padding: 6px 0;
	text-align: center;
}

.language-switcher>.language-list>li>a:hover {
	background: var(--color-red);
	color: var(--color-white);
}

.language-switcher>.language-list>li>a.act {
	background-color: var(--color-red);
	font-weight: var(--font-sb);
	color: var(--color-white);
}

.language-switcher.open>.language-list {
	visibility: visible;
	opacity: 1;
}

.btn-all-menu {
	display: flex;
	align-items: center;
	position: relative;
	width: 3rem;
	height: 2.1rem;
	border: 0;
	outline: none;
	background-color: transparent;
}

.btn-all-menu>.lines {
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: var(--color-black);
}

.btn-all-menu>.lines::after,
.btn-all-menu>.lines::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background-color: var(--color-black);
}

.btn-all-menu>.lines::before {
	top: 0;
}

.btn-all-menu>.lines::after {
	bottom: 0;
}

/* Header Hover & Floating */
.home .header.floating {
	box-shadow: 0 3px 9px rgba(0, 0, 0, .15);
}

.header.floating .header-bar,
.header-bar.hover,
.header-bar.full-open {
	background-color: var(--color-white);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.header.floating .header-bar .logo-floating,
.header-bar.hover .logo-floating,
.header-bar.full-open .logo-floating {
	display: block;
}

.header.floating .header-bar .logo-default,
.header-bar.hover .logo-default,
.header-bar.full-open .logo-default {
	display: none;
}

.header.floating .header-bar .main-nav>li>a,
.header-bar.hover .main-nav>li>a,
.header-bar.full-open .main-nav>li>a {
	color: #333;
}

.header.floating .btn-select-language,
.header-bar.hover .btn-select-language,
.header-bar.full-open .btn-select-language {
	color: #000;
}

.header.floating .btn-all-menu>.lines,
.header.floating .btn-all-menu>.lines::after,
.header.floating .btn-all-menu>.lines::before,
.header-bar.hover .btn-all-menu>.lines,
.header-bar.hover .btn-all-menu>.lines::after,
.header-bar.hover .btn-all-menu>.lines::before,
.header-bar.full-open .btn-all-menu>.lines,
.header-bar.full-open .btn-all-menu>.lines::after,
.header-bar.full-open .btn-all-menu>.lines::before {
	background-color: #333;
}

.header-bar.full-open .main-nav>li>.sub-nav {
	visibility: visible;
	opacity: 1;
	height: 25.5rem;
	/* 높이 */
}

.header-bar.full-open .megamenu-bg {
	height: 25.5rem;
	/* 높이 */
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}

.header-bar.hover .main-nav>li.act>a::after {
	background-color: var(--color-red);
}

.header-bar.hover .main-nav>li.act:hover>a::after {
	background-color: var(--color-white);
}

/* .header.floating .main-nav > li.act > a::after{top:calc(100% - 2px);background-color:#ff9600;transform:scaleX(1);}
  .header.floating .main-nav > li.act:hover > a::after{top:calc(100% - 3px);background-color:#fff!important;} */

/* Full(Mobile) Nav */
.full-nav-mask {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	transition: opacity .25s, visibility .25s;
	z-index: 1549;
}

.full-nav-mask.open {
	visibility: visible;
	opacity: 1
}

.full-nav {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1200px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	transition: transform .5s, opacity .25s, visibility .25s;
	z-index: 1550;
}

.full-nav.open {
	visibility: visible;
	opacity: 1;
}

.full-nav .hd {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 80px;
	background-color: #112669;
}

.full-nav .hd .close-full-nav {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 2.4rem;
	color: #fff;
	border: 0;
	background-color: transparent;
	transform: translateY(-50%);
}

.full-nav .nav-all {
	padding: 50px 60px 60px;
}

.full-nav .mo-quick {
	display: none;
}

.full-navi {
	display: flex;
	justify-content: space-between;
}

.full-navi>li {
	position: relative;
	width: 100%;
	padding: 0 15px;
	text-align: center
}

.full-navi>li>a {
	display: block;
	position: relative;
	padding-bottom: 14px;
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	border-bottom: 1px solid #ddd;
}

.full-navi>li.act>a,
.full-navi>li>a:hover {
	color: #112669;
}

.full-navi .sub-nav {
	padding-top: 15px;
}

.full-navi .sub-nav a {
	display: block;
	padding: 5px 5px;
	font-size: 1.6rem;
	color: #999;
}

.full-navi .sub-nav li.act a,
.full-navi .sub-nav li a:hover {
	color: var(--color-red);
}

.full-navi .child_button {
	display: none;
	top: 12px;
	right: 30px;
	font-family: xeicon !important;
	speak: none;
	font-size: 0;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 0;
	background-color: transparent;
	transition: transform .3s ease
}

.full-navi .child_button::before {
	content: "\e943";
	font-size: 2.4rem;
}

.full-navi li.open>.child_button {
	transform: rotate(180deg);
}

.full-navi .sub-nav .child_button {
	display: none !important;
}

/* mobile */
.full-nav .bth-contact {
	display: none;
	border-radius: 30px;
}

.full-nav .mo-quick button {
	color: #222;
	text-align: center;
}

.mheader .full-nav .mo-quick button {
	color: #222;
}

.full-nav .mo-quick button:hover {
	color: var(--color-red)
}

.mheader .full-nav .language-switcher .btn-select-language>.icon {
	color: #b4b4b4;
}

.mo-quick .language-switcher .btn-select-language>.icon {
	color: #b4b4b4;
}

.full-family {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	background-color: #222;
	transform: translateX(100%);
	transition: transform .45s, visibility .45s;
}

.full-family.open {
	visibility: visible;
	transform: translateX(0);
}

.full-nav .full-family .hd {
	border-bottom: 1px solid #4e4e4e;
	background-color: #222;
}

.full-family-tt {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.close-full-family {
	position: absolute;
	top: 0;
	right: 0;
	width: 78px;
	height: 100%;
	font-size: 2.8rem;
	color: #fff;
	border: 0;
	border-left: 1px solid #4e4e4e;
	background-color: #222;
}

.header-quick .quick-language {
	/*margin-right: 3rem;*/
}

.header-quick .quick-nav {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:1570px) {

	/* Main Navi */
	/*.main-navigation {
		padding: 0 0 0 65px;
	}*/

	.main-nav>li>a {
		min-width: 124px;
	}

}

@media screen and (max-width:1400px) {

	/* Header bar */
	.branding {
		min-width: 17rem;
		max-width: 17rem;
		margin-left: 0;
	}

	/* Main Navi */
	.main-nav {
		max-width: 90rem;
	}

	.main-nav>li>a {
		min-width: 10rem;
	}

	/* Quick Menu */
	.quick-nav {
		position: relative;
		top: -2.1;
		padding-left: 2rem;
	}

}

@media screen and (max-width:1280px) {

	/* Header bar */
	.branding {
		min-width: 16rem;
		max-width: 16rem;
	}

	/* Main Navi */
	/*.main-navigation {
		padding: 0 0 0 45px;
	}*/

	.main-nav {
		max-width: 80rem;
	}

	/* Quick Menu */
	.bth-contact {
		width: 15rem;
	}

	.language-switcher .btn-select-language {
		font-size: 1.4rem;
	}

	.header-quick .quick-language {
		margin-right: 2rem;
	}

	/* Full(Mobile) Nav */
	.full-nav {
		left: 4%;
		width: 92%;
		transform: translate(0, -50%);
	}

	.full-nav .nav-all {
		padding: 40px 45px 55px;
	}
}

@media screen and (max-width:1100px) {

	/* Header bar */
	.header-bar-wrap {
		height: 78px;
	}

	.header-bar>.inner {
		padding: 0 2rem;
	}

	.branding {
		padding-top: 0.5rem;
	}

	/* Main Navi */
	.main-navigation {
		display: none;
	}

	/* Quick Menu */
	.header-quick {
		padding-top: 0;
	}

	.quick-nav {
		top: 0;
		padding: 0;
	}

	.header-quick .quick-nav {
		display: block;
	}

	/* Full(Mobile) Nav */
	.full-nav {
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 48rem;
		border-radius: 0;
		transform: translate(100%, 0);
	}

	.full-nav.open {
		transform: translate(0, 0);
	}

	.full-nav .hd {
		justify-content: flex-start;
		height: 79px;
		padding-left: 35px;
		border-bottom: 1px solid #e9e9e9;
		background-color: var(--color-white);
	}

	.full-nav .hd .close-full-nav {
		top: 0;
		right: 0;
		width: 78px;
		height: 100%;
		font-size: 2.8rem;
		color: var(--color-white);
		background-color: var(--color-red);
		transform: translateY(0);
	}

	.full-nav .nav-all {
		height: calc(100vh - 120px);
		overflow-y: auto;
		padding: 0;
		margin-top: 4rem;
	}

	.full-nav .nav-all::-webkit-scrollbar {
		width: 6px;
		height: 6px
	}

	.full-nav .nav-all::-webkit-scrollbar-thumb {
		background-color: rgba(255, 150, 0, .45);
		border-radius: 3px;
	}

	.full-nav .nav-all::-webkit-scrollbar-track {
		background-color: rgba(255, 150, 0, .22);
	}

	.full-nav .mo-quick {
		display: block;
	}

	.full-navi {
		display: block;
	}

	.full-navi>li {
		padding: 4px 0;
	}

	.full-navi>li>a {
		padding: 11px 35px;
		font-size: 2.4rem;
		text-align: left;
		border-bottom: 0;
	}

	.full-navi .sub-nav {
		display: none;
		padding: 20px 0;
		background-color: #f5f5f5;
	}

	.full-navi .sub-nav a {
		font-size: 1.8rem;
		line-height: 1.5;
		text-align: left;
		padding: 5px 35px 5px 45px;
	}

	.full-navi .child_button {
		display: inline-block;
		position: absolute;
	}

	.language-switcher {
		margin-left: 0;
	}

	.language-switcher .btn-select-language {}

	.full-nav .ft {
		display: none;
	}
}

@media screen and (max-width:640px) {

	/* Header bar */
	.header-bar-wrap {
		height: 68px;
	}

	/* Full(Mobile) Nav */
	.full-nav {
		width: 80%;
		min-width: none
	}

	.full-nav .hd {
		height: 69px;
	}

	.full-nav .hd .close-full-nav {
		width: 69px;
	}

	.full-nav .nav-all {
		height: calc(100vh - 175px);
	}
}

@media screen and (max-width:480px) {

	/* Header bar */
	.branding {
		position: relative;
		min-width: 16rem;
		max-width: 16rem;
		left: -5px;
	}

	/* Quick Menu */
	.btn-all-menu {
		width: 28px;
		height: 19px;
	}

	.btn-all-menu>.lines {
		height: 3px;
	}

	.btn-all-menu>.lines::after,
	.btn-all-menu>.lines::before {
		height: 3px;
	}

	/* Full(Mobile) Nav */
	.full-nav .hd {
		padding-left: 28px;
	}

	.language-switcher {
		margin-left: 0;
	}

	.full-nav .ft {
		display: block;
		border-top: 1px solid #ddd;
		padding-top: 16px;
		text-align: center;
	}

	.full-nav .ft .bth-contact {
		display: inline-block;
		border-radius: 0
	}

	.full-nav .nav-all {
		height: calc(100vh - 165px);
		margin-top: 30px;
	}

	.full-navi>li>a {
		padding: 9px 28px;
	}

	.full-navi .sub-nav {
		padding: 16px 0;
	}

	.full-navi .sub-nav a {
		padding: 4px 30px 4px 40px;
	}

	.full-navi .child_button {
		right: 20px;
	}

	.full-navi .child_button::before {
		font-size: 2rem;
	}

	.full-nav .family-list .item-link {
		padding: 11px 26px;
	}

	.full-family .close-full-family {
		width: 68px;
	}
}

/* ==================================================
	스크롤 내렸을때 변화
================================================== */
#header.active {
	background: rgba(0, 0, 0, 1);
}

.mwarp #header.active {
	border-bottom: 0;
	background: rgba(0, 0, 0, 1);
}

/* ==================================================
	Sub Bread Menu
================================================== */
.nav-sub-bread {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-red);
}

.nav-sub-bread>.inner {
	max-width: 100%;
	width: 1400px;
	padding: 0;
	/*background-color: #fff;
	transition: width .25s, box-shadow .25s;*/
	transition: box-shadow .25s;
}

.sub_bread_menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	max-width: var(--px-base);
	height: 70px;
	margin: 0 auto;
	/*border-bottom: 1px solid #e1e1e1;
	box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.275);*/
}

.sub_bread_menu:after {
	content: "";
	display: block;
	clear: both;
}

.sub_bread_menu>li {
	display: flex;
	align-items: center;
	position: relative;
	min-width: 0;
	height: 100%;
}

.sub_bread_menu>li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 69px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*.sub_bread_menu>li.depth2 {
	background: #136ab2;
}*/

.sub_bread_menu>li.depth2:not(.firstHome)>a {
	color: #fff;
}

.sub_bread_menu>li.firstHome {
	flex: 0 0 70px;
	justify-content: center;
}

.sub_bread_menu>li.firstHome>a {
	display: block;
	position: relative;
}

.sub_bread_menu>li:not(.firstHome) {
	flex: 0 0 280px;
	justify-content: left;
}

.sub_bread_menu>li.depth1 {
	flex: 0 0 250px;
}

.sub_bread_menu>li:not(.firstHome)>a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.9rem;
	font-weight: 500;
	color: var(--color-white);
	padding: 0 30px;
}

.sub_bread_menu>li:not(.firstHome)>a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 15px;
	height: 8px;
	background: url('../images/gnb/arrow.png');
	display: inline-block;
	line-height: 1;
}

.sub_bread_menu .menu-name {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sub_bread_menu>li>ul {
	position: absolute;
	width: 100%;
	top: 100%;
	background: #545454;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	transition: opacity 0.25s, visibility 0.25s;
	opacity: 0;
	visibility: hidden;
	z-index: 30
}

.sub_bread_menu>li.open>ul {
	opacity: 1;
	visibility: visible
}

.sub_bread_menu>li>ul>li>a {
	display: block;
	font-size: 1.8rem;
	text-align: left;
	color: var(--color-black);
	padding: 0 20px;
	line-height: 50px;
	background-color: var(--color-white);
	transition: background-color 0.25s, color .25s, border .25s;
	border-bottom: 1px solid #eee;
}

.sub_bread_menu>li>ul>li:last-child>a {
	border-bottom: 0;
}

.sub_bread_menu>li>ul>li>a:hover,
.sub_bread_menu>li>ul>li.act>a {
	background: var(--color-red);
	color: var(--color-white);
	border-color: var(--color-red)
}

/* .sub_bread_menu > li:nth-child(4){display:none;} */
.nav-sub-bread.floating {
	position: fixed;
	top: 96px;
	bottom: auto;
	left: auto;
	margin-top: 0;
	z-index: 100;
	/*z-index: 1499;*/
}

.nav-sub-bread.floating .inner {
	width: 100%;
	box-shadow: 3px 3px 13px rgb(0 0 0 / 28%);
	background: var(--color-red);
	border-radius: 0;
}

.nav-sub-bread.floating .sub_bread_menu {
	/*box-shadow: none;*/
	border-bottom: 0;
}

.nav-sub-bread.floating .sub_bread_menu>li.firstHome>a {
	color: var(--color-white);
}

.nav-sub-bread.floating .sub_bread_menu>li:not(.firstHome)>a {
	color: var(--color-white);
}

.nav-sub-bread.floating.topbar-toggle {
	top: 132px;
}

/* 모바일CSS */
@media screen and (max-width:1400px) {
	.nav-sub-bread>.inner {
		border-radius: 0;
	}

	.sub_bread_menu>li.firstHome {
		border-radius: 0;
	}
}

@media screen and (max-width:1100px) {
	.nav-sub-bread.floating {
		top: 78px;
	}
}

@media screen and (max-width:970px) {
	.sub_bread_menu {
		height: 60px;
	}

	.sub_bread_menu>li.firstHome {
		flex: 0 0 60px;
	}

	.sub_bread_menu>li:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width:640px) {
	.sub_bread_menu {
		height: 60px;
	}

	.sub_bread_menu>li.firstHome {
		flex: 0 0 60px;
	}

	.sub_bread_menu>li:not(.firstHome) {
		flex: 0 0 calc(50% - 30px);
		width: 50%
	}

	.sub_bread_menu>li:after {
		height: 60px;
	}

	.sub_bread_menu>li:last-child::after {
		display: none;
	}

	.nav-sub-bread.floating {
		top: 68px;
	}
}

@media screen and (max-width:480px) {
	.nav-sub-bread>.inner {
		padding: 0;
	}

	.sub_bread_menu {
		height: 50px;
	}

	.sub_bread_menu>li.firstHome {
		flex: 0 0 50px;
	}

	.sub_bread_menu>li:not(.firstHome) {
		flex: 0 0 calc(50% - 25px);
	}

	.sub_bread_menu>li.firstHome>a {
		font-size: 2rem;
	}

	.sub_bread_menu>li:not(.firstHome)>a {
		padding: 0 15px;
	}

	.sub_bread_menu>li:not(.firstHome)>a::after {
		font-size: 1rem;
		right: 15px;
	}

	.sub_bread_menu>li:after {
		height: 50px;
	}

	.sub_bread_menu>li>ul>li>a {
		line-height: 40px;
	}
}

/* ==================================================
	컨텐츠 서브메뉴
================================================== */
.cnb2 {
	width: 100%;
	max-width: var(--px-base);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5rem;
	margin-bottom: 4rem;
}

.cnb2 ul {
	display: table;
	width: 100%;
}

.cnb2 ul.col2 li {
	width: 50%;
}

.cnb2 ul.col3 li {
	width: 33.33%;
}

.cnb2 ul.col4 li {
	width: 25%;
}

.cnb2 ul.col5 li {
	width: 20%;
}

.cnb2 ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin-left: -1px;
	background: var(--color-white);
	border: 1px solid #cbcbcb;
	text-decoration: none;
	font-size: 2rem;
	font-weight: var(-font-md);
}

.cnb2 ul li:first-child {}

.cnb2 ul li.on {
	background: var(--color-gray04);
}

.cnb2 ul li a {
	display: inline-block;
	width: 100%;
	padding: 1.5rem 0;
	color: #7c7c7c;
}

.cnb2 ul li.on a {
	color: var(--color-white);
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.cnb2 {
		margin-top: 4rem;
		margin-bottom: 3rem;
		margin-right: auto;
		margin-left: auto;
	}

	.cnb2 ul li {
		font-size: 1.7rem;
		letter-spacing: -0.05px;
	}

	.cnb2_four {
		font-size: 0;
	}

	.cnb2_four .cnb2 ul li {
		display: inline-block;
		width: 50%;
		padding: 1rem 0;
		font-size: 1.8rem;
	}

	.cnb2_four .cnb2 ul.col4 li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width:640px) {
	.cnb2 ul li {
		font-size: 1.6rem;
		letter-spacing: -0.5px;
	}
}

@media screen and (max-width:450px) {
	.cnb2 ul li {
		font-size: 1.5rem;
	}
}