@charset "utf-8";


/* header */
/* .header .guide { max-width: none; } */
/* .header .top_area { padding: 10px 0; } */
/* .header .top_area .logo { float: left; padding-left: 1.5em; } */
/* .header .top_area .logo img { margin-top: 7px; } */
/* .header .top_area .service_login_menu { float: right; } */
/* .header .top_area .service_login_menu .login_info.admin { margin-left: 12px; } */
/* .header .top_area .service_login_menu .login_info.admin.active .info { border-radius: 20px 20px 0 0; } */
/* .header .btm_area { position: relative;  } */
/* .header .btm_area .gnb_bars { position: absolute; right: 0; top: 0; width: 109px; height: 52px; background-color: #ff9400; border-radius: 30px 0 30px 0; } */
/* .header .btm_area .gnb_bars img { vertical-align: middle; } */
/* .header .gnb { text-align: center; height: 52px; line-height: 55px; background-color: #0068bd; border-radius: 30px 0 50px 0; } */
/* .header .gnb a { display: block; } */
/* .header .gnb > ul { display: inline-block; height: 100%; } */
/* .header .gnb > ul > li { position: relative; float: left; color: #fff; height: 100%; } */
/* .header .gnb > ul > li > a { font-weight: bold; padding: 0 2em; height: 100%; } */
/* .header .gnb .sub_menu { display: none; position: absolute; width: 117px; left: 50%; transform: translateX(-50%); top: calc(100% - 5px); background-color: #00437b; padding: 10px 0; text-align: left; border-radius: 8px; z-index: 5; } */
/* .header .gnb .sub_menu li { font-size: 11px; line-height: 1.65em; color: #b8b8e3; } */
/* .header .gnb .sub_menu li a { padding: 0 1rem; } */
/* .header .gnb .sub_menu li a:hover { color: #fff; } */
/* .header .gnb > ul > li:hover > a { color: #f5ff00; } */
/* .header .gnb > ul > li:hover .sub_menu { display: block; } */

/* @media (max-width: 1440px) { */
/* 	.header .gnb > ul > li > a { padding: 0 1em; } */
/* } */
/* @media (max-width: 1170px) { */
/* 	.header .gnb > ul > li { font-size: 0.8em; } */
/* 	.header .gnb > ul > li > a { padding: 0 0.5em; } */
/* } */
/* @media (max-width: 970px) { */
/* 	.header .top_area { text-align: center; } */
/* 	.header .top_area .logo { float: none; padding-left: 0; } */
/* 	.header .top_area .service_login_menu { float: none; display: inline-block; margin-top: 1em; } */
/* 	.header .btm_area .gnb_bars { width: 64px; } */
/* } */
/* @media (max-width: 800px){ */
/* 	.header .gnb > ul { display: block; padding: 0 1em; } */
/* 	.header .gnb > ul > li { font-size: 0.75em; } */
/* 	.header .gnb > ul > li > a { padding: 0 0.4em; } */
/* } */


/* 오른쪽  */
.mymenu {
	
	/*20251208 가로값수정*/
	width: 280px;
	
	height: 100%;
	box-shadow: 5px 6px 18px 0 rgba(0, 0, 0, 0.15);
	background-color: #0068bd; /* #0068bd */
	position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    display: none;
    text-align: center;
    padding-top: 30px;
}

.mymenu .close {
	top: 15px;
	right: 15px;
	position: absolute;
	cursor: pointer;
}

.mymenu .close:hover {
	filter: brightness(75%);
}

.mymenu .name {
	
	/*20251208 이름 여백,폰트*/
	padding: 8px 0 12px 0;
	font-size: 14px;
	
	
	font-weight: 700;
	color: #fff;
}

.mymenu .logout {
	width: 116px;
	
	/*20251208 로그아웃버튼 높이,폰트 수정*/
	height: 24px;
	font-size: 12px;
	
	border-radius: 200px;
	border: solid 1px #1b86dd; /**/
	font-weight: 400;
	color: #fff;
	position: relative;
	left: calc(50% - 58px);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mymenu .logout:hover {
	filter: brightness(75%);
}

.mymenu .logout > img {
	margin-left: 5px;
}

.mymenu .reporthistory-wrap {
	width: 100%;
	height: calc(100% - 164px);
	border-radius: 18px 0 0;
	background-color: #014b88; /* #014b88 */
	position: absolute;
    top: 164px;
    padding-top: 19px;
}

.mymenu .reporthistory-wrap > div {
	display: flex;
    align-items: center;
    cursor: pointer;
	
	/*20251208 폰트 수정*/
    font-size: 14px;
	
	
    color: #fff;
    padding-left: 27px;
}

.mymenu .reporthistory-wrap > div > img:first-child {
	margin-right: 8px;
}

.mymenu .reporthistory-wrap > div > img:nth-child(2) {
	position: absolute;
	right: 28px;
}

.mymenu .menu-wrap {
	width: 100%;
	height: calc(100% - 215px);
	border-radius: 18px 0 0;
	background-color: #fff;
	position: absolute;
	top: 215px;
	
	/*20251208 폰트 수정*/
	font-size: 14px;
	
	
	font-weight: 700;
	color: #335874; /* #335874 */
	padding: 0 30px 0 28px;
	text-align: left;
}

.mymenu .menu-wrap > div {
	position: relative;
	padding-top: 25px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f0f1f5;
	cursor: pointer;
}

.mymenu .menu-wrap > div:hover {
	color: #fff;
}

.mymenu .menu-wrap > div > div {
	position: relative;
}

.mymenu .menu-wrap > div:hover .background {
	display: block;
}


/*20251208 스타일 숨김*/
.mymenu .menu-wrap > div:hover > div {
	/*padding-left: 17px;*/
}


.mymenu .menu-wrap > div .background {
	position: absolute;
	display: none;
	
	/*20251208 가로,세로 사이즈 수정 오버시 hover스타일 수정*/
	width: 100%;
	height: 28px;
	border-radius: 8px 28px 28px 8px;
	top: calc(50% - 10px);
	
	
    left: -17px;
	background-color: #0068bd; /* #0068bd */
}
