@charset "utf-8";

.ubox {	
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 7px;
	box-sizing: border-box;
	
}
.ubox .it {
	font-size: 1.2rem;
	border-right: 1px solid #dddddd;
	padding-right: 10px;
	margin-right: 10px;
	white-space: nowrap;
	flex-shrink: 1;	
	display: flex;
	min-width: 50px;
	color:#999999;
}
.ubox .itext {
   font-size: 1.2rem;
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	align-items: stretch;
	
}
.ubox .itext .btn-list{
   color:#ffffff;
   font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00aaff;
	width:30px;	
	cursor: pointer;
	border-radius: 5px;
}
.ubox .itext .btn-list:hover{
   background-color: #00ccff;
}
.ubox .itext input,.ubox .itext textarea  {	
	font-size: 1.1rem;
	font-weight: normal;
	border: none;
	width: 100%;
	background-color: transparent;
	margin-right: 15px;
}

.ubox .itext textarea {	
	height: 60px;
}

.ibtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height:40px;	
	background-color:#80bb22;
	margin-right:10px;
	color:#ffffff;
	cursor:pointer;
	padding-left: 15px;
	padding-right:15px;
	font-size: 1rem;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.ibtn:hover {
	background-color:#4b9100;
}


#bk_gray{
	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);
}
.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{
	width:66px;
	background-image:url(../images/dialog.png);
	display:block;
	background-position: 25px 12px;
	background-repeat:no-repeat;
}
.dialogbox .dtbar .dclose:hover{
	background-position: -75px 12px;
}

.dialogbox .dcontents {
	padding: 30px;	
}
.dialogbox .msgtext {
	font-size: 1.2rem;
	text-align: center;
}
.dialogbox .ibox{
	margin-bottom: 10px;
}
.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;
}
.dialogbox .sysbtns div:hover {
	background-color:#00ccff;
}
#download {
	width:300px;
}
.dcontents-download {
	display: flex;
	flex-direction: column;
}
.dcontents-download a{
	margin-bottom: 15px;
	color:#00aaff;
	display: block;
}
.dcontents-download a:hover{
	margin-bottom: 15px;
	color:#000000;
}


#mobile {
	width:400px;
}

.dcontents-mobile {
	display: flex;
	flex-direction: column;
}

.dcontents .tabs {
  display: flex;
  height: 50px;
}
.dcontents .tabs div {
  display: flex;
  flex: 1;
  cursor: pointer;
  justify-content: center;
  background-color: #dddddd;
  align-items: center;
}
.dcontents .tabs .current {
  background-color: #00aaff;
  color:#ffffff;
}

.dcontents .tabs-container {
  margin-top: 25px;
}
.dcontents .tabs-container .tc-box {
  display: flex;  
}
.dcontents .tabs-container .qrcode {
  margin-right: 15px;
}
.dcontents .tabs-container .note {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dcontents .tabs-container .note .text{
  padding-top: 20px;
  padding-bottom: 20px;
}
.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;
}
.dcontents .tabs-container .note .btn:hover {
   background-color: #00ccff;
}

#share {
   width: 640px;
   height: auto;
}
.dcontents-share {
	
}
.dcontents-share .url-page {
   margin-bottom: 15px;	
}
.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;	
}
.dcontents-share .title{
   padding: 5px 0px 5px 0px;
   font-size: 1.2rem;	
}

.dcontents-share .sicos{
   display: flex;
   margin-bottom: 15px;	
   justify-content: space-between;	
}
.dcontents-share .sico{
   max-width: 58px;
   max-height: 58px;	
}
.dcontents-share .sico:hover{
   opacity: 0.7;	
}
.dcontents-share .starttime input{
   padding: 5px;
   border: 1px solid #cccccc;
   background-color: #ffffff;
   width:5rem;
   margin-left: 15px;	
   font-size: 1.2rem;	
   text-align: center;
}
.dcontents-share .starttime .title{
   font-size: 1rem;	
   padding: 5px 0px 10px 0px;
}
.dcontents-share .embed {
   display: flex;	
}
.dcontents-share .embed input{
   padding: 5px;
   border: 1px solid #cccccc;
   background-color: #ffffff;
   flex: 1;	
}
.dcontents-share .embed button{
   padding: 10px;
   background-color: #cccccc;
   display: flex;
   white-space: nowrap;
   justify-content: center;
   min-width: 100px;
   cursor: pointer;
}
.dcontents-share .embed button:hover {
   background-color: #dddddd;	
}


.countries-box{
   width:1000px;
   height:600px;
   overflow-y: auto;
   display: flex;
   flex-wrap: wrap;
 }
.languages-box{
   width:1000px;
   height:450px;
}
.ta-box{
   width:450px;
   height:150px;
 }

.countries-box div {
   padding: 5px;
   width: 20%;
   overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;
   box-sizing: border-box;
   cursor: pointer;
   border: 1px solid transparent;
   order:2;
   display: flex; 
   align-items: stretch;
}
.ta-box div {
   width: 30%;
}
.countries-box input {
   width:17px;
   height: 17px;
   margin-right: 5px;
   flex-shrink: 0;
   margin-top: 3px;
}
.countries-box label {
   color:#666666;
   flex-grow: 1;
}
.countries-box label span {
   color:#333333;
   margin-right: 10px;
}

.countries-box div:hover {
   background-color: #dddddd;
   border: 1px solid #999999;
}

#esaving{
	min-width: 300px;
}


@media screen and (max-width: 970px) {
#share {
   width: 95%;
   height: auto;
}	
.dcontents-share .sicos{
   display: flex;
   margin-bottom: 0px;
}
	
#elanguages {
   box-sizing: border-box;	
   width: 100vw;
   height: 100vh;	
}	
	
.dialogbox .dcontents {
   padding: 15px;
   box-sizing: border-box;

}
	
.languages-box {
   width: auto;
   height: auto;
   overflow-y: auto;
   max-height: calc(100vh - 100px);	
}	
.countries-box div {
   width:33%;
 	
}
.countries-box label{	
   overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;  	
}
	
}

#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;
}




