/* 폴라로이드 Style */
h4 {
    text-align: center;
    font-family: 'S-CoreDream-3Light';
}
.box-4 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: #f3f3f3;
    padding: 15px 5px 5px 5px;
    position: relative;
	font-size: 1.1em;
    z-index: 1;
}

.box-4:after {
    align-items: center;
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    bottom: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    right: 10px;
}
