/* BASIC css start */
td {font-size:9pt; font-family: ±¼¸²; }

		

        .left_button-container {
    		width:190px;
            max-width:190px;
    		padding: 0;
    		position: inline-block;
			background: #fafafa;
            background-size: cover;
            overflow: hidden;
    		margin: 0px 0 50px 0;
    		flex-direction: column; /* ÄÁÅ×ÀÌ³Ê ³»ÀÇ ¿ä¼Ò¸¦ ¼¼·Î·Î ¹èÄ¡ÇÕ´Ï´Ù. */
    		align-items: flex-start; /* ¹öÆ°À» ¿ÞÂÊÀ¸·Î Á¤·ÄÇÕ´Ï´Ù. */
		}
		
		
/* Äü ¸Þ´º */
         .quick-button {
   			border: none;
    		position: relative;
			width:190px;
    		transform: translateX(0%);
    		height: 80px;
    		line-height: 20px;
    		background-color: transparent;
			padding: 40px 0 0 0;
    		cursor: pointer;
    		overflow: hidden;
    		white-space: nowrap;
			border-bottom: 1px solid #ccc;
    		display: block; /* °¢ ¹öÆ°À» »õ·Î¿î ¶óÀÎ¿¡ ¹èÄ¡ */
			transition: background-color 0.3s, color 0.3s;
		}

		.quick-button:hover {
            color: #f5f5f5;
			background-color: #3c3c3c;
        }
		
        .quick-button a {
            color: inherit;
            text-decoration: none;
        }
		.s-em1 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 12pt;
			font-weight: 600;
			display: block;
			margin: 0;
			padding: 0;
        }
		
        .s-em2 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 9pt;
			font-weight: 400;
			display: block;
			margin: 0;
			padding: 0;
        }
		
/* A ¸Þ´º */
         .a-button {
   			border: none;
    		position: relative;
			width:190px;
    		transform: translateX(0%);
    		height: 80px;
    		line-height: 16px;
    		background-color: transparent;
			padding: 30px 0 0 0;
    		cursor: pointer;
    		overflow: hidden;
    		white-space: nowrap;
			border-bottom: 1px solid #ccc;
    		display: block; /* °¢ ¹öÆ°À» »õ·Î¿î ¶óÀÎ¿¡ ¹èÄ¡ */
			transition: background-color 0.3s, color 0.3s;
		}
		
		.a-button:hover {
            color: #f5f5f5;
			background-color: #3c3c3c;
        }
		
        .a-button a {
            color: inherit;
            text-decoration: none;
        }
		
		
/* I ¸Þ´º */
         .i-button {
   			border: none;
    		position: relative;
			width:190px;
    		transform: translateX(0%);
    		height: 50px;
    		line-height: 15px;
    		background-color: transparent;
			padding: 0 0 0 0;
    		cursor: pointer;
    		overflow: hidden;
    		white-space: nowrap;
			border-bottom: 1px solid #ccc;
    		display: block; /* °¢ ¹öÆ°À» »õ·Î¿î ¶óÀÎ¿¡ ¹èÄ¡ */
			transition: background-color 0.3s, color 0.3s;
		}
		
		.i-button:hover {
            color: #f5f5f5;
			background-color: #3c3c3c;
        }
		
        .i-button a {
            color: inherit;
            text-decoration: none;
        }
		
		
/* ÇÒ¸®~ÀÎµð¾ð ¸Þ´º */
        .special-button {
   			border: none;
    		position: relative;
			width:190px;
    		transform: translateX(0%);
    		height: 60px;
    		line-height: 20px;
    		cursor: pointer;
    		overflow: hidden;
			border-bottom: 1px solid #ccc;
			color: #111;
    		white-space: nowrap;
    		padding: 0 15px 0 0px;
    		display: block; /* °¢ ¹öÆ°À» »õ·Î¿î ¶óÀÎ¿¡ ¹èÄ¡ */
    		margin: 0px; /* °¢ ¹öÆ° »çÀÌÀÇ ¿©¹é ¼³Á¤ */
			text-align: right;
			transition: background-color 0.3s, color 0.3s;
			background-color: transparent;
		}
		
		.special-button:hover {
            color: #f5f5f5;
			background-color: #3c3c3c;
        }
		
        .special-button a {
            color: inherit;
            text-decoration: none;
        }
		
		
/* Ä¿½ºÅÒ ¸Þ´º */
        .brand-button {
   			border: none;
    		position: relative;
			width:190px;
    		transform: translateX(0%);
    		height: 45px;
    		line-height: 15px;
    		background-color: transparent;
    		cursor: pointer;
    		overflow: hidden;
			border-bottom: 1px solid #ccc;
			color: #111;
    		white-space: nowrap;
    		padding: 0 15px 0 0px;
    		display: block; /* °¢ ¹öÆ°À» »õ·Î¿î ¶óÀÎ¿¡ ¹èÄ¡ */
    		margin: 0px; /* °¢ ¹öÆ° »çÀÌÀÇ ¿©¹é ¼³Á¤ */
			text-align: right;
			transition: background-color 0.3s, color 0.3s;
		}
		
		.brand-button:hover {
            color: #f5f5f5;
			background-color: #3c3c3c;
        }
		
        .brand-button a {
            color: inherit;
            text-decoration: none;
        }
		
		
		.q-em1 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 11pt;
			font-weight: 600;
			display: block;
			margin: 0;
			padding: 0;
        }
		
        .q-em2 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 9pt;
			font-weight: 400;
			display: block;
			margin: 0;
			padding: 0;
        }
		
		
        .s-em1 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 12pt;
			font-weight: 600;
			display: block;
			margin: 0;
			padding: 0;
        }
		
        .s-em2 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 9pt;
			font-weight: 400;
			display: block;
			margin: 0;
			padding: 0;
        }
		
        .c-em1 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 11pt;
			font-weight: 600;
			display: block;
			margin: 0;
			padding: 0;
        }
		
        .c-em2 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 8pt;
			font-weight: 400;
			display: block;
			margin: 0;
			padding: 0;
        }
		

				
		.category1,.category3 {
			width: 190px;
			height: 36px;
			background-color: #e5e5e5;/*±×·¹ÀÌd5d5d5 ·¹µå e31e24*/
			text-align: center;
			line-height: 18px;
			color: #111; /*±×·¹ÀÌ3c3c3c ¹àÀº f5f5f5*/
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 12pt;
			font-weight: 700;
			left:50%;
			padding: 15px 0 15px 0;
			margin: 0;			
		}
		
        .category1-name1,.category3-name1 {
			display: block;
        }
		
        .category1-name2,.category3-name2 {
			font-size: 9pt;
			font-weight: 500;
			display: block;
        }
		
		.category2 {
			width: 190px;
			height: 55px;
			border: none;
			border-bottom: 1px solid #ccc;
			background: #ff8a24; /*±×·¹ÀÌd5d5d5 ·¹µå e31e24*/
			text-align: center;
			cursor: pointer;
			color: #f5f5f5; /*±×·¹ÀÌ3c3c3c ¹àÀº f5f5f5*/
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 12pt;
			font-weight: 500;
			padding: 0;
			margin: 0;
			transition: background-color 0.3s, color 0.3s;			
		}
		
		.category2:hover {
			background-color: #3c3c3c;
            color: #f5f5f5;
        }
		
        .category2-name1 {
			display: block;
        }
		
        .category2-name2 {
			font-size: 9pt;
			font-weight: 400;
			display: block;
        }
		
		
/* °¢¸Þ´º ¾ÆÀÌÄÜ ÁöÁ¤ */
		.quick-button .q-1 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/shad-logo.svg") no-repeat;
			position: absolute;
			top:30px;
			left:50%;
			transform: translate(-50%,-50%);
			width:100px;
			height: 100px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.3s ease;
		}
		
		.quick-button:hover .q-1 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/shad-logo-white.svg") no-repeat;
		}
		
		.quick-button .q-2 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/mimoto.svg") no-repeat;
			position: absolute;
			top:30px;
			left:50%;
			transform: translate(-50%,-50%);
			width: 65px;
			height: 65px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.3s ease;
		}
		
		.quick-button:hover .q-2 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/mimoto-light.svg") no-repeat;
		}
		
		.quick-button .q-3 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/akrapovic-logo.svg") no-repeat;
			position: absolute;
			top:30px;
			left:50%;
			transform: translate(-50%,-50%);
			width:100px;
			height: 100px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.3s ease;
		}
		
		.quick-button:hover .q-3 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/akrapovic-logo-white.svg") no-repeat;
		}
		
		.quick-button .a-1 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/shad-logo.svg") no-repeat;
			position: absolute;
			top:30px; /* a-button½Ã 22px*/
			left:50%;
			transform: translate(-50%,-50%);
			width: 80px;
			height: 80px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.3s ease;
		}
		
		.quick-button:hover .a-1 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/shad-logo-white.svg") no-repeat;
		}
		
		.quick-button .a-2 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/akrapovic-logo.svg") no-repeat;
			position: absolute;
			top:28px; /* a-button½Ã 22px*/
			left:50%;
			transform: translate(-50%,-50%);
			width: 90px;
			height: 90px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.3s ease;
		}
		
		.quick-button:hover .a-2 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/akrapovic-logo-white.svg") no-repeat;
		}
		
		.quick-button .a-3 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/timsun-logo.svg") no-repeat;
			position: absolute;
			top:30px; /* a-button½Ã 24px*/
			left:50%;
			transform: translate(-50%,-50%);
			width: 80px;
			height: 80px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.3s ease;
		}
		
		.quick-button:hover .a-3 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/timsun-logo-white.svg") no-repeat;
		}
		
		.touring {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/touring.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.cruiser {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/cruiser.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.sport {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/sport.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.softail {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/softail.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.dyna {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/dyna.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.sportster {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/sportster.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.v-rod {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/v-rod.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.street {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/street.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.goldwingtour {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/goldwingtour.svg") no-repeat;
			position: absolute;
			top:65%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.goldwingmt {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/goldwingmt.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.goldwing17 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/goldwing17.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.f6b {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/f6b.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.goldwing01 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/goldwing01.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.goldwing1500 {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/goldwing1500.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.indian {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/indian.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.victory {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/victory.svg") no-repeat;
			position: absolute;
			top:60%;
			left:15%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 90px;
			height: 60px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button .timsun {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/timsun-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 50px;
			height: 50px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button:hover .timsun {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/timsun-logo-white.svg") no-repeat;
		}
		
		.special-button .dunlop {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/dunlop-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button:hover .dunlop {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/dunlop-logo-white.svg") no-repeat;
		}
		
		.special-button .motorex {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/motorex-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button:hover .motorex {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/motorex-logo-white.svg") no-repeat;
		}
		
        
		.special-button .spparts {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/swparts-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button:hover .spparts {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/swparts-logo-white.svg") no-repeat;
		}
        
		.special-button .tube {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/tube-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button:hover .tube {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/tube-logo-white.svg") no-repeat;
		}
		
		.special-button .plug {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/plug-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 30px;
			height: 30px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button:hover .plug {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/plug-logo-white.svg") no-repeat;
		}
		
		.special-button .battery {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/battery-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 30px;
			height: 30px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.special-button:hover .battery {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/battery-logo-white.svg") no-repeat;
		}
		
		.brand-button .addon {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/addon-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .addon {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/addon-logo-white.svg") no-repeat;
		}
        
        
		.brand-button .akrapovic {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/akrapovic-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 45px;
			height: 45px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .akrapovic {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/akrapovic-logo-white.svg") no-repeat;
		}
        
		
		.brand-button .bigbikeparts {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/bigbikeparts-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 50px;
			height: 50px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .bigbikeparts {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/bigbikeparts-logo-white.svg") no-repeat;
		}
		
		.brand-button .cleverwolf {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/cleverwolf-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .cleverwolf {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/cleverwolf-logo-white.svg") no-repeat;
		}
		
		.brand-button .cobra {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/cobra-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 45px;
			height: 45px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .cobra {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/cobra-logo-white.svg") no-repeat;
		}
		
		.brand-button .daytona {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/daytona-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 45px;
			height: 45px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .daytona {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/daytona-logo-white.svg") no-repeat;
		}
		
		.brand-button .dragspecial {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/dragspecial-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 45px;
			height: 45px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .dragspecial {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/dragspecial-logo-white.svg") no-repeat;
		}
		
		.brand-button .ekchain {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/ekchain-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .ekchain {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/ekchain-logo-white.svg") no-repeat;
		}
		
		.brand-button .goldfren {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/goldfren-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .goldfren {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/goldfren-logo-white.svg") no-repeat;
		}
		
		.brand-button .hel {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/hel-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .hel {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/hel-logo-white.svg") no-repeat;
		}
		
		.brand-button .hiflo {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/hiflo-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .hiflo {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/hiflo-logo-white.svg") no-repeat;
		}
		
		.brand-button .jnm {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/jnm-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .jnm {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/jnm-logo-white.svg") no-repeat;
		}
		
		.brand-button .knn {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/knn-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .knn {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/knn-logo-white.svg") no-repeat;
		}
		
		.brand-button .keiti {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/keiti-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .keiti {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/keiti-logo-white.svg") no-repeat;
		}
		
		.brand-button .kuryakyn {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/kuryakyn-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 25px;
			height: 25px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .kuryakyn {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/kuryakyn-logo-white.svg") no-repeat;
		}
		
		.brand-button .magnum {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/magnum-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 30px;
			height: 30px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .magnum {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/magnum-logo-white.svg") no-repeat;
		}
		
		.brand-button .motrix {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/motrix-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 20px;
			height: 20px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .motrix {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/motrix-logo-white.svg") no-repeat;
		}
		
		.brand-button .nationalcycle {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/nationalcycle-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 50px;
			height: 50px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .nationalcycle {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/nationalcycle-logo-white.svg") no-repeat;
		}
		
		.brand-button .rammount {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/rammount-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .rammount {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/rammount-logo-white.svg") no-repeat;
		}
		
		.brand-button .ricks {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/ricks-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 45px;
			height: 45px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .ricks {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/ricks-logo-white.svg") no-repeat;
		}
		
		.brand-button .supersprox {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/supersprox-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 50px;
			height: 50px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .supersprox {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/supersprox-logo-white.svg") no-repeat;
		}
		
		.brand-button .supertrapp {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/supertrapp-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .supertrapp {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/supertrapp-logo-white.svg") no-repeat;
		}
		
		.brand-button .throttlerocker {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/throttlerocker-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .throttlerocker {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/throttlerocker-logo-white.svg") no-repeat;
		}
		
		.brand-button .tucker {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/tucker-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 35px;
			height: 35px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .tucker {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/tucker-logo-white.svg") no-repeat;
		}
		
		.brand-button .twinpower {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/twinpower-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 30px;
			height: 30px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .twinpower {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/twinpower-logo-white.svg") no-repeat;
		}
		
		.brand-button .vesrah {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/vesrah-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .vesrah {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/vesrah-logo-white.svg") no-repeat;
		}
		
		.brand-button .zerogravity {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/zerogravity-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .zerogravity {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/zerogravity-logo-white.svg") no-repeat;
		}
		
		.brand-button .ztechnik {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/ztechnik-logo.svg") no-repeat;
			position: absolute;
			top:50%;
			left:20%;
			transform: translate(-50%,-50%); /* ¿ä¼ÒÀÇ °¡¿îµ¥ Á¤·Ä */
			width: 40px;
			height: 40px;
			background-size: 100%; /* Æ÷ÀÎÆ® ÀÌ¹ÌÁöÀÇ Å©±â¸¦ Á¶ÀýÇØÁÖ¼¼¿ä */
			z-index: 1;
			transition: background 0.2s ease;
		}
		
		.brand-button:hover .ztechnik {
			background: url("https://s-motors.info/wp-content/uploads/2023/12/ztechnik-logo-white.svg") no-repeat;
		}
		
		.accordion {
            background-color: transparent;
			overflow: hidden;
		}
		
		.accordion-content {
            background-color: transparent;
			display: none;
			overflow: hidden;
		}
/* BASIC css end */

