/* 헤더 */
.bottom-header-wrap{position:relative;z-index:30;background:#fff;}
.bottom-header-box{margin:0 auto;max-width:1200px;}
.bottom-header-box .gnb-wrap{display:table;width:100%;table-layout:fixed;}
.bottom-header-box .gnb-wrap h1{display:table-cell;padding:29px 10px 29px 0;width:38%;vertical-align:middle;}
.bottom-header-box .gnb-wrap h1 a{display:table-cell;line-height:1px;}
.bottom-header-box .gnb-wrap h1 img{max-width:100%;}
.bottom-header-box .gnb-wrap h1 span{display:inline-block;vertical-align:middle;}
.bottom-header-box .gnb-wrap h1 .logo{position:relative;padding:0 15px 0 0;margin:0 15px 0 0;}
.bottom-header-box .gnb-wrap h1 .logo:after{content:'';display:block;position:absolute;top:6px;right:0;width:2px;height:19px;background:#e0e0e0;}
.bottom-header-box .gnb-wrap h1 .org-name{font-weight:500;font-size:22px;line-height:32px;color:#666463;}
.bottom-header-box .gnb-wrap .gnb{display:table-cell;position:relative;padding:31px 0;width:62%;vertical-align:middle;}

.bottom-header-wrap.active{background:#fff;}
.bottom-header-wrap.active .gnb-ul > li > a{color:#666463;}
.bottom-header-wrap.active .gnb-ul > li > a:after{background-color:#3b3b3b;}
.bottom-header-wrap.fixed{position:fixed;top:0;z-index:40;width:100%;border-bottom:1px solid #ccc;}

.gnb-ul:after{content:'';display:block;clear:both;}
.gnb-ul > li{position:relative;float:left;}
.gnb-ul > li.active a{color:#666463;}
.gnb-ul > li .gnb-inner{display:none;position:absolute;top:100%;left:0;z-index:20;padding:30px 0 0;width:100%;box-sizing:border-box;}
.gnb-ul > li .gnb-inner p{display:none;}
.gnb-ul > li:last-of-type a{padding-right:0;}
.gnb-ul > li:last-of-type a:after{display:none;}
.gnb-ul > li > a{display:block;position:relative;font-weight:500;font-size:18px;line-height:26px;color:#666463;text-align:center;}
.gnb-ul > li > a:after{content:'';display:block;position:absolute;top:5px;right:0;width:1px;height:18px;background-color:#d1d5dc;}
.gnb-ul .sub-mn li{padding:0 5px 15px;text-align:center;}
.gnb-ul .sub-mn li a{word-break:keep-all;color:#929292;}
.gnb-ul .sub-mn li a:hover{color:#666463;}
.gnb-ul .sub-mn li a.active{color:#666463;}
.gnb-bg{display:none;position:absolute;top:100%;left:0;width:100%;border-bottom:1px solid #ccc;background:#fff;}

@media screen and (max-width: 1200px) {
	.bottom-header-box .gnb-wrap h1{width:43%;}
	.bottom-header-box .gnb-wrap .gnb{width:57%;}
}
@media screen and (max-width: 1024px) {
	.btn-menu{display:block;float:right;}

	.bottom-header-wrap{top:0;left:0;}
	.bottom-header-box{padding:0 10px;}
	.bottom-header-box .gnb-wrap{display:block;table-layout:unset;}
	.bottom-header-box .gnb-wrap:after{content:'';display:block;clear:both;}
	.bottom-header-box .gnb-wrap .gnb{display:none;}
	.bottom-header-box .gnb-wrap h1{display:block;float:left;padding:13px 10px 13px 0;width:calc(100% - 46px);}
	.bottom-header-box .gnb-wrap h1 a{display:block;}
	.bottom-header-box .gnb-wrap h1 .logo{margin:0 10px 0 0;padding:0 10px 0 0;width:100px;}
	.bottom-header-box .gnb-wrap h1 .logo:after{top:3px;}
	.bottom-header-box .gnb-wrap h1 .org-name{width:calc(100% - 120px);font-size:15px;line-height:23px;}
}