body {
    position: relative;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
    margin: 0 auto;
	padding: 0;
	background: url(../images/bg.png) no-repeat;
	background-size: 100%;
}

.header {
    position: absolute;
    left: 232px;
    top: -11px;
}

.header .video_tit {
    font-family: 'NotoSansB';
    color: #fff;
    font-size: 42px;
    display: inline-block;
}

.header .video_tit img {
    vertical-align: -5px;
    margin-right: 10px;
}

div.video {
    position: relative;
    width: 1458px;
    height: 924px;
    padding: 20px 20px 0 20px;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: auto;
    position: absolute !important;
    background: #dfdfdf;
    border: 2px solid #186f94;
    border-radius: 30px;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

div.video div.playcontroller {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	bottom: 27px;
	width: 95.6%;
	border-radius: 50px;
	height: 56px;
	font-family: 'NotoSansM', sans-serif;
	color:#6e6e6e;
	text-align:left;
	-webkit-transition:bottom 0.2s;
	-moz-transition:bottom 0.2s;
	transition:bottom 0.2s;
	font-size: 22px;
	white-space: nowrap;
	opacity: 1 !important;
}

div.video div.playcontroller>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

div.video .btns {
	position:relative;
	display:inline-block;
	margin:auto;
	top:0px;
	height: 100%;
}

div.video .btns img {
	margin-right:10px;
	cursor:pointer;
	display:inline-block;
	width: 56px;
	height: 56px;
}

div.video .btns img:last-child {
    margin-right: 0;
}

div.video .btns .btnPause {
	display: none;
}

div.video div.statusBar {
    position:relative;
    display:inline-block;
    /* top: 14px; */
    /* left: 80px; */
    /* width: 73%; */
    width: 580px;
    height: 10px;
    margin-left: 30px;
    margin-right: 10px;
    background:#d1d1d1;
    border-radius:15px;
    -webkit-transition:width 0.1s;
    -moz-transition:width 0.1s;
    transition:width 0.1s;
}

div.video div.seeker {
    position:absolute;
    display:block;
    background-color:#ffffff;
    height: 10px;
    width:0%;
    top:0;
    left: 0px;
    /* -webkit-transition:width 0.1s;
	-moz-transition:width 0.1s;
    transition:width 0.1s; */
    border-radius:15px 0 0 15px;
}

div.video video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 25px;
}

div.video .videoSeekBtn  {
    position: absolute;
    top: -8px;
    left: 0;
    width: 26px;
    height: 26px;
    margin-left: 30px;
    background: url(../images/video/btnBar.png) no-repeat;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateX(-33px);
    -moz-transform: translateX(-33px);
    -ms-transform: translateX(-33px);
    transform: translateX(-33px);
}

div.video .videoTimeNow,
div.video .videoTimeAll,
div.video .ss {
    display:inline-block;
    text-align: center;
}

div.video .videoTimeAll{
    margin-right: 30px;
}

div.video .videoTimeNow {
    margin-left: 20px;
}

/* div.video .videoMute {
    width:46px; height:46px;
    border:none; outline: 0;
    cursor:pointer;
    background:url("../images/video/btnMute.png") no-repeat;
    margin-left: 20px;
}

div.video .videoMute.on {
    background:url("../images/video/btnMuteOn.png") no-repeat;
}

div.video .videoFullscreen {
    position: absolute!important;display:inline-block;
    top: 16px; right:30px; width:46px; height:46px;
    border:none; outline: 0; cursor:pointer;
    background:url("../images/video/btnFull.png") no-repeat;
}

div.video.videoFull .videoFullscreen {
    background:url("../images/video/btnFullOn.png") no-repeat;
}

div.video .videoVolume {
    position:relative;display:inline-block; top:14px; right:85px; height:30px; background:url("../images/video/bgVolume.png") no-repeat; display:flex;
}

div.video .videoVolume span  {
    display:inline-block; width:11px; height:30px;
}

div.video .videoVolume span.on {
    background:url("../images/video/bgVolumeOn.png") no-repeat;
} */
div.video .toggle_w {
    position: relative;
    width: 112px;
    height: 56px;
}

div.video .toggle_w div {
    position: absolute;
    cursor: pointer;
    width: 50%;
    height: 100%;
}

div.video .toggle_w .k_btn {
    top: 0;
    left: 0;
}

div.video .toggle_w .j_btn {
    top: 0;
    right: 0;
}


div.video .videoFClose{
    display:block;
    position:absolute;
    /* content:''; */
    top:10px;
    right:10px;
    width:71px;
    height:71px;
    background:url("../images/video/btnClose.png") no-repeat;
    background-size:100%;
    cursor:pointer;
    display:none;
}

div.video.videoFull .videoFClose {
    display: block;
}

.videoFull, .videoFull video{
    width:100%!important;
    height:100%!important;
}

div.videoFull div.statusBar {
    width: 73%;
}

div.videoFull .videoFullscreen{
    background:url("../images/video/btnFull.png") no-repeat;
}

/* div.video.videoFull div.playcontroller {
    bottom:-75px;
    -webkit-transition:bottom 0.2s;
    -moz-transition:bottom 0.2s;
    transition:bottom 0.2s;
} */

div.video .volumeBar {
    width: 120px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    transition: width 0.1s;
    margin-left: 10px;
}

div.video div.vseeker {
    position:absolute;
    display:block;
    background-color:#ffffff;
    height:10px;
    width:0%;
    top:0;
    left:0px;
    border-radius:15px 0 0 15px;
}

div.video .volumeSeekBtn  {
    position: absolute;
    display: block;
    top: -5px;left: 0px;
    width: 18px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
    background:#fff;
    border-radius: 18px;
    box-shadow: 0px 1px 5px rgba(0,0,0,1);
    -webkit-transform: translateX(-9px);
    -moz-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
}

div.video .btnSubtitle {
    /* margin-left: 30px; */
    margin-right: 10px;
    cursor: pointer;
}

div.video>.subTitle {
    position:absolute !important;
    bottom: 105px;
    height: fit-content;
    width: 1416px;
    left: 20px;
    border-radius: 0 0 25px 25px;
    background: rgba(0,0,0,0.2);
font-family: 'NotoSansM';
    text-align: center;
    font-size: 46px;
    color: #fff;
    display: none;
    pointer-events: none;
    text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0px 2px #000, 0px 0px 2px #000, 2px 0px 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
    box-sizing: border-box;

}
 
 div.video>.subTitle.on {
    display: block;
}

.closeBtn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../images/btnClose.png) no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    float: right;
}

/* 역할 연습 추가 */
div.video .btnRoll {
    width: 156px;
    height: 56px;
    background: url(../images/video/role.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    cursor: pointer;
    /* display: none !important; */
}

div.video .btnRoll:hover,
div.video .btnRoll.on {
    background: url(../images/video/role_h.png) no-repeat;
}

.rolePlaying{
    background: #dfdfdf;
    width: 92px;
    height: auto;
    text-align: center;
    padding: 12px 0px 6px 0px;
    position: absolute;
    bottom: 0px;
    left: 1480px;
    border-radius: 100px;
    border: 1px solid #186E93;
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: none;
}

.roleCha {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #C7C7C7;
    border-radius: 50%;
    cursor: pointer;
    margin: 2px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.roleCha img{
    width: 100%;
}

.roleCha.on{
    border: 4px solid #329ECC;
}
.roleCha.on::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../images/video/check.png') no-repeat center center rgba(0, 0, 0, 0.1);
}

.sans_jp{
	font-family: 'Noto Sans JP' !important;
 	font-weight: normal;
}

.fw500 {
	font-weight: 500 !important;
}