@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap&subset=korean');

html:has(body.mce-content-body) {display:block;background:#f4f4f4;}
body.mce-content-body {display:block;max-width:840px;min-height:400px;margin:20px auto;background:#fff;outline:solid 1px #ccc;}

.work-contents {font-size:16px;text-align:left;line-height:1.6;font-family:'Noto Sans KR',sans-serif;}
.work-contents p {padding:0;margin:0;}

.work-photos {text-align:center;}
.work-photos img {max-width:100%;}
.work-photos p.yt-media-frame {display:block;position:relative;padding-bottom:58%;margin-left:auto;margin-right:auto;}
.work-photos p.yt-media-frame iframe {position:absolute;left:0;top:0;width:100%;height:100%;}
.work-photos p.yt-media-frame.yt-shorts {position:static;padding-bottom:0;text-align:center;}
.work-photos p.yt-media-frame.yt-shorts iframe {position:static;width:388px;height:690px;}

@media all and (max-width:480px) {
	.work-photos p.yt-media-frame.yt-shorts iframe {width:320px;height:565px;}
}