		.shakeTitle {
		    margin-bottom: 48px;
		    text-align: center;
		}

		.shakeTitle h2 {
		    font-weight: bold;
		    font-size: 48px;
		    line-height: 1;
		    color: #000;
		    margin-bottom: 16px;
		}

		.shakeTitle p {
		    font-size: 18px;
		    line-height: 28px;
		    color: #666666;
		}

		.shakeQuestion {
		    padding: 80px 0;
		    background: oklch(97% .01 85);
		}

		.skqCont {
		    width: 768px;
		    max-width: calc(100% - 32px);
		    margin: 0 auto;
		}

		.shakeQuestion ul {
		    display: flex;
		    flex-direction: column;
		    gap: 24px;
		}

		.shakeQuestion li {
		    display: flex;
		    flex-direction: column;
		    gap: 25px;
		    background: #FBF7F9;
		    border-radius: 20px;
		    padding: 24px;
		    box-sizing: border-box;
		    border: 4px solid #CCCCDB;
		    transition: all .3s;
		}

		.shakeQuestion li:hover {
		    border: 4px solid #802d7c;
		    box-shadow: 0 20px 25px -5px #0000001a;
		}

		.shakeQuestion li h2 {
		    font-weight: bold;
		    font-size: 18px;
		    line-height: 28px;
		    margin-bottom: 12px;
		    color: oklch(25% .02 330);
		}

		.shakeQuestion li p {
		    font-size: 16px;
		    line-height: 26px;
		    color: oklch(45% .02 285);
		}

		@media screen and (max-width: 780px) {
		    .shakeTitle h2 {
		        font-size: 36px;
		        line-height: 40px;
		        margin-bottom: 16px
		    }
		}