@charset "UTF-8";
/*********************************************
note : reset
*********************************************/
#header-wrapper {position:relative;z-index:99;margin-top:1.5rem;margin-bottom:1.875rem}
#header-wrapper ul, #header-wrapper ol {margin:0;padding:0;list-style:none}
#header-wrapper em ,#header-wrapper i {font-style:normal}
#header-wrapper button {cursor:pointer}
#header-wrapper .no-bullet {margin-bottom:0}
#header-wrapper .has-tip {border:0}
#header-wrapper .mode-inner, #nav-header {margin-left:auto;margin-right:auto}

/*********************************************
note : gnb
*********************************************/
#user-gnb .mode-inner {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;overflow:hidden}

/* 최종편집 */
#user-gnb .user-intro {flex-basis:0;flex-grow:1;max-width:100%;min-width:0;margin:10px 0 0 0;font-size:.75rem;font-weight:400;text-align:right;line-height:1;color:#666;white-space:nowrap}

/* 로그인/회원가입 */
#user-gnb .user-logbox {display:flex;flex-wrap:wrap;flex:0 0 auto;justify-content:flex-end;;width:auto;max-width:100%}
#user-gnb .user-logbox li {flex:0 0 auto;width:auto;max-width:100%;padding:0 .625rem;font-size:.8125rem;font-weight:500;line-height:1;color:rgba(0,0,0,.75);white-space:nowrap}
#user-gnb .user-logbox > :not(:first-child) {padding-right:0;border-left:1px solid #ccc}
#user-gnb .user-logbox li a {display:block;color:inherit}
#user-gnb .user-logbox li a:hover {color:rgba(0,0,0,.8)}

/*********************************************
note : 로고영역
*********************************************/
/* 기본 */
#nav-header {border-bottom:1px solid #e0e0e0}
#nav-header .mode-inner {display:flex;flex-wrap:wrap;align-items:center;padding:1rem 0 1.375rem}
#nav-header .mode-inner > [class*="user-"] {flex:0 0 300px;width:300px}
#nav-header .mode-inner > .user-logo {flex-basis:0;flex-grow:1;max-width:100%;min-width:0;margin:0 1.875rem}
#nav-header .mode-inner > .user-logo img {width:250px}

/*********************************************
note : 메뉴영역
*********************************************/
/* 기본 */
/* #user-nav {border-bottom:1px solid rgba(0,0,0,.95)} */
#user-nav .mode-inner {display:flex;flex-wrap:wrap;align-items:center}

/* 전체 */
#user-nav .user-allbtn {flex:0 0 60px;max-width:60px;height:60px;margin-right:30px;font-size:24px}

/* 메뉴바 - 1차섹션 */
#user-nav .user-menu {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-basis:0;flex-grow:1;position:relative;max-width:100%;min-width:0}
#user-nav .user-menu .secline {flex:0 0 auto;display:block;position:relative;width:auto;max-width:100%}
#user-nav .user-menu .secline > a {display:block;overflow:hidden;position:relative;padding:0 20px;font-size:18px;font-weight:600;line-height:60px;color:rgba(0,0,0,.95);text-overflow:ellipsis;white-space:nowrap;text-decoration:none}

/* 메뉴바 - 2차섹션 */
#user-nav .user-menu .secline > ul {overflow:hidden;position:absolute;z-index:1;top:100%;left:50%;padding:0 .375rem;font-size:0;background-color:#f9f9f9;border-radius:5px;box-shadow:1px 1px 6px rgba(0,0,0,.2);visibility:hidden;transform:translateX(-50%)}
#user-nav .user-menu .secline > ul::after {content:'';display:table;clear:both}
#user-nav .user-menu .secline > ul > :first-child {border-top:0}
#user-nav .user-menu .secline > ul > :first-child::before {display:none}
#user-nav .user-menu .secline .sub {float:none;border-top:1px solid #eee;text-align:center}
#user-nav .user-menu .secline .sub > a {display:block;overflow:hidden;padding:0 1rem;font-size:.9375rem;font-weight:400;line-height:40px;color:rgba(0,0,0,.85);text-overflow:ellipsis;white-space:nowrap}

/*********************************************
note : search
*********************************************/
#user-nav .user-search {flex:0 0 60px;position:relative;max-width:60px;height:60px;font-size:0}
#user-nav .user-search > .sch-btns {width:100%;height:60px;font-size:24px}
#user-nav .user-search.active .sch-btns > i[class^="icon-"]::before {content:"\e9af"}
#user-nav .user-search > .user-search-form {display:none;position:absolute;z-index:10;right:60px;top:50%;width:200px;background-color:#fff;transform:translateY(-50%)}
#user-nav .user-search.active > .user-search-form {display:block}
#user-nav .user-search > .user-search-form input#search {float:left;width:calc(100% - 32px);height:60px;margin:0;font-size:14px;background:transparent;border:none;box-shadow:none}
#user-nav .user-search > .user-search-form button[onclick] {float:right;width:32px;height:60px;font-size:24px;font-weight:400;color:#333;cursor:pointer}

#user-nav .searchinfo {flex:0 0 30px;width:100%;max-width:30px;height:60px;font-size:24px;color:rgba(0,0,0,.95);}
#user-nav .searchinfo i {display:block;line-height:60px;}

/* 임희은 / 1594135 / 20260611 */
#header-wrapper {
	margin-bottom:0;
}
#nav-header .mode-inner {
	padding-top:0;
}
#user-nav .user-allbtn {
	flex: 0 0 60px;
	margin-right:0;
}
#user-gnb .user-etc {
	display:flex;
	flex-wrap:wrap;
	flex:0 0 auto;
	align-items: center;
	width:auto;
	max-width:100%
}
#user-gnb .user-etc li {
	flex:0 0 auto;
	width:auto;
	max-width:100%;
	padding:0 .625rem;
	font-size:.8125rem;
	line-height:1;
	color:rgba(0,0,0,.75);
	white-space:nowrap
}
#user-gnb .user-etc .kd-btn {
	border-left:0;
	background-color:#231916;
	padding: .5rem .75rem;
    border-radius: 5px;
	font-size:.75rem;
}
#user-gnb .user-etc .kd-btn a {
	color:#fff;
	text-decoration:none
}
#user-gnb .user-etc .kd-btn img {
	width: 15px;
}

/* 임희은 / 1613248 / 20260820 */
#user-nav .user-allbtn {
	text-align:left;
}
#user-nav .user-search > .sch-btns {
	text-align:right;
}
#user-nav {
	margin-bottom:2rem;
	border-bottom:1px solid #000;
}