@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');




    .brake_pad3-product-container {
      	width: 1000px;
		border-radius: 5px;
		margin: 50px 0 0 0;
		padding: 100px 0 80px 0;
		position: relative;
		position: relative;
		background: #f7f7f7 url('https://nshinwon.synology.me/Shop/Vesrah/pdf/vesrah-logo.svg') no-repeat 90% top; /* 배경 이미지와 색상 함께 설정 */
  		background-size: 20%;
    }

	.brake_pad3-container-title1 {
		font-family: 'Noto Sans KR', sans-serif;
      	font-size: 24pt;
		font-weight: 500;
		color: #41474f;
      	margin-bottom: 5px;
		padding: 0 30px 0 30px;
    }

    .brake_pad3-product-detail {
      	display: flex;
      	width: 100%;
      	padding: 10px 0;
    }

    .brake_pad3-product-description {
		font-family: 'Noto Sans KR', sans-serif;
    	font-size: 14pt;
		font-weight: 400;
		color: #41474f;
		padding: 0 30px 0 30px;
		white-space: pre-line;
    }

    .brake_pad1-product-container {
		margin: 50px 0 50px 0;
      	width: 1000px;
    }

	.brake_pad1-container-title1 {
		font-family: 'Noto Sans KR', sans-serif;
      	font-size: 20pt;
		font-weight: 600;
		color: #41474f;
      	margin-bottom: 5px;
		padding: 0 0 0 30px;
    }

    .brake_pad1-product-detail {
      	display: flex;
      	width: 100%;
      	border-bottom: 1px solid #aaa;
      	padding: 20px 0;
    }

    .brake_pad1-product-name {
		font-family: 'Noto Sans KR', sans-serif;
    	font-size: 14pt;
		font-weight: 600;
		color: #41474f;
		padding-left:30px;
     	width: 30%;
    }

    .brake_pad1-product-description {
		font-family: 'Noto Sans KR', sans-serif;
    	font-size: 14pt;
		font-weight: 400;
		color: #41474f;
		padding-right: 30px;
      	width: 70%;
		white-space: pre-line;
		text-decoration: none;
    }

	.brake_pad-sheet1, .brake_pad-sheet2 {
		font-family: 'Noto Sans KR', sans-serif;
    	font-size: 14pt;
		font-weight: 400;
		color: #41474f;
		text-decoration: none;
		background-color: transparent;
		border: 0;
		text-align: left;
		cursor: pointer;
		padding: 0;
    }
	  
    .brake_pad-sheet1:hover, .brake_pad-sheet2:hover {
		color: #f9b600;
		text-decoration: none;
    }









