@charset "utf-8";
#dialogbox_container{
	position:fixed;
	left:0;
	top:0;
	z-index:2000;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.dialogbox {
	background-color: #f5f5f5;	
	z-index: 210;
	visibility: hidden;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	overflow: hidden;
    min-width: 230px;
}
.dialogbox .dtbar {
	background-color: #e5e5e5;
	height:40px;
	border-bottom:#cccccc 1px solid;
	display: flex;
	justify-content: space-between;
}
.dialogbox .dtbar .dtitles{
	padding-left:25px;	
	flex: 1;
	color:#666666;
	display: flex;
	align-items: center;
}

.dialogbox .dtbar .dclose{
	padding: 0px 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    justify-content: center;
}

.dialogbox .dtbar .dclose:after{
    font-family: 'tvicos';
    content: "\e903";
    font-size: 1.3rem;
    background-color: rgba(0,0,0,0);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:rgba(0,0,0,0.5);
    line-height: 1;
}
.dialogbox .dtbar .dclose:hover:after{
    background-color: rgba(0,0,0,0.1);
    color:rgba(0,0,0,0.9);
    transition: all 0.3s;
}

.dialogbox .dcontents {
	padding: 25px;	  
}

.dialogbox .msgtext {
	font-size: 1.2rem;
	text-align: center;
}

.dialogbox .sysbtns {	
	align-items: flex-end;
	width:100%;
	text-align:center;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.dialogbox .sysbtns div {
	width:130px;
	height:40px;
	background-color:#00aaff;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
	color:#ffffff;
	cursor:pointer;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 50px;
}
.dialogbox .sysbtns div:hover {
	background-color:#00ccff;
}



.dialogbox .dcontents-download {
	display: flex;
	flex-direction: column;
	padding: 25px;	
    min-height: 117px;
}
.dialogbox .dcontents-download a{
	margin-bottom: 15px;
	color:#00aaff;
	display: block;
}
.dialogbox .dcontents-download a:hover{
	margin-bottom: 15px;
	color:#000000;
}
.dialogbox .dcontents-bkloading{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}


.dialogbox.dialogbox-mobile {
	width:400px;
}
.dialogbox .dcontents-mobile {
	display: flex;
	flex-direction: column;
}

.dialogbox .dcontents .tabs {
  display: flex;
  height: 40px;
}
.dialogbox .dcontents .tabs div {
  display: flex;
  flex: 1;
  cursor: pointer;
  justify-content: center;
  background-color: #dddddd;
  align-items: center;
  border-radius: 20px; 
  margin-right: 10px;  
} 
.dialogbox .dcontents .tabs div:last-of-type {
  margin-right: 0px;    
}
.dialogbox .dcontents .tabs .current {
  background-color: #00aaff;
  color:#ffffff;
}

.dialogbox .dcontents .tabs-container {
  margin-top: 25px;
}
.dialogbox .dcontents .tabs-container .tc-box {
  display: flex;  
}
.dialogbox .dcontents .tabs-container .qrcode {
  margin-right: 15px;
}
.dialogbox .dcontents .tabs-container .note {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialogbox .dcontents .tabs-container .note .text{
  padding-top: 20px;
  padding-bottom: 20px;
}
.dialogbox .dcontents .tabs-container .note .btn{
   background-color: #00aaff;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   width:100px;
   height: 35px;
   color:#ffffff;
   margin-top: 20px;
}
.dialogbox .dcontents .tabs-container .note .btn:hover {
   background-color: #00ccff;
}



#dialog_share {
   width: 640px;
   height: auto;
}
.dialogbox .dcontents-share {
	
}
.dialogbox .dcontents-share .url-page {
   margin-bottom: 15px;	
   display: flex;	
}
.dialogbox .dcontents-share .url-page input{
   width:100%;
   box-sizing: border-box;	
   padding: 5px;
   border: none;	
   border-bottom: 1px solid #cccccc;
   background-color: transparent;
   font-size: 1rem;	
   flex:1;
}
.dialogbox .dcontents-share .url-page button{
   padding: 10px;
   background-color: #cccccc;
   display: flex;
   white-space: nowrap;
   justify-content: center;
   min-width: 80px;
   cursor: pointer;
   border-radius: 30px;	
}
.dialogbox .dcontents-share .url-page button:hover {
   background-color: #dddddd;	
}

.dialogbox .dcontents-share .title{
   padding: 5px 0px 5px 0px;
   font-size: 1.2rem;	
}

.dialogbox .dcontents-share .sicos{
   display: flex;
   margin-bottom: 15px;	
   justify-content: space-between;	
}
.dialogbox .dcontents-share .sico{
   max-width: 58px;
   max-height: 58px;
   border-radius: 30px;
   overflow: hidden;	
}
.dialogbox .dcontents-share .sico:hover{
   opacity: 0.7;	
}
.dialogbox .dcontents-share .start-time input{
   padding: 5px;
   border: 1px solid #cccccc;
   background-color: #ffffff;
   width:5rem;
   margin-left: 15px;	
   font-size: 1.2rem;	
   text-align: center;
   border-radius: 30px;	
}
.dialogbox .dcontents-share .start-time .title{
   font-size: 1rem;	
   padding: 5px 0px 10px 0px;
}
.dialogbox .dcontents-share .embed {
   display: flex;	
}
.dialogbox .dcontents-share .embed input{
   padding: 5px 10px;
   border: 1px solid #cccccc;
   background-color: #ffffff;
   flex: 1;	
   border-radius: 30px;	
   margin: 0px 5px 0px 0px;	
}
.dialogbox .dcontents-share .embed button{
   padding: 10px;
   background-color: #cccccc;
   display: flex;
   white-space: nowrap;
   justify-content: center;
   min-width: 80px;
   cursor: pointer;
   border-radius: 30px;	
}
.dialogbox .dcontents-share .embed button:hover {
   background-color: #dddddd;	
}


/*subtitles*/
.dialogbox.dialogbox-search-subtitles{

}
.dialogbox.dialogbox-search-languages{

}
.dialogbox .items-box{
   overflow-y: auto;
   display: flex;
   flex-wrap: wrap;
}
@media screen and (min-width: 970px) {
.dialogbox .items-box{
   scrollbar-width: thin;
   scrollbar-color: #cccccc #e5e5e5;    
}
.dialogbox .items-box::-webkit-scrollbar {
	width: 12px;
}
.dialogbox .items-box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #cccccc;
}
.dialogbox .items-box::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #e5e5e5;
}
}
.dialogbox .subtitles-box,
.dialogbox .languages-box{
   max-width:1200px;
   max-height: calc(100vh - 150px);
}


.dialogbox .items-box div {
   display: flex;
   box-sizing: border-box;
}
.dialogbox .subtitles-box div {
   width: 25%;
}
.dialogbox .languages-box div {
   width: 25%;
}

.dialogbox .items-box label {
   padding: 3px 15px;
   display: inline-block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   box-sizing: border-box;
   cursor: pointer;
   order:2;   
   align-items: stretch;
   color:#333;
}
.dialogbox .items-box .current label {
   color:#00aaff;
}

.dialogbox .items-box label .note {
   color:#999;
   margin-left: 2px;
}
.dialogbox .items-box div:hover {   

}
.dialogbox .items-box div:hover label{
   background-color: #fff;
   border-radius: 20px;	
   color:#00aaff;     
}


#esaving{
	min-width: 300px;
}

@media screen and (max-height: 600px) {
.dialogbox .dcontents {
    padding: 15px;
}    
.dialogbox .subtitles-box,
.dialogbox .languages-box{
   max-width:1200px;
}

}

@media screen and (max-width: 970px) {
.dialogbox {    
   margin: 15px;
   max-width: 640px;    
}
.dialogbox.dialogbox-search-languages,
.dialogbox.dialogbox-search-subtitles {
   box-sizing: border-box;	
   width: calc(100vw - 30px);
   height: calc(100vh - 30px);    
   margin: 0px;
   max-width: 640px;   
}
    
#dialog_share {
   width: 100%;
   height: auto;
}
.dialogbox .dtbar .dtitles {
    padding-left: 15px;
}     
.dialogbox .dcontents-share .sicos{
   display: flex;
   margin-bottom: 10px;
}
.dialogbox .dcontents-share .sico {
    max-width: 35px;
    max-height: 35px;
}	
.dialogbox .dcontents-share .sico:nth-of-type(7),
.dialogbox .dcontents-share .sico:nth-of-type(8)	{
    display: none;
}	
	
	
.dialogbox .dcontents {
   padding: 15px;
   box-sizing: border-box;
}
.dialogbox .dcontents-download {
   padding: 25px;	
}

.dialogbox .languages-box,
.dialogbox .subtitles-box {
   width: auto;
   height: auto;
   overflow-y: auto;
   max-height: calc(100vh - 200px);	
}
.dialogbox .languages-box div,	
.dialogbox .subtitles-box div {
   width:100%;
}    
.dialogbox .dcontents-share .title{
   font-size: 1rem;		
}
   
}


#ebrowser {
   
}
.ebrowser {
   width:750px;
   position: fixed;
   top:50%;	
   left: 50%;
   margin-top: -260px;		
   margin-left: -375px;
}
.ebrowser .dtbar{
	display: flex;
	background-color: #00aaff;
	padding: 15px 0px 10px 0px;
	text-align: center;
	position: relative;
	height: auto;
	justify-content: center;
}
.ebrowser .dtbar .dticon{
	
}
.ebrowser .dtbar .dticon img{
	width:80px;
}
.ebrowser .dtbar .dclose{
	position: absolute;
	top:0px;
	right:0px;
	width: 100px;
	height: 100px;
	background-image: url(../images/browser/btn_close.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	opacity: 0.7;
}
.ebrowser .dtbar .dclose:hover{
	background-position: center center;	
	opacity: 1;
}
.ebrowser .ebrowser-box {
	
}
.ebrowser .ebrowser-box .ptitle{
	padding: 10px 0px 30px 0px;
	font-size: 1.25rem;
	text-align: center;
}
.ebrowser .ebrowser-box .icons{
	margin-bottom: 40px;
	text-align: center;
}
.ebrowser .ebrowser-box .icons a{
	display: inline-block;
	text-align: center;
	font-size: 0.875rem;
	color:#00aaff;
	width: 130px;
}
.ebrowser .ebrowser-box .icons a:hover{
	opacity: 0.7;
}
.ebrowser .ebrowser-box .icons a img{
	display: block;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.ebrowser .ebrowser-box .icons a span{
	display: block;
	text-align: center;
	text-decoration: underline;
}
.ebrowser .ebrowser-box .ptext{
	text-align: center;
	font-size: 0.875rem;
}

@keyframes dialogbox-light {
  0% {
    filter: brightness(95%);
  }
  50% {
    filter: brightness(105%);
  }
  100% {
    filter: brightness(95%);
  }
}

.dialogbox-light {
  animation: dialogbox-light 0.2s 3;
}

#dialog_large_img {

}
.dcontents-large-img {
   background-color: #fff;
}
.dcontents-large-img img{
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 100px);
}