
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
	font-family: "Pretendard", sans-serif;
}
body.no-scroll {
	overflow: hidden;
}

.container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 80px 0;
}

.top {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px; /* 112.5% */
	padding: 9px 0;
}
.m_br {
	display: none;
}

/* 서브페이지 공통 타이틀 */
.sub_common_tit h2 {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -2%;
	padding-bottom: 24px;
	border-bottom: 1px solid #111;
}

/* 메인 */
#main {
	background: #f3f0eb;
}

/* sub_01 */
#sub_01 {
	display: flex;
	align-items: center;
	padding: 0;
}
#sub_01 .container {
}
#sub_01 .thumb {
	width: 50%;
	height: 760px;
	background-color: #c4c4c4;
}
#sub_01 .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sub_01 .txt {
	width: calc(1320px / 2);
	display: flex;
	padding: 0 112px;
	flex-direction: column;
	align-items: flex-start;
	letter-spacing: -2%;
}
#sub_01 .txt h2 {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
}
#sub_01 .txt p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 8px 0 28px;
	word-break: keep-all;
}
#sub_01 .txt .price {
	padding-bottom: 32px;
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 0 4px;
}
#sub_01 .txt .price span {
	color: #111;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -2%;
}
#sub_01 .txt .price em {
	color: #111;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -2%;
}
#sub_01 .txt .branch {
	padding-top: 32px;
	width: 100%;
	border-top: 1px solid #111;
}
#sub_01 .txt .branch .tit {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -2%;
}
#sub_01 .txt .branch p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -2%;
	margin: 8px 0 36px;
}

#sub_01 .txt .branch .branch_toggle {
	border: 1px solid #666;
	display: flex;
	height: 44px;
	padding: 0px 24px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -2%;
	cursor: pointer;
}
#sub_01 .txt .branch .branch_menu {
	border: 1px solid #666;
	border-top: 0;
	display: none;
}
#sub_01 .txt .branch .branch_button {
	display: flex;
	height: 44px;
	padding: 0px 24px;
	align-items: center;
	align-self: stretch;
	width: 100%;
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -2%;
	cursor: pointer;
}
#sub_01 .branch_menu input {
	display: none; /* 라디오 버튼 숨김 */
}
.branch_toggle_icon {
	transition: transform 0.3s ease;
}
.branch_toggle_icon.rotate {
	transform: rotate(-180deg);
	transition: transform 0.3s ease;
}
#sub_01 .txt .branch .selected_branch {
	display: none;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-bottom: 2px solid #111;
}
#sub_01 .txt .branch .selected_branch span {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -2%;
}
#sub_01 .txt .branch .selected_branch .selected_close {
	display: inline-block;
	cursor: pointer;
	padding: 18px 4px 18px 18px;
}
#sub_01 .txt .branch .selected_branch .selected_close a {
	display: flex;
	width: 16px;
	height: 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 500px;
	background: #9d9d9d;
	cursor: pointer;
}

#sub_01 .txt .branch .contact_btn {
	margin-top: 50px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
#sub_01 .txt .branch .contact_btn a {
	width: calc(100% / 2 - 6px);
	height: 50px;
	padding: 12px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #666;
	background: #f3f0eb;
	color: #111;
	font-size: 16px;
}
#sub_01 .txt .branch .contact_btn a:last-child {
	letter-spacing: -2%;
	border: 0;
	background: #111;
	color: #fff;
}

/* #sub_01 .radio-group {
	display: flex;
	gap: 0 12px;
	width: 100%;
}
.radio-button {
	width: calc(100% / 2 - 6px);
	display: inline-block;
	padding: 17.5px 0;
	border: 1px solid #000;
	color: #111;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -2%;
	cursor: pointer;
	background-color: #f3f0eb;
	transition: all 0.3s ease;
}
#sub_01 .radio-group input {
	display: none; 
}
#sub_01 .radio-group input:checked + label {
	background-color: #000; 
	color: #fff; 
} */
/* sub_02 */
#sub_02 {
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}
#sub_02 .container {
	padding: 48px 0;
}
#sub_02 ul {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
#sub_02 ul li {
	width: calc(33.3333%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 8px 0;
	flex: 1 0 0;
	letter-spacing: -2%;
}
#sub_02 ul li .tit {
	color: #111;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
}
#sub_02 ul li .desc {
	color: #666;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

/* sub_03 */
#sub_03 .container {
	display: flex;
	flex-direction: column;
}
#sub_03 .container .box {
	display: flex;
	align-items: center;
}
#sub_03 .container .box .img {
	width: 50%;
	aspect-ratio: 660 / 600;
	background-color: #c4c4c4;
}
#sub_03 .container .box .txt {
	width: 50%;
	display: flex;
	justify-content: center;
}
#sub_03 .container .box .txt .txt_area {
	letter-spacing: -2%;
}
#sub_03 .container .box .txt h3 {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
}
#sub_03 .container .box.box01 .txt h3 {
	text-align: right;
}
#sub_03 .container .box .txt .desc {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	text-align: right;
}
#sub_03 .container .box .txt .desc p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
#sub_03 .container .box .txt .desc p b {
	font-weight: 700;
}
#sub_03 .container .box .txt ul {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	letter-spacing: -2%;
}
#sub_03 .container .box .txt ul li {
	position: relative;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 26px;
}
#sub_03 .container .box .txt ul li::before {
	position: absolute;
	content: "";
	background-image: url(../img/sub/check_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 16px;
	height: 16px;
	left: 4px;
	top: 2px;
}

/* sub_04 */
#sub_04 .step_list {
	margin-top: 24px;
	display: flex;
	align-items: stretch;
}
#sub_04 .step_list > li {
	width: 25%;
	text-align: center;
	border-right: 1px solid #000;
	padding: 20px 24px;
}
#sub_04 .step_list.flex-5 > li {
	width: 20%;
	padding: 20px 16px;
}
#sub_04 .step_list > li span {
	display: inline-block;
	padding: 4px 12px 2px;
	text-transform: uppercase;
	color: #f3f0eb;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -2%;
	border-radius: 500px;
	background: #111;
	margin-bottom: 28px;
}
#sub_04 .step_list > li:last-child {
	border-right: 0;
}
#sub_04 .step_list > li .icon {
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
#sub_04 .step_list > li .icon img {
	width: 100%;
	height: 100%;
}
#sub_04 .step_list > li h4 {
	margin: 20px 0 16px;
	color: #111;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -2%;
}
#sub_04 .step_list > li ul {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
#sub_04 .step_list > li ul li {
	color: #666;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* 공통하단 */
#sub_bottom {
}
#sub_bottom .advantages_list {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
#sub_bottom .advantages_list > li {
	display: flex;
	align-items: center;
}
#sub_bottom .advantages_list > li .img {
	width: 50%;
	aspect-ratio: 660 / 350;
}
#sub_bottom .advantages_list > li .img img {
	height: 100%;
	object-fit: cover;
}
#sub_bottom .advantages_list > li .txt {
	display: flex;
	align-items: center;
	width: 50%;
	flex-direction: column;
	gap: 20px 0;
	letter-spacing: -2%;
}
#sub_bottom .advantages_list .tit {
	color: #111;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -2%;
}
#sub_bottom .advantages_list ul {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
}
#sub_bottom .advantages_list ul li {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
}

/* 768px ~ 1320px */
@media (max-width: 1320px) {
	.container {
		padding: 80px 24px;
	}
	.top {
		font-size: 13px;
		padding: 7px 0;
	}

	/* 서브페이지 공통 타이틀 */
	.sub_common_tit h2 {
		font-size: 28px;
	}
	.pc_br {
		display: none;
	}

	/* sub_01 */
	#sub_01 {
		padding-top: 60px;
		position: relative;
	}
	#sub_01::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		background-color: #111;
		left: 0;
		top: 60px;
	}
	#sub_01 .container {
		padding: 0 24px;
	}
	#sub_01 .thumb {
		width: 50%;
		height: 516px;
	}
	#sub_01 .txt {
		width: calc(50% - 24px);
		padding: 0 6.14%;
	}
	#sub_01 .txt h2 {
		font-size: 24px;
	}
	#sub_01 .txt p {
		font-size: 16px;
		margin: 4px 0 20px;
	}
	#sub_01 .txt p br {
		display: none;
	}
	#sub_01 .txt .price {
		padding-bottom: 32px;
	}
	#sub_01 .txt .price span {
		font-size: 22px;
	}
	#sub_01 .txt .price em {
		font-size: 18px;
	}
	#sub_01 .txt .branch {
		padding-top: 32px;
	}
	#sub_01 .txt .branch .tit {
		font-size: 20px;
	}
	#sub_01 .txt .branch p {
		font-size: 16px;
	}
	#sub_01 .txt .branch .branch_toggle {
		height: 50px;
	}
	#sub_01 .txt .branch .branch_menu {
		border: 1px solid #666;
		border-top: 0;
		display: none;
	}
	#sub_01 .txt .branch .selected_branch .selected_close a {
		display: flex;
		width: 16px;
		height: 16px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex-shrink: 0;
		border-radius: 500px;
		background: #9d9d9d;
		cursor: pointer;
	}

	/* sub_02 */
	#sub_02 .container {
		padding: 48px 24px;
	}
	#sub_02 ul li .tit {
		font-size: 20px;
	}
	#sub_02 ul li .desc {
		font-size: 16px;
	}

	/* sub_03 */
	#sub_03 .container .box .img {
		background-color: #c4c4c4;
	}
	#sub_03 .container .box .txt .txt_area {
		/* width: 100%; */
	}
	#sub_03 .container .box .txt h3 {
		font-size: 24px;
	}

	#sub_03 .container .box .txt .desc {
		margin-top: 20px;
	}
	#sub_03 .container .box .txt .desc p {
		font-size: 16px;
	}
	#sub_03 .container .box .txt ul li {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		padding-left: 26px;
	}
	#sub_03 .container .box .txt ul li::before {
		width: 16px;
		height: 16px;
	}

	/* sub_04 */
	#sub_04 .step_list {
		margin-top: 24px;
		display: flex;
		align-items: stretch;
	}
	#sub_04 .step_list > li {
		padding: 20px 0;
	}
	#sub_04 .step_list > li .icon {
		width: 32px;
		height: 32px;
		margin: 0 auto;
	}
	#sub_04 .step_list > li h4 {
		font-size: 20px;
	}
	#sub_04 .step_list > li ul li {
		font-size: 16px;
	}

	/* 공통하단 */
	#sub_bottom {
	}
	#sub_bottom .advantages_list {
	}
	#sub_bottom .advantages_list > li .img {
		width: 50%;
		aspect-ratio: 624 / 314;
	}
	#sub_bottom .advantages_list .txt {
		width: calc(50% - 24px);
	}
	#sub_bottom .advantages_list .tit {
		font-size: 20px;
	}
	#sub_bottom .advantages_list ul li {
		font-size: 16px;
		word-break: keep-all;
	}

}
@media (max-width: 1030px) {
	/* sub_03 */
	#sub_03 .container .box .txt .desc p {
		font-size: 16px;
		word-break: keep-all;
	}
	#sub_03 .container .box .txt ul li {
		font-size: 16px;
	}

	/* sub_04 */
	#sub_04 .step_list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
	}
	#sub_04 .step_list > li {
		width: 100%;
		text-align: left;
		border-right: 0;
		padding: 20px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#sub_04 .step_list.flex-5 > li {
		width: 100%;
		text-align: left;
		border-right: 0;
		padding: 20px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#sub_04 .step_list > li .icon {
		margin: 0;
	}
	#sub_04 .step_list > li h4 {
		margin: 10px 0 12px;
		text-align: left;
		font-size: 22px;
		letter-spacing: -0.44px;
	}
	#sub_04 .step_list > li ul li {
		font-size: 18px;
		letter-spacing: -0.54px;
		text-align: left;
	}
	#sub_04 .step_list > li ul li br {
		display: none;
	}
}
/* 모바일 ~ 768px */
@media (max-width: 768px) {
	.container {
		padding: 40px 20px;
	}
	.m_br {
		display: block;
	}

	/* 서브페이지 공통 타이틀 */
	.sub_common_tit h2 {
		font-size: 24px;
	}
	/* sub_01 */
	#sub_01 {
		padding: 0;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	#sub_01::before {
		display: none;
	}
	#sub_01 .thumb {
		width: 100%;
		height: auto;
		aspect-ratio: 340 / 324;
		object-fit: contain;
	}
	#sub_01 .thumb .pc_img {
		display: none;
	}
	#sub_01 .thumb .m_img {
		display: block;
	}
	#sub_01 .txt {
		width: 100%;
		padding: 40px 20px;
	}
	#sub_01 .txt h2 {
		font-size: 24px;
	}
	#sub_01 .txt p {
		font-size: 14px;
		margin: 8px 0 16px;
	}
	#sub_01 .txt p .m_br {
		display: block;
	}
	#sub_01 .txt .price {
		padding-bottom: 28px;
	}
	#sub_01 .txt .price span {
		font-size: 24px;
	}
	#sub_01 .txt .price em {
		font-size: 18px;
	}
	#sub_01 .txt .branch {
		padding-top: 28px;
	}
	#sub_01 .txt .branch .tit {
		font-size: 18px;
	}
	#sub_01 .txt .branch p {
		font-size: 14px;
		margin: 6px 0 24px;
	}
	#sub_01 .txt .branch .branch_toggle {
		font-size: 14px;
		height: 44px;
		padding: 0 20px;
	}
	#sub_01 .txt .branch .branch_menu {
		border: 1px solid #666;
		border-top: 0;
		display: none;
	}
	#sub_01 .txt .branch .branch_button {
		padding: 0px 20px;
		font-size: 14px;
	}
	#sub_01 .txt .branch .selected_branch span {
		font-size: 14px;
	}
	#sub_01 .txt .branch .selected_branch .selected_close a {
		display: flex;
		width: 16px;
		height: 16px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		flex-shrink: 0;
		border-radius: 500px;
		background: #9d9d9d;
		cursor: pointer;
	}
	#sub_01 .txt .branch .contact_btn {
		margin-top: 40px;
	}
	#sub_01 .txt .branch .contact_btn a {
		font-size: 14px;
	}
	#sub_01 .txt .branch .contact_btn button {
		font-size: 14px;
	}
	/* sub_02 */
	#sub_02 {
		/* padding: 40px 20px; */
	}
	#sub_02 .container {
		padding: 40px 20px;
	}
	#sub_02 ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 24px 0;
	}
	#sub_02 ul li {
		width: 100%;
		text-align: left;
	}
	#sub_02 ul li .tit {
		text-align: left;
		font-size: 20px;
	}
	#sub_02 ul li .desc {
		text-align: left;
		font-size: 14px;
	}

	/* sub_03 */
	#sub_03 .container {
		display: flex;
		flex-direction: column;
		gap: 40px 0;
	}
	#sub_03 .container .box {
		display: flex;
		flex-direction: column;
		gap: 24px 0;
	}
	#sub_03 .container .box.box02 {
		flex-direction: column-reverse;
		gap: 24px 0;
	}
	#sub_03 .container .box .img {
		width: 100%;
		aspect-ratio: 300 / 238;
	}
	#sub_03 .container .box .img img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 300 / 238;
	}
	#sub_03 .container .box .txt {
		width: 100%;
		justify-content: flex-start;
	}
	#sub_03 .container .box .txt h3 {
		font-size: 24px;
	}

	#sub_03 .container .box.box01 .txt h3 {
		text-align: left;
	}
	#sub_03 .container .box .txt .desc {
		margin-top: 16px;
		text-align: left;
	}
	#sub_03 .container .box .txt .desc p {
		font-size: 14px;
	}
	#sub_03 .container .box .txt ul {
		gap: 16px 0;
	}
	#sub_03 .container .box .txt ul li {
		font-size: 14px;
		line-height: 20px;
		padding-left: 24px;
	}
	#sub_03 .container .box .txt ul li::before {
		width: 12px;
		height: 12px;
		top: 4px;
	}

	/* sub_04 */
	#sub_04 .step_list > li span {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#sub_04 .step_list > li .icon {
		width: 32px;
		height: 32px;
		padding: 4px;
	}
	#sub_04 .step_list > li h4 {
		font-size: 20px;
	}
	#sub_04 .step_list > li ul li {
		font-size: 14px;
		letter-spacing: -3%;
	}

	/* 공통하단 */
	#sub_bottom .advantages_list {
		gap: 64px 0;
		margin-top: 24px;
	}
	#sub_bottom .advantages_list > li {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px 0;
	}
	#sub_bottom .advantages_list > li .img {
		width: 100%;
		aspect-ratio: 320 / 180;
	}
	#sub_bottom .advantages_list > li:nth-child(odd) {
		flex-direction: column-reverse;
	}
	#sub_bottom .advantages_list > li .txt {
		width: 100%;
		align-items: flex-start;
		gap: 12px 0;
	}
	#sub_bottom .advantages_list .txt {
		width: 100%;
	}
	#sub_bottom .advantages_list .tit {
		font-size: 20px;
	}
	#sub_bottom .advantages_list ul li {
		font-size: 14px;
		text-align: left;
	}
}
