*:focus { outline:none; }

html{
	margin:0;
	width:100% !important;
	height:100%; /* 100vh; */
	max-width:1000px;
}

body{
	margin:0;
	height:100% !important;
	width:100% !important;
	/* overflow:hidden !important; */
	overscroll-behavior-y: contain;
	
    padding: 0;
  		background-color: #F7F7F7;			
}
#popup_late{
	width:98%;
	height:158px;
	position: absolute;
	left:1%;
	top:20%;
	background: #fff;
	display:none;
	
	border-radius: 15px;
	z-index: 99;
	
	border:2px solid gray;
}


.popTxtDiv_late{
	margin:70px 0 40px  0px;
	text-align:center;
}

button{
	border-width:0;
	background-color:black;
}


#remotevideo{
	display:none;
}

/******************************************
 ************** PORTRAIT  *****************
 ******************************************/
.portrait .topDiv, .portrait .bottomDiv{
	height:50px;
	background-color:black;
	text-align: center;
}
.portrait .top_btn{
	display: flex;
}
.portrait .bot_btn{
	display: flex;
}

.portrait .topDiv{
	padding : 0; /* 5px 0 0 5px; */
	height:50px;
}

.portrait .bottomDiv{
	padding : 0;
	height:70px;
}

.portrait .topDiv div button{
	margin : 5px 0 0 0;
	flex:1;
}

.portrait .bottomDiv div button{
	margin : 10px 0 0 0;
	flex:1;
}

.portrait .centerDiv{
	height: calc(100% - 120px);
	background-color:#1e1f23;
	/*text-align : center;*/
	display:flex;
	justify-content:center;
	align-items:center;
}

.portrait .mView{
	/* border: 1px solid red; */
	width : 100%;
	height : calc(100% - 2px);
	border-radius:6px;
	position: relative;
	overflow:hidden !important;
}

.portrait .m-gap{
   	margin-left: 0px !important;
}

.portrait .m-left{
   	margin-left:0px !important;

}

.portrait .m-left2{
   	margin-left:30px !important;
}


.portrait .main-video{
	width: 100%;
    margin: 0;
    height: 100%;
    object-fit: fill;
}

.portrait .sub-video{
	position:absolute;
	bottom:6px;
	right:4px;
	opacity : 0.9;
	 border: 1px solid #e6e661; /*노랑테두리*/
	z-index:10;
	width:100px;
}

.portrait .main-img{
	width:100%;
	/* border: 3px solid #0f0; 초록테두리 */
	margin : 0;
	position:absolute;
	top:0px;
	left:0px;		
}

.portrait .sub-img{
	position:absolute;
	bottom:6px;
	right:4px;
	opacity : 0.9;
	/* border: 1px solid #e6e661; 노랑테두리*/
	z-index:10;
	width:100px;
}


.portrait .sub-video2{
	position:absolute;
	bottom:6px;
	right:4px;
	opacity : 0.9;
	 border: 1px solid #e6e661; /*노랑테두리*/
	z-index:10;
	width:100%;
}

.portrait .sub-img2{
	position:absolute;
	bottom:6px;
	right:4px;
	opacity : 0.9;
	/* border: 1px solid #e6e661; 노랑테두리*/
	z-index:8;
	width:100%;
}





.portrait #chat{
	left:19px;
	bottom:78px;
	width: calc(100% - 38px);
}

/******************************************
 ************* LANDSCAPE  *****************
 ******************************************/


.landscape .topDiv, .landscape .bottomDiv{
    display: flex;
    align-items: center;
    padding : 0;
	height:100vh;
	background-color:black;
	float : left;

}
.landscape .topDiv{ width:50px; }	
.landscape .bottomDiv{ width:70px;}	

.landscape .top_btn{
	display:flex;
	height: 100%;
	flex-direction: column-reverse;
}

.landscape .bot_btn{
	display:flex;
	height: 100%;
	flex-direction: column-reverse;
	align-items: center;
}
.landscape .topDiv div button, .landscape .bottomDiv div button{
	padding : 0;
	flex:1;
}

.landscape .topDiv div button img{
	margin-left : 5px;
}

.landscape .bottomDiv div button img{
	margin-left : 10px;
}


.landscape .centerDiv{
	width: calc(100% - 120px);
	background-color:#1e1f23;
	height:100vh;
	display:flex;
	justify-content:center;
	float : left;
}

.landscape .mView{
	width : calc(100% - 2px);
	height : calc(100% - 6px);
	border-radius:6px;
	position: relative;
	overflow:hidden !important;
}

.landscape .m-gap{
   	margin-top: 0px !important;
}

.landscape .m-left{
   	margin:60px 0 0 0  !important;
}

.landscape .main-video{
	height:100%;
  width:100%;
  object-fit:fill;
	/* border: 3px solid #0f0; 초록테두리 */
	margin : 0;
}

.landscape .sub-video{
	position:absolute;
	bottom:0px;
	right:0px;
	opacity : 0.9;
	/* border: 3px solid #e6e661; 노랑테두리*/
	z-index:10;
	width:150px;
}

.landscape .main-img{
	height:100%;
	/* border: 3px solid #0f0; 초록테두리 */
	margin : 0;
	position:absolute;
	top:0px;
	left:0px;	
}

.landscape .sub-img{
	position:absolute;
	bottom:0px;
	right:0px;
	opacity : 0.9;
	/* border: 3px solid #e6e661; 노랑테두리*/
	z-index:10;
	width:150px;
}

.landscape #chat{
	left:78px;
	bottom:3px;
	width: calc(100% - 116px);
}







.vdo-border{
	border: 2px solid #f00;
}






/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* ---------------------------  WebRTC -------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

#videos{
	position: relative;
}


#webCanvas{
	display:none;
	position: absolute;
    top: 0;
    left: 0;
    margin : 0;
    width : 100%;
    /* border: 3px solid #f00; 빨강테두리*/
    z-index:20;
}



/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* ---------------------------  WebRTC -------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

#chat{
	position:absolute;

	height:200px;
	opacity: 0.9;
	/*
	border:1px solid black;
	background-color:blue;
	*/
	display:none;
	box-sizing:border-box;
	z-index:21;
	
}

#start img{
	width:35px;
	height:35px;
}

.toast-top-center-t50 {
  top: 50px;
  right: 0;
  width: 100%;
}
#toast-container.toast-top-center-t50 > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}




/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* ---------------------------  Chatting ------------------------------ */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

header{
    /*width: 100% - 1px;*/
    height: 40px;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    border-bottom: 3px solid black;
    background-color: #EEEEEE;
}

header input{
    float: right;
    margin: 2px;
    height: 40px;
}

header input.close_icon{
    width: 40px;
    background-image:url('/images/close.png');
    background-color: transparent;
    background-position:0px 0px;
    background-repeat:no-repeat;
    border: none;
}

header input.edit_btn{
    background-color: white;
    border-radius: 10px;
}

.full_row{
    width: 100%;
}

.text_Default{
    color: #505050;
    font-size: 0.9em;
    font-weight: bold;
}

#talkMain{
    /* padding: 5px; */
    margin: 20px 0;
}

#talkMainTitle{
    /* width: 100%; */
    padding: 5px;
    font-size: 1.6em;
    font-weight: bold;
    color:#1F77C9;
}

#talkMainText{
    /* width: 100%; */
    padding: 5px;
    margin: 5px 0;
    background-image:url('/images/talk.png');
    background-color: transparent;
    background-repeat:no-repeat;
    background-position: 95% center;
    /*float: left;*/
}

div.button_border{
  /*width: 100% - 10px;*/
  border: 1px solid lightblue;
  border-radius: 10px;
  padding: 4px;
  margin: 5px;
  margin-bottom: 10px;
}

div.button_border input{
  width:100%;
  height: 50px;
  font-size: 1.5em;
  color: white;
  border-radius: 10px;
  background: #1F77C9;

  background-repeat:no-repeat;
  background-position: 5px center;
  margin: 0 auto;
}

div.button_border div.bottom_text{
  text-align: center;
  font-size: 10pt;
  color: gray;
}

div.button_top_text{
  border-top: 1px solid gray;
  margin: auto 5px;
  margin-bottom: 10px;
}
div.button_top_text h3{
  color: #1F77C9;
  margin-bottom: 2px;
}



.radio_wrap{
    text-align: center;
    background-color: lightgray;
    padding: 8px;
    margin: 8px 2px;
    /*margin-left: 2px;
    margin-right: 2px;*/
    border-radius: 10px;
}

.talk_list_wrap{
    width: 95%;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    float: left;
}

.talk_list_main{
    width: 70%;
    /*height:100%;*/
    /*font-size: 0.7em;*/
    float: left;
}
.talk_list_main h4{
    color:#1F77C9;
    margin: 0px;
    font-size: 1.3em;
}
.talk_list_main div{
    font-size: 0.8em;
    margin: 0.5em 0;
}

.talk_list_sub{
    width: 29%;
    min-width: 70px;
    text-align: center;
    float: left;
}
.talk_list_sub h5{
    color:lightblue;
    margin: 5px 0;
}
.talk_list_sub div{
    display:inline-block;
    color: white;
    text-shadow: gray 1px 1px;
    background-color: lightgray;
    padding: 4px;
    margin: 5px 0;
    border-radius: 5px;
}


#chatDisplay{
    /*swk height: calc(100% - 42px - 63px - 5px); */
    /* height: calc(100% - 42px - 5px); */
    height: calc(100% - 42px - 0px);
    min-height:150px;
    
    background-color:white;
    /*height: 100%;*/
    overflow: auto;
    padding: 5px 5px 0px 5px;
    /*padding: 5px;*/
    /*padding-bottom: 40px;*/
}

#chatInput{
    background-color: gray;
    /* position: fixed; */
    font-size: 0;

    bottom: 0px;
    /*width: 100%;*/
    /*padding: 5px;*/
    /*margin-top:-30px;*/
    left: 0px;
    height: 42px;
    /*clear: both;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*white-space-collapse: discard;*/
    /* display: inline-block */
}

#chatAddFileUpload{
    font-size: 0px;
    position: absolute;
    width: 10%;
    height:42px;
    opacity: 0;
}

#chatAddFileBtn{
    /*position: absolute;*/
    width:10%;
    height:34px;
    margin: 3px;
    cursor:pointer;
    color: white;
    background-color: black;
    border-radius: 8px;
    border-color: transparent;
}



#chatAddFile{
    /*position:relative;
    float:left;
    overflow:hidden;
    cursor:pointer;
    background-image:url('http://wstatic.naver.com/w9/btn_sch.gif');
    width:10%;
    height:34px;
    border-radius: 8px;*/
    /*
    color: white;
    background-color: black;
    margin: 3px;
    height: 34px;
    width: 10%;
    border-radius: 8px;
    border: 0px;*/
    /*float:left;*/
}

#chatAddFile input {
        /*position：absolute;
        margin-left:-50px;
        filter:alpha(opacity=0);
        opacity:0;
        -moz-opacity:0;
        cursor:pointer;
        width:80px;
        height:10px;*/
    }

#chatInputText{
    font-size: 16px;
    margin: 3px;
    height: 28px;
    width: calc(100% - 95px);
    /*float:left;*/
}

#chatSend{
    color: white;
    /*background-color: red;*/
    background-color: #4c4d77;
    margin: 3px;
    height: 34px;
    width: 75px;
    border-radius: 8px;
    border: 0px;
    /*float:left;*/
}

.chatCustomer{
    width: 100%;
    text-align: right;
    background-color: yellow;
    display: inline-block;

}

.chatDD{
    text-align: left;
    background-color: grey;
    display: inline-block;

}

.DD_talk{
    float: left;
	width: 100%;
}

.DD_talk .profile_image{
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 14px;
}

.DD_talk .box{
	float: left;
	width: calc(100% - 48px);
	min-width:280px;
}

.DD_talk .box .profile_name{
    margin-left: 5px;
	font-size: 12px;
}

.DD_talk .box .a{
	float: left;
	position: relative;
	width: 8px;
	height: 22px;
	background: url(/custPhone/images/chat_balloon_grey.left.png) no-repeat;
	z-index: 1;
}

.DD_talk .box .b{
	float: left;
	position: relative;
	min-height: 24px;
	max-width: calc(100% - 100px);
	left: -2px;
	/*background-color: #ffffff;*/
    background-color: lightgrey;
	border-radius: 3px;
	z-index: 2;
	/*padding: 0px 4px 0px 4px;*/
    padding: 4px 4px 4px 4px;
	word-break: break-all;
    box-shadow: 2px 2px 4px #9e9e9e;
}

.DD_talk .box .time{
    bottom: 1px;
    font-size: 0.7em;
	float: left;
    margin-left: 2px;
}

.float_clean{
    height: 10px;
	clear: both;
}

.customer_talk{
	float: right;
	width: 100%;
}

.customer_talk .time
{
    font-size: 0.7em;
	float: right;
	bottom: 0;
    margin-right: 2px;
}

.customer_talk .a
{
	float: right;
	position: relative;
	min-height: 24px;
	/* max-width: calc(100% - 64px); */
    max-width: calc(100% - 104px);
	left: 2px;
	/* background-color: #ffec42; */
	background-color: #FDC02B;
	border-radius: 3px;
	z-index: 2;
	/*padding: 0px 4px 0px 4px;*/
    padding: 4px 4px 4px 4px;
	word-break: break-all;
    box-shadow: 2px 2px 4px #9e9e9e;
}


.customer_talk .b
{
	float: right;
	position: relative;
	width: 8px;
	height: 22px;
	background: url(/custPhone/images/chat_balloon_yellow.right.png) no-repeat;
	/* z-index: 1; */
    z-index: 3;
}


.psave
{
    width: 150px;
    margin-top: 5px;

    border-radius: 8px;
    height: 40px;
    /* position:absolute;
    bottom: 10px; */
    /* color: gray; */
    background-color: transparent;
}

.textArea
{
    font-family: unset;
    display: unset;
    white-space: normal;
    margin: unset;
}


/*
 *
 * Calling 
 * Loding Box
 *
 */
#loadingBox {
    display:none;
    /*border:1px solid red;*/
    width:100px;
    height:100px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);top:30%;
    z-index:200;
    text-align:center;
    color:yellow;
}

.loading {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 3s linear infinite; /* Safari */
  animation: spin 3s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*
 * 
 */
#myImage{
	display:none;
}



/*
 * 신분증 진위확인
 */

.certDiv{
position: absolute;top:80px;background-color:white; height:230px;width:305px;
left:50%;
transform:translate(-50%, 0);
display:none;
border: 1px solid black;
z-index:50;
}

.iptCert {
/*display: block;*/
color: #555555;background-color: #ffffff;background-image: none;
border: 1px solid #cccccc;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
height: 25px;
padding: 2px 5px;
font-size: 15px;
line-height: 1.5;
border-radius: 3px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.lblCert{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 5px;
	display: inline-block;
	float: left;
}

.han{ime-mode:active;}
.w30{width:30px;}
.w40{width:40px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w90{width:90px;}
.w120{width:120px;}

.ipLine{height:38px;text-align: left;}
.ipLine2{height:30px; margin-top:20px;text-align: left;}
.mgTop10{margin-top:10px;}
.mgLft50{margin-left:50px}
.mgRgt90{margin-right:90px}

#AddFileUpload{font-size: 0px;position: absolute;opacity: 0;width:10%;height:42px;top:-100px;}

	#idImgDiv{
		position: absolute;
	    bottom: 6px;
	    left: 4px;
	    border: 3px solid #e6e661;
	    z-index: 10;
	    width: 126px;
	    height:96px;
	    display:none;
	}
	#idImg{
	    width: 120px;
	    height:90px;
	}
 
 
 
  /* 버튼 */
 .mybtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  background: var(--button-bg-color);
  color: var(--button-color);
  
  margin: 0;
  padding: 0.2rem 1rem;
  
  font-family: 맑은고익, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  
  border: none;
  border-radius: 4px;
  
  display: inline-block;
  width: auto;
  
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  
  cursor: pointer;
  
  transition: 0.5s;
  
  --button-bg-color: white;
  --button-hover-bg-color: lightgray;
}

.mybtn.success {
  --button-bg-color: #28a745;
  --button-hover-bg-color: #218838;
}

.mybtn.error {
  --button-bg-color: #dc3545;
  --button-hover-bg-color: #c82333;
}

.mybtn.warning {
  --button-color: #212529;
  --button-bg-color: #ffc107;
  --button-hover-bg-color: #e0a800;
}
 
 /* 위치 정보 동의 창 */
 #posiAgreeDiv{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 10px;
  width: 300px;
  height: 130px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
  
  
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  
  display: none;
  
 }
 
 /* 문서 뷰 */
#docuSharPopup{
	width: calc(100% - 127px);
	height:100%;
	position: absolute;
	background-color:lightgray;
	border: 3px solid #2196f3; 
	display:none;
	opacity:0.95;

}

.docuSharDiv::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: black;
}

.docuSharDiv::-webkit-scrollbar {
    width: 20px;
    background-color: white;
  }

.dCan{
	position: absolute;
    top:0;
    left:0;
    margin : 0;
    width : 100%;
    /*border:3px solid #f00;*/
    display:none;
     z-index:20;
}

#docAll{
	height : 100%;
	width: 100%;
}

.docuSharDiv{
	height : 100%;
	width: 100%;
	overflow : hidden;
	overflow-y: scroll;
	position:absolute;

}

#docuImg{
	border: 1px solid #dddddd; 
    width: 100%;	
}

.docuSharClose{
	position: absolute;
	left:1px;
	top:1px;
	width:24px;
	height:24px;
}


 /* 파일다운로드 뷰 */
#fileDownPopup{
	width:calc( 100% - 40px );
	height: 250px;
	position: absolute;
	left:0;
	top:100px;
	background-color:white;
	border: 3px solid #2196f3; 
	display:none;
	opacity:0.95;
	margin: 0 20px;
	text-align:center;
}

#fileDownDiv{
	height : 200px;
	width: 100%;
	overflow : hidden;
	overflow-y: scroll;
	overflow-x: auto;
	padding:10px;
	font-size:15px;
	margin-bottom:5px;
	text-align:left;
}

.dnHref{
	display:block;
	margin-bottom:10px;
}

#cs_frame{
    position:absolute;
    left:0;
    top:0;
	width : 100%;
	height : 100%;
/*    height : calc(100% - 85px); */
    display:none;
    z-index:30;
    background-color: lightgray;
}

.docMoveCss{
	background-color:#fff;
	position: absolute;
	top:2vh;
    left: 87vw;
    border:solid 1px;
    border-color:black;
    z-index:100;
}

.docMoveCss>img{
	width: 0.8rem;
	height: 1.3rem;
}


#cbPopup{
	width:385px;
	height:550px;
	position: absolute;
	left:0px;
	top:50px;
	background-color:lightgray;
	border: 3px solid #2196f3; 
	display:none;
	
	/*
	width:835px;
	height:635px;
	position: absolute;
	left:654px;
	top:2px;
	background-color:lightgray;
	border: 3px solid #2196f3; 
	display:none;
	*/
}

#cb_frame{
	width:100%;
	height:100%;
}

#cbCloseBtn{
	position: absolute;
	left:1px;
	top:1px;
	width:24px;
	height:24px;
}

/* 문서공유시 메모기능 */
.text-object{
    position: absolute;
}
