/*popup*/
#cast_dt {
border:4px solid #0134d7; 
border-radius:3vw;
position: relative; padding:0;background-color:#eee;
background-image:url(../img/planet.png),url(../img/space.jpg);
background-repeat:no-repeat,no-repeat;
background-position:center bottom,center bottom;
background-size:100%,cover;
overflow: hidden;
}
#cast_dt #mainbox {width:92%; height:100%; margin:0 auto; padding:0 0 2vw; position:relative;
font-family: "m-plus-rounded-1c", sans-serif;
font-weight: 400;
font-style: normal;
}
#cast_dt h1 {position:relative; color:#fff; font-size:3vw; padding:3vw 0 1vw; line-height:130% !important;}
#cast_dt p{color:#0134d7; font-weight: 500; line-height:130% !important; background-color:rgba(255,255,255,.7); border-radius:2vw; padding:2vw;}
#cast_dt figure.ph_80{width:80%; margin:1em auto;}
#cast_dt figure.ph_90{width:90%; margin:1em auto;}
#cast_dt figure.ph_100{width:100%; margin:1em auto;}
#cast_dt {position:absolute; top:10% !important; left:50%; z-index:10001 !important;}
#cast_dt .btn-w-close a{display:block; width:5vw; height:5vw; background:url(../img/close.svg) no-repeat center center; background-size: contain; margin:0 auto;}
#cast_dt .btn-w-close a{cursor:pointer;}

@media all and (min-width: 768px) {
#cast_dt {width:80%; height:auto; margin-left:-40%;}
#cast_dt p.ovtxt {padding:0 1.6em .5em 0; height:285px; overflow-x: hidden; overflow-y:scroll; border-right:none;}
.ovtxt::-webkit-scrollbar{width:2px; background:none;}
.ovtxt::-webkit-scrollbar-track {background:none;}
.ovtxt::-webkit-scrollbar-corner {display: none;}
.ovtxt::-webkit-scrollbar-thumb {background-color:rgba(126,0,255,.7); border-radius:20px;}
#cast_dt .btn-w-close{position:absolute;right:2%; bottom:2.5%;}
#cast_dt.dogs .btn-w-close{position:absolute;right:0; left:0; bottom:4%; margin:auto;}
}

@media all and (max-width: 767px) {
#cast_dt {width:90%; margin:0 0 0 -45% !important; border-radius:4vw; }
#cast_dt #mainbox {padding:0 0 .25vw;}
#cast_dt h1 {font-size:4.1vw; padding:4vw 0 1vw;}
#cast_dt p{font-size:3vw; padding:2.5vw;}
#cast_dt .btn-w-close a{width:7vw; height:7vw; margin:2.5% auto 2.5%;}
}

@media all and (min-width: 768px) {
.nobr{display: none;	} 
}
.alt {position:absolute;top:-5000px;left:-9999px;}
