@charset "UTF-8";
.clear:after {
	display: block;
	content: '';
	clear: both;
}
/*  상단 우측 광주광역시 이미지 디졸브  */
.hr_logo_img_slide {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    padding:20px 0;
    border-bottom:1px solid var(--color_gray2);
}
.hr_logo_img_slide .logoMySlides {
    margin-right:3.5vw;
}
.hr_logo_img_slide .logo_image_slide {
    height: 26px;
    overflow: hidden;
}
.hr_logo_img_slide .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


.hr_logo {
	display: inline-block;
}
.hr_logo img {
	height: 45px;
}
.header_gnb {
}

@media all and (min-width: 1525px) {
    .DB_lnb .d1 {
        width:100%;
        max-width: 950px;
    }
}


/*pc*/
@media all and (min-width: 780px) {
	.DB_lnb_wrap {
        display:inline-block;
        width:100%;
		height: 100px;
	} /*fixed 될경우 메뉴의 높이값 확보*/

	.DB_lnb {
		position: relative;
		width: 100%;
		height: 100px;
	}
	.DB_lnb.fixed {
		position: fixed;
		z-index: 99999;
		top: 0;
	}
	.DB_lnb .title {
		display: none;
	}
	.DB_lnb .toggle {
		display: none;
	}
	.DB_lnb .bg {
		position: absolute;
		z-index: 10;
		left: 0;
		top: 100px;
		width: 100%;
		height: 0;
		transition: 0.3s;
        background:#fff;
        box-shadow: 0 3px 15px rgba(0,0,0, 0.25);
	}
	.DB_lnb .inner {
		position: absolute;
        padding:0 3vw;
		z-index: 15;
		left: 0;
		width: 100%;
        background:#fff;
	}
	.DB_lnb .gnb_group {
		margin: 0 auto;
        width:100%;
		max-width: 1800px;
		height: 100px;
	}
	.DB_lnb .gnb_group:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: "";
	}
	.DB_lnb .gnb_group .gnb_logo {
		float: left;
		display: inline-block;
		margin-top: 25px;
	}
	.DB_lnb .gnb_group .gnb_sns {
		margin-top: 28px;
		float: right;
		display: inline-block;
	}
	.DB_lnb .gnb_group .gnb_sns img {
        height:44px;
    }
	.DB_lnb .gnb_group .gnb_sns > a {
        display:inline-block;
    }
    .DB_lnb .gnb_group .gnb_sns > a:nth-child(2) {
        margin:0 10px;
    }
	.DB_lnb .gnb_group .gnb_sns .language {
        padding:0 19px;
        height:44px;
        line-height:44px;
        color: #ffffff;
        background: var(--color-accent2);
        border-radius:30px;
        font-size:0.9em;
        border:none;
    }
	.DB_lnb .gnb_group .gnb_sns .language img {
        height:22px;
        margin-right:5px;
    }
    .DB_lnb .d1 {
		position: relative;
		top: 0;
		margin: 0 auto;
        display:flex;
        flex-flow:row nowrap;
        justify-content:space-between;
	}
	.DB_lnb .d1 > li {
		width: calc(100% / 5);
		height: 100%;

	}
	.DB_lnb .d1 > li > a {
		display: block;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
	.DB_lnb .d1 > li:hover > a {
        color:#fff;
		background: var(--color-accent);
	}
	.DB_lnb .d1 > li:hover .d2 {
		position: relative;
		z-index: 10;
		background: var(--color-accent);
		color: #fff;
	}
	.DB_lnb .d1 > li:hover .d2 a {
		color: #fff;
	}

	.DB_lnb .d2 {
		height: 0;
		overflow: hidden;
		transition: 0.3s;
	}
	.DB_lnb .d2 > li {
		position: relative;
	}

	.DB_lnb .d2 > li.be > a {
		background: url('../images/ico_be.png') no-repeat 95% center;
	}
	/*
	.DB_lnb .d2 > li > a {
		display: block;
		height: 55px;
		line-height: 55px;
		text-align: center;
	}
	*/
	.DB_lnb .d2 > li > a {
		display: flex;
		height: 55px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.DB_lnb .d2 > li:hover {
		position: relative;
		z-index: 10;
        background: var(--color-sub3);;
	}
	.DB_lnb .d2 > li:hover a > span {
		display: inline;
		border-bottom: 1px solid  #fff;
	}
	.DB_lnb .d2 > li:hover .d3 {
		display: block;
	}
	.DB_lnb .d2:hover {
		overflow: visible;
	}
	.DB_lnb .d2 span.tx_line {
		padding: 0 10px;
	}
	.DB_lnb:hover .bg {
		height: 275px;
		transition: 0.3s;
	}
	.DB_lnb:hover .d2 {
		height: 275px;
		transition: 0.3s;
	}
    .mobile_gnb_logo,
    .mobile_gnb_sns {
        display:none;
    }
}


@media (780px <= width <= 1150px) {
	.DB_lnb .d1 > li {
		width: calc(100% / 4);
		height: 100%;
	}
    .DB_lnb .d1 > li:nth-child(5) {
        display:none;
    }
    .DB_lnb .gnb_group .gnb_logo {
        margin-top:30px;
    }
    .hr_logo img {
        height:32px;
    }
    .DB_lnb .gnb_group .gnb_sns > a:nth-child(2) {
        margin:0 0;
    }
    .DB_lnb .inner {
        padding: 0 1.5vw;
    }
    .DB_lnb .gnb_group .gnb_sns img {
        height:32px;
    }
    .DB_lnb .gnb_group .gnb_sns .language {
        padding: 0 15px;
        height: 32px;
        line-height: 32px;
        border-radius: 30px;
        font-size: 0.85em;
    }
    .DB_lnb .gnb_group .gnb_sns .language img {
        height:18px;
    }
}

/*mobile*/
@media all and (max-width: 779px) {
    .mobile_gnb_logo {
        position: absolute;
        left:3vw;
        top:5px;
    }
    .mobile_gnb_logo img {
        height:22px;
    }
    .mobile_gnb_sns {
        position: absolute;
        right:3vw;
        top:40px;
        z-index:99;
    }
    .mobile_gnb_sns > a {
        display:inline-block;
        height:35px;
    }
    .mobile_gnb_sns > a > img {
        height:30px;
    }
    .mobile_gnb_sns .language {
        padding: 0 10px;
        height: 30px;
        line-height: 28px;
        color: #ffffff;
        background: var(--color-accent2);
        border-radius: 30px;
        font-size: 0.8em;
        border: none;
    }
    .mobile_gnb_sns .language > img {height:16px;margin-right:3px;}
    .hr_logo_img_slide {
        padding: 7px 0;
    }

    .hr_logo_img_slide .logo_image_slide {
        height: 20px;
    }
	.DB_lnb_wrap {
		position: relative;
		z-index: 10;
		height: 40px;
	} /*fixed 될경우 메뉴의 높이값 확보*/
	.DB_lnb {
		position: relative;
		background: #fff;
	}
	.DB_lnb .title {
		position: relative;
		z-index: 20;
		height: 40px;
		background: var(--color-accent);
	}
	.DB_lnb .toggle {
		position: absolute;
		width: 40px;
		height: 40px;
		background: url('../images/icon_open.svg') no-repeat center;
		background-size: 50% 50%;
	}
	.DB_lnb .path {
		float: right;
		margin-right: 10px;
	}
	.DB_lnb .path i i {
		display: inline-block;
		line-height: 45px;
		padding: 0 15px;
		background: url('../images/arrow.png') no-repeat right center;
		background-size: 8px;
		color: #184074;
	}
	.DB_lnb .bg {
		display: none;
		position: fixed;
		z-index: 10;
		left: 0;
		top: 35px;
		width: 100%;
		height: calc(100% - 35px);
		background: rgba(255, 255, 255, 0.95);
	}
	.DB_lnb .inner {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 20;
		overflow: hidden;
	}

	.DB_lnb .d1 {
		position: relative;
		width: 100%;
		left: 0;
		transition: 0.3s;
	}
	.DB_lnb .d1 > li:nth-child(1) {
		border-top: 1px solid  var(--color-accen);
	}
	.DB_lnb .d1 > li {
		line-height: 45px;
		border-bottom: 1px solid  var(--color_gray2);
	}

	.DB_lnb .d1 > li.be > a {
        display:inline-block;
        width:100%;
        text-align:center;
		background: url('../images/ico_be.png') no-repeat 95% center;
	}
	.DB_lnb .d1 > li > a {
        display:inline-block;
        width:100%;
        text-align:center;
	}
	.DB_lnb .d1 > li.on {
		background:  var(--color-accent);
	}

	.DB_lnb .d1 > li.on .d2 {
		display: block;
	}

	.DB_lnb .d2 {
		display: none;
		position: absolute;
		width: 100%;
		left: 100%;
		top: 0;
	}
	.DB_lnb .d2 > li:nth-child(1) {
		border-top: 1px solid  var(--color-accent);
	}
	.DB_lnb .d2 > li {
		line-height: 45px;
		border-bottom: 1px solid  var(--color_gray2);
	}
	.DB_lnb .d2 > li > a {
		display: block;
		line-height: 45px;
		color: #000;
		text-align: center;
	}
	.DB_lnb .d2 > li.be > a {
		background: url('../img/gnb/ico_be.png') no-repeat 95% center;
	}
	.DB_lnb .d2 > li.on {
		background:  var(--color-accent);
	}
	.DB_lnb .d2 > li.on .d3 {
		display: block;
	}

	.DB_lnb .d3 {
		display: none;
		position: absolute;
		width: 100%;
		left: 100%;
		top: 0;
	}
	.DB_lnb .d3 li {
		line-height: 45px;
		border-bottom: 1px solid var(--color-accent);
	}
	.DB_lnb .d3 li > a {
		display: block;
		line-height: 45px;
		color: #fff;
		text-align: center;
	}
	.DB_lnb .d3 li.on {
		background: #183f76;
	}

	/*open*/
	.DB_lnb.on .toggle {
		background: url('../images/icon_close.svg') no-repeat center;
		background-size: 40% 40%;
	}
	.DB_lnb.on .bg {
		display: block;
	}
	.DB_lnb.on .inner {
		display: block;
	}
	.DB_lnb.on .d1.step1 {
		left: -100%;
		transition: 0.3s;
	}
	.DB_lnb.on .d1.step2 {
		left: -200%;
		transition: 0.3s;
	}
	.DB_lnb.on.fixed {
		position: fixed;
		width: 100%;
		top: 0;
	}
	.DB_lnb .path {
		float: right;
		margin-right: 65px;
	}
    .gnb_group .gnb_logo,
    .gnb_group .gnb_sns {display:none;}
}

.fixed .inner {
	border-bottom:1px solid var(--color_gray2);
}


/********************************************************************/
.sub-nav_container {
	background-color: var(--color-accent);
}
.sub-nav{
	position: relative;
	display: flex;
	width: 100%;
	height: 45px;
	background-color: var(--color-accent);
}
.sub-nav::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
}
.sub-nav__ul{display: flex;}
.sub-nav__ul,
.sub-nav__li,
.sub-dropdown__wrapper{height: 100%;}
.sub-nav__ul > li:nth-child(1) {
	border-left:1px solid rgba(255,255,255, 0.5);
	border-right:1px solid rgba(255,255,255, 0.5);
}
.sub-nav__ul .sub-lev1,
.sub-nav__ul .sub-lev2 {border-right:1px solid rgba(255,255,255, 0.5);}
.btn-home{
	display: flex;
	width: 60px;
	min-width: 60px;
	height: 45px;
	aspect-ratio: 1/1;
	align-items: center;
	justify-content: center;

}
.btn-home > img{
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.sub-dropdown{
	position: relative;
	width: max-content;
	min-width: 200px;
	height: 100%;
	padding: 0 2rem;
	line-height:45px;
	border-bottom: 1px solid var(--color-gray3);
	background: url(../images/arrow_under.svg) no-repeat calc(100% - 20px) center;
}
.lev1__current,
.lev2__current,
.sub-dropdown a {color:#ffffff;cursor: pointer;}
.sub-dropdown .item-wrapper{
	position: absolute;
	top: 45px;
	left: 0;
	display: none;
	width: 100%;
	box-shadow: 0px 5px 10px rgba(56, 85, 94, 0.15);
	z-index: 2;
}
.sub-dropdown:hover .item-wrapper{display: block;}
.sub-lev2{
	min-width: 14.375em;
	padding-right: 4rem;
}
.sub-dropdown .lev-item{
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 2rem;
	padding-right: 1rem;
	background-color: var(--color-accent);
}
.sub-dropdown .lev-item:hover,
.sub-dropdown .lev-item:active,
.sub-dropdown .lev-item:focus-visible,
.sub-dropdown .lev-item:focus-within{
	background-color: var(--color-accent2);
	color: #fff;
}
.bar--ver{
	/*  display: inline-block;  */
	display:none; /* 김강연 라인 변경 하기 위하여 감춤 */
	width: 1px;
	height: 23px;
	vertical-align: middle;
	background-color: #ffffff;
}
@media all and (max-width: 779px) {
	.sub-nav_container {
		display:none;
	}
}