@charset "utf-8";

/* Popover */
.popover {
	display: flex;
	align-items: center;
}
.popover__wrap {
	display: inline-block;
	line-height: 1;
	font-size: 0;
}
.popover__button {
	position: relative;
	display: block;
	padding: 0;
	background: transparent;
	font-size: 15px;
	color: #000;
}
.popover__button--icon {
	margin-left: 3px;
	font-size: 0;
	color: transparent;
}
.popover__button--icon::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('https://vipcpa.hgodo.com/img/cb/question_circle_grayA.svg') 0 0 / contain no-repeat;
}
.popover-explain {
	display: none;
	z-index: 9;
	position: absolute;
	left: 0;
	margin-top: 9px;
	max-width: 260px;
	padding: 16px 36px 16px 16px;
	border-radius: 8px;
	border: 1px solid #4c515b;
	background: #fff;
	box-sizing: border-box;
}
.popover-explain__contents {
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 1.38;
	color: #000;
}
.popover-explain__contents em {
	color: #2e89e5;
}
.popover-explain__title {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.popover-explain__detail {
	font-size: 13px;
	line-height: 1.38;
	color: #4c515b;
}
.popover-explain__list li {
	position: relative;
	padding-left: 9px;
	font-size: 13px;
	color: #4c515b;
}
.popover-explain__list li + li {
	margin-top: 6px;
}
.popover-explain__list li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #4c515b;
}
.popover-explain__link {
	display: block;
	margin-top: 12px;
	font-size: 13px;
	color: #2e89e5 !important;
}
.popover-explain__link::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 1px;
	width: 12px;
	height: 12px;
	background: url('https://vipcpa.hgodo.com/img/cb/arrow_blue500.svg') 0 0 / contain no-repeat;
}
.popover-explain__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	font-size: 0;
	color: transparent;
	background-color: transparent;
}
.popover-explain__close::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('https://vipcpa.hgodo.com/img/cb/x_circle_bggrayE.svg') 0 0 / contain no-repeat;
}
.popover.on .popover-explain {
	display: block;
}
.popover.on .popover__button::before {
	content: '';
	z-index: 10;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 8px;
	height: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #4c515b;
	border-left-color: #4c515b;
	border-radius: 3px 0 0;
	background-color: #fff;
	transform: translateX(-50%) rotate(45deg) skew(12deg, 12deg);
	-webkit-transform: translateX(-50%) rotate(45deg) skew(12deg, 12deg);
}
/* Popover 상단으로 노출 */
.popover.top .popover-explain {
	bottom: 100%;
	margin: 0 0 7px;
}
.popover.top.on .popover__button::before {
	bottom: initial;
	top: -15px;
	transform: translateX(-50%) rotate(225deg) skew(12deg, 12deg);
	-webkit-transform: translateX(-50%) rotate(225deg) skew(12deg, 12deg);
}

/* Gnb */
body.sub #Header {
	display: none;
}

html.app .header-sub .gnb {
	display: none;
}
html.app.ios body.biz .header-sub .gnb,
html.mbiz body.biz .header-sub .gnb,
html.appOldBiz .header-sub .gnb {
	display: flex;
}

.gnb {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 0 6px;
	background-color: #fff;
}
.gnb--end {
	padding: 0 6px 0 20px;
}
.gnb__title {
	font-size: 18px;
	font-weight: normal;
	font-family: 'SCDream4';
	line-height: 44px;
}
.gnb__title--expat {
	width: 176px;
	height: 20px;
	margin: 12px 0 12px 12px;
	font-size: 0;
	background: url('https://vipcpa.hgodo.com/img/cb/bi_foreign.svg') 0 0 / contain no-repeat;
}
.translated-ltr .gnb__title--expat {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* html.ios .gnb__title {line-height:46px} */
.gnb__title--bi {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 147px;
	height: 23px;
	margin: -8px 0 0 -74px;
}
.gnb__title--bi a,
.gnb__title--bi img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.gnb__action {
	display: flex;
	margin-left: auto;
}
.gnb__button {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	padding: 10px;
	font-size: 0;
	color: transparent;
}
.gnb__button::before {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('https://vipcpa.hgodo.com/img/cb/icon_01.png');
	background-size: 120px;
	background-repeat: no-repeat;
	content: '';
}
.gnb__button--back::before {
	background-position: 0 0;
}
.gnb__button--directory::before {
	background-position: 0 0;
}
.gnb__button--search::before {
	background-position: -48px 0;
}
.gnb__button--service::before {
	background-position: -24px 0;
}
.gnb__button--home::before {
	background-position: -96px 0;
}
.gnb__button--close::before {
	background-position: -48px -48px;
}
.gnb__button--brand::before {
	background-position: -96px -48px;
}
.gnb__button--voice::before {
	background-position: 0 -24px;
}
.gnb__button--share::before {
	background-position: -72px -24px;
}
.gnb__button--scrap::before {
	background-position: -24px -24px;
}
.gnb__button--scrap.on::before {
	background-position: -48px -24px;
}
.gnb__button--capture::before {
	background-position: -24px -48px;
}
.gnb__button--like::before {
	background-position: 0px -72px;
}
.gnb__button--like.on::before {
	background-position: -24px -72px;
}
.gnb__button--text {
	width: auto;
	padding: 0 10px;
	line-height: 44px;
	font-size: 14px;
	font-family: 'SCDream4';
	color: #000;
}
/* html.ios .gnb__button--text {line-height:46px} */
.gnb__button--text::before {
	content: none;
}

/* Gnb - Main */
.gnb--main {
	justify-content: space-between;
	padding: 5px 6px 0;
}
.gnb--main .gnb__action {
	margin-left: 0;
}
/* Gnb - Aside */
.gnb--aside {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 6px 0 20px;
}
.gnb--aside .gnb__title {
	font-family: 'SCDream5';
}
.gnb--aside .gnb__title--biz > a {
	font-family: 'SCDream6';
	color: #2e89e5;
}
.gnb--person {
	background-color: #ffed46;
}
.gnb--biz {
	background-color: #5699ff;
}
.gnb--biz .gnb__title {
	color: #fff;
}
.gnb--biz .gnb__button--home::before {
	background-position: -96px -24px;
}
.gnb--biz .gnb__button--close::before {
	background-position: -72px -48px;
}
/* Gnb - Search */
.gnb--search {
	box-sizing: border-box;
	height: 64px;
	padding: 10px 16px 10px 6px;
}
.gnb__search-form {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding-right: 4px;
	border-radius: 6px;
	border: 1px solid #4c515b;
}
.gnb__search-form > input[type='text'] {
	display: block;
	width: calc(100% - 88px);
	height: 100%;
	padding: 0 0 0 12px;
	border: 0;
	font-size: 15px;
	font-weight: bold;
}
.gnb__search-form .gnb__button--search {
	height: 100%;
}
.gnb__search-del {
	width: 44px;
	height: 100%;
	background: transparent url('https://vipcpa.hgodo.com/img/cb/x_circle_bggrayC.svg') 50% 50% /20px 20px no-repeat;
	font-size: 0;
	color: transparent;
}

/* Tabs - Public(Square Shape) */
.tabs-public {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	border-radius: 8px;
	background: #f2f6fc;
}
.tabs-public__item {
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #f2f6fc;
	font-size: 14px;
	font-family: 'SCDream5';
	text-align: center;
	line-height: 37px;
	vertical-align: top;
	color: #97aecb !important;
	background-color: transparent;
}
.tabs-public__item.on {
	border-radius: 8px;
	border: 1px solid #3396fe;
	background: #fff;
	color: #2e89e5 !important;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}
/* Tabs - Public(Round Shape) */
.tabs-public--round {
	height: 46px;
	padding: 5px;
	border-radius: 25px;
}
.tabs-public--round .tabs-public__item {
	line-height: 34px;
}
.tabs-public--round .tabs-public__item.on {
	border-radius: 19px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
/* Tabs - Public input */
.tabs-public input {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
}
/* Tabs - Public input : Checkbox(Round Shape) */
.tabs-public__label {
	position: relative;
	width: 100%;
	border-radius: 8px;
}
.tabs-public__label input[type='radio'] + label {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding: 11px 0;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #f2f6fc;
	font-size: 14px;
	font-family: 'SCDream5';
	text-align: center;
	vertical-align: top;
	color: #97aecb !important;
	background: transparent;
}
.tabs-public__label input[type='radio']:checked + label {
	border: 1px solid #3396fe;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
	background: #fff;
	color: #2e89e5 !important;
}

/* Tabs - Navigation (2depth 메뉴) */
.tabs-nav {
	overflow-x: auto;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #eaeef3;
	white-space: nowrap;
	background: #fff;
}
.tabs-nav::-webkit-scrollbar {
	display: none;
}
.tabs-nav__list {
	position: relative;
	display: flex;
	min-width: 100%;
}
.tabs-nav__item {
	width: 100%;
	padding: 0 12px;
	text-align: center;
	color: #9096a1;
	background: #fff;
	outline: none;
}
.tabs-nav__item.on {
	color: #1a1a1a;
}
.tabs-nav__text {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 48px;
	padding: 0 4px;
	font-family: 'SCDream5';
	font-size: 16px;
	line-height: 48px;
}
.tabs-nav__item.on .tabs-nav__text::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px 2px 0 0;
	background: #000;
	content: '';
}
/* Tabs - Navigation(scroll) */
.tabs-nav--scroll {
	padding: 0 8px;
}
.tabs-nav--scroll::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 40px;
	height: 45px;
	background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.tabs-nav--scroll.end::after {
	display: none;
}

/* Tabs - GNB (기업서비스메뉴) */
.tabs-gnb {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 8px 8px 0;
	text-align: left;
	border-bottom: 4px solid #f0f2f5;
	background-color: #fff;
}
.tabs-gnb::-webkit-scrollbar {
	display: none;
}
.tabs-gnb__list {
	z-index: 2;
	position: relative;
	white-space: nowrap;
	font-size: 0;
}
.tabs-gnb__item {
	position: relative;
	display: inline-block;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}
.tabs-gnb__text {
	display: block;
	box-sizing: border-box;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 14px;
	font-family: 'SCDream4';
	color: #667d9f;
}
.tabs-gnb__item.on {
	margin: 0 8px;
}
.tabs-gnb__item.on::before,
.tabs-gnb__item.on::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 8px;
	height: 8px;
	background: url('https://vipcpa.hgodo.com/img/cb/header_piece.png') no-repeat;
	background-size: 8px 8px;
}
.tabs-gnb__item.on::before {
	left: -8px;
}
.tabs-gnb__item.on::after {
	right: -8px;
	transform: scaleX(-1);
}
.tabs-gnb__item.on .tabs-gnb__text {
	padding: 0 12px;
	border-radius: 10px 10px 0 0;
	font-family: 'SCDream5';
	color: #2e89e5;
	background-color: #f0f2f5;
}

/* Modal */
.layer-pop {
	display: none;
	z-index: 999999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.layer-pop.on {
	display: block;
}
/* .layer-pop .filter {background-color:#000}  */
.layer-pop__wrap {
	z-index: 999999;
	position: fixed;
	width: 320px;
	top: 50%;
	left: 50%;
	border-radius: 16px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.layer-pop__title {
	height: 56px;
	font-weight: normal;
	font-size: 17px;
	font-family: 'SCDream5';
	text-align: center;
	line-height: 58px;
	border-bottom: solid 1px #ebedf1;
	color: #000;
}
.layer-pop__sub {
	display: block;
	padding: 8px 20px 0;
	font-size: 15px;
	line-height: 1.4;
	color: #747a84;
}
.layer-pop__contents {
	padding: 20px 20px 28px;
}
.layer-pop__contents-title {
	margin-bottom: 8px;
	font-size: 17px;
	font-family: 'SCDream5';
	text-align: left;
	line-height: 1.4;
}
.layer-pop__contents.wide {
	padding-left: 0;
	padding-right: 0;
}
.layer-pop__action {
	display: flex;
	padding: 0 20px 24px;
}
.layer-pop__close-term {
	position: relative;
	height: 45px;
	padding: 12px 20px 0;
	border-top: 1px solid #ebedf1;
	border-radius: 0 0 16px 16px;
	box-sizing: border-box;
	background-color: #f7f8fa;
}
.layer-pop__close-term span.input label {
	font-size: 14px;
	color: #747a84;
}
.layer-pop__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	font-size: 0;
	color: transparent;
	background-color: transparent;
}
.layer-pop__close::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('https://vipcpa.hgodo.com/img/cb/x_circle_bggrayE.svg') 0 0 /100% 100% no-repeat;
}
/* Modal - type1 (넛지형 센터) */
.layer-pop__wrap--type1 .layer-pop__title {
	height: auto;
	padding: 40px 20px 0;
	font-size: 18px;
	text-align: left;
	line-height: 1.4;
	border: none;
}
.layer-pop__wrap--type1 .layer-pop__contents {
	padding-bottom: 0;
}
.layer-pop__wrap--type1 .layer-pop__action {
	padding-top: 36px;
}
/* Modal - type2 (넛지형 하단고정) */
.layer-pop__wrap--type2 {
	transform: none;
	top: initial;
	left: initial;
	bottom: 0;
	width: 100%;
	border-radius: 24px 24px 0 0;
}
.layer-pop__wrap--type2 .layer-pop__title {
	height: auto;
	padding: 40px 20px 0;
	font-size: 18px;
	text-align: left;
	line-height: 1.4;
	border: none;
}
.layer-pop__wrap--type2 .layer-pop__contents {
	padding-bottom: 0;
}
.layer-pop__wrap--type2 .layer-pop__action {
	padding-top: 36px;
}

/* Modal > BizHome Native (컨텐츠만 웹으로 사용, 후결제동의/정액권사용기한안내/공고등록인증안내/이력서열람건사전안내) */
.layer-pop.native {
	position: static;
}
.layer-pop.native .layer-pop__wrap {
	position: static !important;
	width: 100%;
	border-radius: 0;
	transform: none;
}
.layer-pop.native .layer-pop__close-term {
	border-radius: 0;
}

/* Modal - Contents */
.layer-pop__text {
	font-size: 15px;
	line-height: 1.4;
	color: #4c515b;
}
.layer-pop__text + .layer-pop__bullet {
	margin-top: 16px;
}
.layer-pop__bullet-item {
	position: relative;
	padding-left: 9px;
	font-size: 15px;
	line-height: 1.4;
	color: #4c515b;
}
.layer-pop__bullet-item + .layer-pop__bullet-item {
	margin-top: 12px;
}
.layer-pop__bullet-item::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #747a84;
}
.layer-pop__instruction {
	margin-top: 12px;
}
.layer-pop__instruction-item {
	position: relative;
	padding-left: 6px;
	font-size: 12px;
	line-height: 1.4;
	color: #4c515b;
}
.layer-pop__instruction-item--gray {
	color: #747a84;
}
.layer-pop__instruction-item + .layer-pop__instruction-item {
	margin-top: 6px;
}
.layer-pop__instruction-item::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #747a84;
}
.layer-pop__description dt {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
	color: #4c515b;
}
.layer-pop__description dd {
	line-height: 1.4;
	font-size: 15px;
	color: #4c515b;
}
.layer-pop__description dd + dt {
	margin-top: 20px;
}
.layer-pop__notice {
	position: relative;
	margin-top: 8px;
	padding-left: 13px;
	font-size: 12px;
	line-height: 1.4;
	color: #747a84;
}
.layer-pop__notice::before {
	content: '※';
	position: absolute;
	left: 0;
}
.layer-pop__textarea > textarea {
	width: 100%;
	height: 190px;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #d5d9df;
	font-size: 15px;
	resize: none;
	/* -webkit-appearance: none; */
	background-color: #fff;
}
.layer-pop__count {
	margin-top: 12px;
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	color: #666c76;
}
.layer-pop__table-wrap {
	overflow-y: auto;
	max-height: 140px;
	margin-top: 20px;
}
.layer-pop__table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px rgba(0, 0, 0, 0.4);
}
.layer-pop__table--row .layer-pop__th {
	border-bottom: 1px solid #ebedf1;
}
.layer-pop__table--row .layer-pop__td {
	text-align: left;
}
.layer-pop__th {
	min-height: 38px;
	padding: 8px 12px;
	background-color: #f7f8fa;
	font-size: 12px;
	color: #8f959f;
}
.layer-pop__th + .layer-pop__th {
	border-left: 1px solid #ebedf1;
}
.layer-pop__td {
	min-height: 38px;
	padding: 8px 12px;
	border-bottom: 1px solid #ebedf1;
	font-size: 12px;
	color: #4c515b;
	text-align: center;
	line-height: 1.4;
}
.layer-pop__td + .layer-pop__td {
	border-left: 1px solid #ebedf1;
}
.layer-pop__td strong {
	font-size: 12px;
	color: #4c515b;
}
.layer-pop__goods {
	overflow-y: auto;
	max-height: 140px;
	margin-top: 20px;
}
html.android .layer-pop.native .layer-pop__goods::-webkit-scrollbar-track {
	background-color: #ebedf1;
}
html.android .layer-pop.native .layer-pop__goods::-webkit-scrollbar {
	width: 4px;
	background-color: #ebedf1;
}
html.android .layer-pop.native .layer-pop__goods::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
.layer-pop__goods-item {
	position: relative;
	padding: 16px;
	border-radius: 6px;
	border: 1px solid #dfe7f2;
}
.layer-pop__goods-item + .layer-pop__goods-item {
	margin-top: 8px;
}
.layer-pop__goods-name {
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
	color: #4c515b;
}
.layer-pop__goods-name > a {
	color: #4c515b !important;
}
.layer-pop__goods-date {
	margin-bottom: 4px;
	font-size: 14px;
	color: #4c515b;
}
.layer-pop__goods-price,
.layer-pop__goods-count {
	margin-bottom: 8px;
	font-size: 15px;
	color: #4c515b;
}
.layer-pop__goods-action {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 68px;
	height: 32px;
	border-radius: 16px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 34px;
	font-family: 'SCDream4';
	text-align: center;
	color: #fff !important;
	background-color: #3396fe;
}
.layer-pop__goods-info {
	font-size: 13px;
	color: #8f959f;
}
.layer-pop__goods-detail {
	display: inline-block;
}
.layer-pop__goods-detail + .layer-pop__goods-detail::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 8px 0 4px;
	vertical-align: -1px;
	background-color: #dfe7f2;
}
.layer-pop__goods-detail > em {
	margin-left: 8px;
	color: #4c515b;
}

.layer-pop__coupon {
	padding: 28px 42px;
	border-radius: 16px;
	background-color: #eaf3fe;
}
.layer-pop__coupon-image {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 197px;
	height: 100px;
	padding-right: 49px;
	box-sizing: border-box;
	background: url('https://vipcpa.hgodo.com/img/cb/biz/biz_upselling_coupon_img.png') 0 0 / contain no-repeat;
}
.layer-pop__coupon-title {
	margin-bottom: 4px;
	font-family: 'SCDream5';
	font-size: 16px;
}
.layer-pop__coupon-price {
	font-family: 'SCDream5';
	font-size: 24px;
	color: #2e89e5;
}

/* Modal - Button */
.layer-pop__button {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid #ffe000;
	border-radius: 6px;
	padding: 15px 5px;
	font-size: 15px;
	font-family: 'SCDream4';
	text-align: center;
	text-decoration: none !important;
	color: #000;
	background-color: #fff230;
	word-break: break-all;
	word-wrap: break-word;
}
/* html.ios .layer-pop__button {line-height:48px} */
.layer-pop__button.no {
	margin-right: 8px;
	border-color: #d5d9df !important;
	color: #777e8c !important;
	background-color: #fff !important;
}
.layer-pop__button.no--fix {
	min-width: 90px;
	width: 36%;
}
.layer-pop__button.view {
	border: 1px solid #d5d9df !important;
	color: #000 !important;
	background-color: #fff !important;
}
.layer-pop__button.disabled {
	border: 1px solid #b6bbc3 !important;
	color: #fff !important;
	background-color: #b6bbc3 !important;
}
/* Modal - Biz Button */
.layer-pop.biz .layer-pop__button {
	border-color: #3396fe;
	color: #fff;
	background-color: #3396fe;
}

/* Modal - Full Image */
.layer-pop__wrap.overhidden {
	overflow: hidden;
}
.layer-pop__fullimg {
	font-size: 0;
}
.layer-pop__fullimg-link {
	display: block;
}
.layer-pop__fullimg-link > img {
	width: 100%;
	height: 100%;
}
.layer-pop__close-text {
	position: absolute;
	right: 20px;
	bottom: 14px;
	padding: 0;
	font-size: 14px;
	color: #4c515b;
	background-color: transparent;
}

/* Accordions */
.accordion {
	overflow: hidden;
	border-radius: 12px;
	background-color: #fff;
}
.accordion + .accordion {
	margin-top: 12px;
}
.accordion__title {
	position: relative;
	display: block;
	width: 100%;
	padding: 16px 36px 16px 20px;
	text-align: left;
	outline: none;
	color: #000;
	background-color: #fff;
}
.accordion__title::after {
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	width: 16px;
	height: 16px;
	background: transparent url('https://vipcpa.hgodo.com/img/cb/icn_arrow_down_outline_grayBBB.svg') 0 0 /100% no-repeat;
	content: '';
}
.accordion__contents {
	position: relative;
	display: none;
	padding: 16px 20px;
	background-color: #fff;
}
.accordion.on .accordion__contents {
	display: block;
}
.accordion.on .accordion__title::after {
	transform: rotate(180deg);
}
.accordion.on .accordion__contents::before {
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #eaeef3;
	content: '';
}

/* Switch Toggle */
.switch-toggle input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-toggle input + label {
	position: relative;
	display: block;
	height: 32px;
}
.switch-toggle input + label::before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 52px;
	height: 32px;
	border-radius: 16px;
	background-color: #e5e8ec;
}
.switch-toggle input + label::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 22px;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 3px 1px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	transition: 0.2s ease-out;
}
.switch-toggle__text {
	font-size: 13px;
	font-family: 'SCDream4';
	line-height: 16px;
	vertical-align: top;
	color: #343840;
}
.switch-toggle__icon {
	z-index: 1;
	position: absolute;
	top: 8px;
	right: 29px;
	width: 16px;
	height: 16px;
	background: url('https://vipcpa.hgodo.com/img/cb/toggle.png') no-repeat -60px 0;
	background-size: 90px 80px;
	transition: right 0.2s ease-out;
}
.switch-toggle__state {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-family: 'SCDream5';
	text-align: center;
	color: #8f959f;
}
.switch-toggle input:checked + label:before {
	background-color: #fff230;
}
.switch-toggle input:checked + label:after {
	right: 2px;
}
.switch-toggle input:checked + label .switch-toggle__icon {
	right: 8px;
	background-position-y: -40px;
}
.switch-toggle input:checked + label .switch-toggle__state {
	color: #4c515b;
}
/* Switch Toggle - small(blue) */
.switch-toggle--small input + label {
	height: 16px;
	padding-right: 32px;
}
.switch-toggle--small input + label::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 16px;
	border-radius: 8px;
	background-color: #ccd0d6;
}
.switch-toggle--small input + label::after {
	top: 1px;
	right: 13px;
	width: 14px;
	height: 14px;
	box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.1);
}
.switch-toggle--small input:checked + label:before {
	background-color: #3396fe;
}
.switch-toggle--small input:checked + label:after {
	box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
	right: 1px;
}

/* Badges */
.badge {
	display: inline-block;
	min-width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 0 5px;
	font-weight: bold;
	font-size: 10px;
	font-family: 'Pretendard Variable';
	line-height: 16px;
	vertical-align: top;
	color: #fff;
	background-color: #f04452;
}
.badge--new {
	width: 16px;
	padding: 0;
	border-radius: none;
	font-size: 0;
	line-height: 1 !important;
	color: transparent;
	background: transparent url('https://vipcpa.hgodo.com/img/cb/badge_new.svg') 0 0 / contain no-repeat;
}

/* Biz List - Container */
.bizlist-head + .colist-wrap {
	margin-top: 0;
}
.colist-wrap {
	margin: 16px 0;
}
.floating-ui .colist-wrap {
	margin-bottom: 0;
}
.colist {
	padding: 0 16px;
}
.colist__item {
	position: relative;
	margin-top: 10px;
}
.colist__item:first-child {
	margin-top: 0;
}

/* Biz List - 하단 플로팅 버튼 */
.colist-floating {
	position: fixed;
	bottom: 30px;
	left: 50%;
	height: 40px;
	border-radius: 20px;
	padding: 0 24px;
	font-size: 15px;
	font-family: 'SCDream4';
	line-height: 40px;
	text-align: center;
	background: #3396fe;
	color: #fff !important;
	transform: translateX(-50%);
	white-space: nowrap;
}
.colist-floating > strong {
	font-weight: normal;
	font-family: 'SCDream5';
}
.colist-floating::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: text-bottom;
	background: url('https://vipcpa.hgodo.com/img/cb/plus_circle_blue.svg') 0 0 /16px 16px no-repeat;
}

/* Biz List - No Data */
.colist-nodata {
	padding: 48px 0;
	border-radius: 12px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
.colist-nodata__icon {
	display: inline-block;
	width: 60px;
	height: 55px;
	margin: 0 auto 12px;
	background: url('https://vipcpa.hgodo.com/img/cb/icon_search_noinfo.png') no-repeat;
	background-size: 60px 55px;
}
.colist-nodata__text {
	font-size: 14px;
	line-height: 1.4;
	color: #8f959f;
}
.colist-nodata__btn {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 0 20px;
	margin-top: 16px;
	font-size: 14px;
	font-family: 'SCDream4';
	text-align: center;
	line-height: 40px;
	color: #fff !important;
	background-color: #3396fe;
}

/* Biz List - 공통 컨텐츠 */
.colist-upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1px;
}
.colist-upper--right {
	justify-content: flex-end;
}
.colist-status {
	display: inline-flex;
	align-items: center;
}
.colist-status > span {
	font-size: 13px;
	font-weight: bold;
	color: #8f959f;
}
.colist-status .status-date {
	font-size: 13px;
	font-weight: bold;
	color: #595e69;
}
.colist-status span + .status-date {
	margin-left: 4px;
}
.colist-status .status-blue {
	color: #2e89e5;
}
.colist-status .status-red,
.colist-status .status-red > a {
	color: #fa5165;
}
.colist-status .status-darkred {
	color: #b80b16;
}
.colist-status .status-purple {
	color: #9458f1;
}
.colist-status .status-lightgray {
	color: #a9afb8;
}
.colist-status .status-gray {
	color: #8f959f;
}
.colist-status .status-darkgray {
	color: #4c515b;
}
.colist-status .status-green,
.colist-status .status-green > a {
	color: #4c93ac;
}
.colist-bottom {
	overflow: hidden;
	position: relative;
	border-radius: 0 0 12px 12px;
	border-top: 1px solid #f0f2f5;
	background: #fff;
}

.colist-info {
	position: relative;
	display: block;
	padding: 16px 20px;
	border-radius: 12px;
	background-color: #fff;
}
.colist-info--top {
	border-radius: 12px 12px 0 0;
}

.colist-info__title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}

/* Biz List - 공통 컨텐츠 - 담당자 관리 */
.colist-info__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	max-width: 99%;
	height: 20px;
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.colist-info__name::before {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url('https://vipcpa.hgodo.com/img/cb/icon_person_blue.png') 0 0 /100% no-repeat;
	content: '';
}
.colist-info__manager {
	position: relative;
	display: flex;
	line-height: 22px;
	font-size: 13px;
}
.colist-info__manager + .colist-info__manager {
	margin-top: 8px;
}
.colist-info__manager-title {
	flex-shrink: 0;
	margin-right: 6px;
	color: #747a84;
}
.colist-info__manager-detail {
	display: block;
	font-size: 13px;
}
.colist-info__manager-detail + .colist-info__manager-detail {
	margin-top: 2px;
}
.colist-info__manager-data {
	word-break: break-all;
}
.colist-user {
	display: flex;
	align-items: center;
	position: relative;
	height: 54px;
	padding-left: 66px;
}
.colist-upper + .colist-user {
	margin-top: 16px;
}
.colist-user__photo {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 39%;
	text-align: center;
}
.colist-user__photo::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://vipcpa.hgodo.com/img/cb/squircle-mask_border_gray.svg') 0 0 / contain no-repeat;
}
.colist-user__photo img {
	width: 100%;
}
.colist-user__info {
	width: 100%;
}
.colist-user__name {
	overflow: hidden;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.colist-user__career {
	color: #2e89e5;
}
.colist-user__career > mark {
	color: #000;
}
.colist-user__resume-title {
	overflow: hidden;
	margin-top: 3px;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.colist-user__apply-job {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	margin-top: 4px;
	font-size: 12px;
	color: #747a84;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.colist-user__apply-job::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	width: 12px;
	height: 12px;
	background: url('https://vipcpa.hgodo.com/img/cb/icn_arrow_down_outline_grayBBB.svg') center / contain no-repeat;
	transform: rotate(-90deg);
}
.colist-userinfo {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #747a84;
}
.colist-userinfo .space {
	display: inline-block;
	margin: 0 5px;
	width: 1px;
	height: 9px;
	background-color: #dfe7f2;
}
.colist-userinfo + .colist-userinfo {
	margin-top: 1px;
}
.colist-userinfo > button {
	padding: 0;
	font-size: 12px;
	text-decoration: underline;
	color: #fa5165;
	background-color: transparent;
}
.colist-info__date {
	display: block;
	padding-top: 16px;
	font-size: 12px;
	color: #a9afb8;
}

/* Biz List - 공통 컨텐츠 - 인재_지역직종 */
.colist-job {
	margin-top: 6px;
}
.colist-job__wrap {
	display: flex;
	flex-wrap: wrap;
}
.colist-job__title {
	box-sizing: border-box;
	width: 34px;
	margin-top: 8px;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}
.colist-job__item {
	box-sizing: border-box;
	overflow: hidden;
	width: calc(100% - 34px);
	margin-top: 8px;
	font-size: 11px;
	color: #4c515b;
	line-height: 17px;
}
.colist-job__item.job {
	display: -webkit-box;
	max-height: 51px;
	text-overflow: ellipsis;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
}

/* Biz List - 공통 컨텐츠 - 정의리스트 */
.colist-def {
	margin-top: 16px;
}
.colist-def__item {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.colist-def__item + .colist-def__item {
	margin-top: 4px;
}
.colist-def__term {
	margin-right: 16px;
	font-size: 12px;
	color: #8f959f;
	white-space: nowrap;
}
.colist-def__term > strong {
	color: #747a84;
}
.colist-def__data {
	font-size: 12px;
	color: #4c515b;
}
.colist-def__data > strong {
	color: #000;
}
.colist-def--expand .colist-def__term {
	width: 50px;
	flex-shrink: 0;
} /* 4글자*/
.colist-def--expanded .colist-def__term {
	width: 73px;
	flex-shrink: 0;
} /* 6글자 */

/* Biz List - 공통 컨텐츠 내 액션버튼 */
.colist-function {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.colist-function__type {
	display: flex;
}
.colist-function__btn {
	font-size: 13px;
	color: #4c515b !important;
}
.colist-function__btn + .colist-function__btn {
	margin-left: 10px;
}
.colist-function__btn::before {
	display: inline-block;
	vertical-align: -3px;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background: #fff url('https://vipcpa.hgodo.com/img/cb/biz/icon_manage_function1.png') 0 0 /48px no-repeat;
	content: '';
}
.colist-function__btn--viv::before {
	background-position: -16px -48px;
}
.colist-function__btn--sms::before {
	background-position: -16px -16px;
}
.colist-function__btn--memo::before {
	background-position: -16px -32px;
}
.colist-function__btn--join-limit::before {
	background-position: -16px 0;
}
.colist-function__btn--join-invisible::before {
	background-position: -32px 0;
}
.colist-function__btn--keep::before {
	background-position: -32px -32px;
}
.colist-function__btn--keep.on::before {
	background-position: -32px -48px;
}
.colist-function__btn--call::before {
	background-position: -16px -64px;
}
.colist-function__btn--suggest::before {
	background-position: 0 -64px;
}

/* Biz List - 우측 상단 액션버튼 */
.colist-manage {
	display: inline-flex;
}
a.colist-manage__btn,
.colist-manage__btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #4c515b !important;
	line-height: 16px;
}
.colist-manage__btn + .colist-manage__btn {
	margin-left: 8px;
}
.colist-manage__btn::before {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background: #fff url('https://vipcpa.hgodo.com/img/cb/biz/icon_manage_function1.png') 0 0 /48px no-repeat;
	content: '';
}
.colist-manage__btn--location::before {
	background-position: 0 0;
}
.colist-manage__btn--delete::before {
	background-position: 0 -16px;
}
.colist-manage__btn--modify::before {
	background-position: 0 -32px;
}
.colist-manage__btn--end::before {
	background-position: 0 -48px;
}
.colist-manage__btn--result::before {
	background: url('https://vipcpa.hgodo.com/img/cb/biz/biz_admin_v1.png') -80px -100px /120px 120px no-repeat;
}
.colist-manage__btn--cancel::before {
	background: url('https://vipcpa.hgodo.com/img/cb/biz/biz_admin_v1.png') 0 -40px /120px 120px no-repeat;
}
/* Biz List - 우측 하단 액션버튼 */
.colist-action {
	position: absolute;
	right: 20px;
	bottom: 12px;
	font-size: 0;
}
.colist-action__btn {
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	margin-left: 4px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #d5d9df;
	border-radius: 8px;
	background-color: #fff;
	font-size: 13px;
	font-family: 'SCDream4';
}
.colist-action__btn.del {
	color: #8f959f;
	border-color: #d5d9df;
}
.colist-action__btn.edit {
	color: #2e89e5;
	border-color: #cee1ff;
}

/* Biz List - Visited, Private */
.colist__item.private .colist-info {
	background-color: #fcfcfd;
}
.colist__item.private .colist-user__resume-title {
	color: #000;
}
.colist__item.private .colist-user__career {
	color: #8f959f;
}

/* dialog */
.dialog-pop {
	display: none;
	z-index: 999999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.dialog-pop.on {
	display: block;
}
.dialog-pop__wrap {
	z-index: 999999;
	position: fixed;
	width: 320px;
	top: 50%;
	left: 50%;
	border-radius: 16px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.dialog-pop__title {
	margin-bottom: 12px;
	font-size: 17px;
	font-family: 'SCDream5';
}
.dialog-pop__contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 98px;
	padding: 28px 20px;
	font-size: 15px;
	color: #000;
	line-height: 1.4;
	text-align: center;
}
.dialog-pop__text {
	font-size: 15px;
}
.dialog-pop__text + .dialog-pop__text {
	margin-top: 12px;
}
.dialog-pop__link {
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
	padding-right: 12px;
	background: url('https:https://vipcpa.hgodo.com/img/cb/arrow_blue500.svg') 100% 50% /12px 12px no-repeat;
	font-size: 13px;
	color: #2e89e5 !important;
}
.dialog-pop__action {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	border-top: 1px solid #eaeef3;
}
.dialog-pop__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	font-size: 0;
	color: transparent;
	background-color: transparent;
}
.dialog-pop__close::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('https://vipcpa.hgodo.com/img/cb/x_circle_bggrayE.svg') 0 0 /100% 100% no-repeat;
}
.dialog-pop__button {
	display: inline-block;
	flex: 1;
	height: 100%;
	box-sizing: border-box;
	font-size: 15px;
	color: #747a84;
	line-height: 50px;
	text-align: center;
}
.dialog-pop__button + .dialog-pop__button {
	border-left: 1px solid #eaeef3;
}
.dialog-pop__button.yes {
	color: #2e89e5 !important;
}
.dialog-pop__button.no {
	color: #fa5165 !important;
}

/* class - pagination/paging */
.pagination {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0;
	text-align: center;
	background-color: #fff;
}
.pagination--bgnone {
	background-color: transparent;
}
.pagination a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	vertical-align: top;
	color: #8f959f;
}
.pagination a.prev {
	margin: 0 8px 0 0;
}
.pagination a.next {
	margin: 0 0 0 8px;
}
.pagination a.prev span,
.pagination a.next span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 14px;
	margin: -7px 0 0 -5px;
	line-height: 0;
	font-size: 0;
	font-family: 'Pretendard Variable';
	color: transparent;
	vertical-align: top;
	background: url('https://vipcpa.hgodo.com/img/cb/icon_arrow_left_01.png') no-repeat -15px 0;
	background-size: 30px 15px;
}
.pagination a.next span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pagination a.prev.off span,
.pagination a.next.off span {
	background-position: 0 0 !important;
}
.pagination a.pageNum + a.pageNum {
	margin-left: 12px;
}
.pagination a.pageNum.on {
	font-weight: bold;
	color: #000;
}
#CertApplicationList .pagination,
#CertificationList .pagination {
	margin: 11px 0;
	padding: 0;
	background: transparent;
}
.jobList .pagination {
	margin-top: 16px;
	padding: 0;
	background-color: #f0f2f5;
}

/* tooltip */
.tooltip-layer {
	z-index: 1;
	position: absolute;
}
.tooltip-layer__guide {
	position: relative;
	padding: 9px 36px 9px 16px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	border-radius: 8px;
	background-color: #343840;
}
.tooltip-layer__guide::after {
	content: '';
	position: absolute;
	top: -6px;
	left: calc(50% - 5px);
	width: 10px;
	height: 12px;
	background: transparent url('https://vipcpa.hgodo.com/img/cb/tooltip_arrow.png') 0 0 /100% no-repeat;
}
.tooltip-layer__guide.bottom::after {
	top: auto;
	bottom: -6px;
}
.tooltip-layer__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	font-size: 0;
	color: transparent;
	background: url('https://vipcpa.hgodo.com/img/cb/x_line_white.svg') center / 16px no-repeat;
}
/* tooltip - fadeout */
.tooltip-layer--fade {
	display: none;
}
.tooltip-layer--fade.on {
	display: block;
}
.tooltip-layer--fade.on .tooltip-layer__guide {
	padding: 9px 16px;
	text-align: center;
	-webkit-animation: fadeOutToast 0.3s 6s linear forwards;
	animation: fadeOutToast 0.3s 6s linear forwards;
}
@keyframes fadeOutToast {
	0% {
		visibility: visible;
		opacity: 1;
	}
	99% {
		visibility: visible;
		opacity: 0;
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}
@-webkit-keyframes fadeOutToast {
	0% {
		visibility: visible;
		opacity: 1;
	}
	99% {
		visibility: visible;
		opacity: 0;
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}

/* 등록 > 섹션 별 안내문구 (공고/이력서 공통) */
.regist-summary {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	margin-top: 16px;
	padding: 12px;
	border-radius: 6px;
	background-color: #f7f8fa;
	font-size: 12px;
	line-height: 1.4;
	color: #666c76;
}
.regist-summary--top0 {
	margin-top: 0;
}
.regist-summary__title {
	position: relative;
	margin-bottom: 4px;
	padding: 0;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #666c76;
	line-height: 17px;
}
.regist-summary__title::before {
	display: inline-block;
	position: relative;
	vertical-align: -2px;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background: url('https://vipcpa.hgodo.com/img/cb/exclamation-mark_bggray500.svg') 0 0 /12px no-repeat;
	content: '';
}
.regist-summary__title--btn::after {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	background: url('https://vipcpa.hgodo.com/img/cb/question_circle_grayA.svg') 0 0 /100% no-repeat;
	content: '';
}
.regist-summary__title--noicon::before {
	content: none;
}
.regist-summary__text {
	font-size: 12px;
	line-height: 1.4;
	color: #666c76;
}
.regist-summary__list > li {
	position: relative;
	padding-left: 6px;
	font-size: 12px;
	line-height: 1.4;
	color: #666c76;
}
.regist-summary__list > li + li {
	margin-top: 4px;
}
.regist-summary__list > li:before {
	position: absolute;
	left: 0;
	top: 7.5px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #666c76;
	content: '';
}
.regist-summary__link {
	position: relative;
	display: inline-block;
	height: 24px;
	margin-top: 8px;
	padding: 0 20px 0 8px;
	font-size: 12px;
	border-radius: 4px;
	background-color: #ebedf1;
	line-height: 24px;
	color: #666c76 !important;
}
.regist-summary__link::after {
	position: absolute;
	top: 50%;
	right: 8px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url('https://vipcpa.hgodo.com/img/cb/arrow_gray400.svg') 0 0 /100% no-repeat;
	content: '';
}

/* 등록 > 정보 박스 (공고/이력서 공통) */
.field-sub {
	position: relative;
	box-sizing: border-box;
	margin-top: 16px;
	padding: 32px 16px 0;
	border-radius: 6px;
	border: 1px solid #f2f6fc;
	background-color: #f9fbfe;
}
.field-sub__title {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 20px;
	padding: 0 8px;
	border-radius: 6px 0 6px 0;
	background-color: #32acba;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.field-sub__summary {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.4;
	color: #1c94a5;
}
.field-sub__content {
	margin-bottom: 16px;
	margin-top: -6px;
}

/* 랭킹 */
.ranking-wrap {
	overflow: hidden;
	margin: 0 16px;
	border-radius: 12px;
}
.ranking-wrap--white {
	background-color: #fff;
}
.ranking-wrap .areaset-wrapper {
	margin-bottom: 12px;
}

.ranking-head {
	position: relative;
	padding: 20px 20px 6px;
	border-radius: 12px 12px 0 0;
	background-color: #fff;
}
.ranking-head--expand {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 16px 16px 16px 24px;
	border-radius: 12px 12px 0 0;
	background-color: #edf2fa;
}
.ranking-head__date {
	font-size: 0.75rem;
	color: #8f959f;
}
.ranking-head .swiper-pagination-fraction {
	background-color: rgba(52, 56, 64, 0.06);
}

.ranking-list {
	box-sizing: border-box;
	margin-top: -1px;
	padding: 0 20px;
	border-radius: 0 0 12px 12px;
	background-color: #fff;
}
.ranking-list__item {
	box-sizing: border-box;
}
.ranking-list__item + .ranking-list__item {
	border-top: 1px solid #f0f2f5;
}

.ranking-job {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 68px;
}
.ranking-job__num {
	flex: 0 auto;
	flex-shrink: 0;
	width: 32px;
	height: 24px;
	font-size: 1.063rem;
	font-weight: bold;
	color: #000;
	line-height: 24.5px;
	text-align: center;
}
.ranking-job__num--1,
.ranking-job__num--2,
.ranking-job__num--3 {
	box-sizing: border-box;
	padding-top: 2px;
	font-size: 0.875rem;
}
.ranking-job__num--1 {
	background: url('https://vipcpa.hgodo.com/img/cb/icon_ranking.png') 0 0 /96px auto no-repeat;
}
.ranking-job__num--2 {
	background: url('https://vipcpa.hgodo.com/img/cb/icon_ranking.png') -32px 0 /96px auto no-repeat;
}
.ranking-job__num--3 {
	background: url('https://vipcpa.hgodo.com/img/cb/icon_ranking.png') -64px 0 /96px auto no-repeat;
}
.ranking-job__rate {
	flex: 0 auto;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 25px;
	height: 15px;
	margin-left: 10px;
	font-size: 0;
	background-image: url('https://vipcpa.hgodo.com/img/cb/icon_rate.png');
	background-size: 25px auto;
	background-repeat: no-repeat;
}
.ranking-job__rate.up {
	position: relative;
	padding-left: 9px;
	background-position: 0 0;
	font-size: 0.813rem;
	font-weight: bold;
	color: #ff5f5f;
	line-height: 15px;
	text-align: center;
}
.ranking-job__rate.down {
	padding-left: 9px;
	background-position: 0 -15px;
	font-size: 0.813rem;
	font-weight: bold;
	color: #2e89e5;
	line-height: 15px;
	text-align: center;
}
.ranking-job__rate.steady {
	background-position: 0 -30px;
}
.ranking-job__rate.new {
	background-position: 0 -45px;
}
.ranking-job__info {
	overflow: hidden;
	flex: 1 auto;
	padding-left: 12px;
}
.ranking-job__company {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.08;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ranking-job__title {
	overflow: hidden;
	margin-top: 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.54;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Point Color : 최하단 유지 */
.point-color1 {
	color: #2e89e5 !important;
}
.point-color2 {
	color: #fa5165 !important;
}
