/* µ¿¿µ»ó ÆË¾÷ */
/*.reveal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999998; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.8);}*/

.video-popup-closer { position:fixed; height:1px; top:0; left:0; right:0; bottom:0;  z-index:998; }
.btn-close-popup { position:absolute; width:50px; top:20px; right:20px; z-index:-1;}

.video-wrapper { margin:0 auto; margin-top:40px; padding-left:20px; width: 1260px; /* ÀüÃ¼ ³Êºñ Á¶Á¤ */z-index: 999999; font-family:'Paperlogy-4Regular'; letter-spacing:0.04em;}
.video-wrapper_div2 {  float:left; position: relative; width: 500px; height: 742px; margin:0 10px; background: #000; border:1px #666 solid; }
.video-wrapper_div { position: relative; height: 738px; text-align:left; }
.video-wrapper iframe { position: absolute; width: 100%;height: 100%; border: 0; }

.video-content-wrapper {  float:left; text-align:left; width: 700px;  height: 742px;  margin:0 10px; padding:30px; color: #fff; font-size: 17px; background: #000; line-height: 26px; border:1px #666 solid; box-sizing:border-box; overflow-y: auto; letter-spacing:0.09em; /* ³»¿ëÀÌ ¸¹À» °æ¿ì ½ºÅ©·Ñ */}
.video-content-wrapper img { width:100%; }

.video-tit-wrapper, .video-link-wrapper { width: 100%; text-align: center; margin-top: 15px; margin-left:-10px; }

.video-tit { display: inline-block; margin:0 10px; padding: 30px 40px 15px 40px; font-size: 20px; color: #fff; }
.video-link { display: inline-block; margin:0 10px; padding:0 30px; font-size: 18px; color: #ffffff; height:46px; line-height:46px; background: #007bff;  border-radius: 24px; transition: background-color 0.3s; }
.video-link:hover { background: #fff; color: #000; text-decoration: none; }

/* ½ºÅ©·Ñ¹Ù Ä¿½ºÅÒ */
.video-content-wrapper::-webkit-scrollbar { width: 5px;}
.video-content-wrapper::-webkit-scrollbar-thumb { background-color: #aaa; border-radius: 10px;}
.video-content-wrapper::-webkit-scrollbar-track { background-color: rgba(88, 50, 120, 0.1);}