/*
	Copyright 2020 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/
@charset "UTF-8";
@import '/_css/common.css'; /* front, admin 공통*/
@import '/_css/member.css'; /* front member 공통*/
@import '/_css/board.css'; /* front member 공통*/
@import 'loading.css';
@import 'fontSet.css';
@import 'basic.css';
@import 'layout.css';
@import 'product.css';


/*서브공통*/
#sub_wrap {
	padding:clamp(60px,8vw,100px) 0;
	background:#fff;
}
#sub_wrap .sub-title {
	font-size:clamp(22px,2.8vw,38px);
	font-weight:700;
	text-align:center;
	margin-bottom:clamp(20px,4vw,60px);
	color:#000;
}
/* 서브타이틀 공통영역역 */
.tit_area {
	text-align: center;
	margin-bottom: clamp(20px, 4vw, 60px);
}
.tit_area .title {
	font-size: clamp(2.2rem, 2.8vw, 3.2rem);
	font-weight: 700;
	color: #000;
	line-height: 1.4;
	margin-bottom: clamp(10px, 1.5vw, 20px);
	letter-spacing: -0.02em;
	margin-top:clamp(5px, 1vw, 1px);
}
.tit_area .title b {
	font-weight: 700;
	color: var(--primary);
}
.tit_area .desc {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: 400;
	color: #444;
	line-height: 1.6;
	word-break: keep-all;
}
.tit_area .desc strong {
	font-weight: 700;
}


/*개인정보 처리방침 && 이용약관 && 이메일무단수집거부*/
#user_guide_sec .block_area{ margin-bottom:4rem;}
#user_guide_sec .block_area:last-child{ margin-bottom:0;}
#user_guide_sec .block_area *{ font-size:1.6rem; font-weight:300; color:#666; }
#user_guide_sec .block_area ol{ padding:0; margin:0;}
#user_guide_sec .block_area ol li{ list-style:none;}
#user_guide_sec .block_area .tit{ display:block; margin-bottom:1rem;  font-size:2rem;  font-weight:600; color:#000;}
#user_guide_sec .block_area .tit2{ display:block; margin:.5rem 0; font-weight:600;}
#user_guide_sec .block_area .dep1{ counter-reset:dep1;}
#user_guide_sec .block_area .dep1 > li{ position:relative; padding-left:2rem; }
#user_guide_sec .block_area .dep1 > li:before{ content:counter(dep1)". "; counter-increment:dep1; position:absolute; top:0; left:0;}
#user_guide_sec .block_area .dep2{ margin:.5rem 0; counter-reset:dep2;}
#user_guide_sec .block_area .dep2 > li{ position:relative; padding-left:2rem; }
#user_guide_sec .block_area .dep2 > li:before{ content:counter(dep2)") "; counter-increment:dep2; position:absolute; top:0; left:0;}
#user_guide_sec .block_area .dep1 > li,
#user_guide_sec .block_area .dep2 > li{ margin-bottom:.5rem;}
#user_guide_sec .block_area .dep1 > li:last-child,
#user_guide_sec .block_area .dep2 > li:last-child{ margin-bottom:0;}
#user_guide_sec .block_area .table_area table{ margin:1rem 0; width:100%; border-top:2px solid #000; border-left:1px solid #ddd; }
#user_guide_sec .block_area .table_area table th,
#user_guide_sec .block_area .table_area table td{ padding:1.5rem; text-align: center; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
#user_guide_sec .block_area .table_area table th{ background:#f7f7f7; font-weight:700;}

@media all and (max-width:991.98px) {
    #user_guide_sec .block_area{ margin-bottom:3rem;}
}

#user_guide_email *{ font-size:1.6rem !important; font-weight:300; color:#000; }

/*회사소개 sec01*/
.company-wrap .sec01 {
	background:url('/html/_img/sub/company_sec01_bg.jpg') no-repeat left calc(50% + 700px) bottom;
}

.company-wrap .sec01 .container {
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	gap: clamp(20px, 6vw, 80px);
}

.company-wrap .sec01_img_area {
	flex: 0 0 50%;
	width: 50%;
	border-radius: 1rem;
	overflow: hidden;
}

.company-wrap .sec01_img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.company-wrap .sec01_text_area {
	flex: 0 0 50%;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(20px, 3vw, 40px) 0;
}

.company-wrap .sec01_title {
	font-size: clamp(2.4rem, 2.8vw, 3.2rem);
	font-weight: 700;
	color: #000;
	line-height: 1.4;
	margin-bottom: clamp(10px, 2vw, 30px);
	letter-spacing: -0.02em;
}

.company-wrap .sec01_desc {
	font-size: clamp(1.8rem, 1.8vw, 2rem);
	font-weight: 600;
	line-height: 1.4;
	color: #000;
	word-break: keep-all;
	margin-bottom: clamp(10px, 2vw, 30px);
}
.company-wrap .sec01_content {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	font-weight: 400;
	color: #444;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.company-wrap .sec01_content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	.company-wrap .sec01 {
		background-position:right bottom;
		background-size:300px;
	}
}

@media all and (max-width: 991.98px) {
	.company-wrap .sec01 .container {
		flex-direction: column;
		gap: clamp(20px, 3vw, 40px);
	}

	.company-wrap .sec01_img_area {
		flex: 0 0 100%;
		width: 100%;
	}

	.company-wrap .sec01_text_area {
		flex: 0 0 100%;
		width: 100%;
		padding: 0;
	}
	.company-wrap .sec01_content {
		gap:0;
	}
}
@media (max-width: 575.98px) {
	.company-wrap .sec01 {
		background-size:50%;
	}
}

/*회사소개 sec02*/
.company-wrap .sec02 {
	background: #fff;
	padding: clamp(60px, 8vw, 120px) 0;
}

.company-wrap .sec02 .container {
	margin: 0 auto;
}

.company-wrap .sec02_img_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(10px, 1vw, 20px);
}

.company-wrap .sec02_img_item {
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}

.company-wrap .sec02_img_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media all and (max-width: 575.98px) {
	.company-wrap .sec02_img_list {
		grid-template-columns: 1fr;
	}
}



/*회사소개 sec03*/
.company-wrap .sec03 {
	background: #fff;
	padding: 0 0 clamp(60px, 8vw, 120px);
}

.company-wrap .sec03 .container {
	margin: 0 auto;
}

.company-wrap .sec03_icon_list {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: clamp(10px, 1.5vw, 20px);
	margin: 0 auto;
}

.company-wrap .sec03_icon_item {
	position:relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width:100%;
	padding-bottom:100%;
	border-radius:50%;
	background:var(--primary);
	transition:all 0.3s ease;
	top:0;
}
.company-wrap .sec03_icon_item:hover {
	top:-15px;
}
.company-wrap .sec03_icon_circle {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	gap:1rem;
}
.company-wrap .sec03_icon_circle img {
	width: 34%;
	height: 34%;
	object-fit: contain;
	display: block;
}

.company-wrap .sec03_icon_label {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	word-break: keep-all;
}

@media (max-width: 1199.98px) {
	.company-wrap .sec03_icon_list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media all and (max-width: 575.98px) {
	.company-wrap .sec03_icon_list {
		grid-template-columns: repeat(3, 1fr);
	}
}

/*회사소개 sec04*/
.company-wrap .sec04 {
	position: relative;
	min-height: 400px;
	padding: clamp(60px, 8vw, 120px) 0;
	background-image: url('/html/_img/sub/company_sec04_img.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.company-wrap .sec04_inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
@media (max-width: 1199.98px) {
	.company-wrap .sec04 {
		min-height: 320px;
	}
}
@media (max-width: 991.98px) {
	.company-wrap .sec04 {
		background-attachment: scroll;
		min-height: 240px;
	}
}
@media (max-width: 575.98px) {
	.company-wrap .sec04 {
		min-height: 140px;
	}
}

/*회사소개 sec05*/
.company-wrap .sec05 {
	background: #fff;
	padding: clamp(60px, 8vw, 120px) 0 0;
}

.company-wrap .sec05 .container {
	margin: 0 auto;
}

.company-wrap .sec05_content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(10px, 2vw, 80px);
}
.company-wrap .sec05_list {
	display: flex;
	flex-direction: column;
	gap: clamp(5px, 1vw, 15px);
	justify-content: space-between;
}
.company-wrap .sec05_list_item {
	display: flex;
	align-items: center;
	gap: clamp(10px, 1.5vw, 20px);
	padding: clamp(15px, 3vw, 30px) clamp(15px, 3vw, 40px);
	border: 1px solid #ddd;
	border-radius: 1rem;
	transition: all 0.3s ease;
	height:100%;
}

.company-wrap .sec05_list_item.active {
	border-color: var(--primary);
}

.company-wrap .sec05_item_num {
	font-size: clamp(2rem, 1.8vw, 2rem);
	font-weight: 700;
	color: #000;
	line-height: 1;
	flex-shrink: 0;
}

.company-wrap .sec05_list_item.active .sec05_item_num {
	color: var(--primary);
}

.company-wrap .sec05_item_text {
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	font-weight: 400;
	color: #000;
	line-height: 1.5;
	word-break: keep-all;
}

.company-wrap .sec05_list_item.active .sec05_item_text {
	color: var(--primary);
	font-weight: 500;
}
/* 기본 active 스타일은 유지 */

/* 리스트 안에 hover된 아이템이 있고,
   그 hover된 아이템이 active가 아닐 때만
   기존 active를 회색으로 낮춤 */

.company-wrap .sec05_list:has(.sec05_list_item:hover:not(.active)) 
.sec05_list_item.active {
	border-color: #ddd;
}

.company-wrap .sec05_list:has(.sec05_list_item:hover:not(.active)) 
.sec05_list_item.active .sec05_item_num,
.company-wrap .sec05_list:has(.sec05_list_item:hover:not(.active)) 
.sec05_list_item.active .sec05_item_text {
	color: #000;
	font-weight: 400;
}

/* hover는 그대로 유지 */
.company-wrap .sec05_list_item:hover {
	border-color: var(--primary);
}

.company-wrap .sec05_list_item:hover .sec05_item_num,
.company-wrap .sec05_list_item:hover .sec05_item_text {
	color: var(--primary);
	font-weight: 500;
}



.company-wrap .sec05_img_box {
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}

.company-wrap .sec05_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 991.98px) {
	.company-wrap .sec05_content {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 575.98px) {
	.company-wrap .sec05_list_item {
		align-items: flex-start;
		flex-direction: column;
		gap:0;
	}
	.company-wrap .sec05_item_num {
		line-height:1.5;
	}
}



/*닭사부 배경 섹션*/
.daksabu-wrap .sec01_inner {
	position: relative;
	min-height: 400px;
	padding: clamp(60px, 8vw, 120px) 0;
	background-image: url('/html/_img/sub/daksabu_sec01_img.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-radius: 1rem;
}
@media (max-width: 1199.98px) {
	.daksabu-wrap .sec01_inner {
		min-height: 320px;
	}
}	
@media (max-width: 991.98px) {
	.daksabu-wrap .sec01_inner {
		background-attachment: scroll;
		min-height: 240px;
	}
}
@media (max-width: 575.98px) {
	.daksabu-wrap .sec01 {
		min-height: 140px;
	}
}

/*닭사부 sec02 - BI 섹션 bak*/
/*
.daksabu-wrap .sec02 {
	background: #fff;
	padding: clamp(60px, 8vw, 120px) 0;
}

.daksabu-wrap .sec02 .container {
	margin: 0 auto;
}

.brand-daksabu-sec02__content {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 2vw, 40px);
}

.brand-daksabu-sec02__card_main {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: clamp(16px, 2vw, 24px);
	background: url('/html/_img/sub/daksabu_sec02_bg.jpg') no-repeat center center / cover;
	padding: clamp(40px, 6vw, 80px) clamp(30px, 4vw, 60px);
	min-height: clamp(180px, 35vw, 450px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-daksabu-sec02__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-daksabu-sec02__placeholder img {
	width: 100%;
	max-width:36rem;
	object-fit: contain;
	display: block;
}
.brand-daksabu-sec02__card_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(10px, 2vw, 40px);
}

.brand-daksabu-sec02__card_item {
	display: flex;
	flex-direction: column;
	gap: clamp(12px, 1.5vw, 20px);
}

.brand-daksabu-sec02__card_inner {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: clamp(16px, 2vw, 24px);
	background: #fff;
	padding: clamp(20px, 3vw, 40px) clamp(20px, 3vw, 40px);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(140px, 20vw, 240px);
}
.brand-daksabu-sec02__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-daksabu-sec02__card_grid .brand-daksabu-sec02__placeholder img {
	width: auto;
	max-height:13.6rem;
	height:100%;
	object-fit: contain;
	display: block;
}

.brand-daksabu-sec02__card_label {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1.4;
}

.brand-daksabu-sec02__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1199.98px) {	
	.brand-daksabu-sec02__card_main {
		padding: clamp(30px, 5vw, 40px) clamp(20px, 3vw, 30px);
	}
	
	.brand-daksabu-sec02__card_inner {
		padding: clamp(20px, 3vw, 30px) clamp(15px, 2vw, 20px);
	}
}
@media (max-width: 991.98px) {
	.brand-daksabu-sec02__placeholder img {
		max-width:28rem;
	}
	.brand-daksabu-sec02__card_grid .brand-daksabu-sec02__placeholder img {
		max-height:10rem;
	}
}
@media (max-width: 575.98px) {
	.brand-daksabu-sec02__placeholder img {
		max-width:18rem;
	}
	.brand-daksabu-sec02__card_grid .brand-daksabu-sec02__placeholder img {
		max-height:8rem;
	}
}

*/


/* sec03 */
.brand-wrap .sec03 {
	background: #fff url('/html/_img/main/sec03_bg.jpg') no-repeat left calc(50% + 500px) bottom;
}
.brand-wrap .sec03__title {
	font-size: clamp(2.4rem, 3vw, 3.6rem);
	font-weight: 700;
	text-align: center;
	color: #1a1a1a;
	margin-bottom: 6rem;
	letter-spacing: -0.02em;
}
.brand-wrap .sec03__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
}
.brand-wrap .sec03__item {
	display: block;
	text-decoration: none;
	transition: transform 0.3s ease;
	cursor:unset;
}
.brand-wrap .sec03__item:hover {
	transform: translateY(-0.8rem);
}
.brand-wrap .sec03__img {
	position: relative;
	width: 100%;
	padding-bottom: 90%;
	border-radius: 2rem;
	overflow: hidden;
	background: #f8f8f8;
	margin-bottom: 2rem;
}
.brand-wrap .sec03__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brand-wrap .sec03__info {
	text-align: center;
	padding: 0 1rem;
}
.brand-wrap .sec03__name {
	font-size: clamp(1.8rem, 2vw, 2.0rem);
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
.brand-wrap .sec03__desc {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color: #777;
	line-height: 1.5;
	word-break: keep-all;
}

@media (max-width: 1199.98px) {
	.brand-wrap .sec03 {
		background-position: right bottom;
		background-size: 50%;
	}
	.brand-wrap .sec03__list {
		grid-template-columns: repeat(3, 1fr);
		gap: 3rem 2rem;
	}
}

@media (max-width: 991.98px) {
	.brand-wrap .sec03__title {
		margin-bottom: 5rem;
	}
	.brand-wrap .sec03__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 2rem;
	}
	.brand-wrap .sec03__img {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.brand-wrap .sec03__title {
		margin-bottom: 4rem;
	}
	.brand-wrap .sec03__list {
		gap: 2rem 1.5rem;
	}
}

@media (max-width: 575.98px) {
	.brand-wrap .sec03__title {
		margin-bottom: 2rem;
	}
	.brand-wrap .sec03__list {
		gap: 2rem 1rem;
	}
	.brand-wrap .sec03__img {
		border-radius: 1.6rem;
	}
}


.ssabu-wrap .sec01_inner {
	background-image: url('/html/_img/sub/ssabu_sec01_img.jpg');
}
.ssabu-sec02__card_item .brand-daksabu-sec02__card_inner {
	border:0;
	background:var(--red);
}
.ssabu-wrap .sec03__list {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.ssabu-wrap .sec03__item {
	width:calc(100% / 4 - 2rem);
}
@media (max-width: 1199.98px) {
	.ssabu-wrap .sec03__item {
		width:calc(100% / 3 - 2rem);
	}
}
@media (max-width: 575.98px) {
	.ssabu-wrap .sec03__list {
		justify-content: flex-start;
	}
	.ssabu-wrap .sec03__item {
		width:calc(100% / 2 - 1rem);
	}
}


/* 브랜드 sec02 신규 */
.daksabu-wrap .sec02 {
	background: #fff;
	padding: clamp(60px, 8vw, 120px) 0;
}
.sec04__brand {
	display: grid;
	grid-template-columns: 0.6fr 1fr;
	gap: 5rem;
	align-items: center;
	margin-bottom: 8rem;
}
.sec04__brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec04__logo-img img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.sec04__brand-title {
	font-size: clamp(2.4rem, 2.8vw, 3.2rem);
	font-weight: 700;
	color: #000;
	line-height: 1.4;
	margin-bottom: 2rem;
}
.sec04__brand-subtitle {
	display: block;
	color: var(--primary);
}
.sec04__brand-text {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	line-height: 1.6;
	color: #000;
	word-break: keep-all;
}
.sec04__brand-text strong {
	font-weight: 700;
}
.sec04__system {
	margin-bottom: 8rem;
}
.sec04__system-header {
	text-align: center;
	margin-bottom: 2rem;
}
.sec04__system-label {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	color: #bbb;
	margin-bottom: 0.5rem;
}
.sec04__system-title {
	font-size: clamp(2rem, 2.6vw, 2.8rem);
	font-weight: 500;
	color: #000;
	line-height: 1.4;
}
.sec04__system-title strong {
	font-weight: 700;
}
.sec04__system-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.sec04__system-card {
	background: #f6f6f6;
	border-radius: 1.8rem;
	padding: 4rem 2.5rem;
	text-align: center;
	transition: all 0.3s ease;
}

.sec04__system-card--active {
	background: var(--primary);
}

.sec04__system-card--active .sec04__system-name,
.sec04__system-card--active .sec04__system-desc {
	color: #fff;
}

.sec04__system-cards:hover 
.sec04__system-card--active:not(:hover) {
	background: #f6f6f6;
}

.sec04__system-cards:hover 
.sec04__system-card--active:not(:hover) 
.sec04__system-name,
.sec04__system-cards:hover 
.sec04__system-card--active:not(:hover) 
.sec04__system-desc {
	color: #1a1a1a;
}
.sec04__system-card:hover {
	background: var(--primary);
}

.sec04__system-card:hover .sec04__system-name,
.sec04__system-card:hover .sec04__system-desc {
	color: #fff;
}


.sec04__system-icon {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec04__system-icon img {
	display: block;
	max-width:40%;
	width:100%;
}
.sec04__system-name {
	font-size: clamp(1.8rem, 1.8vw, 2rem);
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 1.2rem;
	line-height: 1.3;
}
.sec04__system-desc {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	line-height: 1.4;
	color: #666;
	word-break: keep-all;
}
.sec04__recommend-header {
	text-align: center;
	margin-bottom: 2rem;
}
.sec04__recommend-label {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	color: #bbb;
	margin-bottom: 0.5rem;
}
.sec04__recommend-title {
	font-size: clamp(2.2rem, 2.6vw, 2.8rem);
	font-weight: 500;
	color: #000;
	line-height: 1.4;
}
.sec04__recommend-title strong {
	font-weight: 700;
}
.sec04__recommend-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}
.sec04__recommend-card {
	border-radius: 1.8rem;
	padding: 4rem 3.5rem;
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 1.5rem;
}
.sec04__recommend-card--light {
	background: #eee;
}
.sec04__recommend-card--dark {
	background: var(--primary);
}

.sec04__recommend-cards:hover
.sec04__recommend-card--light:not(:hover) {
	background: var(--primary);
}

.sec04__recommend-cards:hover 
.sec04__recommend-card--light:not(:hover) 
.sec04__recommend-num,
.sec04__recommend-cards:hover 
.sec04__recommend-card--light:not(:hover) 
.sec04__recommend-text {
	color: #fff;
}


.sec04__recommend-card:hover {
	background: #eee;
}

.sec04__recommend-card:hover .sec04__recommend-num {
	color: #000;
}

.sec04__recommend-card:hover .sec04__recommend-text {
	color: #333;
}
.sec04__recommend-card {
	transition: background 0.3s ease, color 0.3s ease;
}








.sec04__recommend-num {
	font-size: clamp(2.4rem, 2.4vw, 2.8rem);
	font-weight: 700;
	color: #000;
}
.tabBox02 .sec04__recommend-card--dark {
	background: var(--red);
}
.tabBox02 .sec04__system-card--active {
	background: var(--red);
}
.tabBox02 .sec04__brand-subtitle {
	color: var(--red);
}
.sec04__recommend-card--dark .sec04__recommend-num {
	color: #fff;
}
.sec04__recommend-text {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	line-height: 1.4;
	color: #333;
	word-break: keep-all;
}
.sec04__recommend-card--dark .sec04__recommend-text {
	color: #fff;
}


.tabBox02 .sec04__system-card--active {
	background: var(--red);
}

.tabBox02 .sec04__system-card--active 
.sec04__system-name,
.tabBox02 .sec04__system-card--active 
.sec04__system-desc {
	color: #fff;
}



.tabBox02 .sec04__system-cards:hover 
.sec04__system-card--active:not(:hover) {
	background: #f6f6f6;
}

.tabBox02 .sec04__system-cards:hover 
.sec04__system-card--active:not(:hover) 
.sec04__system-name,
.tabBox02 .sec04__system-cards:hover 
.sec04__system-card--active:not(:hover) 
.sec04__system-desc {
	color: #333;
}


.tabBox02 .sec04__system-card:hover {
	background: var(--red);
}

.tabBox02 .sec04__system-card:hover 
.sec04__system-name,
.tabBox02 .sec04__system-card:hover 
.sec04__system-desc {
	color: #fff;
}
.sec04__system-card {
	transition: background 0.3s ease, color 0.3s ease;
}

/* 기본 상태 */
.tabBox02 .sec04__recommend-card--light {
	background: #eee;
}

.tabBox02 .sec04__recommend-card--dark {
	background: var(--red);
}

/* dark 기본 텍스트 */
.tabBox02 .sec04__recommend-card--dark 
.sec04__recommend-num,
.tabBox02 .sec04__recommend-card--dark 
.sec04__recommend-text {
	color: #fff;
}


/* 카드 영역에 hover 발생 시 */
/* hover되지 않은 light 카드 → red */
.tabBox02 .sec04__recommend-cards:hover 
.sec04__recommend-card--light:not(:hover) {
	background: var(--red);
}

.tabBox02 .sec04__recommend-cards:hover 
.sec04__recommend-card--light:not(:hover) 
.sec04__recommend-num,
.tabBox02 .sec04__recommend-cards:hover 
.sec04__recommend-card--light:not(:hover) 
.sec04__recommend-text {
	color: #fff;
}


/* hover된 카드 → 회색 */
.tabBox02 .sec04__recommend-card:hover {
	background: #eee;
}

.tabBox02 .sec04__recommend-card:hover 
.sec04__recommend-num {
	color: #000;
}

.tabBox02 .sec04__recommend-card:hover 
.sec04__recommend-text {
	color: #333;
}


/* 부드러운 전환 */
.tabBox02 .sec04__recommend-card {
	transition: background 0.3s ease, color 0.3s ease;
}




.sec04__recommend-text strong {
	font-weight: 600;
}

@media (max-width: 1199.98px) {
	.sec04__brand {
		grid-template-columns: 300px 1fr;
		gap: 4rem;
	}
	.sec04__system-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991.98px) {
	.sec04 {
		padding: 8rem 0;
	}
	.sec04__tabs {
		gap: 1rem;
		margin-bottom: 4rem;
	}
	.sec04__tab {
		width: 100%;
		max-width: 400px;
		padding: 1.3rem 2.5rem;
		font-size: 1.6rem;
	}
	
	.sec04 .tabBox {
		padding:4rem 3rem 3rem;
	}
	.sec04__brand {
		display:block;
		gap: 3rem;
		margin-bottom: 4rem;
	}
	.sec04__logo-img {
		width: 200px;
		margin-bottom:6rem;
	}
	.sec04__brand-text {
		font-size: 1.6rem;
	}
	.sec04__system {
		margin-bottom: 6rem;
	}
	.sec04__system-header {
		margin-bottom: 3rem;
	}
	.sec04__system-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}
	.sec04__system-card {
		padding: 3rem 2rem;
	}
	.sec04__recommend-cards {
		gap: 1.5rem;
	}
	.sec04__recommend-card {
		padding: 3rem 2.5rem;
		min-height: 140px;
	}
}

@media (max-width: 767.98px) {
	.sec04 {
		padding: 6rem 0;
	}
	.sec04__title {
		margin-bottom: 2.5rem;
	}
	.sec04__tabs {
		margin-bottom: 3rem;
	}
	.sec04__brand {
		margin-bottom: 5rem;
	}
	.sec04__brand-title {
		font-size: 2.2rem;
	}
	.sec04__brand-text {
		font-size: 1.5rem;
	}
	.sec04__system {
		margin-bottom: 5rem;
	}
	.sec04__system-header,
	.sec04__recommend-header {
		margin-bottom: 2rem;
	}
	.sec04__system-cards {
		gap: 1.8rem;
	}
	.sec04__system-card {
		padding: 2.5rem 1.8rem;
	}
	.sec04__system-name {
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}
	.sec04__system-desc {
		font-size: 1.5rem;
	}
	.sec04__recommend-cards {
		gap: 1.8rem;
	}
	.sec04__recommend-card {
		padding: 2.5rem 2rem;
	}
	.sec04__recommend-text {
		font-size: 1.6rem;
	}
}

@media (max-width: 575.98px) {
	.sec04__tabs {
		gap: 0.5rem;
		flex-direction: column;
	}
	.sec04__tab {
		font-size: 1.5rem;
		padding: 1.2rem 2rem;
	}
	.sec04 .tabBox {
		padding:3rem 2rem 2rem;
	}
	.sec04__brand {
		margin-bottom: 4rem;
	}
	.sec04__logo-img {
		width: 180px;
		margin-bottom:4rem;
	}
	.sec04__brand-title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.sec04__system {
		margin-bottom: 4rem;
	}
	.sec04__system-cards {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}
	.sec04__system-card {
		padding: 2.5rem 2rem;
	}
	.sec04__system-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 1rem;
	}
	.sec04__recommend-cards {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}
	.sec04__recommend-card {
		padding: 2.5rem 2rem;
		min-height: auto;
	}
	.sec04__recommend-num {
		font-size: 2.4rem;
	}
	.sec04__recommend-text {
		font-size: 1.5rem;
	}
}


.ssabu-wrap .sec04__brand-subtitle {
	color: var(--red);
}
.ssabu-wrap .sec04__system-card--active,
.ssabu-wrap .sec04__system-card:hover {
	background: var(--red);
}
.ssabu-wrap .sec04__recommend-card--dark {
	background:var(--red);
}
.ssabu-wrap .sec04__recommend-cards:hover .sec04__recommend-card--light:not(:hover) {
	background:var(--red);
}
.ssabu-wrap .sec04__recommend-card--dark:hover {
	background:#eee;
}