@charset "UTF-8";
/*
subtab
회색박스 등.. 
*/
.tab-sub-title {
	text-align: center;
}

.tab-sub-title {
	position: relative;
	margin-bottom: 1.5rem; /* margin-bottom:5rem;*/
}

.tab-sub-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 100%;
	height: 3px;
	background: #6fa22f;
	content: "";
}

.tab-sub-title span {
	position: relative;
	display: inline-block;
	padding-right: 2.25rem;
	padding-left: 2.25rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #6fa22f;
	background-color: white;
	text-aligen: center;
}

.tabnav, .tabnav li {
	margin: 0;
	padding: 0;
}

.tabnav, .tabnav li {
	list-style: none;
}

/*tab css*/
.sub-tab {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 5rem;
	background-color: white;
}

.sub-tabnav {
	font-size: 0;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 0px;
	padding: 0;
}

.sub-tabnav li {
	display: inline-block;
	height: 46px;
	text-align: center;
	border-right: 1px solid #ddd;
	border-left:1px solid #ddd;
}

@media screen and (max-width:624px) {
	.sub-tabnav li {
		width: 50%;
	}
}

@media screen and (max-width:400px) {
	.sub-tabnav li {
		width: 100%;
	}
}

.sub-tabnav li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 3px;
}

.sub-tabnav li a.active:before {
	background: #0e2c62;
}

.sub-tabnav li a.active {
	border-bottom: 1px solid #fff;
}

.sub-tabnav li a {
	position: relative;
	display: block;
	background: #f8f8f8;
	color: #000 !important;
	padding: 0 30px;
	line-height: 46px;
	text-decoration: none;
	font-size: 16px;
}

.sub-tabnav li a:hover, .sub-tabnav li a.active {
	background: #fff;
	color: #0e2c62 !important;
	font-weight: 600;
}

.sub-tabcontent {
	padding: 20px;
	height: auto;
	border: 1px solid #ddd;
	border-top: none;
}

.sub-tabcontent div h2, .tab-content h2 {
	font-size: 1.6rem;
	font-weight: 600;
}

.sub-tabcontent div h3 {
	font-size: 1.3rem;
	word-break: keep-all;
}

.sub-tabcontent div .tab-box-column {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	word-break: keep-all;
	margin-bottom: 3rem;
}

.tabcontent div .tab-box-column .tab-box-item:nth-child(1) {
	width: 30%;
	text-align: center;
	margin-right: 2rem;
}

.gray-box {
	background-color: #eee;
	padding: 2rem;
	border-radius: 15px;
	width: 90%;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: auto;
}

.tab-box-row {
	display: flex;
	flex-direction: column;
}

.tab-top {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
	letter-spacing: -1.6px;
}

.tab-top h2 {
	/* margin-bottom:-0.6rem; */
	
}

.mbottom3 {
	margin-bottom: 3rem;
}

.details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.detail-box {
	flex: 1;
	margin: 0 10px;
	padding: 5rem 3rem 5rem 3rem;
	border-radius: 10px;
	text-align: center;
	max-width: 30rem;
	background: linear-gradient(90deg, #0D2543 0%, #4E7290 100%);
	border-radius: 24px;
	text-align: left;
	max-height: 30rem;
	box-shadow: 0 0 10px 0 #00000012;
	border: 2px solid #eee;
}

.detail-box img {
	opacity: 0.3;
	position: relative;
	left: 150px;
}

.detail-box h4 {
	color: white;
	margin-bottom: 2rem;
	height: 20%;
}

.detail-box p {
	color: white;
	font-size: 14px;
	word-break: keep-all;
	height: 40%;
}

.detail-box .detail-view {
	display: none;
	!
	important
}

.detail-box.blue {
	background: linear-gradient(90deg, #1845B4 0%, #8AA0D5 100%);
}

.detail-box.hover {
	border: 2px solid #eee;
	background: white;
}

.detail-box.hover h4, .detail-box.hover p {
	color: #182D7B;
}

.detail-box.hover .detail-view {
	display: block;
	border: 1px solid #182D7B;
	border-radius: 2rem;
	text-align: center;
	padding: 0.6rem 0rem 0.6rem 0rem;
	margin: auto;
	height: 3rem;
	width: 12rem;
	margin-top: 3rem;
}

.detail-box.hover .detail-view>a {
	color: #182D7B;
}

.image-box {
	display: flex;
	width: 30%;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.image-box .image-detail-view {
	display: block;
	background: #111A4A;
	border-radius: 20px;
	color: white;
	border-radius: 2rem;
	text-align: center;
	display: flex;
	margin: auto;
	min-height: 3rem;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}

.image-box.row {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.image-detail-view a {
	color: white !important;
	text-decoration: none;
	word-break: keep-all;
}

.image-detail-view:hover {
	background-color: #0c5dc0;
}

.image-detail-view a:hover {
	text-decoration: none;
	color: white !important;
}

.image-box img {
	max-width: 100%;
	max-height: 233px;
	height: auto;
}

.mtop5 {
	margin-top: 5rem;
}

.mtop3 {
	margin-top: 3rem;
}

.feature-box {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: column;
}

.feature-box .feature-box-text {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.feature-box .feature-box-text div {
	width: 45%;
}

.feature-box div img {
	width: 100%;
}

.video-box {
	text-align: center;
}

.video-box img {
	width: 97%;
}

.image-box2 {
	display: flex;
	align-content: center;
	flex-direction: row;
	justify-content: space-around;
}

.image-box2 .image-item {
	max-width: 30%;
	max-height: 255px;
}

.image-box2 .image-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.material-symbols-outlined.back-icon {
	vertical-align: middle;
	font-size: 6rem !important;
	position: absolute;
	top: 20%;
	left: 50%;
	opacity: 0.1;
	transform: translateX(-50%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.test-table tbody tr td:not(:last-of-type) {
	text-align: center;
}

.sales-table tbody tr td:nth-child(1) {
	text-align: center;
}

.gray-table.company-intro tbody td:nth-child(2), .news-table tbody td:nth-child(2)
	{
	text-align: left; /* 두 번째 컬럼(제목)만 왼쪽 정렬 */
}

.gray-table.news-detail tbody * {
	border-bottom: 0px solid;
	padding: 0px;
	text-align:left;
}

.gray-table.news-detail th.title {
	padding: 1rem 1.2rem;
	font-weight: 600;
	font-size: 1.3rem;
	color: #182161;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.gray-table.news-detail th.date {
	font-weight: 400;
	padding: 0.8rem 1rem;
}

@media screen and (max-width: 480px) {
	.image-box.row {
		flex-direction: column;
	}
	.feature-box .feature-box-text {
		display: flex;
		flex-direction: column;
	}
	.details {
		flex-direction: column;
	}
	.details .image-box {
		width: 100%;
	}
}

.hiring-criteria {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.blue-box {
	background-color: #ecf4ff;
	border-radius: 20px;
	padding: 1rem 2rem;
}

.blue-box.hiring {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.blue-box.hiring .hiring-content {
	width: 85%;
}

.hiring .hiring-icon {
	display: flex;
}

.hiring-criteria .hiring .hiring-img {
	margin: 10px;
}

.hiring-content p {
	word-break: keep-all;
}

.hiring-box {
	width: 50%;
}

.hiring-box .blue-box.hiring {
	margin-bottom: 1rem;
}

.hiring-steps img{
	width:80%;
}

@media screen and (max-width: 768px) {
	.hiring-criteria {
		flex-direction: column;
	}
	.blue-box.hiring {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.hiring-box {
		width: 100%;
		margin-top: 2rem;
	}
	.hiring-steps img{
	width:100%;
}

}

/*news detail content default left*/
table.news-detail * .news p {
	text-align: left;
	min-height: 1rem;
 word-break: break-word;
}

td span.post-news {
	background-color: #dc3545; /* 중요 배지 색상 */
	color: white;
	padding: 5px 8px;
	border-radius: 3px;
	font-weight: 500;
}

td span.post-notice {
	background-color: #143493; /* 중요 배지 색상 */
	color: white;
	padding: 5px 8px;
	border-radius: 3px;
	font-weight: 500;
}

#tab2 .tab2-box img {
	width: 100%;
}

/* deepsdk 주요기능 */
.deepsdk-image-features, .cps-image-features, .embedded-image-features, .image-features {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 2rem;
}

.deepsdk-responsive, .cps-responsive, .embedded-responsive {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.deepsdk-responsive:nth-child(n+2), .cps-responsive:nth-child(n+2),
	.embedded-responsive:nth-child(n+2) {
	margin-top: 2rem;
}

/* .deepsdk-image-item img, .cps-image-features img,
	.embedded-image-features img, .image-features img{
	width: 90%;
		min-height:150px;
		
} */

.deepsdk-image-item img, .cps-image-features img,
	.embedded-image-features img, .image-features img{
 width: 90%; /* 또는 원하는 너비 (예: 100%) */
		min-height:150px;
height:100%;
    object-fit: cover; /* 이미지가 잘리더라도 영역을 채우도록 */
    object-position: center; /* 이미지가 잘릴 때 중앙을 기준으로 */
		
}


.deepsdk-image-item, .cps-image-features .cps-image-item,
	.embedded-image-features .embedded-image-item, .image-item {
	width: 47%;
	word-break: keep-all;
}

.cps-image-features .cps-image-item:nth-child(n+3),
	.embedded-image-features .embedded-image-item:nth-child(n+3) {
	margin-top: 5rem;
}

.image-item-3{
	width:30%;
}

.image-item-4{
	width:22%;
}

.image-item-3 p, .image-item p, .image-item-4 p{
	margin-top:1rem;
}

.image-features * p.back-color, .image-item p.back-color, .image-feature-title.back-color{
	background-color:#0e2c62;
	padding:0.4rem 1rem;
	color:white;
	border-radius:5px;
}


	
.image-feature-title{
	font-weight:500;
}

.image-item ul.bul-bar{
	width:90%;
	margin:auto;
	margin-top:1rem;
}

.embedded-advantages {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.embedded-advantages .advantages-item {
	width: 30%;
}

.embedded-advantages .advantages-item img {
	width: 100%
}


@media screen and (max-width: 975px) {
	.image-item-4{
		width:45%;
	}
	
}


@media screen and (max-width: 772px) {
			.image-item-3{
	width:46%;
}

	.image-item-4{
		width:43%;
	}
	
}

@media screen and (max-width: 710px) {
.deepsdk-image-item, .cps-image-features .cps-image-item,
	.embedded-image-features .embedded-image-item, .image-item {
	width: 40%;
}

.image-item-3{
	width:46%;
}

}

@media screen and (max-width: 600px) {
.deepsdk-image-item, .cps-image-features .cps-image-item,
	.embedded-image-features .embedded-image-item, .image-item {
	width: 100%;
}

.image-item-3{
	width:100%;
}

		.embedded-advantages {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.embedded-advantages .advantages-item {
		width: 100%;
		margin-bottom: 5rem;
	}
		.image-item-4{
		width:100%;
	}

}

@media screen and (max-width: 480px) {
	.deepsdk-responsive, .cps-responsive, .embedded-responsive {
		flex-direction: column;
	}
	.deepsdk-responsive * .sub-tit, .cps-responsive * .sub-tit,
		.embedded-responsive * .sub-tit {
		margin-top: 1rem;
	}
	.deepsdk-responsive:nth-child(even), .cps-responsive:nth-child(even),
		.embedded-responsive:nth-child(even) {
		flex-direction: column-reverse;
	}
	.deepsdk-responsive:nth-child(odd) {
		
	}
	.embedded-advantages {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.embedded-advantages .advantages-item {
		width: 100%;
		margin-bottom: 5rem;
	}
	.deepsdk-image-features, .cps-image-features, .embedded-image-features, .image-features {
		display: flex;
		flex-direction: column;
	}
	.deepsdk-image-item, .cps-image-features .cps-image-item,
		.embedded-image-features .embedded-image-item, .image-item, .image-item-3, .image-item-4{
		width: 100%;
	}
	.cps-image-features .cps-image-item:nth-child(n+2),
		.embedded-image-features .embedded-image-item:nth-child(n+2) {
		margin-top: 1rem;
	}
}

table .yellow-bg {
	background-color: #fffcc5;
}

.table-wrapper {
	overflow-x: auto;
}

.card-container {
	display: flex; /* 카드들을 가로로 배치 */
	flex-wrap: wrap; /* 화면 너비에 따라 줄바꿈 */
	gap: 15px; /* 카드 사이의 간격 */
	/* padding: 20px; */ /* 컨테이너 내부 여백 */
	align-items: center;
	justify-content: center;
}

.card {
	width: 358px; /* 카드 너비 설정 (조절 가능) */
	height: 400px;
	border: 0px solid !important;
	border-radius: 8px; /* 카드 모서리 둥글게 */
	/* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1) 그림자 효과 */
	overflow: hidden; /* 썸네일 이미지가 카드 영역을 벗어나지 않도록 */
	transition: transform 0.3s ease-in-out; /* 호버 시 부드러운 효과 */
	margin-bottom: 1rem;
}

.card:hover {
	transform: translateY(-5px); /* 호버 시 살짝 위로 이동 */
}

.card-row {
	display: flex;
	gap: 15px; /* 카드 내부 간격 유지 */
	margin-bottom: 20px; /* 행 아래쪽 마진 증가 (원하는 값으로 조절) */
}

.thumbnail {
	width: 100%;
	height: 400px; /* 썸네일 높이 설정 (조절 가능) */
	overflow: hidden; /* 이미지가 썸네일 영역을 벗어나지 않도록 */
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 이미지 비율 유지하며 채우기 */
}

.card-content {
	padding: 10px 0px;
	/* border-bottom: 2px solid #9f9f9f; */
}
.card-title {
    display: -webkit-box; /* Flex처럼 동작 */
    -webkit-line-clamp: 2; /* ★ 2줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden; /* 넘치는 텍스트 숨기기 */
    text-overflow: ellipsis; /* 넘치는 부분 ... 표시 */
    font-size: 1rem;
    font-weight: 500;
    /* margin: 5px 0; */
    letter-spacing: -0.8px;
    /* line-height: 1.4; */ /* 줄 간격 살짝 조정 */
    /* height: calc(1em * 1.4 * 2); */ /* 2줄 높이에 맞게 고정 */
}



.date {
	font-size: 0.9em;
	color: #777;
	margin-bottom: 0px;
}

@media (max-width:1110px){
	.card {
	width: 250px; /* 카드 너비 설정 (조절 가능) */
/* 	height: 300px; */
	}
}

/* 반응형 디자인 (선택 사항) */
@media ( max-width : 768px) {
	.card-container {
		flex-direction: column; /* 작은 화면에서는 세로로 배치 */
	}
	.card {
		width: 100% !important; /* 작은 화면에서는 너비 100% */
		height: 400px !important;
	}
	.card-row {
		flex-direction: column;
	}
	.card-title{
		font-size:1rem !important;
	}
}

img.news_thumbnail {
	width: 100%;
}

.badge {
	color: white;
	padding: 5px 8px;
	border-radius: 3px;
	font-size: 0.8em !important;
	margin-bottom: 5px;
	display: inline-block;
}

.badge.news {
	background-color: #dc3545; /* 중요 배지 색상 */
}

.badge.notice {
	background-color: #143493; /* 중요 배지 색상 */
}

/* 

main pie chart
.test-box {
    display: flex; 차트와 툴팁을 가로로 배치하기 위해
    align-items: center;
    justify-content: center;
}
#chartContainer {
    position: relative;
	width:50%;
}
.chartTooltip {
    border: 3px solid #0e2c62;
    color: #000000;
    padding: 2rem;
    border-radius: 10px;
    font-size: 1rem;
    margin-left: 20px; 차트와의 간격
    display: none; 초기 숨김 설정
	width:50%;
}
.label-title{
    font-size:2.5rem;
  margin-bottom:1rem;
	color:#0e2c62;
	font-weight:700;
	
}
.label-sub{
    font-size:1rem;
    margin-top: 1rem;
}

#myPieChart {
    width: 650px !important; 중요도 높여 덮어쓰기
    height: 450px !important;
}

pie end

chart2
    .chart-container2 {
      position: relative;
      width: 300px;
      height: 300px;
    }

    svg {
      width: 100%;
      height: 100%;
    }

    .slice {
      transition: transform 0.3s ease;
      transform-origin: 50% 50%;
      cursor: pointer;
    }


    .label-text {
      fill: #000;
      font-size: 12px;
      font-weight: bold;
      text-anchor: middle;
      dominant-baseline: middle;
      pointer-events: none;
    }
    .label {
      position: absolute;
      font-size: 14px;
      font-weight: bold;
      white-space: nowrap;
      border:3px solid #0e2c62;
      padding:2rem;
    }

   .label1 {
      top: -6px;
      left: 208px;
    }

    .label2 {
      top: 245px;
      left: 187px;
    }

    .label3 {
      top: 120px;
      left: -65px;
    }

    각 조각에 오버시 방향 분리 적용
    .slice1:hover {
      transform: translate(10px, -10px);
    }

    .slice2:hover {
      transform: translate(0px, 12px);
    }

    .slice3:hover {
      transform: translate(-10px, -10px);
    }
        
    .test-box2 {
  display: flex;
  justify-content: center; 가로 중앙
  align-items: center;     세로 중앙
  margin: 0;
  font-family: sans-serif;
}
    
    


 */

/*chart last!!*/
.chart-wrapper {
	position: relative;
	width: 100%;
	max-width: 500px;
	aspect-ratio: 1/1; /* 정사각형 */
	margin: 0 auto;
}

.chart-wrapper canvas {
	width: 100% !important;
	height: 100% !important;
}

.center-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	text-align: center;
}

.center-label img {
	width: 80%;
	height: auto;
}

/* 텍스트 위치도 반응형 조정 */
.legend-label {
	position: absolute;
	font-size: 1rem;
	line-height: 1.4;
	width: 150px;
}

.label-top {
	top: 0%;
	right: -96px;
}

.label-left {
	top: 10%;
	left: -97px;
	text-align: right;
}

.label-bottom {
	bottom: -143px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

/* 타이틀 */
.legend-title {
	position: relative;
	font-weight: 600;
	font-size: 1.6rem;
	color: #143493;
	display: inline-block;
	padding-bottom: 10px; /* 텍스트와 밑줄 사이 여백 */
}

.legend-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220%; /* 👈 여기서 밑줄 길이를 조절하세요 */
	height: 2px;
	background-color: #143493;
}

.legend-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180%; /* 👈 여기서 밑줄 길이를 조절하세요 */
	height: 2px;
	background-color: #143493;
}

.legend-title.right {
	position: relative;
	font-weight: 600;
	font-size: 1.6rem;
	color: #143493;
	text-align: right; /* 👈 텍스트를 오른쪽 정렬 */
	display: block; /* 전체 너비 차지하게 만들기 */
	padding-bottom: 10px;
}

.legend-title.right::after, .legend-title.center::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0; /* 👈 오른쪽부터 밑줄 시작 */
	width: 100%; /* 전체 너비만큼 밑줄 */
	height: 2px;
	background-color: #143493;
}

.legend-title.center {
	position: relative;
	font-weight: 600;
	font-size: 1.6rem;
	color: #143493;
	text-align: center; /* 👈 텍스트를 오른쪽 정렬 */
	display: block; /* 전체 너비 차지하게 만들기 */
	padding-bottom: 10px;
}

.chart-list {
	padding: 0.75rem 1rem;
	background-color: rgba(255, 255, 255, 0.85); /* 가독성 ↑ */
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); /* 더 부드러운 그림자 */
	font-size: 0.95rem;
	line-height: 1.6;
}

.chart-list .bul-bar li a {
	color: #111 !important /* 기존보다 더 진한 텍스트 */
}

.chart-list li {
	margin-bottom: 0.3rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chart-list li a:hover {
	font-weight: 500;
	text-decoration: none;
}

.legend-title {
	margin-bottom: 10px; /* 제목과 리스트 간 간격 */
}


/* 반응형 대응 */
@media ( max-width : 768px) {
	.chart-list {
		font-size: 0.85rem;
		line-height: 1.5;
		padding: 0.6rem;
	}
	.chart-wrapper {
		max-width: 300px;
	}
	.legend-label {
		font-size: 0.9rem;
		width: 120px;
	}
	.legend-title {
		font-size: 1.2rem;
	}
	.center-label img {
		width: 75%;
	}
	.label-top {
		top: 0%;
		right: -61px;
	}
	.label-left {
		top: 10%;
		left: -58px;
		text-align: right;
	}
	.label-bottom {
		bottom: -180px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
}

/* chart end*/

/*sub-menu*/
#sub-menu-section {
	background: #416bb2;
	padding: 10px;
	overflow-y: visible;
/* 	margin-top: 6.4rem; */
}

.menu-bar {
	margin: auto;
	padding: 0rem 10rem;
	display: flex;
	max-width: 1400px;
	color: #fff;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 695px) {
#sub-menu-section  {
/* 뷰포트 맨 위에 고정 */
 position: sticky;
    top: 0; 
    z-index: 100; 
}
} 

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

	#sub-menu-section {
	margin-top: 0rem;
}
	.menu-bar {
		flex-direction: column;
	}
	

	#title-section {
	padding-bottom:0;
}

}



/* 반응형 대응 */
@media ( max-width : 480px) {

		.label-top {
		top: -20px;
		right: -43px;
	}


		.label-left {
		top: 10%;
		left: -52px;
		}

		.label-bottom {
	bottom: -195px;
	}
	

	.chart-list{
		width:90%;
		float:right;
	}
	
	
}




.dropdown {
	position: relative;
}

.dropdown-toggle {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: bold;
	min-width: 250px;
	text-align: left;

}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	list-style: none;
	padding: 0;
	display: none;
	z-index: 10;
}

.dropdown-menu li {
	padding: 10px;
	color: #333;
	cursor: pointer;
}

.dropdown-menu li:hover {
	background: #f5f5f5;
}

.dropdown-menu li a {
	color: inherit;
	text-decoration: none;
}

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

.dropdown-toggle {
	white-space: normal !important;  /* ★ 줄바꿈 허용 */
	word-break: break-word !important; /* 단어가 길어도 줄바꿈 */
}
	

}



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

	.menu-bar {
	margin: auto;
	padding: 0rem;

	}

	.dropdown{
		width:100%;
	}

	.dropdown-toggle {
		min-width:0px;
		width:100%;
	}
}


/*sub menu end */





.cps-slider .slick-slide {
  display: flex !important;   /* 이미지 가운데 정렬 */
  justify-content: center;
  align-items: center;
  height: 220px;              /* 고정 높이 설정 */
  box-sizing: border-box;
  overflow: hidden;
}

.cps-slider img {
  width:400px;               /* 고정 너비 */
  height: 300px;              /* 고정 높이 */
  object-fit: cover;          /* 비율 유지하면서 잘라내기 */
  border-radius: 8px;         /* 선택: 모서리 둥글게 */
}


.cps-slider .slick-prev:before,
.cps-slider .slick-next:before{
	color:#434343 !important;
}



.cps-slider .slick-prev {
  left: -10px;
}

.cps-slider .slick-next {
  right: -10px;
}
