.random {margin:11.5rem 1.5rem 1.5rem 1.5rem;position:relative;border-radius: 1rem;width: calc(100% - 3rem);padding: 1.5rem 2rem;min-height: 13rem;background: url('../sub/menu1_today.png') no-repeat 100% /cover;}
.random a {display: flex; justify-content: space-between; align-items: start; flex-direction: column;height: calc(13rem - 3rem); width: 100%;}
.random .one_title {color: #fff;font-size: 2.2rem;font-weight: 500;margin-bottom: .5rem;height: 5rem;line-height: 1.2;text-overflow: ellipsis;overflow: hidden;word-break: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.random p {color: #fff;font-size: 1.6rem;opacity: .8;}


/* 리스트 */
.result_list {background-color: #f3f3f3;}
.result_list h1 {padding: 1.5rem 2rem;font-weight: bold;font-size: 2.2rem;border-bottom: 1px solid #ddd;background-color: #fff;font-weight: 800;}
.result_list ul {}
.result_list ul li {}
.result_list ul li a {font-size: 1.8rem;padding: 1.5rem 2rem;border-bottom: 1px solid #ddd;display: block;width: 100%;background-color: #f3f3f3;}
.result_list ul li a:hover {filter: brightness(.9);}

