
/* ************************************** *
 * Pretendard
 * ************************************** */
 @font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('../pretendard/Pretendard-Regular.subset.woff') format('woff2'),
         url('../pretendard/Pretendard-Regular.subset.woff') format('woff')
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('../pretendard/Pretendard-Bold.subset.woff2') format('woff2'),
         url('../pretendard/Pretendard-Bold.subset.woff') format('woff');
}


table{width: 100%;}
table th,table td{
    border: 1px solid #ededed;
    padding: 15px 10px;
    line-height: 1.5;
}
table th{
    background-color: #ddd;
}

.work-single__gallery p{
    font-size: 16px;
    line-height: 1.5;
}
.work-single__gallery ul{
    margin-top: 20px;
}
.work-single__gallery li{
    font-size: 16px;
    line-height: 1.5;
}