
.layout:before {
    content: '';
    display: block;
}
.layout:after {
    content: '';
    display: table;
    clear: both;
}


.layout{
	background: #fff;
  width: 80%;
  max-width: 400px;
  /* max-width: none!important; */
  /* padding: 20px; */
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
	border: 1px solid #ccd7dc;
	display: inline-block;
  vertical-align: middle;
}

.layout-singupForm, .layout-loginForm, .layout-pw_forgetForm, .layout-top{
	padding: 0px 0px 0px 0px;
}

.layout-service-rule{
  padding: 0;
}

.all-modal {
	background: 0 0;
  display: block; 
  max-width: 450px;
	width: 100%;
  height: 100%;
  z-index: 15;
  text-align: center;
}

.godvtmail-text-Normal{
	font-size: 18px;
}


.btn-box>div{
	flex-basis: 50%;
	padding: 0 0px;
	margin: 0 4px;
}
.bind-btn-box>div{
	flex-basis: 50%;
}


.success-btn-box, .btn-box{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	color: #b1b1b1;
	padding: 0 0px 22px 0px;
}
.success-btn-box>div {
	flex-basis: 50%;
	padding: 0 0px;
	margin: 0 4px;
}

.sdk-btn{
	cursor: pointer;
}
.img-btn{
	display: block;
    width: 70px;
    height: 70px;
	padding: 0px 0 10px 0; 
	margin: 0 auto 10px auto;
}

.bar-title p {
	color: #8c8c8c;
}
.bar-top{
	width: 100%;
	background: #f0f0f0;
	min-height: 38px;
	height: auto/*46px*/;
	/*margin-bottom: 42px;*/
	border-radius: 16px 16px 0 0;
	position: relative;
}
.bar-top-bind{	margin-bottom: 20px;}

.bar-title{
	text-align: center;
}
.bar-top p{
	line-height: 22px;
	font-size: 18px;
	color: #8c8c8c;
  font-weight: 900;
	padding: 8px 50px;
}

.tip-img {
    width: 70px;
    opacity: .2;
    margin-bottom: 0px;
    margin-top: 0px;
}
.wel-text{
	line-height: 1.4em;
	margin-bottom: 18px;
	color:#7b7b7b;
	font-weight: 900;
}
.bindTip-modal .modal-body p{
	line-height: 1.7em;
	color:#7b7b7b;
	font-weight: 900;
}
.godvtmail-modal .modal-body p{
	line-height: 1.7em;
	color:#7b7b7b;
	font-weight: 900;
}
.bindTip-text-Small{
	font-size: 90%;
}
.bts-mb{margin-bottom: -10px;}
.bindTip-text-Normal{
	font-size: 18px;
}
.godvtmail-text-Normal{
	font-size: 18px;
}
.bindTip-text-mb{
	margin-bottom: 20px;
}
.btn-box-mb{
	padding-bottom: 20px;	
}
.btn-box-mt-s{
	padding-top: 10px;	
}
.btn-box-mlr-m{
	margin-left:20px;
	margin-right:20px;
}
.bindTip-btn,
.dvtmail-btn{ padding: 12px 0px; }
.yes{ background: #fa82a7; border: 1px solid #ff93bc; }
.no { background: #76b9f8; border: 1px solid #76b9f8; }
.yes:hover{ background: #ed3b71; border-color: transparent; }
.no:hover { background: #2a8ce8; border-color: transparent; }

.bind-btn.not, .Guest-btn.not{
    cursor: auto;
	opacity: 0.5;
}

.dvtmail-btn{ padding: 12px 0px; }

.Disable{
	background: #bfbfbf;
    border: 0;
    color: gray;
    cursor: auto;
}
.Disable:hover{
	background: #bfbfbf;
    border: 0;
    color: gray;
    cursor: auto;
}

.sdk-btn, .eventlist-btn, .play-btn {
  background: #fa82a7;
  border-radius: 5px;
  border: 1px solid #ff93bc;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  /* padding: 16px 30px; */
	margin-top: 5px;
}
.sdk-btn-normal{
    background: #FFF;
    color: #969696;
    border: 1px solid #CCC;
}

.sdk-btn:hover, .eventlist-btn:hover, .play-btn:hover{
	background: #ed3b71;
	border: 1px solid #ade9f1;
}
.signout-btn:hover {
	background: #aaa;
	border: 1px solid #aaa;
}
.sdk-btn-normal:hover{
  background: #FFF;
  border-color: #FA82A7;
  color: #FA82A7;
}


.d-none{display: none;}

@media only screen and (max-width: 480px){
	.layout{ width: 90%}
}
@media only screen and (min-width: 481px){
	.bar-top { margin-bottom: 0px; }
	.error-bind-modal .error-m-top { /*margin-bottom: 36px;*/ margin-bottom: 10px;}
	.bar-top-bind { margin-bottom: 20px;}
}

.all-modal:before,
.select-modal:before, 
.error-login-modal:before, 
.error-singup-modal:before,
.success-modal:before, 
.singupForm-modal:before, 
.loginForm-modal:before, 
.bindForm-modal:before, 
.pw_forgetForm-modal:before,
.pw-forget-msg-modal:before{
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.popupCover-modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
  max-width: none;
  overflow-y: auto;
  z-index: 100000;
}