@charset "utf-8";

/* draw - common */
#AsideSection {
	box-sizing: border-box;
	width: 100%;
	padding-top: 44px;
	background-color: #ebedf1;
}
#AsideSection.asideService {
	background-color: #f0f2f5;
}
.asideMypage {
	height: 100%;
	background-color: #f0f2f5;
}
.asideHead {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding-left: 16px;
	font-size: 17px;
	line-height: 44px;
	background-color: #ffed46;
}
.asideHead.person {
	background-color: #fff;
}
.asideHead > a {
	float: left;
	height: 44px;
	font-size: 17px;
	line-height: 44px;
	color: #000;
}
.asideHead > a.login {
	margin-right: 8px;
}
.asideHead > a > strong {
	font-weight: normal;
}
.asideHead.biz > a {
	color: #fff;
}
.asideHead.biz > a > strong {
	overflow: hidden;
	display: inline-block;
	max-width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
	color: #fff;
}
.asideHead > a.join {
	padding-left: 0;
}
.asideHead > a.join::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	margin: 14px 8px 0 0;
	vertical-align: top;
	opacity: 0.2;
	background-color: #292c33;
}

.asid-head__title {
	font-family: 'SCDream5';
	font-size: 18px;
}
.asideAction {
	z-index: 99999;
	position: fixed;
	top: 0;
	right: 6px;
}
.asideAction > a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	padding: 10px 6px;
	font-size: 0;
	line-height: 0;
	color: transparent;
}
.asideAction > a::before {
	content: '';
	display: block;
	height: 100%;
	background-image: url('/m/header_202211.png');
	background-repeat: no-repeat;
	background-size: 144px auto;
}
.asideAction > a.asideHome::before,
.asideAction.biz > a.asideHome:active::before {
	background-position: 0 -48px;
}
.asideAction > a.asideHome:active::before,
.asideAction.biz > a.asideHome::before {
	background-position: 0 -96px;
}
.asideAction > a.asideClose::before,
.asideAction.biz > a.asideClose:active::before {
	background-position: -24px -48px;
}
.asideAction > a.asideClose:active::before,
.asideAction.biz > a.asideClose::before {
	background-position: -24px -96px;
}
.biz .asideHead {
	background-color: #5699ff;
}
.biz .asid-head__title,
.biz .directoryNoticeTitle > a,
.biz .directoryNoticeList a {
	color: #fff;
}
/* draw - directory */
.directoryNotice {
	position: relative;
	height: 75px;
	margin-bottom: -26.5px;
	padding: 0 15px; /*border-bottom:1px solid #ebebeb;*/
	background-color: #ffed46;
}
.directoryNotice-wrap {
	overflow: hidden;
	box-sizing: border-box;
	height: 46px;
}
.directoryNoticeTitle {
	float: left;
	width: 50px;
	margin: 9px 4px 0 0;
}
.directoryNoticeTitle > a {
	font-family: 'SCDream4';
	font-size: 13px;
	color: #000;
}
.directoryNoticeTitle > a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: -5px;
	background: url('/m/leftDrawer/left_drawer_icon.png') -60px 0 / 120px auto no-repeat;
}
.directoryNoticeList {
	overflow: hidden;
}
.directoryNoticeList > li {
	padding-right: 10px;
}
.directoryNoticeList a {
	display: block;
	overflow: hidden;
	height: 40px;
	font-size: 12px;
	line-height: 40.5px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.biz .directoryNotice {
	background-color: #5699ff;
}

.aside-box {
	position: relative;
	box-sizing: border-box;
	margin: 0 16px 16px;
	padding: 28px 0;
	border-radius: 16px;
	background-color: #fff; /*;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.05)*/
}

/*상단 고정 메뉴*/
.top-menu__wrap {
	position: relative;
	margin: 0 16px 12px;
	padding: 0 10px;
	border-radius: 12px;
	background-color: #fff;
}
.top-menu__area {
	display: flex;
	justify-content: space-around;
}
.top-menu__item {
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'SCDream4';
	font-size: 12px;
	color: #000;
}
.top-menu__item::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -6px;
	background: url('/m/leftDrawer/F001_1.png') 0 0 no-repeat;
	background-size: 20px 20px;
}
.top-menu__item.F002::before {
	background-image: url('/m/leftDrawer/F002_1.png');
}
.top-menu__item.F003::before {
	background-image: url('/m/leftDrawer/F003_1.png');
}

/* 로그인 - 비회원 */
.login__wrap {
	margin-bottom: 12px;
	padding: 22px 12px;
	border: solid 1px #787d8c;
	font-family: 'SCDream4';
	text-align: center;
}
.login__summary {
	font-size: 12px;
	color: #000;
}
.login-button__item {
	box-sizing: border-box;
	display: inline-block;
	width: 80px;
	height: 33px;
	margin: 12px 2px 0;
	border-radius: 6px;
	border: solid 1px #ffe000;
	line-height: 31px;
	background-color: #fff230;
}
.login-button__item.join {
	border-color: #ccd0d6;
	background-color: #fff;
}

/*즐겨찾기 */
.iconNew {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	border-radius: 50%;
	font-size: 0;
	vertical-align: text-top;
	color: transparent;
	background: url('/m/svg/badge_new.svg') 0 0 /100% auto no-repeat;
	font-size: 0;
	text-indent: -9999px;
}
.iconWindow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -3px 0 0 3px;
	font-size: 0;
	vertical-align: middle;
	color: transparent;
	background: url('/m/aside_directory.png') no-repeat -48px -48px;
	background-size: 96px 72px;
}
.aside-menu-wrapper .iconNew {
	position: absolute;
	top: 0px;
	right: 8px;
}
.aside-menu-wrapper.biz {
	padding: 18px 0 22px;
}
.aside-menu__list {
	padding: 5px 4% 0;
	font-size: 0;
}
.aside-menu__list::after {
	content: '';
	clear: both;
	display: block;
}
.aside-menu__item {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 25%;
	margin-top: 16px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
.biz .aside-menu__item {
	margin-top: 0;
}
.aside-menu__link {
	display: block;
	text-align: center;
}
.aside-directory__icon {
	position: relative;
	display: inline-block;
	width: 46px;
	font-size: 0;
	line-height: 0;
	color: transparent;
}
.aside-directory__icon::before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	margin: 7px auto;
	background: url('/m/leftDrawer/favorite_icon_non.png') 0 0 / 32px auto no-repeat;
}
.aside-menu__text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'SCDream4';
}
.menu-count {
	display: inline-block;
	min-width: 4px;
	height: 13px;
	padding: 0 4px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	background-color: #2e89e5;
	color: #fff;
}
.menu-count--icon {
	position: absolute;
	right: 5px;
	top: 5px;
}
.aside-menu__remove {
	display: none;
	position: absolute;
	top: -5px;
	right: 50%;
	transform: translateX(32px);
	padding: 0;
	border: 0;
	font-size: 0;
	color: transparent;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
}
.aside-menu__remove::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px;
	background: url('/m/leftDrawer/left_drawer_icon.png') -70px -20px / 120px auto no-repeat;
}
.F__add .aside-directory__icon {
	background-position: 0 0;
} /*즐겨찾기 추가버튼*/
.F__add.on .aside-directory__icon {
	background-position: -36px 0;
}
.F__add.on .aside-menu__text {
	color: #bbb !important;
}
.state-edit .iconNew {
	display: none;
}
.state-edit .aside-directory__icon {
	background: url('/m/leftDrawer/favorite_icon_edit_bg.png') 0 0 / 46px auto no-repeat;
}
.state-edit .aside-menu__remove {
	display: block;
}

/* 즐겨찾기 - 없는경우 */
.favorites-none {
	margin: 19px 0 7px;
	text-align: center;
}
.favorites-none::before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 10px;
	background: url('/m/leftDrawer/left_drawer_icon.png') -40px -20px / 120px auto no-repeat;
}
.favorites-none__summary {
	font-family: 'SCDream4';
	font-size: 12px;
	color: #8f959f;
}

/* 즐겨찾기 - 아이콘 */
.F004 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F004.png');
}
.F049 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F049.png');
}
.F005 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F005.png');
}
.F006 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F006.png');
}
.F007 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F007.png');
}
.F008 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F008.png');
}
.F009 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F009_1.png');
}
.F010 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F010.png');
}
.F011 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F011.png');
}
.F012 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F012.png');
}
.F013 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F013.png');
}
.F014 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F014.png');
}
.F015 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F015.png');
}
.F016 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F016.png');
}
.F017 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F017.png');
}
.F018 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F018.png');
}
.F019 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F019_1.png');
}
.F020 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F020.png');
}
.F021 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F021.png');
}
.F022 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F022.png');
}
.F023 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F023_1.png');
}
.F024 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F024.png');
}
.F025 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F025_1.png');
}
.F026 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F026.png');
}
.F027 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F027.png');
}
.F028 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F028_1.png');
}
.F046 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F046_1.png');
}
.F047 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F047.png');
}
.F048 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F048.png');
}
.F030 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F030_1.png');
}
.F031 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F031_1.png');
}
.F032 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F032.png');
}
.F033 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F033.png');
}
.F038 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F038_1.png');
}
.F050 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F050.png');
}
.F051 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F051.png');
}
.F052 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F052_1.png');
}
.F053 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F053.png');
}
.F054 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F054_1.png');
}
.F055 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F055_1.png');
}
.F056 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F056.png');
}
.F057 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F057.png');
}
.F058 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F058.png');
}
.F060 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F060.png');
}
.F061 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F061.png');
}
.F062 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F062.png');
}

/*기업회원아이콘*/
.F034 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F034_1.png');
}
.F035 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F035_1.png');
}
.F036 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F036_1.png');
}
.F037 .aside-directory__icon::before {
	background-image: url('/m/leftDrawer/F037_1.png');
}

/* 드래그 */
.sortable-drag {
	opacity: 1 !important;
}
.sortable-ghost .aside-directory__icon {
	background-image: url('/m/leftDrawer/favorite_icon_drag_back.png');
}
.sortable-ghost .aside-directory__icon::before {
	background-image: none;
}
.sortable-ghost .aside-menu__text,
.sortable-ghost .aside-menu__remove {
	display: none !important;
}
.on-sort .aside-menu__item {
	opacity: 0.4;
}
.on-sort .sortable-ghost {
	opacity: 1;
}

.favorites-edit-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 20px 0 24px;
	line-height: 22px;
}
.favorites-edit {
	display: none;
	width: calc(100% - 70px);
	font-size: 14px;
	line-height: 22px;
}
.favorites-edit::after {
	content: '';
	clear: both;
	display: block;
}
.favorites-edit-text {
	display: inline-block;
	font-family: 'SCDream5';
	font-size: 17px;
	color: #000;
}
.favorites-edit-text--reset {
	position: relative;
	line-height: 0;
	color: #4c515b;
}
.favorites-edit-text--reset::before {
	content: '';
	display: inline-block;
	margin-right: 2px;
	width: 13px;
	height: 13px;
	vertical-align: -2px;
	background: url('/m/leftDrawer/left_drawer_icon.png') -90px -40px / 120px auto no-repeat;
}
.favorites-edit-button {
	float: right;
}
.favorites-edit-button__item {
	position: relative;
	display: inline-block;
}
.favorites-edit-button__item:last-child a {
	padding-right: 0;
}
.favorites-edit-button__item + .favorites-edit-button__item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 12px;
	background-color: #dfe7f2;
}
.favorites-edit-button__item--add::before {
	content: '';
	position: absolute;
	top: 14px;
	left: -6px;
	width: 14px;
	height: 14px;
	background: url(/m/favorites_icon_check.png) no-repeat -5px -5px;
	background-size: 24px 80px;
}
.favorites-edit-button__target {
	display: block;
	padding: 0px 11px;
	color: #4c515b;
}
.favorites-edit-button__target--blue {
	color: #2e89e5;
}
.favorites-edit-icon::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	vertical-align: -1px;
	background: url('/m/leftDrawer/left_drawer_icon.png') -90px -20px / 120px auto no-repeat;
}

/*즐겨찾기 저장 완료 문구*/
.asideDirectory .alert-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.complete-save {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin: -60px 0 0 -60px;
	border-radius: 50%;
	box-sizing: border-box;
	font-family: 'SCDream4';
	font-size: 14px;
	text-align: center;
	color: #000;
	background: rgba(255, 242, 48, 0.95);
}
.complete-save.on {
	display: block;
	-webkit-animation: fadeinout 2s linear forwards;
	animation: fadeinout 2s linear forwards;
}
.complete-save::before {
	display: block;
	content: '';
	margin: 28px auto 8px;
	width: 42px;
	height: 42px;
	background: url('/m/leftDrawer/left_drawer_icon.png') 0px -20px / 120px auto no-repeat;
}

@-webkit-keyframes fadeinout {
	0%,
	100% {
		opacity: 0;
	}
	30%,
	70% {
		opacity: 1;
	}
}
@keyframes fadeinout {
	0%,
	100% {
		opacity: 0;
	}
	30%,
	70% {
		opacity: 1;
	}
}

/* 카테고리  */
.directory {
	position: relative;
	font-family: 'SCDream4';
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.directory-subject {
	position: absolute;
	width: 140px;
	height: 100%;
	border-right: solid 1px #dfe7f2;
	background-color: #f7f8fa;
}
.directory-subject.on {
	position: fixed;
	top: 44px;
	left: 0;
}
.directory-subject li {
	height: 52px;
}
.directory-subject li.on {
	position: relative;
	height: 55px;
	border-top: solid 1px #dfe7f2;
	border-bottom: solid 1px #dfe7f2;
	background-color: #fff;
}
.directory-subject li.on::after {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.directory-subject li.on button {
	font-size: 16px;
	color: #4c515b;
}
.directoryMenu-job {
	border-top: 0 none !important;
}
.directoryMenu-title {
	width: 100%;
	height: 100%;
	padding-left: 27%;
	font-family: 'SCDream4';
	font-size: 14px;
	color: #8f959f;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
}
.directory-sub__wrap {
	padding-left: 140px;
}
.directory-sub__section {
	padding-left: 40px;
}
.directory-sub__section:first-child .directory-sub__title {
	padding-top: 23px;
}
.directory-sub__title {
	display: block;
	padding: 30px 0 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #dfe7f2;
	font-size: 12px;
	color: #8f959f;
}
.directoryMenu-sub__list {
	overflow: hidden;
}
.directoryMenu-sub__item {
	position: relative;
}
.directoryMenu-sub__item > a {
	display: block;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}

/* 즐겨찾기 추가 */
.biz .directoryMenu-sub__input {
	display: none;
}
.directoryMenu-sub__input {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 20px;
	height: 20px;
	padding: 10px;
}
.directoryMenu-sub__input input[type='checkbox'] {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.directoryMenu-sub__input input[type='checkbox'] + label {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url('/m/leftDrawer/left_drawer_icon.png') -80px 0 / 120px auto no-repeat;
	text-indent: -9999px;
	color: transparent;
}
.directoryMenu-sub__input input[type='checkbox']:checked + label {
	background-position: right 0;
}

/* 우측 draw */
.service-who {
	position: relative;
	height: 194px;
	padding: 14px 20px 0 104px;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
	background-color: #fff;
}
.service-who__photo {
	position: absolute;
	top: 4px;
	left: 20px;
}
.service-who__photo-action {
	position: relative;
	display: block;
	width: 66px;
	height: 66px;
}
.service-who__photo-action::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('/m/svg/squircle-mask_border_gray.svg') 0 0 / contain no-repeat;
	background-origin: border-box;
}
.service-who__photo-action::after {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('/m/rightDrawer/icon_edit.png') no-repeat 0 0;
	background-size: 20px 20px;
}
.service-who__photo-action.off::after {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('/m/rightDrawer/icon_camera2.png') no-repeat 0 0;
	background-size: 20px 20px;
}
.service-who__photo-image {
	overflow: hidden;
	display: block;
	width: 66px;
	height: 66px;
}
.service-who__photo-image img {
	display: block;
	width: 65px;
	margin: -6px auto 0;
}
.service-who__photo-action.off .service-who__photo-image img {
	margin-top: 0;
}

/*
.service-who__photo-action::before {content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66' viewBox='0 0 66 66'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M66 0v66H33c24.028 0 33-8.972 33-33S57.028 0 33 0 0 8.972 0 33s8.972 33 33 33H0V0h66z' fill='%23FFF'/%3E%3Cpath d='M33 .5c11.985 0 20.122 2.141 25.25 7.27C63.416 12.934 65.5 21.102 65.5 33c0 11.853-2.159 20.004-7.327 25.173C53.004 63.34 44.853 65.5 33 65.5c-11.853 0-20.004-2.159-25.173-7.327C2.66 53.004.5 44.853.5 33c0-11.897 2.084-20.065 7.25-25.23C12.878 2.64 21.015.5 33 .5z' stroke='%23E7EDF6'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0}
.service-who__photo-action::before {content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url('/m/svg/squircle-mask_border_gray.svg') 0 0 / contain no-repeat;background-origin:border-box} */
.service-who__name {
	margin-bottom: 6px;
	font-size: 22px;
	font-family: 'SCDream4';
	line-height: 1.09;
	color: #000;
}
.service-who__name > strong {
	font-weight: normal;
	font-family: 'SCDream5';
}
.service-who__modify {
	display: flex;
}
.service-who__modify-action {
	position: relative;
	padding-left: 18px;
	margin-left: auto;
	font-size: 13px;
	line-height: 17px;
	color: #747a84;
}
.service-who__modify-action::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: url('/m/rightDrawer/setting-icon.png') 0 0 / contain no-repeat;
	content: '';
}

.service-home {
	position: relative;
	margin-top: -104px;
	padding: 0 16px 28px;
}
.service-home::after {
	content: '';
	position: absolute;
	right: 16px;
	bottom: 20px;
	left: 16px;
	height: 44px;
	border-radius: 50%;
	background-color: rgba(38, 45, 51, 0.16);
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.service-home__wrap {
	z-index: 1;
	position: relative;
	padding: 12px 12px 9px;
	border: 1px solid #ffe500;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: #fff230;
}
.service-home__cv {
	height: 78px;
	margin-bottom: 13px;
	padding: 18px 20px 0;
	border: 1px solid #fae100;
	border-radius: 12px;
	box-sizing: border-box;
	background-color: #faea00;
}
.service-home__cv-title {
	margin-bottom: 8px;
	font-size: 16px;
	font-family: 'SCDream5';
	line-height: 1.13;
	color: #000;
}
.service-home__cv-guide {
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	opacity: 0.6;
}
.service-home__cv-guide > span {
	display: inline-block;
	height: 16px;
	margin: 1px 4px 0 0;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	font-size: 9px;
	line-height: 14px;
	vertical-align: top;
	color: #000;
}
.service-home__list {
	overflow: hidden;
	padding: 0 8px;
}
.service-home__list > li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.service-home__list-action {
	position: relative;
	display: block;
	height: 40px;
	padding-left: 48px;
	font-size: 15px;
	font-family: 'SCDream4';
	line-height: 40px;
}
.service-home__list-action > em {
	position: absolute;
	top: -2px;
	left: 26px;
	min-width: 16px;
	height: 16px;
	padding: 0 5px;
	border-radius: 8px;
	box-sizing: border-box;
	font-weight: bold;
	font-family: 'Pretendard Variable';
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background-color: #f04452;
}
.service-home__list-action::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url('/m/rightDrawer/bg_squircle.png') no-repeat 0 0;
	background-size: 40px 40px;
}
.service-home__list-action::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 24px 24px;
}
.service-home__list-action.P01::after {
	background-image: url('/m/rightDrawer/P01_1.png');
}
.service-home__list-action.P02::after {
	background-image: url('/m/rightDrawer/P02_1.png');
}
.service-home__list-action.P03::after {
	background-image: url('/m/rightDrawer/P03_1.png');
}
.service-home__list-action.P04::after {
	background-image: url('/m/rightDrawer/P04_1.png');
}

.service-login {
	margin-bottom: 28px;
	padding: 37px 16px 24px;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
}
.service-login__guide {
	margin-bottom: 17px;
	padding: 0 6px;
	font-size: 16px;
	font-family: 'SCDream4';
	line-height: 1.4;
	color: #4d6580;
}
.service-login__guide > strong {
	font-weight: normal;
	font-family: 'SCDream5';
}
.service-login__link {
	padding: 22px 0;
	border: 1px solid #f87e0f;
	border-radius: 16px;
	text-align: center;
	background-color: #f87e0f;
}
.service-login__action {
	display: inline-block;
	width: 80px;
	height: 36px;
	margin: 0 2px;
	border: 1px solid #e1d858;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'SCDream4';
	line-height: 36px;
	text-align: center;
	color: #4c515b;
	background-color: #fff;
}
.service-login__action-login {
	border-color: #343840;
	color: #fff;
	background-color: #343840;
}

.service-smartpick {
	position: relative;
	margin-bottom: 28px;
}
.service-smartpick__title {
	margin-bottom: 8px;
	padding-left: 22px;
	font-weight: normal;
	font-size: 14px;
	font-family: 'SCDream5';
	line-height: 1.14;
	color: #8f959f;
}
.service-smartpick__wrap {
	padding: 0 16px 0;
}
.jobList .list.service-smartpick__list {
	padding: 0;
}
.jobList .list.service-smartpick__list > li {
	margin-bottom: 0;
}
.jobList .list.service-smartpick__list > li + li {
	margin-top: 0;
}
.jobList .list.service-smartpick__list > li.noInfo {
	width: 100%;
	padding: 21px 0 22px;
	font-size: 13px;
	line-height: 1.4;
	color: #8f959f;
}
.jobList .list.service-smartpick__list > li.noInfo::before {
	width: 78px;
	height: 49px;
	margin: 0 auto 8px;
	background: url('/m/smartpick_icon.png') -100px -90px no-repeat;
	background-size: 180px 180px;
}

.service-smartpick .swiper-pagination--smartpick {
	top: inherit;
	bottom: 16px;
	right: 32px;
	background-color: rgba(54, 62, 77, 0.06);
}
.service-smartpick__view {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 12px;
	font-family: 'SCDream4';
	color: #8f959f;
}
.service-smartpick__view::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	vertical-align: -4px;
	background: url('/m/svg/icn_arrow_circle_grayBBB.svg') 0 0 / contain no-repeat;
}

.service-smartpick__pay {
	height: 14px;
}
.service-smartpick__date {
	margin-top: 5px;
}
.service-smartpick__date span {
	vertical-align: top;
}
.list-infodate {
	font-size: 11px;
	color: #9ca2ac;
}

.service-link {
	margin-bottom: 24px;
	padding: 0 16px;
}
.service-link-last {
	padding-bottom: 60px;
}
.service-link__title {
	margin-bottom: 8px;
	padding-left: 6px;
	font-weight: normal;
	font-size: 14px;
	font-family: 'SCDream5';
	line-height: 1.14;
	color: #8f959f;
}
.service-link__list {
	margin: 0;
	padding: 16px 20px;
}
.service-link__list > li {
	position: relative;
}
.service-link__list-action {
	display: block;
	height: 44px;
	padding: 0 24px 0 36px;
	font-size: 15px;
	font-family: 'SCDream4';
	line-height: 44px;
}
.service-link__list-action > strong {
	font-weight: normal;
}
.service-link__list-action::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 24px 24px;
}
.service-link__list-action.M01::before {
	background-image: url('https://vipcpa.hgodo.com/img/cb/icon_kind_01_favlocal_03.png');
}
.service-link__list-action.M02::before {
	background-image: url('https://vipcpa.hgodo.com/img/cb/icon_kind_01_favstore_03.png');
}
.service-link__list-action.M03::before {
	background-image: url('/m/rightDrawer/M03_1.png');
}
.service-link__list-action.M04::before {
	background-image: url('/m/rightDrawer/M04_2.png');
}
.service-link__list-action.M07::before {
	background-image: url('/m/rightDrawer/M07.png');
}
.service-link__list-action.M08::before {
	background-image: url('/m/rightDrawer/M08.png');
}
.service-link__list-action.M09::before {
	background-image: url('/m/rightDrawer/M09.png');
}
.service-link__list-action.P01::before {
	background-image: url('https://vipcpa.hgodo.com/img/cb/icon_chu_01.png');
}
.service-link__list-action.P02::before {
	background-image: url('/m/rightDrawer/P02_1.png');
}
.service-link__list-action.P03::before {
	background-image: url('/m/rightDrawer/P03_1.png');
}
.service-link__list-action.P04::before {
	background-image: url('/m/rightDrawer/P04_1.png');
}
.service-link__list-action.C01::before {
	background-image: url('https://vipcpa.hgodo.com/img/cb/icon_kind_01_new_02.png');
}
.service-link__list-action.C02::before {
	background-image: url('/m/rightDrawer/C02_1.png');
}
.service-link__list-action.C03::before {
	background-image: url('/m/rightDrawer/C03_1.png');
}
.service-link__list-action.C04::before {
	background-image: url('/m/rightDrawer/C04_1.png');
}
.service-link__list-action.U01::before {
	background-image: url('https://vipcpa.hgodo.com/img/cb/icon_person_01.png');
	opacity: 0.6;
}
.service-link__list-action::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url('https://vipcpa.hgodo.com/img/cb/icon_arrow_right_01.png') no-repeat 0 0;
	background-size: 16px 16px;
	opacity: 0.6;
}
.service-link__count {
	float: right;
	font-family: 'Pretendard Variable';
	font-size: 14px;
	color: #747a84;
}
.service-link__chat-count {
	display: inline-block;
	min-width: 16px;
	height: 16px;
	box-sizing: border-box;
	padding: 0 5px;
	margin-left: 4px;
	font-weight: bold;
	font-size: 10px;
	font-family: 'Pretendard Variable';
	line-height: 16px;
	border-radius: 8px;
	vertical-align: 1px;
	color: #fff;
	background-color: #f04452;
}
.service-mypage {
	margin-bottom: 28px;
	padding: 10px 0 0 0;
}
.service-etc {
	margin: -8px 0 28px;
	padding: 0 16px;
}
.service-etc__list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 12px;
}
.service-etc__list > li {
	position: relative;
	float: left;
	width: 50%;
}
.service-etc__list-action {
	display: block;
	height: 56px;
	padding: 0;
	font-size: 15px;
	font-family: 'SCDream4';
	line-height: 56px;
	text-align: center;
}
.service-etc__list-action::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 16px 4px 0 0;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 24px 24px;
}
.service-etc__list-action.M05::before {
	background-image: url('/m/rightDrawer/M05_1.png');
}
.service-etc__list-action.M05::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #ebedf1;
}
.service-etc__list-action.M06::before {
	background-image: url('/m/rightDrawer/M06_1.png');
}

.service-point {
	position: relative;
	margin-bottom: 28px;
	padding: 0 16px;
}
.service-point__title {
	margin-bottom: 8px;
	padding-left: 6px;
	font-weight: normal;
	font-size: 14px;
	font-family: 'SCDream5';
	line-height: 1.14;
	color: #8f959f;
}
.service-point__state {
	overflow: hidden;
	margin: 0;
	padding: 12px 0;
}
.service-point__state-item {
	position: relative;
	float: left;
	width: 50%;
}
.service-point__state-item:first-child::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 1px;
	height: 68px;
	background-color: #ebedf1;
}
.service-point__state-link {
	display: block;
	height: 97px;
	padding: 12px 20px;
	box-sizing: border-box;
	font-size: 15px;
	font-family: 'SCDream4';
	line-height: 1.14;
	color: #000;
}
.service-point__state-link > strong {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
}
.service-point__state-link > strong::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	vertical-align: top;
	background: url('/m/pointcash.png') no-repeat;
	background-size: 90px auto;
}
.service-point__state-link--cash > strong::before {
	background-position: -30px 0;
}
.service-point__state-link > em {
	display: block;
	height: 26px;
	margin-top: 23px;
	font-size: 19px;
	font-family: 'SCDream5';
	text-align: right;
	line-height: 26px;
	color: #4c515b;
}
.service-point__state-link > em > span {
	font-size: 25px;
	color: #2e89e5;
}
.service-point__state-link > .adsee_mileage > span {
	vertical-align: top;
	color: #fa5165;
}
.service-point__state-item.type2::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 24px;
	width: calc(100% - 48px);
	height: 1px;
	background-color: #ebedf1;
}
.service-point__state-link--cacheuse,
.service-point__state-link--coupon {
	position: relative;
	height: 48px;
	padding: 14px 24px;
	line-height: 22px;
}
.service-point__state-link--cacheuse::before,
.service-point__state-link--coupon::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: top;
	background: url('/m/pointcash.png') -30px -60px no-repeat;
	background-size: 90px auto;
}
.service-point__state-link--coupon::before {
	background-position: -60px -60px;
}
.service-point__state-link--cacheuse::after,
.service-point__state-link--coupon::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url('/m/rightDrawer/arrow.png') no-repeat 0 0;
	background-size: 16px 16px;
}

.service-point__list {
	margin: 10px 0 0;
	padding: 0;
	border-radius: 12px;
}
.service-point__list::after {
	content: '';
	clear: both;
	display: table;
	width: 100%;
	height: 0;
}
.service-point__list-item {
	position: relative;
	float: left;
	width: 50%;
}
.service-point__list-item + .service-point__list-item::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 1px;
	height: 16px;
	background-color: #ebedf1;
}
.service-point__list-link {
	display: block;
	height: 56px;
	font-size: 14px;
	font-family: 'SCDream4';
	line-height: 56px;
	text-align: center;
}
.service-point__list-link::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 17px 4px 0 0;
	vertical-align: top;
	background: url('/m/pointcash.png') no-repeat;
	background-size: 90px auto;
}
.service-point__list-link--cachesave::before {
	background-position: 0 -60px;
}
.service-point__list-link--cacheuse::before {
	background-position: -30px -60px;
}
.service-point__list-link--coupon::before {
	background-position: -60px -60px;
}
.service-point__list .pop-over {
	width: 300px;
	margin-top: -16px;
	padding-right: 16px;
}
.service-point__view {
	display: inline-block;
	height: 14px;
	padding-left: 8px;
	line-height: 14px;
	font-family: 'Pretendard Variable';
	font-size: 11px;
	vertical-align: top;
	color: #8a9099;
}
.service-point__view::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 2px;
	vertical-align: -1.45px;
	background: url('/m/main/icon-ad-question.svg') 0 0 / contain no-repeat;
}

.service-link__count--point {
	font-size: 16px;
	font-family: 'SCDream4';
	color: #4c515b;
}
.service-link__count--point > em > span {
	color: #2e89e5;
}
.service-link__count--cash {
	font-size: 16px;
	font-family: 'SCDream4';
	color: #4c515b;
}
.service-link__count--cash > em > span {
	color: #fa5165;
}

.service-banner {
	padding: 0 16px 33px;
}
.service-banner__wrap {
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 12px;
}
.service-banner__list {
	text-align: center;
}
.service-banner__list-link {
	display: block;
}
.service-banner__list-image {
	display: block;
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
}

.service-banner .swiper-pagination {
	position: static;
	margin-top: 4px;
}
.service-banner .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background-color: #ccd0d6;
	opacity: 1;
}
.service-banner .swiper-pagination-bullet-active {
	width: 16px;
	border-radius: 3px;
	background-color: #3396fe;
}

.service-action {
	padding-bottom: 40px;
}
.service-action__link {
	display: block;
	width: 100px;
	height: 36px;
	margin: 0 auto;
	border-radius: 8px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border: 1px solid #787878;
	background-color: #8b8b8b;
}

/* 토스트 - 딤모양 */
.toast-dimm {
	z-index: -9999999;
	position: fixed;
	left: 5%;
	bottom: 20px;
	width: 90%;
	opacity: 0;
}
.toast-dimm__wrap {
	padding: 15px 0;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.65);
}
.toast-dimm__summary {
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.toast-dimm.on {
	z-index: 9999999;
	animation: 3s showToast ease-in-out;
	-webkit-animation: 3s showToast ease-in-out;
}
@keyframes showToast {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes showToast {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 사회초년생 범죄피해 발생 주의 레이어 */
html.app .layer-warning .filter {
	display: none;
}
.layer-warning__title {
	position: relative;
	min-height: 124px;
	box-sizing: border-box;
	padding: 24px 24px 44px;
	border-radius: 12px 12px 0 0;
	font-weight: normal;
	font-size: 20px;
	font-family: 'SCDream5';
	line-height: 28px;
	color: #fff;
	background: #101336 url('/m/rightDrawer/warning-layer_top.png') top right / contain no-repeat;
}
.layer-warning__title::after {
	content: '';
	position: absolute;
	left: 16px;
	bottom: -1px;
	right: 16px;
	height: 20px;
	border-radius: 6px 6px 0 0;
	background-color: #fff;
}
.layer-warning__title > span {
	color: #fb687c;
}
.layer-warning__contents {
	overflow-y: auto;
	height: 335px;
	padding: 0 32px 24px;
	box-sizing: border-box;
}
.layer-warning__guide {
	font-size: 12px;
	line-height: 1.4;
	color: #4c515b;
	word-break: keep-all;
}
.layer-warning__subtitle {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #ebebeb;
	font-size: 16px;
	font-family: 'SCDream5';
	color: #343840;
}
.layer-warning .layer-pop__instruction-item::before {
	background: #fa5165;
}
.layer-warning__action {
	display: flex;
	margin-top: 10px;
}
.layer-warning__link {
	width: 100%;
	height: 40px;
	font-size: 13px;
	font-family: 'SCDream4';
	line-height: 38px;
	text-align: center;
	border: 1px solid #d3dae6;
	border-radius: 6px;
	box-sizing: border-box;
}
.layer-warning__link:first-child {
	margin-right: 8px;
}
