/*# sourceURL=/html/2022_0304/css/contact_us.css?ver=20240513.0 */
/*@ sourceURL=/html/2022_0304/css/contact_us.css?ver=20240513.0 */
:root {
	--sub-header-top-position: 50px;
}

@font-face {
	font-family: "Akzidenz-Grotesk BQ";
	src: url("https://star-law.com/static/font/Akzidenz-grotesk-bold.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Akzidenz-Grotesk BQ Light";
	src: url("https://star-law.com/static/font/Akzidenz-grotesk-light.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Akzidenz-Grotesk BQ bold";
	src: url("https://star-law.com/static/font/Akzidenz-grotesk-black.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Didot";
	font-weight: 500;
	src: local("Didot"), url("https://star-law.com/html/2022_0304/font/Didot.otf") format("opentype");
}

.line-height-maring-2px {
	margin-bottom: 2px;
}

#akizL,
.akizL {
	font-family: "Akzidenz-Grotesk BQ Light" !important;
}

.fulldate-letter {
	letter-spacing: -0em;
	line-height: 1.7;
}

.biz_page a,
.biz_page abbr,
.biz_page address,
.biz_page article,
.biz_page aside,
.biz_page audio,
.biz_page blockquote,
.biz_page body,
.biz_page canvas,
.biz_page caption,
.biz_page cite,
.biz_page code,
.biz_page dd,
.biz_page del,
.biz_page details,
.biz_page dfn,
.biz_page div,
.biz_page dl,
.biz_page dt,
.biz_page em,
.biz_page fieldset,
.biz_page figcaption,
.biz_page figure,
.biz_page footer,
.biz_page form,
.biz_page h1,
.biz_page h2,
.biz_page h3,
.biz_page h4,
.biz_page h5,
.biz_page header,
.biz_page hgroup,
.biz_page hr,
.biz_page html,
.biz_page i,
.biz_page iframe,
.biz_page img,
.biz_page ins,
.biz_page kbd,
.biz_page li,
.biz_page main,
.biz_page mark,
.biz_page nav,
.biz_page ol,
.biz_page output,
.biz_page p,
.biz_page pre,
.biz_page q,
.biz_page ruby,
.biz_page s,
.biz_page samp,
.biz_page section,
.biz_page small,
.biz_page span,
.biz_page strong,
.biz_page sub,
.biz_page summary,
.biz_page sup,
.biz_page tbody,
.biz_page td,
.biz_page tfoot,
.biz_page th,
.biz_page thead,
.biz_page time,
.biz_page tr,
.biz_page u,
.biz_page ul,
.biz_page var,
.biz_page video,
.biz_page button,
.biz_page textarea,
.biz_page input {
	box-sizing: content-box;
}

.biz_page {
	min-height: 500px;
}

.biz_page .biz_top {
	height: 800px;
}

/************************************************/
/* 담당자: 김건희                                */
/* 아래 부분 수정 : 주간 야간 이미지 변경 기능 추가 */
/* pc                                           */
/************************************************/
.s1 .bg.daegu.day {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daegu_day_pc.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.s1 .bg.daegu.night {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daegu_night_pc.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.s1 .bg.pusan.day {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://star-law.com/html/2022_0304/css/../img/biz_top_bg_pusan_pc.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.s1 .bg.pusan.night {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_pusan_night_pc.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.s1 .bg.daejeon.day {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daejeon_day_pc.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.s1 .bg.daejeon.night {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daejeon_night_pc.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.s1 .bg.seoul.day {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/9a0f2cb6-b8be-4bdf-a638-821c54f84a00/case");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.s1 .bg.seoul.night {
	transform: scale(1.2);
	opacity: 0;
	background: url("https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/e43ef387-4884-4e7e-aa5a-2199cccfed00/case");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

/*--------------------------------------------------*/
.s1.motion_on .bg.daegu {
	transform: scale(1) !important;
	opacity: 1 !important;
	transition: all 2s 0.1s;
}

.s1.motion_on .bg.pusan {
	transform: scale(1) !important;
	opacity: 1 !important;
	transition: all 2s 0.1s;
}

.s1.motion_on .bg.daejeon {
	transform: scale(1) !important;
	opacity: 1 !important;
	transition: all 2s 0.1s;
}

.s1.motion_on .bg.seoul {
	transform: scale(1) !important;
	opacity: 1 !important;
	transition: all 2s 0.1s;
}

.s1.motion_on .biz_top_menu {
	margin-top: -480px;
	-ms-transform: translate(0, 156px);
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transition: transform 1.5s 0.3s;
	-ms-transition: transform 1.5s 0.3s;
	transition: all 2s 0.1s;
}

.s1.motion_on .biz_box {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transition: transform 1.5s 0.3s;
	-ms-transition: transform 1.5s 0.3s;
	/*transition: all 2s 0.1s;*/
	box-sizing: border-box;
}

.s1.motion_on .biz_top_menu.reset {
	/*transform: none;*/
	/* transition: none; */
	z-index: 9;
}

.select_store {
	cursor: pointer;
}

.select_store_area {
	width: 185px;
}

.select_store_area {
	position: absolute;
	top: -10px;
	right: -20px;
	height: 280px;
	z-index: 99;
}

.select_store_area.on {
	visibility: visible;
	opacity: 1;
}

.select_store_area {
	width: 160px;
}

.select_store_area {
	width: 120px;
	height: 120px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 14px 0 rgb(0 0 0 / 10%);
}

.select_store_area .gu_select_store_inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gu_custom_scroll .custom_scroll_content {
	position: absolute;
	overflow: hidden;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.select_store_area .gu_select_store_inner a:first-child {
	margin-top: 10px;
}

/* 위에 뜨는거 마지막 값 아래 마진 10px 추가 */
.select_store_area .gu_select_store_inner a:last-child {
	margin-bottom: 10px;
}

.select_store_area.on {
	height: 140px;
}

.select_store_area .gu_select_store_inner a {
	text-align: left;
	font-size: 13px;
	padding: 10px 0 10px 20px;
}

.select_store_area .gu_select_store_inner a {
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.select_store_area .gu_select_store_inner a.on {
	color: #c2a456;
}

.select_store_area .gu_select_store_inner a:hover {
	color: #c2a456;
}

.biz_box .box2 #datepicker .ui-datepicker th {
	padding: 1px;
}

.biz_top_menu.sticky {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.biz_box>div {
		padding: 0;
		border: 0 !important;
		max-width: 420px !important;
	}

	.biz_box>.custom-hr {
		display: block;
		grid-column: 2 / 3;
		height: 100%;
		width: 1px;
		background-color: #dedede;
		justify-self: center;
	}

	.biz_top_menu.sticky li:nth-child(1) {
		grid-column: 3 / 4;
	}

	.biz_top_menu.sticky li:nth-child(2) {
		grid-column: 6 / 7;
	}

	.biz_top_menu.sticky li:nth-child(3) {
		grid-column: 9 / 10;
	}
}

@media screen and (max-width: 768px) {
	.biz_top_menu.sticky .point_area.on {
		background-color: #fff;
	}

	.biz_top_menu.sticky .point_area.on h1 {
		color: #000;
	}

	.select_store_area {
		height: auto;
	}

	.select_store_area.on {
		position: fixed;
		width: 100%;
		left: 0;
		top: 46px;
		height: 45px;
		border-top: 1px solid #d3d3d3;
	}

	.gu_custom_scroll .custom_scroll_content {
		text-align: left;
	}

	.select_store_area .gu_select_store_inner a:first-child {
		margin-top: 0;
	}

	.select_store_area .gu_select_store_inner a {
		display: inline-block;
		font-family: "'Akzidenz Grotesk', 'Noto Sans KR';";
		font-style: normal;
		font-weight: 700;
		font-size: 15px;
	}

	.select_store_area {
		box-shadow: none;
	}

	.status-box {
		display: block !important;
	}
}

.biz_top_menu {
	margin: 0 auto;
	margin-top: -440px;
	text-align: center;
}

.biz_top_menu .biz_top_inner {
	width: 90%;
	max-width: 1345px;
	height: 55px;
	margin: 0 auto;
	background: rgba(45, 45, 45, 0.95);
	overflow: hidden;
}

.s1.motion_on .biz_top_menu.sticky .biz_top_inner {
	max-width: 100%;
}

.s1.motion_on .biz_top_menu.sticky {
	position: fixed;
	top: var(--sub-header-top-position);
	margin-top: 0;
	z-index: 9;
	width: 100%;
	/* height: 116px; */
}

.biz_top_menu.sticky .biz_top_inner {
	transition: all 0.3s;
	width: 100%;
	height: inherit;
	background: rgba(45, 45, 45, 0.95);
}

.biz_top_menu .point_area {
	display: none;
}

.biz_top_menu.sticky .point_area {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 16px;
	margin-bottom: 6px;
}

.biz_top_menu.sticky .point_area h1 {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	letter-spacing: -0.11em;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
}

.biz_top_menu.sticky .point_area .icon {
	left: calc(50% + 60px);
	display: flex;
	position: absolute;
}

.biz_top_menu.sticky .point_area .icon img {
	width: 18px;
}

.biz_top_menu ul {
	display: flex;
	width: 100%;
	min-width: 155px;
	max-width: 485px;
	align-items: center;
	column-gap: 20px;
	padding: 0 20px;
}

.biz_top_menu li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* width: 50%; */
	height: 100%;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	letter-spacing: -0.11em;
	color: #ffffff;
	cursor: pointer;
	color: #a3a3a3;
	transition: color 0.3s;
	white-space: nowrap;
	align-items: center;
}

.biz_top_menu li.disabled a {
	cursor: auto;
}

.biz_top_menu li span {
	width: fit-content;
}

.biz_top_menu.sticky li:nth-child(1) {
	grid-column: 4 / 5;
}

.biz_top_menu.sticky li:nth-child(2) {
	grid-column: 6 / 7;
}

.biz_top_menu.sticky li:nth-child(3) {
	grid-column: 8 / 9;
}

.biz_top_menu li:nth-child(1) {
	grid-column: 2 / 3;
}

.biz_top_menu li:nth-child(2) {
	grid-column: 4 / 5;
}

.biz_top_menu li:nth-child(3) {
	grid-column: 6 / 7;
}

.biz_top_menu li:not(.disabled):hover {
	font-weight: 500;
	color: #fff;
}

.biz_top_menu li.on {
	font-weight: 500;
	color: #fff;
}

.biz_top_menu li span:after {
	display: block;
	content: "";
	height: 0;
	width: 0;
	background-color: #c0a355;
	bottom: 0px;
	transition: width 0.3s ease;
	z-index: 1;
}

.biz_top_menu li.on span:after {
	margin-top: -2px;
	transform: translate(1px, 2px);
	width: calc(100% + 1px);
	height: 2px;
	align-self: center;
}

.biz_box {
	width: 90%;
	max-width: 1345px;
	height: auto;
	/* max-height: 710px; */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	background: #f8f9fa;
	padding: 35px 0;
	box-sizing: border-box;
	font-size: 16px;
}

.biz_box>div {
	max-width: 85%;
	width: 100%;
	justify-self: center;
	padding: 0 7.5%;
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: space-between;
}

.biz_box.flow {
	margin-top: -420px;
}

.biz_box .box2 .ui-datepicker tr {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	justify-items: center;
	align-items: center;
}

.ui-state-default.ui-state-highlight {
	box-shadow: 0 0 0 2px inset #c2a456 !important;
	border-radius: 50%;
}

.biz_box .box2 .ui-datepicker-calendar .ui-state-active {
	border-radius: 50%;
	box-shadow: 0 0 0 2px inset #00edac !important;
	background-color: rgba(0, 237, 172, 0.44) !important;
	color: #3affca !important;
}

.biz_box .box2 .ui-datepicker-calendar .ui-datepicker-week-end:nth-child(1) .ui-state-active {
	color: #8c7c70 !important;
}

.biz_box .box2 .ui-datepicker-calendar .ui-datepicker-week-end:last-child .ui-state-active {
	color: #2ca4c3 !important;
}

.biz_box .ui-datepicker-calendar span {
	color: white;
}

.biz_box .box1 {
	vertical-align: top;
	align-items: flex-start;
	justify-content: space-between;
}

.biz_box .box2 {
	border: #dedede solid;
	border-width: 0 1px;
	min-width: 313px;
}

.biz_box .box3 {
	justify-self: flex-end;
}

.biz_box .box1 h3 {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: -0.11em;
	color: #000000;
	white-space: nowrap;
}

.biz_box .box1 .weather {
	width: 100%;
}

.biz_box .box1 .title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.biz_box .box1 .title>div {
	white-space: nowrap;
}

img.phone-icon {
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_phone.svg");
}

img.gps-icon {
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_gps.svg");
}

.biz_box .link_area h5>a {
	font-size: 20px;
}

.biz_box .box1 .title h1 {
	display: inline;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	letter-spacing: -0.11em;
	color: #000000;
	vertical-align: top;
	line-height: 1em;
}

.biz_box .box1 .title .title-call {
	display: flex;
	align-items: center;
}

.biz_box .box1 .title .icon {
	display: flex;
}

.biz_box .box1 .title .icon1>a {
	display: flex;
}

.biz_box .box1 .title .icon1 {
	margin-left: 10px;
	margin-top: 2px;
}

.biz_box .box1 .title .icon1 img {
	width: 38px;
}

.biz_box .box1 .title .icon2 {
	margin-left: 5px;
}

.biz_box .box1 .title .icon2 img {
	width: 20px;
}

.biz_box .box1 .title .link_area {
	display: flex;
	align-items: center;
	float: right;
	cursor: pointer;
}

.biz_box .box1 .title h5 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	/* margin-left: 45px; */
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -0.11em;
	color: #6f6f6f;
	cursor: pointer;
	line-height: 1.1em;
}

.biz_box .box1 .title h5 .text_underline {
	border-bottom: 1px solid #6f6f6f;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.biz_box .box1 .under_line {
	border-bottom: 1px solid #000;
	display: block;
	/* margin-top: 20px; */
	margin-bottom: 20px;
}

/*날씨*/
.biz_box .box1 .weather h2 {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -0.11em;
	color: #1a1a1a;
}

.biz_box .box1 .weather .view {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	padding-right: 20px;
}

.biz_box .box1 .weather .view .icon {
	display: block;
	margin-right: -5px;
	width: 70px;
	height: 70px;
}

.biz_box .box1 .weather .view .icon img {
	margin-left: -70px;
	width: 70px;
}

.biz_box .box1 .weather .view .count_area {
	display: flex;
	align-items: baseline;
	margin-top: 5px;
	margin-left: 5px;
}

.biz_box .box1 .weather .view .count_area .count>p {
	display: inline !important;
	font-family: "Akzidenz-Grotesk BQ Light" !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 40px !important;
	color: #1a1a1a !important;
}

.biz_box .box1 .weather .view .count_area .mark {
	display: inline-block;
	font-family: "Akzidenz-Grotesk BQ Light";
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -0.15em;
	color: #1a1a1a;
}

.biz_box .box1 hr {
	width: 100%;
}

.biz_box .box1 .under_line2 {
	border-bottom: 1px dashed #e3e3e3;
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}

.biz_box .box3 .time {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.biz_box .box1 .time h2, .biz_box .box3 .time h2 {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -0.11em;
	color: #1a1a1a;
}



.biz_box .box1 .time .icon {
	display: inline;
	vertical-align: center;
}

.biz_box .box1 .time .icon img {
	width: 34px;
}

.biz_box .box1 .time .time_text1, .biz_box .box3 .time .time_text1 {
	display: flex;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	flex-direction: row;
	align-items: center;
	margin: 8px 0;
	line-height: 1;
}

.biz_box .box1 .time .icon {
	font-size: 22px;
}

.biz_box .box1 .time .icon img.phone-svg {
	width: 23px;
	margin: 0 5px;
}

@media screen and (max-width: 1200px) {
	.biz_box .box1 .time .icon img.phone-svg {
		width: 80%;
	}
}

.biz_box .box1 .time .time_text1>h3, .biz_box .box3 .time .time_text1>h3 {
	font-size: 32px;
}

.biz_box .box1 .time .time_text1:nth-child(1), .biz_box .box3 .time .time_text1:nth-child(1) {
	margin-bottom: 0;
}

.biz_box .box1 .time .time_text1:nth-child(2)>h3, .biz_box .box3 .time .time_text1:nth-child(2)>h3 {
	letter-spacing: -0.035em;
}

.biz_box .box1 .time h3, .biz_box .box3 .time h3 {
	display: inline;
	vertical-align: top;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	margin: 0;
	color: #1a1a1a;
}

.biz_box .box1 .time .text-container, .biz_box .box3 .time .text-container {
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}

.text-container .icon>img {
	vertical-align: bottom;
}

.biz_box .box1 .time .text, .biz_box .box3 .time .text {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}

.biz_box .box1 .time p, .biz_box .box3 .time p {
	display: inline;
	align-self: center;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.11em;
	color: #1a1a1a;
}

.biz_box .box1 .status_t {
	display: none;
}

.biz_box .box2 .date_frame {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
	background-color: #1a1a1a;
}

.biz_box .box2 .ui-datepicker {
	width: 100%;
	margin: 0 auto;
}

.biz_box .box2 .ui-datepicker .ui-state-default {
	width: 100%;
	height: 100%;
}

.biz_box .box2 .ui-widget-header {
	background-color: #1a1a1a;
	border: 0;
	color: #fff;
}

.biz_box .box2 .ui-widget.ui-widget-content {
	background-color: #1a1a1a;
	color: #fff;
	border: 0px;
}

.biz_box .box2 .ui-state-default,
.biz_box .box2 .ui-widget-content .ui-state-default,
.biz_box .box2 .ui-widget-header .ui-state-default,
.biz_box .box2 .ui-button,
.biz_box .box2 .ui-button.ui-state-disabled:hover,
.biz_box .box2 .ui-button.ui-state-disabled:active {
	background-color: #1a1a1a;
	color: #fff;
	border: 0px;
}

.biz_box .box2 .ui-datepicker td span,
.biz_box .box2 .ui-datepicker td a {
	text-align: center;
	font-weight: 500;
	font-family: Akzidenz-Grotesk BQ Light;
}

/*.biz_box .box2 .ui-datepicker-today .ui-state-default{border: 1px solid #C2A456; border-radius: 50%;}*/
.biz_box .box2 .ui-datepicker-calendar .ui-state-active {
	font-weight: bold;
	font-family: Akzidenz-Grotesk BQ bold;
}

.biz_box .box2 .ui-datepicker-calendar .ui-state-active:after {
	/* display: block;
  content: "";
  background: rgba(0, 237, 172, 0.44);
  border: 2px solid #00edac;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 5%; */
}

.biz_box .box2 .ui-datepicker .ui-datepicker-title {
	order: 2;
	margin-top: 14px !important;
}

.biz_box .box2 #datepicker .ui-datepicker .ui-datepicker-title {
	margin: 0 0.5em;
}

.biz_box .box2 .ui-datepicker-year {
	display: none;
}

.biz_box .box2 .ui-datepicker-month {
	font-family: "Akzidenz-Grotesk BQ";
	font-style: normal;
	font-weight: normal;
	font-size: 29px;
	line-height: 0;
}

.ui-state-disabled>span,
.ui-widget-content .ui-state-disabled>span,
.ui-widget-header .ui-state-disabled>span {
	font-family: "Akzidenz-Grotesk BQ Light" !important;
}

.biz_box .box2 .ui-datepicker-calendar .ui-state-highlight {
	font-weight: bold;
	font-family: Akzidenz-Grotesk BQ bold;
}

/* .biz_box .box2 .ui-datepicker-calendar .ui-state-highlight:after {
  display: block;
  content: "";
  border: 2px solid #c2a456;
  border-radius: 50%;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  position: absolute;
  top: 0;
} */

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-default {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.ui-datepicker td span,
.ui-datepicker td a {
	padding: 0 !important;
}

.biz_box .box2 .ui-datepicker td {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	position: relative;
}

.biz_box .box2 .ui-datepicker-calendar>thead th span {
	font-family: "Akzidenz-Grotesk BQ Light";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.6px;
}

.biz_box .box2 #datepicker .ui-datepicker table {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.biz_box .box2 #datepicker .ui-datepicker th {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px;
	width: 40px;
	height: 40px;
}

.biz_box .box2 .ui-datepicker-calendar>thead th.ui-datepicker-week-end:first-child span {
	color: #ff4040;
}

.biz_box .box2 .ui-datepicker-calendar>tbody td.ui-datepicker-week-end:first-child a {
	color: #ff4040;
}

.biz_box .box2 .ui-datepicker-calendar>thead th.ui-datepicker-week-end:last-child span {
	color: #5899d4;
}

.biz_box .box2 .ui-datepicker-calendar>tbody td.ui-datepicker-week-end:last-child a {
	color: #5899d4;
}

.biz_box .box2 .ui-datepicker-header {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.biz_box .box2 .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	position: unset !important;
}

.biz_box .box2 .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
	opacity: 0;
}

.biz_box .box2 .ui-datepicker .ui-datepicker-next.ui-state-disabled {
	opacity: 0;
}

.biz_box .box2 .ui-datepicker .ui-datepicker-prev {
	order: 1;
}

.biz_box .box2 .ui-datepicker .ui-corner-all span {
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-top: 0.5px;
	cursor: pointer;
}

.biz_box .box2 .ui-datepicker .ui-datepicker-prev span {
	background: url("https://star-law.com/html/2022_0304/css/../img/icon_datepicker_prev.png");
}

.biz_box .box2 .ui-datepicker .ui-datepicker-next {
	order: 3;
}

.biz_box .box2 .ui-datepicker .ui-datepicker-next span {
	background: url("https://star-law.com/html/2022_0304/css/../img/icon_datepicker_next.png");
}

.biz_box .box2 .ui-datepicker-prev-hover {
	background-color: transparent;
	border: 0;
	position: relative;
}

.biz_box .box2 .ui-datepicker-next-hover {
	background-color: transparent;
	border: 0;
	position: relative;
}

.biz_box .box2 .datepicker_bottom {
	width: 90%;
	display: flex;
	justify-content: flex-end;
	border-top: 1px dashed #e3e3e3;
	margin-top: 15px;
	padding: 10px 0;
	text-align: right;
}

.biz_box .box2 .datepicker_bottom .status {
	display: inline-block;
	vertical-align: top;
	padding-left: 12px;
	position: relative;
}

.biz_box .box2 .datepicker_bottom .status .circle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #00edac;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
}

.biz_box .box2 .datepicker_bottom .status p {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: -0.11em;
	color: #cdcdcd;
}

.biz_box .box2 .datepicker_bottom .status.today {
	margin-left: 15px;
}

.biz_box .box2 .datepicker_bottom .status.today .circle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	border: 1px solid #c2a456;
	box-sizing: border-box;
}

.biz_box .box3 .title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.biz_box .box3 .title .title-box {
	width: 164px;
	display: flex;
	justify-content: space-between;
}

.biz_box .box3 .under_line_dashed {
	border-bottom: 1px dashed #e3e3e3;
	display: block;
	width: 100%;
	margin: 10px 0 12px 0;
}

.biz_box .box3 .title .icon {
	margin-top: 3px;
}

.biz_box .box3 .title .icon img {
	width: 36px;
}

.biz_box .box3 .title h3 {
	display: inline-block;
	vertical-align: top;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	letter-spacing: -0.11em;
	color: #1a1a1a;
}

.biz_box .box3 .title .status {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.biz_box .box3 .title .status .circle {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #00dca0;
}

.biz_box .box3 .title .status p {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.11em;
	color: #00dca0;
}

.biz_box .box3 .sub_title {
	width: 100%;
	text-align: center;
	display: block;
}

.biz_box .box3 .sub_title .status {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.biz_box .box3 .sub_title .status .circle {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #00dca0;
	text-align: center;
}

.biz_box .box3 .sub_title .status p {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.11em;
	color: #6a6a6a;
}

.biz_box .box3 .sub_title .date {
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	color: #1a1a1a;
	margin-top: 2px;
	margin-bottom: 5px;
}

.biz_box .box3 .p_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 9px 0;
	white-space: nowrap;
}

.biz_box .box3 .p_list .consultant-profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.biz_box .box3 .p_list .icon {
	display: flex;
}

.biz_box .box3 .p_list .icon img {
	width: 45px;
}

.biz_box .box3 .p_list .icon .img_f {
	width: 37px;
	height: 37px;
	background-size: cover;
	background-position: top center;
	border-radius: 50%;
	overflow: hidden;
}

.biz_box .box3 .p_list .name {
	display: inline-block;
	vertical-align: top;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.11em;
	color: #1a1a1a;
	margin: 0 10px;
}

.biz_box .box3 .p_list .p_status {
	display: flex;
	align-items: center;
	/* padding-left: 20px; */
	position: relative;
	/* margin-left: 20px; */
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.09em;
	color: #00dca0;
}

.biz_box .box3 .p_list .p_status.off {
	color: #a8a8a8;
}

.biz_box .box3 .p_list .p_status .circle {
	display: flex;
	margin-right: 2px;
}

.biz_box .box3 .p_list .p_status .circle img {
	width: 16px;
}

.biz_box .box3_t {
	display: none;
}

.biz_page #s15 .img01 {
	top: 286px;
	right: -124px;
	width: 1100px;
	height: auto;
}

.biz_box .box2 .ui-state-default,
.biz_box .box2 .ui-widget-content .ui-state-default,
.biz_box .box2 .ui-widget-header .ui-state-default,
.biz_box .box2 .ui-button,
.biz_box .box2 .ui-button.ui-state-disabled:hover,
.biz_box .box2 .ui-button.ui-state-disabled:active {
	font-size: 1.18em;
}

@media screen and (max-width: 1024px) {
	.biz_page {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1400px) {
	.biz_box .box3 .p_list .name {
		font-size: 15px;
	}

	.biz_box .box3 .p_list .p_status {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {

	.biz_box .box2 .ui-state-default,
	.biz_box .box2 .ui-widget-content .ui-state-default,
	.biz_box .box2 .ui-widget-header .ui-state-default,
	.biz_box .box2 .ui-button,
	.biz_box .box2 .ui-button.ui-state-disabled:hover,
	.biz_box .box2 .ui-button.ui-state-disabled:active {
		font-size: 0.9em;
	}

	.biz_box .box2 {
		min-width: unset !important;
	}

	.ui-datepicker table {
		font-size: 1.05em !important;
	}

	.biz_top_menu li:nth-child(1) {
		grid-column: 4 / 5;
	}

	.biz_top_menu li:nth-child(2) {
		grid-column: 6 / 7;
	}

	.biz_top_menu li:nth-child(3) {
		grid-column: 8 / 9;
	}

	.status-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.biz_page .biz_top {
		height: 410px;
	}

	/************************************************/
	/* 담당자: 김건희                                */
	/* 아래 부분 수정 : 주간 야간 이미지 변경 기능 추가 */
	/* 테블릿                                        */
	/************************************************/
	.s1 .bg.daegu.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daegu_day_t.png");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	.s1 .bg.daegu.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daegu_night_t.png");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	.s1 .bg.pusan.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/biz_top_bg_pusan_t.png");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	.s1 .bg.pusan.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_pusan_night_t.png");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	.s1 .bg.daejeon.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daejeon_day_t.png");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	.s1 .bg.daejeon.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daejeon_night_t.png");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	.s1 .bg.seoul.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/9c076136-24cb-48b9-de47-b29bbe097b00/case");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	.s1 .bg.seoul.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/1bb7adb7-7887-4262-b191-b5199e4d3300/case");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 410px;
		/* margin-top: 60px; */
	}

	/*--------------------------------------------------*/
	.s1.motion_on .biz_top_menu {
		margin-top: -220px;
		-ms-transform: translate(0, 156px);
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transition: transform 1.5s 0.3s;
		-ms-transition: transform 1.5s 0.3s;
		transition: all 2s 0.1s;
	}

	.biz_top_menu {
		width: 94%;
		margin: 0 3%;
		margin-top: -200px;
	}

	.biz_top_menu.sticky {
		margin: 0;
	}

	.biz_top_menu.sticky .point_area {
		margin-top: 0px;
	}

	.biz_top_menu.sticky .point_area h1 {
		font-size: 30px;
	}

	.biz_top_menu .biz_top_inner {
		width: 100%;
	}

	.biz_box {
		grid-template-columns: calc(50% - 20px) 41px calc(50% - 20px);
		width: 94%;
		margin: 0 3%;
		padding: 40px 20px;
		height: auto;
		max-height: fit-content;
		justify-content: center;
	}

	.biz_box>div {
		max-width: 100%;
		padding: 0;
	}

	.biz_box.flow {
		margin-top: -160px;
	}

	.biz_top_menu li {
		width: fit-content;
	}

	.biz_top_menu li.on span:after {
		width: -webkit-fill-available;
	}

	.biz_box .box1 {
		width: 100%;
		margin-right: 0;
	}

	.biz_box .box1 h3 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.biz_box .box1 .title h1 {
		font-size: 36px;
	}

	.biz_box .box1 .title h5 {
		font-size: 20px;
		margin-left: 0px;
	}

	.biz_box .box1 .title .icon1 img {
		width: 34px;
	}

	.biz_box .box1 .title .icon2 {
		margin-left: 2px;
		margin-top: 3px;
	}

	.biz_box .box1 .under_line {
		margin: 0 0 18px 0;
	}

	.biz_box .box1 .under_line2 {
		margin: 18px 0;
	}

	.biz_box .box1 .weather .view {
		text-align: right;
		padding-right: 10px;
		margin-top: 55px;
	}

	.biz_box .box1 .time h2, .biz_box .box3 .time h2  {
		margin-top: 18px;
	}

	.biz_box .box1 .time {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		row-gap: 10px;
	}

	.biz_box .box1 .time .view {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
		row-gap: 7px;
		margin-bottom: 15px;
	}

	.biz_box .box1 .time .text-container {
		margin: 0;
	}

	.biz_box .box1 .time h3 {
		font-size: 36px;
	}

	.biz_box .box1 .time .icon {
		width: 29px;
		display: flex;
	}

	.biz_box .box1 .time .icon img {
		width: 100%;
	}

	.biz_box .box1 .time p {
		font-size: 18px;
	}

	.biz_box .box1 .time .time_text1 {
		padding-left: 0;
	}

	.biz_box .box1 .time .time_text1 h3 {
		margin-bottom: 0;
	}

	.biz_box .box1 .time .text {
		white-space: nowrap;
		padding-left: 0;
		margin-right: 0;
	}

	.biz_box .box1 .time .text.time_text3 {
		padding-left: 10px;
	}

	.biz_box .box1 .status_t .title>.under_line_dashed {
		display: none;
	}

	.biz_box .box1 .status_t {
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		border-top: 1px dashed #e3e3e3;
		margin-top: 15px;
		padding-top: 20px;
	}

	.biz_box .box1 .status_t .title {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.biz_box .box1 .status_t .under_line_dashed {
		border-bottom: 1px dashed #e3e3e3;
		display: inline;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.biz_box .box1 .status_t .title .icon {
		margin-top: 3px;
		display: block;
		margin-bottom: 5px;
	}

	.biz_box .box1 .status_t .title .icon img {
		width: 40px;
	}

	.biz_box .box1 .status_t .title h3, .biz_box .box3_t .sub_title .title h3 {
		display: inline-block;
		vertical-align: top;
		font-family: "Akzidenz Grotesk", "Noto Sans KR";
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		text-align: center;
		letter-spacing: -0.11em;
		color: #1a1a1a;
		margin-bottom: 3px;
	}

	.biz_box .box3_t .sub_title .title h3 {
		color: white;
	}

	.biz_box .box1 .status_t .title .status, .biz_box .box3_t .sub_title .title .status {
		display: inline-block;
		vertical-align: top;
		padding-left: 20px;
		position: relative;
	}
	
	.biz_box .box3_t .sub_title .title .status {
		margin-top: 0px;
	}

	.biz_box .box1 .status_t .title .status .circle, .biz_box .box3_t .sub_title .title .status .circle {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #00dca0;
		position: absolute;
		left: 0;
		top: 14px;
	}

	.biz_box .box1 .status_t .title .status p, .biz_box .box3_t .sub_title .title .status p {
		font-family: "Akzidenz Grotesk", "Noto Sans KR";
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		letter-spacing: -0.11em;
		color: #00dca0;
	}

	.biz_box .box2 .date_frame {
		padding: 0;
	}

	.biz_box .box2 .datepicker_bottom {
		margin-top: 0px;
	}

	.biz_box .box2 {
		width: 100%;
		margin-right: 0;
		border-width: 0 0 0 1px;
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}

	.biz_box .box2 .ui-datepicker {
		width: 294px;
		height: auto;
		min-height: auto;
	}

	.biz_box .box2 .ui-datepicker td {
		width: 38px;
		height: 38px;
	}

	.biz_box .box2 .ui-datepicker-calendar .ui-state-highlight:after {
		width: 72%;
		height: 72%;
		left: 7%;
		top: 9%;
	}

	.biz_box .box2 #datepicker .ui-datepicker th {
		width: 38px;
		height: 38px;
	}

	.biz_box .box2 .ui-datepicker-calendar .ui-state-active:after {
		width: 72%;
		height: 72%;
		left: 7%;
	}

	.biz_box .box2 .ui-datepicker-calendar .ui-state-active:after {
		top: 9%;
	}

	.biz_box .box2 .ui-datepicker .ui-datepicker-prev {
		left: 25px;
	}

	.biz_box .box2 .ui-datepicker .ui-datepicker-next {
		left: 225px;
	}

	.biz_box .box2 .datepicker_bottom {
		width: 85%;
		border-top: 0;
		border-bottom: 1px dashed #e3e3e3;
	}

	.biz_box .box3_t {
		width: 85%;
		display: block;
		padding-bottom: 22px;
	}

	.biz_box .box3_t .sub_title {
		text-align: center;
		display: block;
	}

	.biz_box .box3_t .sub_title .status {
		display: inline-block;
		vertical-align: top;
		padding-left: 15px;
		position: relative;
		margin-top: 13px;
		margin-bottom: 5px;
	}

	.biz_box .box3_t .sub_title .status .circle {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #00dca0;
		position: absolute;
		left: 0;
		top: 8px;
		text-align: center;
	}

	.biz_box .box3_t .sub_title .status p {
		font-family: "Akzidenz Grotesk", "Noto Sans KR";
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		letter-spacing: -0.11em;
		color: #cdcdcd;
	}

	.biz_box .box3_t .sub_title .date {
		font-weight: bold;
		font-size: 22px;
		color: #fff;
	}

	.biz_box .box3_t .p_list li .consultant-profile {
		display: flex;
		align-items: center;
	}

	.biz_box .box3_t .p_list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 0px solid #ccc;
		text-align: left;
		padding: 10px 0;
		white-space: nowrap;
		width: 100%;
		margin: 0 auto;
	}

	.biz_box .box3_t .p_list .icon {
		display: flex;
	}

	.biz_box .box3_t .p_list .icon img {
		width: 32px;
	}

	.biz_box .box3_t .p_list .icon .img_f {
		width: 35px;
		height: 35px;
		background-size: cover;
		background-position: top center;
		border-radius: 50%;
		overflow: hidden;
	}

	.biz_box .box3_t .p_list .name {
		display: inline-block;
		vertical-align: top;
		font-family: "Akzidenz Grotesk", "Noto Sans KR";
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: -0.11em;
		color: #cdcdcd;
		margin-left: 10px;
	}

	.biz_box .box3_t .p_list .p_status {
		display: flex;
		align-items: center;
		float: right;
		vertical-align: top;
		position: relative;
		margin-left: 20px;
		font-family: "Akzidenz Grotesk", "Noto Sans KR";
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: -0.11em;
		color: #00dca0;
		text-align: right;
	}

	.biz_box .box3_t .p_list .p_status .circle {
		font-size: 16px;
		transform: translate(-20px, -7px);
	}

	.biz_box .box3_t .p_list .p_status .circle>svg {
		position: absolute;
	}

	.biz_box .box3_t .p_list .p_status .circle>svg:nth-child(2) {
		transform: translate(3.5px, 3.5px);
		font-size: 9px;
	}

	.biz_box .box3_t .p_list .p_status.off {
		color: #a8a8a8;
	}

	.biz_box .box3_t .p_list .p_status.off .circle>svg:nth-child(2) {
		display: none;
	}

	.biz_box .box3 {
		display: none;
		width: 50%;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px dashed #e3e3e3;
	}

	.biz_box .box3 .sub_title {
		display: none;
	}

	.biz_box .box3 .title {
		display: none;
	}

	.biz_box .box3 .title .icon img {
		width: 60px;
	}

	.biz_box .box3 .title h3 {
		font-size: 20px;
	}

	.biz_box .box3 .title .status .circle {
		top: 10px;
	}

	.biz_box .box3 .title .status p {
		font-size: 20px;
	}

	.map_info {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 810px) {
	.biz_box .box3_t .p_list .icon .img_f {
		width: 30px;
		height: 30px;
	}

	.biz_box .box3_t .p_list .p_status .circle {
		font-size: 14px;
	}

	.biz_box .box3_t .p_list .p_status .circle>svg:nth-child(2) {
		font-size: 7px;
	}

	.biz_box .box3_t .p_list .p_status .circle {
		transform: translate(-16px, -7px);
	}
}

@media screen and (max-width: 768px) {
	.biz_top_menu ul {
		column-gap: unset;
		justify-content: center;
		padding: 0;
		margin: 0 auto;
		max-width: 100vw;
	}

	.where-to-go {
		font-size: 16px;
	}

	.biz_box .box1 .status_t {
		display: block;
		margin-top: 22px;
		padding-top: 36px;
	}

	.biz_box .box1 .status_t .title>.under_line_dashed {
		display: block;
		margin-top: 36px;
	}

	.biz_box {
		display: flex;
		flex-direction: column;
	}

	.biz_box>div {
		max-width: 100% !important;
	}

	.biz_page {
		padding-bottom: 0px;
	}

	.biz_page .biz_top {
		height: 200px;
	}

	/************************************************/
	/* 담당자: 김건희                                */
	/* 아래 부분 수정 : 주간 야간 이미지 변경 기능 추가 */
	/* 모바일                                        */
	/************************************************/
	.s1 .bg.daegu.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daegu_day_m.png");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	.s1 .bg.daegu.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daegu_night_m.png");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	.s1 .bg.pusan.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/biz_top_bg_pusan_m.png");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	.s1 .bg.pusan.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_pusan_night_m.png");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	.s1 .bg.daejeon.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/biz_top_bg_daejeon_day_m.png");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	.s1 .bg.daejeon.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://star-law.com/html/2022_0304/css/../img/contact_us_bg_img/biz_top_bg_daejeon_night_m.png");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	.s1 .bg.seoul.day {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/474dea75-428c-4eff-697c-d90e0c244500/case");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	.s1 .bg.seoul.night {
		transform: scale(1.2);
		opacity: 0;
		background: url("https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/f21387d8-1db4-41cb-2b35-f48e52ffde00/case");
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 260px;
		background-size: cover;
	}

	/*--------------------------------------------------*/
	.s1.motion_on .biz_top_menu {
		margin-top: 0;
		-ms-transform: translate(0, 156px);
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transition: transform 1.5s 0.3s;
		-ms-transition: transform 1.5s 0.3s;
		transition: all 2s 0.1s;
	}

	.biz_top_menu.sticky .biz_top_inner {
		transition: all 0.3s;
	}

	.biz_top_menu {
		position: fixed;
		top: var(--sub-header-top-position);
		width: 100%;
		margin: 0;
		margin-top: 0;
		height: 40px;
	}

	.biz_top_menu li {
		width: fit-content;
		font-size: 15px;
		/* padding-bottom: 7px; */
		z-index: 90;
	}

	.biz_top_menu.sticky {
		height: fit-content;
	}

	.gu_custom_scroll .custom_scroll_content {
		display: grid;
		grid-template-columns: 1fr 1fr minmax(65px, 1fr) 1fr minmax(65px, 1fr) 1fr minmax(65px,
				1fr) 1fr 1fr;
	}

	.biz_top_menu.sticky li:nth-child(1),
	.biz_top_menu li:nth-child(1),
	.gu_custom_scroll .custom_scroll_content>a:nth-child(1) {
		grid-column: 3 / 4;
	}

	.biz_top_menu.sticky li:nth-child(2),
	.biz_top_menu li:nth-child(2),
	.gu_custom_scroll .custom_scroll_content>a:nth-child(2) {
		grid-column: 5 / 6;
	}

	.biz_top_menu.sticky li:nth-child(3),
	.biz_top_menu li:nth-child(3),
	.gu_custom_scroll .custom_scroll_content>a:nth-child(3) {
		grid-column: 7 / 8;
	}

	.biz_top_menu.sticky li:nth-child(3),
	.biz_top_menu li:nth-child(3) {
		grid-column: 7 / 8;
	}

	.biz_top_menu.sticky .point_area {
		margin-top: 0px;
		margin-bottom: 5px;
		padding-top: 10px;
	}

	.biz_top_menu.sticky .point_area h1 {
		font-size: 24px;
	}

	.biz_top_menu.sticky .point_area .icon {
		width: 15px;
		left: calc(50% + 45px);
	}

	.biz_top_menu.sticky .point_area .icon img {
		width: 15px;
	}

	.biz_box.flow {
		margin-top: -20px;
	}

	.biz_box .box1 {
		width: 100%;
	}

	.biz_box .box1 .title h1 {
		font-size: 42px;
	}

	.biz_box .box1 .title .icon1 img {
		width: 38px;
	}

	.biz_box .link_area h5>a {
		font-size: 20px;
	}

	.biz_box .box1 .title .icon2 img {
		width: 20px;
	}

	.biz_box .box1 .title .icon2 {
		margin-left: 2px;
		margin-top: 3px;
	}

	.biz_box .box2 {
		width: 100%;
	}

	.biz_box .box1 .time p {
		font-size: 18px;
	}

	.biz_box .box1 .status_t .title .status {
		margin-left: 10px;
	}

	.biz_box .box2 {
		padding-left: 0;
	}

	.biz_box .box3 {
		width: 100%;
	}

	.biz_box .box2 .ui-datepicker-calendar .ui-state-active:after,
	.biz_box .box2 .ui-datepicker-calendar .ui-state-highlight:after {
		width: 32px;
		height: 32px;
		top: -1.2px;
		left: 1px;
	}

	.biz_box .box2 .ui-datepicker td,
	.biz_box .box2 #datepicker .ui-datepicker th {
		width: 35px;
		height: 35px;
	}
}

.s2 .contents_wrap {
	width: 90%;
	max-width: 1345px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 120px;
}

.s2 .title_area {
	text-align: center;
}

.s2 .title_area h1 {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	letter-spacing: -0.12em;
	color: #000000;
	margin-bottom: 15px;
}

.s2 .nav_tap {
	text-align: center;
	display: block;
}

.s2 .nav_tap ul {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
}

.s2 .nav_tap li {
	justify-self: center;
	width: fit-content;
	position: relative;
	display: block;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -0.11em;
	color: #616161;
	cursor: pointer;
	padding-bottom: 10px;
}

.s2 .nav_tap li:nth-child(1) {
	grid-column: 4 / 5;
}

.s2 .nav_tap li:nth-child(2) {
	grid-column: 6 / 7;
}

.s2 .nav_tap li:nth-child(3) {
	grid-column: 8 / 9;
}

.s2 .nav_tap li.on {
	font-weight: bold;
	color: #000000;
}

.s2 .nav_tap li:after {
	display: block;
	content: "";
	height: 0;
	width: 0;
	background-color: #c0a355;
	position: absolute;
	left: 0;
	bottom: 6px;
	transition: width 0.3s ease;
	z-index: 1;
}

.s2 .nav_tap li.on:after {
	width: calc(100% + 1px);
	transform: translateX(1px);
	height: 3px;
}

.s2 .tab_contents {
	margin-top: 20px;
}

.s2 .map_area {
	display: block;
	width: fit-content;
}

.s2 .map_area #tab1_map {
	width: 900px;
	height: 600px;
	overflow: hidden;
}

.s2 .map_area #tab1_map img {
	width: 100%;
}

.s2 .map_area #tab1_map .m_show {
	display: none;
}

.s2 .map_area #tab1_map .t_show {
	display: none;
}

.s2 .map_area #tab1_map .pc_show {
	display: block;
}

.s2 .map_area .map_info {
	background: #1a1a1a;
	color: #fff;
	padding: 17px 20px 17px 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.s2 .mini-text-pusan {
	color: gray;
	font-size: smaller;
	line-height: 1;
	align-self: center;
}

.s2 .where-to-go {
	display: flex;
	align-items: center;
}

.s2 .map_area .map_info .icon {
	display: block;
	margin-right: 10px;
	display: flex;
	height: fit-content;
	left: 35px;
	align-items: center;
}

.s2 .map_area .map_info .icon img {
	width: 12px;
}

.s2 .map_area .map_info br {
	display: none;
}

.s2 .map_description {
	display: block;
	padding-left: 45px;
	padding-top: 0;
	width: 100%;
}

.s2 .map_description h5 {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.08em;
	color: #000000;
}

.s2 .map_description p {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: #000000;
	word-break: keep-all;
	white-space: break-spaces;
}

.s2 .map_description span.bold {
	font-weight: 500;
}

.s2 .map_description span.blue {
	color: #0087e9;
}

.s2 .map_description span.red {
	color: #ff0000;
}

.s2 .map_description span.green {
	color: #03a600;
}

.s2 .map_description .tab_info1 {
	display: block;
}

.s2 .map_description .tab_info2 {
	display: none;
}

.s2 .map_description .tab_info3 {
	display: none;
}

.s2 .nav_tap_t {
	display: none;
}

@media screen and (max-width: 1200px) {
	.s2 .map_description h5 {
		font-size: 18px;
	}

	.s2 .map_description p {
		font-size: 16px;
	}

	.s2 .nav_tap ul {
		grid-template-columns: 1fr 1fr 1fr minmax(76px, 1fr) 1fr minmax(76px, 1fr) 1fr minmax(76px,
				1fr) 1fr 1fr 1fr;
	}

	.s2 .contents_wrap {
		width: auto;
		padding-top: 100px;
		padding-bottom: 0;
	}

	.s2 .nav_tap {
		display: none;
	}

	.s2 .nav_tap li {
		margin: 0 5%;
	}

	.s2 .nav_tap li {
		font-size: 20px;
	}

	.s2 .map_area #tab1_map {
		width: 100%;
		height: auto;
	}

	.s2 .map_area #tab1_map .m_show {
		display: none;
	}

	.s2 .map_area #tab1_map .t_show {
		display: block;
	}

	.s2 .map_area #tab1_map .pc_show {
		display: none;
	}

	.s2 .map_description {
		width: 100%;
		padding-left: 0;
	}

	.s2 .map_description .tab_info {
		width: 768px;
		margin: 0 auto;
	}

	.s2 .map_description .tab_area1 {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		padding: 0 5%;
	}

	.s2 .map_description .tab_area2 {
		display: inline-block;
		vertical-align: top;
		width: 39%;
		padding: 0 5%;
	}

	.s2 .map_description .tab_area3 {
		display: inline-block;
		vertical-align: top;
		width: 90%;
		padding: 0 5%;
	}

	.s2 .nav_tap_t {
		display: block;
		margin-top: 50px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.biz_page #s15 .text_wrap .text01 {
		font-size: 52px;
		line-height: 60px;
	}

	.s2 .contents_wrap {
		padding-top: 60px;
	}

	.s2 .where-to-go {
		flex-direction: column;
		align-items: flex-start;
	}

	.s2 .mini-text-pusan {
		margin-top: 20px;
	}

	.s2 .map_area .map_info {
		padding-left: 45px;
	}

	.s2 .map_area .map_info .icon {
		left: 20px;
		position: absolute;
		top: 32px;
	}

	.s2 .map_area .map_info br {
		display: block;
	}

	.s2 .nav_tap li {
		font-size: 18px;
	}

	.s2 .map_area #tab1_map .m_show {
		display: block;
	}

	.s2 .map_area #tab1_map .t_show {
		display: none;
	}

	.s2 .map_area #tab1_map .pc_show {
		display: none;
	}

	.s2 .map_description {
		/* margin-bottom: 100px; */
		padding: 0 5%;
		width: 90%;
	}

	.s2 .map_description .tab_info {
		width: auto;
	}

	.s2 .map_description .tab_area1 {
		width: 90%;
	}

	.s2 .map_description .tab_area2 {
		width: 90%;
	}

	.s2 .title_area h1 {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.s2 .tab_contents {
		margin-top: 30px;
	}

	.biz_box .box1 .weather .view {
		margin-top: 16px;
	}

	.biz_box .box3 .time h2 {
		margin-top: 0px;
	}
}

@media screen and (max-width: 520px) {
	.s2 .mini-text-pusan {
		position: absolute;
		right: 20px;
	}
}

@media screen and (max-width: 420px) {
	.biz_box .box2 .ui-datepicker {
		width: 69vw;
	}

	.s2 .where-to-go {
		font-size: 14px;
		white-space: nowrap;
	}
}

@media screen and (max-width: 338px) {
	.biz_box .box2 .ui-datepicker {
		width: auto;
	}
}

#map {
	width: 800px;
	height: 500px;
	overflow: hidden;
	margin: 0;
}

.hide-area {
	display: none;
}

@media screen and (max-width: 1200px) {
	.tab.tab1 {
		display: block;
	}

	.hide-area {
		display: block;
		position: absolute;
		z-index: 5;
	}

	/* .biz_page #s15 .secwrap {
		height: 60vh !important;
	} */

	.biz_page #s15 .img01 {
		top: 237px !important;
	}

	.biz_page #s15 .img02 {
		top: 62%;
	}
}

.pin-box {
	top: 27px;
	left: 14px;
	position: absolute;
	transform: scale3D(1, 1.8, 1);
	z-index: -1;
}

.triangle-pin {
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #c1a458;
}

.marker-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #c1a458;
	border-radius: 45px;
	z-index: 9999;
	min-width: 0px;
	min-height: 0px;
	max-width: 99999px;
	max-height: none;
	border: 0px;
	position: absolute;
	user-select: none;
	-webkit-user-drag: none;
	top: 0px;
	left: 0px;
	width: 205px;
	height: auto;
}

.icon-box {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 50%;
	margin: 3px;
}

.icon-box>svg {
	font-size: 19px;
	color: #c1a458;
}

.text-box span {
	font-size: 14px;
	color: white;
	font-weight: 500;
	margin-right: 10px;
}

.btn-container .more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-container {
	width: fit-content;
}

.col {
	display: flex;
	flex-direction: column;
}

.biz_page #s15 .col .more_btn {
	display: flex;
	justify-content: space-between;
	width: 85%;
	align-items: center;
	padding: 0 23px;
	height: 49px;
	gap: 5px;
	font-size: 16px;
}

@media (max-width: 1920px) {
	.biz_page #s15 .img01 {
		top: 15vw;
		width: 57.3vw;
	}
}

@media (max-width: 1600px) {
	.s2 .map_area {
		width: fit-content;
	}

	.biz_page #s15 .img01 {
		top: 14.6vw;
		width: 785px;
	}

	.biz_page #s15 .img02 {
		width: 650px;
	}
}

@media (max-width: 1200px) {
	#map {
		width: 100%;
		height: 70vw;
		max-height: 622px;
	}

	.s2 .map_area {
		width: 100%;
	}

	.biz_page #s15 .img01 {
		width: 68vw;
		min-width: 640px;
	}

	.biz_page #s15 .img02 {
		width: 50vw;
		min-width: 470px;
	}

	.consultant_box {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 1024px) {
	.biz_page #s15 .img01 {
		top: 28vw;
		min-width: 575px;
	}

	.biz_page #s15 .img02 {
		min-width: 420px;
	}
}

@media (max-width: 768px) {
	.biz_page #s15 .img01 {
		top: 265px !important;
		min-width: unset;
		width: 82vw;
	}

	.biz_page #s15 .img02 {
		top: auto;
		min-width: unset;
		width: 68vw;
	}
}

@media screen and (max-width: 600px) {
	.biz_page #s15 .col .more_btn {
		padding: 0 18px;
		height: 35px;
	}

	.biz_page #s15 .img01 {
		width: 78vw !important;
		top: 83.5vw !important;
		min-width: 440px;
	}

	.biz_page #s15 .img02 {
		width: 68vw !important;
		top: 138vw !important;
		bottom: 5.75vw;
		min-width: 380px;
	}

	.biz_page #s15 {
		top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 550px) {
	.biz_page #s15 .img01 {
		width: 82vw !important;
	}

	.biz_page #s15 .img02 {
		width: 72vw !important;
	}
}

@media screen and (max-width: 500px) {
	.biz_page #s15 .img01 {
		width: 80vw !important;
	}

	.biz_page #s15 .img02 {
		width: 70vw !important;
	}
}

@media screen and (max-width: 450px) {
	.biz_page #s15 .img01 {
		width: 90vw !important;
	}

	.biz_page #s15 .img02 {
		width: 80vw !important;
	}
}

@media screen and (max-width: 400px) {
	.biz_page #s15 .img01 {
		width: 95vw !important;
	}

	.biz_page #s15 .img02 {
		width: 85vw !important;
	}

	.biz_box .box3_t .p_list .name {
		margin-left: 6px;
	}
}

.biz_page #s15 .text_wrap {
	padding: 78px 15px 0 15px !important;
}

@media screen and (min-width: 1200.25px) {
	.tab.tab1 {
		display: flex;
		justify-content: center;
	}
}

#map>a {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#map>a>img.pc_show {
	width: 100%;
}

#map>a>img.t_show {
	width: auto;
	height: 70vw;
	max-height: 622px;
}

#map>a>img.m_show {
	width: 100%;
	height: auto;
}

.biz_page #s15 .text_wrap .text01 {
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
	font-size: 70px;
	letter-spacing: -0.11em !important;
}

.biz_page #s15 .text_wrap .text01 span.gold {
	color: #c2a456;
	font-weight: bold;
}

.btn-container a:nth-child(1) .more_btn {
	margin-top: 38px;
}

.biz_page #s15 .more_btn.daegu {
	/* width: 238px; */
	background: linear-gradient(278.28deg, #fa8e76 12.7%, #debd67 110.77%);
}

.biz_page #s15 .more_btn.pusan {
	background: linear-gradient(45deg, #2b94e0 12.7%, #9ee2e5 100%);
}

.biz_page #s15 .more_btn.daejeon {
    background: linear-gradient(278.28deg, #95c2ff 12.7%, #ce76d9 110.77%);
}

.biz_page #s15 .more_btn.seoul {
    background: linear-gradient(45deg, #2b94e0 12.7%, #9ee2e5 100%);
}

@media (max-width: 1920px) {
	.biz_page #s15 .text_wrap .text01 {
		font-size: 3.4vw;
		letter-spacing: -0.2vw;
		line-height: 4.2vw;
	}
}

@media (max-width: 1600px) {
	.biz_page #s15 .text_wrap .text01 {
		font-size: 54px;
		letter-spacing: -5.8px;
		line-height: 64.2px;
	}
}

@media (max-width: 1024px) {
	.biz_page #s15 .text_wrap .text01 {
		font-size: 47px;
		line-height: 1.1em;
	}
}

@media screen and (max-width: 600px) {
	.biz_page #s15 .text_wrap .text01 {
		font-size: 8.7vw;
		line-height: 10vw;
	}

	.biz_page #s15 .text_wrap .text01 {
		font-size: 9vw;
		line-height: 10vw;
	}

	.biz_page #s15 .img01 {
		top: calc(368px - 10vw) !important;
	}

	.biz_page #s15 .img02 {
		top: calc(660px - 10vw) !important;
	}
}

/* @media screen and (max-width: 488px) {
  #s15 {
    height: 185vw !important;
  }

  #s15 .img01 {
    top: calc(410px - 10vw) !important;
  }

  #s15 .img02 {
    top: 625px !important;
  }
}

@media screen and (max-width: 401px) {
  #s15 .img01 {
    top: calc(410px - 10vw) !important;
  }
} */

.biz_page #s15 .more_btn.daegu b {
	font-weight: 500;
}

.ui-datepicker-calendar td>a,
.ui-datepicker-calendar td>span {
	font-family: "Akzidenz-Grotesk BQ bold" !important;
}

/* .biz_page #s15 .secwrap {
	max-width: 1320px;
	max-height: 888px;
	min-height: 811px;
} */

.biz_page #s15 {
	/* max-height: 950px; */
	padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.biz_page #s15 {
		padding-bottom: 100px;
	}
}

.biz_page>#s15 {
	background: #f8f9fa !important;
}

.biz_page .ui-datepicker-calendar>tbody>tr>td>.ui-state-default {
	line-height: normal !important;
}

.count_area.weather {
	width: auto !important;
}

@media screen and (max-width: 1508px) and (min-width: 1200.25px) {
	#map {
		width: 100%;
	}

	.s2 .map_area {
		width: 165%;
	}

	.biz_box .box1 .title {
		flex-wrap: wrap;
	}

	.biz_box .box1 h3 {
		white-space: normal;
		word-wrap: break-word;
	}
}

.no-pc-1200-up {
	display: none;
}

@media screen and (max-width: 1200px) {
	.no-pc-1200-up {
		display: inline;
	}
}

.box1 .graphDOM, .box2 .graphDOM {
	width: 40px;
	height: 40px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 14px;
}

.box2 .title {
	border-top: 1px dashed #e3e3e3;
	margin-top: 10px;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box1 .graphDOM>.mask, .box2 .graphDOM>.mask {
	width: 34px;
	height: 34px;
}

.box1 .graphDOM>.background, .box2 .graphDOM>.background {
	width: 40px;
	height: 40px;
}

.box3 .graphDOM {
	width: 36px;
	height: 36px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 13px;
}

.box3 .graphDOM>.mask {
	width: 30px;
	height: 30px;
}

.box3 .graphDOM>.background {
	width: 36px;
	height: 36px;
}

.graphDOM {
	display: flex;
	justify-content: center;
	align-items: center;
}

.graphDOM>div {
	position: absolute;
}

.graphDOM>svg {
	z-index: 2;
}

.graphDOM>.mask {
	background-color: #f8f9fa;
	border-radius: 50%;
	z-index: 1;
}

.graphDOM>.background {
	border-radius: 50%;
	/* background: conic-gradient(#00dca0 271deg, #e2e2e2 0deg); */
}

.weather-icon-content.default.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_fewClouds_day.svg");
	z-index: 2;
}

.weather-icon-content.default.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_fewClouds_night.svg");
	z-index: 2;
}

.weather-icon-content.brokenClouds.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_brokenClouds_day.svg");
	z-index: 2;
}

.weather-icon-content.brokenClouds.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_brokenClouds_night.svg");
	z-index: 2;
}

.weather-icon-content.clearSky.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_clearSky_day.svg");
	z-index: 2;
}

.weather-icon-content.clearSky.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_clearSky_night.svg");
	z-index: 2;
}

.weather-icon-content.hotDay.day {
	position: absolute;
	content: url("https://star-law.com/api/icon/weather/black/icon_hotDay.svg");
	z-index: 2;
}

.weather-icon-content.hotDay.night {
	position: absolute;
	content: url("https://star-law.com/api/icon/weather/black/icon_clearSky_night.svg");
	z-index: 2;
}

.weather-icon-content.cloudySnow {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_cloudySnow.svg");
	z-index: 2;
}

.weather-icon-content.fewClouds.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_fewClouds_day.svg");
	z-index: 2;
}

.weather-icon-content.fewClouds.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_fewClouds_night.svg");
	z-index: 2;
}

.weather-icon-content.haze.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_haze_day.svg");
	z-index: 2;
}

.weather-icon-content.haze.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_haze_night.svg");
	z-index: 2;
}

.weather-icon-content.littleRain {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_littleRain.svg");
	z-index: 2;
}

.weather-icon-content.scatteredClouds {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_scatteredClouds.svg");
	z-index: 2;
}

.weather-icon-content.showerRain.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_showerRain_day.svg");
	z-index: 2;
}

.weather-icon-content.showerRain.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_showerRain_night.svg");
	z-index: 2;
}

.weather-icon-content.snow {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_snow.svg");
	z-index: 2;
}

.weather-icon-content.thunder {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_thunder.svg");
	z-index: 2;
}

.weather-icon-content.thunderstorm.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_thunderstorm_day.svg");
	z-index: 2;
}

.weather-icon-content.thunderstorm.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_thunderstorm_night.svg");
	z-index: 2;
}

.weather-icon-content.windBlow {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_windBlow.svg");
	z-index: 2;
}

.weather-icon-content.windy.day {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_windy_day.svg");
	z-index: 2;
}

.weather-icon-content.windy.night {
	position: absolute;
	content: url("https://star-law.com/html/2022_0304/css/../img/icon_windy_night.svg");
	z-index: 2;
}

/******************************************************************/
/* 담당자 : 김건희                                                 */
/* contant us 페이지에서 분점에 따른 화면 전환 link list 모아둔 박스 */
/*****************************************************************/
.title {
	position: relative;
}

#selectListBox1 {
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
	left: -135px;
	position: absolute;
	display: none;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: white;
}

#selectListBox1 ul {
	max-height: 350px;
	/* left: -130; */
}

#selectListBox1 ul li {
	line-height: 35px;
	margin: 0;
	padding: 0;
	width: 130px;
	text-align: start;
	height: 35px;
	font-size: 15px;
}

#selectListBox1 ul>li a {
	padding-left: 30px;
	display: block;
	width: 100%;
	height: 100%;
}

#selectListBox1 ul li.active {
	color: #e1c270;
}

#selectListBox1 ul li:hover+li {
	color: #866f6f;
}

#selectListBox1 ul:hover li {
	color: #866f6f;
}

#selectListBox1 ul li:hover {
	color: #e1c270;
}

/* 스크롤 custom */
/* width */
#selectListBox1::-webkit-scrollbar {
	width: 5px;
}

/* Track */
#selectListBox1::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
#selectListBox1::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
#selectListBox1::-webkit-scrollbar-thumb:hover {
	background: #555;
}

#s15, #s15 .secwrap {
	overflow-x: hidden !important;
}

.swiper {
	/* max-width: 1366px; */
	box-sizing: border-box !important;
}