/* ?크?포?ASSOCIATE PRODUCTS */

@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');


#akrapovic-detail img {
    position: relative;
    left: 0;
    transform: none;
    display: block;
    margin: 0;
}


@media only screen and  (min-width: 768px){
         /* Navigation */
	
		.associated_pipe {
            position: relative;
            top:-5px;
            width:70%;
            height:1px;
            background-color: #000;
            left:15px;
		}
	
        .associated_nav {
            display: flex;
			flex-wrap: wrap;
			width: 1000px;
            max-width : 1000px;
            justify-content: flex-start;
            margin: 0;
        }
        .associated_nav button {
            background-color: #fff;
            width: 25%;
            height: 350px;
            cursor: pointer;
            margin: 0;
			padding: 0;
            border: 0px;
			text-align: left;
        }
        .associated_nav button.active {
            background-color: #f5f5f5;
        }
	
        .associated_nav .em1 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
			font-weight: bold;
            font-size: 9pt;
			margin: 10px 0 10px 15px;
			display: block;
        }
	
        .associated_nav .em2 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 11pt;
			margin: 0 0 0 15px;
			display: block;
        }

        .associated_nav .em3 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 11pt;
			margin: 0 0 0 15px;
			display: block;
        }
	
		.associated_nav img  {
            position: relative !important;
			max-width: 100% !important;
            left: 50% !important;
            top: 0% !important;
			margin: 0px !important;
			display: block !important;
            transform: translate(-50%, 0%) !important;
        }
		

	
        /* Slider */
	

        .associated_slider {
            position: relative;
			background: url('https://s-motors.info/wp-content/uploads/2023/12/associated-3.png') no-repeat;
            background-size: cover;
            width: 1000px;
            height: 650px;
            overflow: hidden;
            margin: 0px;
            top: 0px;
        }
        .associated_slide {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 0.5s, transform 0.5s;
            display: block;
        }

        .associated_slide.active {
            opacity: 1;
            transform: scale(1);
            z-index: 1;
        }

        .associated_slide img {
            position: absolute !important;
            max-width: 70% !important;
            left: 50% !important;
            top: 65% !important;
            transform: translate(-50%, -50%) scale(0.8) !important;
            filter: blur(8px) !important;
        }

        .associated_slide.active img {
            transform: translate(-50%, -50%) scale(1) !important;
            filter: blur(0) !important;
        }
        
/* ?크?포?ASSOCIATE PRODUCTS */



/* ?크?포?HEAR THE SOUND */

.container {
    width: 1000px;
    height: 435px;
    aspect-ratio: 1000 / 435; /* ??지 비율??맞춤 */
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
	box-sizing: border-box;
    
    /* 버튼 ?렬???한 Flexbox ?정 */
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
    padding-left: 50px;
}

/* 배경 ??지?가짜로 ?입 */
.container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/hearthesound_pre.png');
    background-repeat: no-repeat;
	background-position: left top;     /* ? PC?서 ?하???치 */
    background-size: 1000px auto;      /* ? PC?서 1000px 고정 */
    z-index: 0;
    pointer-events: none;
}

/* ?로그레?바 */
.progress-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px; /* ?는 .container? ?일??고정?*/
    height: 10px;
    background-color: transparent;
    overflow: hidden;
    z-index: 3;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #EF4444;
}

/* 버튼 */
.playPauseBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    z-index: 1; /* 배경보다 ?에 */
	margin-bottom: 50px;
}

/* ???이???지 (기본 ?태) */
.playPauseBtn::before {
    content: "";
    width: 56px;
    height: 56px;
    background: url('https://s-motors.info/wp-content/uploads/2023/12/play.png') no-repeat center center;
    background-size: contain;
    display: block;
    margin-bottom: 10px;
}

/* Hover ???이?변?*/
.playPauseBtn:hover::before {
    background: url('https://s-motors.info/wp-content/uploads/2023/12/playing.png') no-repeat center center;
    background-size: contain;
}

/* ?생 ?*/
.playPauseBtn.playing::before {
    background: url('https://s-motors.info/wp-content/uploads/2023/12/playing.png') no-repeat center center;
    background-size: contain;
}

/* ?시?? ?태 */
.playPauseBtn.paused::before {
    background: url('https://s-motors.info/wp-content/uploads/2023/12/stop.png') no-repeat center center;
    background-size: contain;
}

/* ?시?? + hover ?태 */
.playPauseBtn.paused:hover::before {
    background: url('https://s-motors.info/wp-content/uploads/2023/12/stopp.png') no-repeat center center;
    background-size: contain;
}

/* 버튼 ?스??*/
.playPauseBtn em {
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    outline: 1px solid #fff;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}

/* 버튼 ?스??배경 ?과 */
.playPauseBtn em::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #9b0a26;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

/* hover ??배경 ?장 */
.playPauseBtn em:hover {
    outline: 1px solid #9b0a26;
}

.playPauseBtn em:hover::after {
    transform: scaleX(1);
}






/* ?크?포?DOWNLOAD DOCUMENTS */

        .akra_button-container {
    		width:1000px;
            max-width:1000px;
    		padding-top: 230px;
    		position: relative;
    		background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/documentdownload_pre.png') no-repeat;
                background-size: cover;
                overflow: hidden;
    		margin: 0;
    		flex-direction: column; /* 컨테?너 ?의 ?소??로?배치?니?? */
    		align-items: flex-start; /* 버튼???쪽?로 ?렬?니?? */
		}

        .custom-button {
   		border: none;
    		position: relative;
    		top: 50%;
    		left: 5%;
    		transform: translateY(-50%);
    		height: 90px;
    		line-height: 90px;
    		background-color: transparent;
    		cursor: pointer;
    		overflow: hidden;
    		white-space: nowrap;
    		padding: 0 30px 0 15px;
    		display: block; /* ?버튼???로???인??배치 */
    		margin-bottom: 10px; /* ?버튼 ?이???백 ?정 */
		}
		
        .custom-button::before {
            content: "";
            display: inline-block;
            width: 40px; /* ??지 ?비 ?정 */
            height: 55px; /* ??지 ?이 ?정 */
            background: url('https://s-motors.info/wp-content/uploads/2023/12/icon_download.png') no-repeat; /* ??지 경로 ?정 */
            background-size: contain; /* ??지 ?기 조절 */
            margin-right: 10px; /* ??지? ?스??간격 ?정 */
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
        }

        .custom-button em {
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
            color: #ffffff;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 16pt;
        }

        .custom-button::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000000;
            opacity: 0.7;
            transition: transform 0.3s ease-in-out;
            transform: scaleX(0);
            transform-origin: left;
            z-index: -1; /* 글???로 ?동?키??한 z-index ?정 */
        }

        .custom-button:hover::after {
            transform: scaleX(1);
        }
		
        .custom-button a {
            color: inherit !important;
            text-decoration: none !important;
        }

/* ?크?포?DOWNLOAD DOCUMENTS */



/* ?크?포?ASSOCIATED PRODUCTS */

        .associated_button-container {
    		width:1000px;
            max-width:1000px;
    		padding-top: 180px;
    		position: relative;
    		background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/associated_pre.png') no-repeat;
            background-size: cover;
            overflow: hidden;
    		margin: 0;
    		flex-direction: column; /* 컨테?너 ?의 ?소??로?배치?니?? */
    		align-items: flex-start; /* 버튼???쪽?로 ?렬?니?? */
		}

        .associated_custom-button {
			border: none;
    		position: relative;
    		top: 50%;
    		left: 5%;
    		transform: translateY(-50%);
    		height: 90px;
    		line-height: 90px;
    		background-color: transparent;
    		cursor: pointer;
    		overflow: hidden;
    		white-space: nowrap;
    		padding: 0 30px 0 15px;
    		display: block; /* ?버튼???로???인??배치 */
    		margin-bottom: 10px; /* ?버튼 ?이???백 ?정 */
		}
				
        .associated_custom-button::before {
            content: "";
            display: inline-block;
            width: 40px; /* ??지 ?비 ?정 */
            height: 55px; /* ??지 ?이 ?정 */
			opacity: 0.8;
            background: url('https://s-motors.info/wp-content/uploads/2023/12/icon_opt-2.png') no-repeat; /* ??지 경로 ?정 */
            background-size: contain; /* ??지 ?기 조절 */
            margin-right: 10px; /* ??지? ?스??간격 ?정 */
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
        }

        .associated_custom-button em {
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 16pt;
        }
		
        .associated_custom-button::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.3;
            transition: transform 0.3s ease-in-out;
            transform: scaleX(0);
            transform-origin: left;
            z-index: -1; /* 글???로 ?동?키??한 z-index ?정 */
        }

        .associated_custom-button:hover::after {
            transform: scaleX(1);
        }
		
        .associated_custom-button a {
            color: inherit !important;
            text-decoration: none !important;
        }

/* ?크?포?ASSOCIATED PRODUCTS */

}









@media only screen and (max-width: 767px) {

	
	
.container {
    width: 100%;
	max-width:1000px;
    height: auto;
	max-height: 435px;
	aspect-ratio: 1000 / 435; /* ??지 비율??맞춤 */
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
	box-sizing: border-box;
    
    /* 버튼 ?렬???한 Flexbox ?정 */
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    padding-left: 5%;
	padding-bottom: 30px;
}

/* 배경 ??지?가짜로 ?입 */
.container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/hearthesound_pre.png');
    background-repeat: no-repeat;
	background-position: left top;     /* ? PC?서 ?하???치 */
    background-size: 100% auto;      /* ? PC?서 1000px 고정 */
    z-index: 0;
    pointer-events: none;
}
	


	.progress-container {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw; /* 반응???이 */
		max-width: 1000px;
		height: 8px;
		background-color: transparent;
		overflow: hidden;
		z-index: 3;
	}

	.progress-bar {
		height: 100%;
		background-color: #EF4444;
		transform: scaleX(0);
		transform-origin: center;
		transition: transform 0.3s linear;
		/* ??width ?음! */
	}

	.playPauseBtn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		background: none;
		border: none;
		cursor: pointer;
		outline: none;
		margin: 0;
		padding: 0;
		z-index: 2;
		overflow: visible;
	}

	.playPauseBtn em {
		color: #fff;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
		font-size: 9pt;
		outline: 1px solid #fff;
		padding: 5px 20px;
		position: relative;
		z-index: 1;
	}

	.playPauseBtn em::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #9b0a26;
		opacity: 1;
		transition: transform 0.3s ease-in-out;
		transform: scaleX(0);
		transform-origin: left;
		z-index: -1;
	}

	.playPauseBtn em:hover {
		outline: 1px solid #9b0a26;
	}

	.playPauseBtn em:hover::after {
		transform: scaleX(1);
	}

	.playPauseBtn::before {
		content: "";
		width: 35px;
		height: 35px;
		background: url('https://s-motors.info/wp-content/uploads/2023/12/play.png') no-repeat center center;
		background-size: contain;
		display: block;
		margin-bottom: 6px;
	}

	.playPauseBtn:hover::before {
		background: url('https://s-motors.info/wp-content/uploads/2023/12/playing.png') no-repeat center center;
		background-size: contain;
	}

	.playPauseBtn.playing::before {
		background: url('https://s-motors.info/wp-content/uploads/2023/12/playing.png') no-repeat center center;
		background-size: contain;
	}

	.playPauseBtn.paused::before {
		background: url('https://s-motors.info/wp-content/uploads/2023/12/stop.png') no-repeat center center;
		background-size: contain;
	}

	.playPauseBtn.paused:hover::before {
		background: url('https://s-motors.info/wp-content/uploads/2023/12/stopp.png') no-repeat center center;
		background-size: contain;
	}
}




/* ?크?포?DOWNLOAD DOCUMENTS */


        .akra_button-container {
    		width:1000px;
            max-width:1000px;
    		padding-top: 230px;
    		position: relative;
    		background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/documentdownload_pre.png') no-repeat;
                background-size: cover;
                overflow: hidden;
    		margin: 0;
    		flex-direction: column; /* 컨테?너 ?의 ?소??로?배치?니?? */
    		align-items: flex-start; /* 버튼???쪽?로 ?렬?니?? */
		}

        .custom-button {
   		border: none;
    		position: relative;
    		top: 50%;
    		left: 5%;
    		transform: translateY(-50%);
    		height: 90px;
    		line-height: 90px;
    		background-color: transparent;
    		cursor: pointer;
    		overflow: hidden;
    		white-space: nowrap;
    		padding: 0 30px 0 15px;
    		display: block; /* ?버튼???로???인??배치 */
    		margin-bottom: 10px; /* ?버튼 ?이???백 ?정 */
		}
		
        .custom-button::before {
            content: "";
            display: inline-block;
            width: 40px; /* ??지 ?비 ?정 */
            height: 55px; /* ??지 ?이 ?정 */
            background: url('https://s-motors.info/wp-content/uploads/2023/12/icon_download.png') no-repeat; /* ??지 경로 ?정 */
            background-size: contain; /* ??지 ?기 조절 */
            margin-right: 10px; /* ??지? ?스??간격 ?정 */
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
        }

        .custom-button em {
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
            color: #ffffff;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 16pt;
        }

        .custom-button::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000000;
            opacity: 0.7;
            transition: transform 0.3s ease-in-out;
            transform: scaleX(0);
            transform-origin: left;
            z-index: -1; /* 글???로 ?동?키??한 z-index ?정 */
        }

        .custom-button:hover::after {
            transform: scaleX(1);
        }
		
        .custom-button a {
            color: inherit !important;
            text-decoration: none !important;
        }

@media only screen and (max-width: 767px) {


        .akra_button-container {
    		width:100%;
    		max-width:1000px;
    		padding-top: 23%;
    		position: relative;
    		background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/documentdownload_pre.png') no-repeat;
                background-size: cover;
                overflow: hidden;
    		margin: 0;
    		flex-direction: column; /* 컨테?너 ?의 ?소??로?배치?니?? */
    		align-items: flex-start; /* 버튼???쪽?로 ?렬?니?? */
		}

        .custom-button {
   		    border: none;
    		position: relative;
    		top: 50%;
    		left: 5%;
    		transform: translateY(-50%);
    		height: 50px;
    		line-height: 50px;
    		background-color: transparent;
    		cursor: pointer;
    		overflow: hidden;
    		white-space: nowrap;
    		padding: 0 30px 0 10px;
    		display: block; /* ?버튼???로???인??배치 */
    		margin-bottom: 10px; /* ?버튼 ?이???백 ?정 */
		}
		
        .custom-button::before {
            content: "";
            display: inline-block;
            width: 25px; /* ??지 ?비 ?정 */
            height: 35px; /* ??지 ?이 ?정 */
            background: url('https://s-motors.info/wp-content/uploads/2023/12/icon_download.png') no-repeat; /* ??지 경로 ?정 */
            background-size: contain; /* ??지 ?기 조절 */
            margin-right: 10px; /* ??지? ?스??간격 ?정 */
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
        }

        .custom-button em {
            vertical-align: middle; /* ??지? ?스?? ?직 ?렬?기 ?한 ?정 */
            color: #ffffff;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 9pt;
        }
}


/* ?크?포?DOWNLOAD DOCUMENTS */



/* ?크?포?ASSOCIATED PRODUCTS */

	
         /* Navigation */
	
		.associated_pipe {
            position: relative;
            top:-5px;
            width:70%;
			max-width: 40px;
            height:1px;
            background-color: #000;
            left:10px;
		}
	
        .associated_nav {
            display: flex;
			flex-wrap: wrap;
			width: 1000px;
            max-width : 1000px;
            justify-content: flex-start;
            margin: 0;
        }
        .associated_nav button {
            background-color: #fff;
            width: 25%;
            height: 350px;
            cursor: pointer;
            margin: 0;
			padding: 0;
            border: 0px;
			text-align: left;
        }
        .associated_nav button.active {
            background-color: #f5f5f5;
        }
	
        .associated_nav .em1 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
			font-weight: bold;
            font-size: 9pt;
			margin: 10px 0 10px 10px;
			display: block;
        }
	
        .associated_nav .em2 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 11pt;
			margin: 0 0 0 10px;
			display: block;
        }

        .associated_nav .em3 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 11pt;
			margin: 0 0 0 10px;
			display: block;
        }
	
		.associated_nav img  {
            position: relative;
			max-width: 100%;
            left: 50%;
            top: 0%;
			margin: 0px;
			display: block;
            transform: translate(-50%, 0%);
        }
		

	
        /* Slider */
	

        .associated_slider {
            position: relative;
			background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/associated_pre.png') no-repeat;
            background-size: cover;
            width: 1000px;
            height: 650px;
            overflow: hidden;
            margin: 0px;
            top: 0px;
        }
        .associated_slide {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 0.5s, transform 0.5s;
            display: block;
        }

        .associated_slide.active {
            opacity: 1;
            transform: scale(1);
            z-index: 1;
        }

        .associated_slide img {
            position: absolute;
            max-width: 70%;
            left: 50%;
            top: 65%;
            transform: translate(-50%, -50%) scale(0.8);
            filter: blur(8px);
        }

        .associated_slide.active img {
            transform: translate(-50%, -50%) scale(1);
            filter: blur(0);
        }
	
	
@media only screen and (max-width: 767px) {
	
	
         /* Navigation */
	
		.associated_pipe {
            position: relative;
            top:-5px;
            width:30%;
            height:1px;
            background-color: #000;
            left:5%;
		}
	
        .associated_nav {
            display: flex;
			flex-wrap: wrap;
			width: 100%;
            max-width : 1000px;
            justify-content: flex-start;
            margin: 0;
        }
        .associated_nav button {
            background-color: #fff;
            width: 25%;
            height: 40vw;
            cursor: pointer;
            margin: 0;
			padding: 0;
            border: 0px;
			text-align: left;
        }
        .associated_nav button.active {
            background-color: #f5f5f5;
        }
	
        .associated_nav .em1 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
			font-weight: bold;
            font-size: 8pt;
			margin: 5% 0 7% 5%;
			display: block;
        }
	
        .associated_nav .em2 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 9pt;
			margin: 0 0 0 5%;
			display: block;
        }

        .associated_nav .em3 {
            white-space: normal; /* 기본값으??돌립니?? */
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: bold;
            font-size: 9pt;
			margin: 0 0 0 5%;
			display: block;
        }
	
		.associated_nav img  {
            position: relative;
			min-width: 100%;
            left: 50%;
            top: 0%;
			margin: 0px;
			display: block;
            transform: translate(-50%, 0%);
        }
		

	
        /* Slider */
	

        .associated_slider {
            position: relative;
			background: url('https://nshinwon.synology.me/Shop/Akrapovic/Contents/associated_pre.png') no-repeat;
            background-size: cover;
			width: min(100%, 1000px);
            max-width: 1000px;
            height: 65vw;
            overflow: hidden;
            margin: 0px;
            top: 0px;
        }
        .associated_slide {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 0.5s, transform 0.5s;
            display: block;
        }

        .associated_slide.active {
            opacity: 1;
            transform: scale(1);
            z-index: 1;
        }

        .associated_slide img {
            position: absolute;
			width: min(70%, 1000px) !important;
            max-width: none !important;
            left: 50% !important;
            top: 65% !important;
            transform: translate(-50%, -50%) !important;
            filter: blur(8px);
        }

        .associated_slide.active img {
            transform: translate(-50%, -50%) !important;
            filter: blur(0);
        }
		
	}

/* ?크?포?ASSOCIATED PRODUCTS */