@charset "utf-8";

/* default */
.widget-sub-navi {
	border-bottom: 1px solid var(--line-color);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
}
.widget-sub-navi ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-sub-navi ul li {
	flex: 1 1 16.6666%;
	position: relative;
}
.widget-sub-navi ul li a {
	height: 50px;
	color: #949faf;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.widget-sub-navi ul li.active a {
	color: var(--main-color);
}
.widget-sub-navi ul li.active:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: -1px;
}

/* shop */
.widget-sub-navi-shop li a {
	position: relative;
}
.widget-sub-navi-shop li.active:after {
	background: none;
}
.widget-sub-navi-shop .depth2-bulit {
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	width: 10px;
}
.widget-sub-navi-shop .depth2-bulit:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: url("../imgs/agency/depth2_open.png") no-repeat 0 50%;
}
.widget-sub-navi-shop li.active .depth2-bulit:before {
	background: url("../imgs/agency/depth2_close.png") no-repeat 0 50%;
}
.widget-sub-navi-shop li.active ul.depth2 {
	display: block;
}
.widget-sub-navi-shop ul.depth2 {
	list-style: none;
	padding: 6px 0;
	display: none;
	background: #f5f5f5;
	margin: 0 0 10px;
}
.widget-sub-navi-shop ul.depth2 li {
	border: none;
	position: relative;
}
.widget-sub-navi-shop ul.depth2 li:before {
	content: "";
	display: block;
	width: 4px;
	height: 1px;
	background: #444;
	position: absolute;
	left: 10px;
	top: 12px;
}
.widget-sub-navi-shop ul.depth2 li a {
	font-weight: normal;
	padding: 5px 0 5px 17px;
}
.widget-sub-navi-shop ul.depth2 li.active a {
	font-weight: bold;
}
.widget-sub-navi-shop ul.depth2 li.active:after {
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background: url("../imgs/agency/active_arrow.png") no-repeat 0 0;
	position: absolute;
	right: 6px;
	top: 10px;
}

/* mypage */
.widget-sub-navi-mypage {
	margin-top: 50px;
	margin-bottom: 80px;
}
.widget-sub-navi-mypage .member-info-wrap {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	margin-bottom: 10px;
	padding: 30px;
}
.widget-sub-navi-mypage .member-info-wrap .info-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}
.widget-sub-navi-mypage .member-info-wrap .info-wrap h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.widget-sub-navi-mypage .member-info-wrap .info-wrap .level {
	background: rgba(233, 70, 48, 0.05);
	color: var(--second-color);
	padding: 3px 12px;
	border-radius: 6px;
	font-size: 14px;
}
.widget-sub-navi-mypage .member-info-wrap .info-wrap .level br {
	display: none;
}
.widget-sub-navi-mypage .member-info-wrap .setting-wrap {
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--line-color);
	color: var(--font-color);
	font-weight: 500;
}
.widget-sub-navi-mypage .member-info-wrap .setting-wrap .post strong {
	color: #222;
	padding-left: 10px;
	margin-left: 6px;
	position: relative;
}
.widget-sub-navi-mypage .member-info-wrap .setting-wrap .post strong:before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: var(--line-color);
	position: absolute;
	left: 0;
	top: 2px;
}
.widget-sub-navi-mypage .member-info-wrap .setting-wrap a {
	font-size: 13px;
	text-decoration: none;
	color: var(--font-color);
	border: 1px solid var(--line-color);
	padding: 5px 10px;
	border-radius: 30px;
	transition: all 0.3s;
}
.widget-sub-navi-mypage .member-info-wrap .setting-wrap a:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}
.widget-sub-navi-mypage .member-info-wrap .alarm-wrap {
	display: flex;
	align-items: center;
	gap: 30px;
}
.widget-sub-navi-mypage .member-info-wrap .alarm-wrap a {
	flex: 1;
	border-radius: var(--radius);
	font-size: 15px;
	color: var(--font-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 44px;
	padding: 0 20px;
	background: #f7f7f7;
	text-decoration: none;
	transition: opacity	0.3s;
}
.widget-sub-navi-mypage .member-info-wrap .alarm-wrap a:hover {
	opacity: 0.7;
}
.widget-sub-navi-mypage .member-info-wrap .alarm-wrap .count {
	font-weight: 600;
	color: var(--main-color);
	padding-bottom: 2px;
	text-decoration: underline;
}
.widget-sub-navi-mypage .member-money-wrap {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	display: flex;
}
.widget-sub-navi-mypage .member-money-wrap .group {
	flex: 1;
	padding: 30px;
}
.widget-sub-navi-mypage .member-money-wrap .group + .group {
	border-left: 1px solid var(--line-color);
}
.widget-sub-navi-mypage .member-money-wrap .title {
	font-size: 15px;
	font-weight: 500;
	color: var(--font-color);
}
.widget-sub-navi-mypage .member-money-wrap .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.widget-sub-navi-mypage .member-money-wrap .content .cash {
	font-weight: bold;
	font-size: 18px;
	color: var(--main-color);
}
.widget-sub-navi-mypage .member-money-wrap .content .link {
	font-size: 13px;
	font-weight: 500;
	color: var(--font-color);
	padding: 5px 10px 4px;
	text-decoration: none;
	border-radius: 6px;
	background: #f7f7f7;
	border: 1px solid var(--line-color);
}
.widget-sub-navi-mypage .member-money-wrap .group.last .content {
	margin: 0;
}
.widget-sub-navi-mypage .member-money-wrap .group.last .content + .content {
	margin-top: 18px;
}
.widget-sub-navi-mypage .member-money-wrap .content .count {
	font-weight: 600;
	font-size: 18px;
	color: var(--main-color);
	text-decoration: underline;
}

/* inventory */
.widget-sub-navi-inventory .inner {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 100px;
}
.widget-sub-navi-inventory .group {
	border: 1px solid var(--line-color);
	border-radius: var(--radius);
	flex: 1;
	text-align: center;
	overflow: hidden;
}
.widget-sub-navi-inventory .group .title {
	font-size: 22px;
	font-weight: bold;
	color: #222;
	margin: 0;
	padding: 15px;
	background: #f2f8ff;
}
.widget-sub-navi-inventory .group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-sub-navi-inventory .group li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #bec3cc;
	text-decoration: none;
	padding: 14px 0;
	transition: color 0.3s;
}
.widget-sub-navi-inventory .group li:hover a {
	color: var(--main-color);
}
.widget-sub-navi-inventory .group li.active a {
	font-weight: bold;
	color: var(--main-color);
}
.widget-sub-navi-inventory .location {
	position: relative;
	padding: 20px 0 0;
	margin: 0 0 60px;
	text-align: center;
}
.widget-sub-navi-inventory .location h3 {
	font-size: 16px;
	font-weight: 700;
	color: #e94630;
	margin: 0 0 10px;
	padding: 0;
}
.widget-sub-navi-inventory .location .summary {
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
	white-space: pre-line;
}


