/* 슬라이딩 */
.dg-slider {
	position: relative;
	width: 1400px;
	height: 700px;
	overflow: hidden;
	margin: auto;
}
.dg-slider .slides {
	display: flex;
	transition: transform 1s;
}
.dg-slider .slide {
	flex-shrink: 0;
	width: 1400px;
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.dg-slider .progress-container {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	padding: 35px 0;
	z-index: 10;
}
.dg-slider .progress-bar {
	cursor: pointer;
	display: block;
	position: relative;
	width: 30%;
	height: 2px;
	background: rgba(0, 0, 0, 0.3);
	margin: 10px;
}
.dg-slider .progress-bar span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 1s;
}
.dg-slider .progress-title {
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-weight: bolder;
	font-size: 1.3em;
}
.dg-slider .content {
	position: absolute;
	width: 100%;
	padding: 0 130px;
	top: 45%;
	transform: translateY(-50%);
	color: #fff;
}
.dg-slider h1 {
	font-size: 4.5em;
	color: #ffffff;
	font-weight: 500;
}
.dg-slider span {
	font-size: 1.7em;
	font-weight: 200;
}
.dg-slider a {
	font-size: 1em;
	color: #ffffff;
	margin: 10px 35px 0 2px;
}
.dg-slider .slide img {
	position: absolute;
	right: 10%;
	top: 45%;
	transform: translateY(-50%);
	height: auto;
}
@media all and (max-width: 768px) {
	.dg-slider {
		width: 100%;
		height: 400px;
	}
	.dg-slider .slide {
		background-size: 100% auto;
	}
	.dg-slider .progress-container {
		width: 100%;
		padding: 0 20px;
	}
	.dg-slider .progress-bar {
		width: 20%;
		margin: 0 2px;
	}
	.dg-slider .progress-title {
		font-size: 12px;
	}
	.dg-slider .content {
		position: absolute;
		top: 150px;
		width: 100%;
		padding: 0 20px;
		color: #fff;
	}
	.dg-slider h1 {
		font-size: 2em; /* 변경된 부분 */
	}
	.dg-slider span {
		font-size: 1em; /* 변경된 부분 */
	}
	.dg-slider .slide img {
		display: none;
	}
}

/* 메인 컨덴츠 */
.main-product {
	font-size: 1.3em; font-weight: bold; margin-right: 10px; color: #333;
}

/* 제품소개 */
.product-info table {
	border: 0;
	background-color: #fff;
}
.product-info td {
	padding-right: 10px;
	border: 0;
	background-color: #fff;
}
.product-info th {
	border: 0;
	color: #000000;
	text-align: left;
	background-color: #fff;
}
.product-list-title {
    width: 100%;
    display: flex;
}

.product-list-title .product-count {
    flex-grow: 1;
    align-self: flex-end;
    padding-bottom: 7px;
}

.product-list-title .product-count p {
    margin: 0 0 0 10px;
    color: #101010;
}

.product-list-title .nav-item {
    width: 62px;
}


/* Footer */
.footer-copyright {
	background-color: #015faf !important;
}
.footer-copyright p {
	color: #f0f0f0 !important;
}
.footer-copyright li, .footer-copyright li a {
	color: #f0f0f0 !important;
}

/* 고객센터 */
.help-wrap {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	background-color: #f8f8f8;
	padding: 40px 10px;
}

.help-serach {
	width: 100%;
	max-width: 500px;
	text-align: center !important;
	
}
.help-etc {
	width: 100%;
	max-width: 500px;
	text-align: center;
}

@media all and (max-width: 768px) {
	.help-etc {
		width: 100%;
		max-width: 500px;
		margin-bottom: 60px;
	}
}

.help-map {
	width: 100%;
	text-align: center;
}

.help-answer {
	width: 100%;
}
.help-answer .row {
	max-width: 700px !important;
	margin: 0 auto;
}
.help-answer-memo {
	width: 100%;
	padding: 20px;
}
.help-answer-memo .c-date{
	font-size: 12px;
	color: #c0c0c0;
}

/* 샵 */
ul.product-left {
	margin: 0;
	padding: 0;
}

.product-left li {
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	position: relative;
	width: 100%;
	
}

ul.product-left li a {
	transition: background 0.1s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 8px 0 8px 15px;
	display: block;
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 20px;
	
}

ul.product-left li a:before {
	font-family: 'Font Awesome 6 Free';
	content: "\f054";
	font-weight: 900;
	position: absolute;
	top: 8px;
	font-size: 7.2px;
	font-size: 0.45rem;
	opacity: 0.7;
	transform: translate3d(-1px, 0, 0);
	left: 0;
}