@charset "UTF-8";
/* overwrite NR-header */
#NR-header-util {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	top: 0;
}
#NR-header-tool {
	margin: 0 15px 0 0;
}
#NR-header-tool .NR-go {
	background: none;
	padding: 0;
}
#NR-header-ocn-logo {
	height: auto;
	width: 35px;
}
#NR-header-in {
	padding-top: 13px;
}

/* one module style */
#NR-onegoo {
	background: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 14px!important;
	line-height: 1.2!important;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 1024px;
	min-height: 44px;
	width: 100%;
	white-space: nowrap;
	z-index: 2147483647;
}
#NR-onegoo a {
	color: #333;
}
#NR-onegoo a:hover {
	color: #36c;
}
#NR-onegoo-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1024px;
	padding: 4px 2px 4px 10px;
	position: relative;
}
#NR-onegoo .nr-onegoo-text {
	box-sizing: border-box;
	overflow: hidden;
	width: 50%;
}
#NR-onegoo .nr-onegoo-text-inbox {
	font-size: 13px!important;
	margin: 0!important;
	padding: 0!important;
	line-height: inherit!important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 90%;
	width: 31em;
}
#NR-onegoo .nr-onegoo-menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
	width: 50%;
}
#NR-onegoo .nr-onegoo-menu li {
	list-style: none!important;
}
#NR-onegoo .nr-onegoo-user,
#NR-onegoo .nr-onegoo-point {
	overflow: hidden;
}
#NR-onegoo .nr-onegoo-user {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/onegoo/icon-user.svg) 0 50% no-repeat;
	background-size: 22px auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0!important;
	padding: 0 9px 0 25px!important;
	max-width: 58.6%;
}
#NR-onegoo .nr-onegoo-user:before {
	display: block;
	content: "";
	height: 22px;
	width: 1px;
}
#NR-onegoo .nr-onegoo-user a {
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	max-width: 100%;
	vertical-align: middle;
}
#NR-onegoo .nr-onegoo-point,
#NR-onegoo .nr-onegoo-nologin {
	border-left: 1px solid #ccc;
	margin: 0 8px 0 0!important;
	position: relative;
	padding: 1.5px 0 1.5px 9px!important;
}
#NR-onegoo .nr-onegoo-nologin {
	overflow: hidden;
	text-overflow: ellipsis;
}
#NR-onegoo .nr-onegoo-point a {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#NR-onegoo .nr-onegoo-point a:hover {
	text-decoration: none;
}
#NR-onegoo .nr-onegoo-point-number {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	margin-right: 2px;
	max-width: 7.5em;
	text-overflow: ellipsis;
	vertical-align: bottom;
}
#NR-onegoo .nr-onegoo-point a:hover .nr-onegoo-point-number {
	text-decoration: underline;
}
#NR-onegoo .nr-onegoo-point-sub {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
}
#NR-onegoo #NR-onegoo-service {
	background: #fff;
	border-radius: 8px;
	display: none;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 10px;
	max-width: 100vw;
	text-align: center;
	z-index: 1;
}
#NR-onegoo #NR-onegoo-service.is-open {
	-webkit-animation: oneGooFade .15s ease;
	animation: oneGooFade .15s ease;
	box-shadow: 0 3px 3px 3px rgba(0,0,0,.15);
	display: block;
	width: 436px;
}
@-webkit-keyframes oneGooFade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes oneGooFade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#NR-onegoo .nr-onegoo-tool {
	margin: 0!important;
	padding: 0!important;
}
#NR-onegoo #NR-onegoo-service-switch {
	cursor: pointer;
}
#NR-onegoo #NR-onegoo-service-switch:after {
	background: url(../img/onegoo/icon-switch.svg) 50% 50% no-repeat;
	background-size: 18px auto;
	border-radius: 50%;
	content: "";
	display: block;
	height: 36px;
	width: 36px;
}
#NR-onegoo .nr-onegoo-text-sp {
	display: none;
}
#NR-onegoo .nr-onegoo-search {
	background: #eee;
	padding: 25px 20px;
}
#NR-onegoo .nr-onegoo-search-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#NR-onegoo .nr-onegoo-search-text {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin: 0;
	padding: 7px 16px 8px;
	outline: none;
	width: 60%;
	width: calc(100% - 100px);
}
#NR-onegoo .nr-onegoo-search-text::placeholder {
	color: #999;
	font-weight: 300;
}
#NR-onegoo .nr-onegoo-search-button {
	-webkit-appearance: none;
	appearance: none;
	background: #3067b4 url(../img/onegoo/icon-search.svg) 50% 50% no-repeat;
	background-size: 20px auto;
	border: 0;
	border-radius: 0 4px 4px 0;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-box-flex-group: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
	margin: 0;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	width: 100px;
}
#NR-onegoo .nr-onegoo-service-list-wrap {
	border-right: 2px solid #fff;
	overflow: auto;
	max-height: 50vh;
	padding: 0 1px 0 18px;
}
#NR-onegoo .nr-onegoo-service-list-wrap::-webkit-scrollbar {
	width: 10px;
}
#NR-onegoo .nr-onegoo-service-list-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.25);
	border-radius: 10px;
}
#NR-onegoo .nr-onegoo-service-list {
	list-style: none!important;
	margin-bottom: 30px;
	padding: 29px 0 0;
}
#NR-onegoo .nr-onegoo-service-list:after {
	content: "";
	clear: both;
	display: block;
}
#NR-onegoo .nr-onegoo-service-item {
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	margin-top: 27px;
	padding: 0 5px;
	width: 25%;
}
#NR-onegoo .nr-onegoo-service-item:nth-child(-n+4) {
	margin-top: 0;
}
#NR-onegoo .nr-onegoo-service-item:nth-child(4n+1) {
	clear: left;
}
#NR-onegoo .nr-onegoo-service-item a {
	color: inherit;
	display: block;
	overflow: visible;
}
#NR-onegoo .nr-onegoo-service-item img {
	max-width: 100%;
	height: 64px;
	width: 64px;
}
#NR-onegoo .nr-onegoo-service-name {
	display: block;
	line-height: 1.5;
	margin-top: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
#NR-onegoo .nr-onegoo-service-more {
	font-size: 16px;
	margin-top: 47px;
	padding-bottom: 31px;
	text-align: center;
}
@media screen and (min-width: 600px){
	#NR-onegoo #NR-onegoo-service-switch.is-open:after {
		background-color: #eee;
	}
	#NR-onegoo #NR-onegoo-service-switch:hover:after {
		background-color: #eee;
		cursor: pointer;
	}
	#NR-onegoo .nr-onegoo-sp {
		display: none;
	}
}
