.watch-con { display:flex; align-items:center; margin-bottom:35px; }
.watch-con .watch_L { width:31%; margin:0 4% 0 0; }
.watch-con .watch_R { width:65%; margin-top:10px; }
.watch-con img { width:100%; }
.watch-txt { font-size:20px; font-weight:bold; display:ruby; }
.watch-txt p { margin-top:15px; width:100%; }
.watch-txt .black { background:#000; color:#fff; border-radius:20vw; padding:2px 16px; margin-right:5px; }
.watch-txt span { font-size:12px; font-weight:400; }
.watch-con ol { color:#2d3033; list-style:inside; margin-top:20px; }
.phonedetail {
    background-color: #18181a;
}
@media (max-width: 767px) {
	.watch-con { display:block; margin-bottom:0; }
	.watch-con .watch_L { width:80%; margin:0 auto; }
	.watch-con .watch_R { width:100%; margin-top:20px; }
	.watch-txt p { line-height:26px; }
}
@media (max-width: 430px) {
	.watch-con .watch_L { width:100%; margin:0 auto; }
}
