.banner-cm {
	width: 100%;
	padding-top: 28.205%;
	position: relative
}

.banner-cm__image {
	position: absolute;
	top: 0;
	width: 100%
}

.service-banner-cm {
	height: 95px;
	background-color: #294c7a;
	padding: 14px 8px 9px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.service-banner-cm__image {
	height: 100%;
	width: 100%;
	max-height: 72px;
	max-width: 359px;
	margin: auto;
	display: block;
	position: relative
}

.service-banner-cm__image--close-btn {
	content: "";
	display: inline-block;
	background-image: url(/src/images/html/icon_close.svg);
	width: 21px;
	height: 21px;
	background-size: contain;
	position: absolute;
	top: -9px;
	right: -5px
}

.card-mobile {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e0e0e0
}

.card-mobile:after {
	clear: both;
	display: block;
	content: ""
}

.card-mobile__box {
	padding: 10px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-mobile__img-wrapper {
	position: relative;
	margin-right: 0;
	padding-left: 5px;
	min-height: 74px
}

.card-mobile__img {
	position: relative;
	margin-right: 0;
	width: 110px;
	height: 73px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.card-mobile__img.lazyloaded .loading-icon {
	display: none
}

.card-mobile__text-wrapper {
	position: relative;
	display: block;
	border-bottom: none
}

.card-mobile__title-wrapper {
	display: block;
	width: 100%;
	height: 45px
}

.card-mobile__title {
	color: #333;
	font-size: 15px;
	max-height: 45px;
	margin-bottom: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 400;
	line-height: 1.3;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-break: normal
}

.card-mobile__genre {
	font-size: 12px;
	color: #abb3bf;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 0
}

.card-mobile__genre-link:hover .card__genre-link-text:before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.card-mobile__genre-link-text {
	font-size: 12px;
	line-height: 1.4;
	color: #abb3bf;
	position: relative;
	display: inline-block;
	overflow: hidden
}

.card-mobile__genre-link-text:after, .card-mobile__genre-link-text:before {
	content: "";
	position: absolute;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0
}

.card-mobile__genre-link-text:before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: currentColor;
	opacity: .5
}

.card-mobile__tags {
	font-size: 12px;
	color: #294c7a;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 0;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.card-mobile__tags-link {
	display: inline-block;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1
}

.card-mobile__tags-link:hover {
	opacity: .7
}

.card-mobile__tags-text {
	position: relative;
	z-index: 0;
	font-weight: 700;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box
}

@media (-ms-high-contrast:none) {
	.card-mobile__tags-text {
		display: block
	}
}

.card-mobile__set-time {
	position: relative;
	bottom: 0;
	color: #999;
	font-weight: 400;
	line-height: 1em;
	font-size: 13px;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 5px;
	text-align: left
}

.card-mobile__set-time:before {
	background: transparent url(/common/v4.1/images/html_m/svg/icon-time.svg) no-repeat right -4px;
	background-size: 25px auto;
	content: "";
	display: inline-block;
	position: relative;
	top: 5px;
	left: 2px;
	width: 20px;
	height: 18px;
	margin-right: 3px
}

.card-mobile__read-more-link {
	display: block;
	width: auto;
	height: 37px;
	margin: 36px 20px;
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	background-color: #428ac9;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .24)
}

.card-mobile__read-more-link.is-hide {
	display: none
}

.company-contents {
	margin-top: 16px
}

.company-contents__search {
	display: none;
	padding: 0 10px;
	margin-bottom: 4px
}

.company-contents__search.is-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.company-hero {
	margin: -2px 0 0;
	width: 100%
}

.company-hero__img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.company-info-body__heading {
	margin: 24px 0 8px;
	font-size: 14px;
	line-height: 1.6;
	color: #294c7a
}

.company-info-body__container {
	border-top: 1px solid #e5e5e5
}

.company-info-body__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 24px 8px 16px;
	margin: 0
}

.company-info-body__title {
	font-weight: 700;
	min-width: 72px
}

.company-info-body__data {
	word-break: break-all;
	margin: 0;
	padding-left: 16px
}

.company-info-body__link {
	display: inline-block;
	color: inherit
}

:root .company-info {
	padding: 0 8px
}

:root .company-info__header {
	margin-top: 21px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.5
}

:root .company-info__title {
	margin: 0;
	height: auto;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #195088;
	background: none;
	position: static;
	border: none;
	padding: 0
}

:root .company-info__title:before {
	display: none
}

:root .company-info__updated-at {
	font-size: 12px;
	color: #888
}

:root .company-info__time {
	color: #888
}

:root .company-info__time:before {
	display: none
}

.company-profile {
	margin: 8px 0;
	padding: 0 10px
}

.company-profile--no-hero {
	margin-top: 52px
}

.company-profile__header {
	-webkit-transform: translateY(-44px);
	transform: translateY(-44px);
	margin-bottom: -44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.company-profile__logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	-o-object-fit: contain;
	object-fit: contain
}

.company-profile__logo--default {
	background: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.company-profile__logo--default img {
	width: 43.2px;
	height: 43.2px;
	-o-object-fit: contain;
	object-fit: contain
}

.company-profile__name {
	margin: 16px 0 0;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700
}

.company-profile__desc {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 22.4px
}

.company-profile__desc .less-link, .company-profile__desc .more-link {
	display: inline-block
}

.company-profile__desc.profile-show-less .less-link, .company-profile__desc.profile-show-less .read-more-text, .company-profile__desc.profile-show-more .more-link {
	display: none
}

.company-profile__social {
	margin-top: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.company-profile__social, .company-rss-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.company-rss-share {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 8px;
	color: #3b3b3b
}

.company-search-year {
	position: relative;
	margin-left: 10px
}

.company-search-year__current-year {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 120px;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #abb3bf;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s
}

.company-search-year__current-year:hover {
	cursor: pointer;
	background: #f2f2f2
}

.company-search-year__overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100
}

.company-search-year__overlay.is-active {
	display: block
}

.company-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0
}

.company-share__item {
	margin-right: 16px;
	cursor: pointer
}

.company-share__item:last-child {
	margin-right: 7px
}

.company-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 20px
}

.company-social__follower {
	padding-right: 21px;
	margin-right: 21px;
	border-right: 1px solid #d9d9d9
}

.company-social__follower-num {
	font-size: 14px;
	font-weight: 700
}

.company-tab {
	display: none
}

.company-tab.is-active {
	display: block;
	-webkit-animation: fadeIn .4s;
	animation: fadeIn .4s
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.company-tab__header {
	line-height: 1.5;
	font-weight: 700;
	padding: 0 10px
}

.company-tab__title {
	margin: 0;
	padding: 0;
	font-size: 16px
}

.company-tab__query {
	margin: 0;
	padding: 0;
	font-size: 14px
}

.company-tab__more {
	display: block;
	width: auto;
	height: 37px;
	margin: 36px 20px;
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	background: #428ac9;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .24)
}

.company-tab__more.open-release-more:after {
	display: none
}

.company-tab #search-not-found-message {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #abb3bf
}

.document-download>a {
	width: 80%;
	padding: 8px 0;
	background-color: #294c7a;
	text-align: center;
	margin: 16px auto;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	color: #fff;
	display: block;
	border-radius: 6px
}

.document-download>a>.main-text {
	font-size: 16px;
	font-weight: 700
}

.fb-login-modal {
	position: relative;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	background: #fff;
	color: #3b3b3b;
	padding: 16px;
	border-radius: 10px;
	width: 95%;
	max-width: 350px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5
}

.fb-login-modal__close {
	height: 24px;
	width: 24px;
	position: absolute;
	border-radius: 50%;
	right: 8px;
	top: 16px;
	cursor: pointer;
	background-color: #959595
}

.fb-login-modal__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fb-login-modal__close:after, .fb-login-modal__close:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 12px;
	background: #fff;
	top: 6px;
	left: 11px
}

.fb-login-modal__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fb-login-modal__title {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 16px
}

.fb-login-modal__desc {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.6
}

.fb-login-modal__btn-area {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 8px;
	background: #fff;
	line-height: 1.5
}

.fb-login-modal__btn-area+.fb-login-modal__btn-area {
	margin-top: 8px
}

.fb-login-modal__btn-desc-wrap {
	line-height: 1;
	padding-left: 3px;
	position: relative;
	margin-bottom: 10px;
	text-align: left
}

.fb-login-modal__btn-desc, .fb-login-modal__btn-desc-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fb-login-modal__btn-desc {
	margin: 0;
	height: 29px;
	color: #3b3b3b
}

.fb-login-modal__btn-desc-icon {
	width: 24px
}

.fb-login-modal__btn-desc-text-main {
	font-weight: 700;
	font-size: 18px;
	margin-right: 7px
}

.fb-login-modal__btn-desc-text-sub {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 4px;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.fb-login-modal__btn-desc-balloon-wrap {
	position: relative;
	margin: 0 0 0 auto;
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fb-login-modal__btn-desc-balloon-wrap.is-touched .fb-login-modal__btn-desc-balloon {
	display: block
}

.fb-login-modal__btn-desc-balloon-question {
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-weight: 700
}

.fb-login-modal__btn-desc-balloon-question-inner {
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
	background: #294c7a;
	border-radius: 50%
}

.fb-login-modal__btn-desc-balloon {
	display: none;
	position: absolute;
	background: #fff;
	padding: 15px;
	line-height: 1.5;
	width: 270px;
	top: -108px;
	right: -16px;
	z-index: 100;
	-webkit-box-shadow: 4px 4px 10px rgba(40, 76, 122, .2);
	box-shadow: 4px 4px 10px rgba(40, 76, 122, .2);
	font-size: 14px;
	text-align: left;
	color: #3b3b3b;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-radius: 4px
}

.fb-login-modal__btn-desc-balloon:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 24px 12.5px 0;
	right: 14px;
	bottom: -16px
}

.fb-login-modal .fb-login-modal__btn--facebook, .fb-login-modal .fb-login-modal__btn--media, .fb-login-modal .fb-login-modal__btn--social {
	display: block;
	color: #fff;
	border-radius: 6px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 13px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fb-login-modal__btn--media {
	background: #299bcc;
	text-align: center
}

.fb-login-modal__btn--media:hover {
	background: #4db0db
}

.fb-login-modal__btn--social {
	background: #0c73d2;
	text-align: center;
	margin-top: 10px
}

.fb-login-modal__btn--social:hover {
	background: #218ef2
}

.fb-login-modal__btn--facebook {
	background: #1877f2;
	position: relative;
	padding-left: 28px;
	line-height: 50px;
	text-align: center
}

.fb-login-modal__btn--facebook:before {
	content: "";
	display: inline-block;
	background-image: url(/src/images/html/icon_login-facebook.png);
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	left: 8px;
	top: 13px
}

.fb-login-modal__btn--facebook:hover {
	background: #4893f5
}

.fb-login-modal__register-text {
	text-align: center;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.6
}

.fb-login-modal__register-link {
	color: #428ac9;
	font-size: 14px
}

.follow-modal-list {
	padding-bottom: 24px;
	margin: 0;
	max-height: 250px;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.follow-modal-list::-webkit-scrollbar {
	display: none
}

.follow-modal-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.follow-modal-list__item+.follow-modal-list__item {
	margin-top: 18px
}

.follow-modal-list__name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #3b3b3b;
	font-size: 14px;
	line-height: 1.6
}

.follow-modal-list__button {
	margin-left: 20px
}

.follow-modal-list__button .button--follow {
	font-size: 12px;
	height: 26px;
	width: auto;
	min-width: 107px;
	background: #fff;
	padding: 3px 13px 2px 40px;
	border-width: 1px
}

.follow-modal-list__button .button--follow:before {
	left: 15px;
	top: 4px
}

.follow-modal-list__button .button--follow:hover {
	background: #efefef, #3b3b3b
}

.follow-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 95%;
	max-width: 350px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.follow-modal__close {
	height: 24px;
	width: 24px;
	position: absolute;
	border-radius: 50%;
	right: 8px;
	top: 16px;
	cursor: pointer;
	background-color: #959595;
	z-index: 10
}

.follow-modal__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.follow-modal__close:after, .follow-modal__close:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 12px;
	background: #fff;
	top: 6px;
	left: 11px
}

.follow-modal__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.follow-modal__container {
	width: 100%;
	height: 100%;
	padding: 16px 8px;
	overflow: scroll;
	border-radius: 10px;
	background: #fff;
	line-height: 1.5;
	position: relative;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.follow-modal__container::-webkit-scrollbar {
	display: none
}

.follow-modal__container--no-pb {
	padding-bottom: 0
}

.follow-modal__title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	color: #3b3b3b
}

.follow-modal__message {
	margin-bottom: 16px;
	font-size: 14px;
	text-align: center
}

.follow-modal__share {
	text-align: center
}

.follow-modal__share-buttons .base-button {
	cursor: pointer
}

.follow-modal__bottom-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	border-radius: 0 0 10px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff)
}

.list-category-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
	overflow-x: scroll;
	padding-top: 38px;
	border-bottom: 1px solid #e4e4e4;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.list-category-menu::-webkit-scrollbar {
	display: none
}

.list-category-menu.has-searchbar {
	padding-top: 0
}

.list-category-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px;
	border-bottom: 3px solid transparent;
	font-size: 12px
}

.list-category-menu__item.is-active {
	border-bottom: 3px solid #195088
}

.list-category-menu__text {
	font-weight: 700;
	color: #195088;
	white-space: nowrap
}

.list-category-menu--no-search {
	padding-top: 38px
}

.list-category-menu__badge {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #3b3b3b;
	background: #d9d9d9
}

.list-category-menu__badge--overflow {
	font-size: 10px
}

.not-found-message {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #abb3bf
}

.scrolled-company-header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: 0
}

.scrolled-company-header-menu::-webkit-scrollbar {
	display: none
}

.scrolled-company-header-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	font-size: 12px;
	line-height: 1.5
}

.scrolled-company-header-menu__item.is-active {
	cursor: auto;
	border-bottom: 3px solid #195088
}

.scrolled-company-header-menu__text {
	color: #195088;
	font-weight: 700
}

.scrolled-company-header-menu__badge {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	background: #d9d9d9;
	border-radius: 50%;
	color: #3b3b3b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center
}

.scrolled-company-header-menu__badge--overflow {
	font-size: 10px
}

.scrolled-company-header {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out
}

.scrolled-company-header.is-hidden {
	opacity: 0;
	top: -100px
}

.scrolled-company-header__title-area {
	padding: 10px 10px 0;
	text-align: left
}

.scrolled-company-header__company-name {
	margin: 0;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 700
}

:root:root:root .default-company-header {
	-webkit-transition-property: none;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out
}

:root:root:root .default-company-header.is-hidden {
	opacity: 0;
	top: -100px
}

.release-search-bar {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.release-search-bar:before {
	content: url(/src/images/html/svg/icon-search-black.svg);
	position: absolute;
	width: 16px;
	height: 16px;
	left: 12px;
	padding: 9px 0
}

.release-search-bar__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	border: 1px solid #abb3bf;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 38px
}

.release-search-bar__input:focus {
	outline: none
}

.search-year-list {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	padding: 13px 0;
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
	z-index: 101
}

.search-year-list__item {
	line-height: 2;
	padding: 0 13px 0 34px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s
}

.search-year-list__item:not(.is-selected):hover {
	cursor: pointer;
	background: #f2f2f2
}

.search-year-list__item.is-selected {
	pointer-events: none
}

.search-year-list__item.is-selected:before {
	position: absolute;
	content: url(/src/images/html/svg/icon-pulldown-check.svg);
	width: 10.5px;
	left: 15px
}

.toast {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #1a1a1a;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
	border-radius: 4px;
	padding: 8px
}

.toast__status-icon {
	padding: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.toast__content {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	margin: 0
}

.toast__wrapper {
	visibility: hidden;
	display: none;
	position: fixed;
	margin: 0 8px;
	z-index: 10000;
	min-width: calc(100vw - 16px);
	-webkit-min-logical-width: -webkit-fill-available;
	top: 0;
	opacity: 0
}

.toast__wrapper--active {
	visibility: visible;
	top: 24px;
	opacity: .8;
	display: block;
	animation: slidein .25s ease-out, stay 3s .25s, fadeout .25s ease-in 3.25s;
	-webkit-animation: slidein .25s ease-out, stay 3s .25s, fadeout .25s ease-in 3.25s
}

@-webkit-keyframes slidein {
	0% {
		opacity: 0;
		top: 0
	}
	to {
		top: 24px;
		opacity: .8
	}
}

@keyframes slidein {
	0% {
		opacity: 0;
		top: 0
	}
	to {
		top: 24px;
		opacity: .8
	}
}

@-webkit-keyframes stay {
	0% {
		opacity: .8
	}
	to {
		opacity: .8
	}
}

@keyframes stay {
	0% {
		opacity: .8
	}
	to {
		opacity: .8
	}
}

@-webkit-keyframes fadeout {
	0% {
		opacity: .8
	}
	to {
		opacity: 0
	}
}

@keyframes fadeout {
	0% {
		opacity: .8
	}
	to {
		opacity: 0
	}
}

.tooltip {
	position: absolute;
	display: block;
	top: -48px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 6px 8px;
	background: #fff;
	color: #3b3b3b;
	font-size: 12px;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.tooltip.is-tooltip-active {
	opacity: 1;
	visibility: visible
}

.tooltip:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	border-top: 16px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	-webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .1));
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .1));
	z-index: 1000
}

.company-profile__header .followAddBox {
	margin: 0
}

.company-profile__header .facebook-login-chk {
	width: auto;
	padding: 0 36px
}

.banner {
	position: fixed;
	display: none;
	width: 100%;
	top: 24px;
	z-index: 1001;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.banner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 16px;
	background: #b2e0eb;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
	border-radius: 6px;
	padding: 13px 0 13px 15px;
	font-weight: 700;
	font-size: 14px;
	color: #333
}

.banner.active {
	display: block
}
