.memberPage .sidebar{
	border: 1px solid #ddd;
	min-height: 500px;
	margin-bottom: 30px;
	padding: 0px;
	color: #666;
	background: #fff;
}
.memberPage .sidebar .red{
	color: #FD5253;
}
.memberPage .sidebar ul{
    padding: 15px;
    padding-left: 50px;
}
.memberPage .sidebar ul li{
	/*list-style-type: none;*/
	margin-bottom: 5px;
}
.memberPage .sidebar ul li a{
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
}
.memberPage .sidebar .title{
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500;
    color: #2d76cb;
    background: #ebebeb;
    line-height: 35px;
}
.memberPage .memberContent .title{
	height: 28px;
	font-size: 18px;
	font-weight: 600;
	color: #707070;
}
.memberPage .memberContent hr{
	height: 2px;
	border-top: solid 1px #979797;
	margin: 30px 0px;
}
.memberPage .memberContent input.form-control,
.memberPage .memberContent select.form-control{
	height: 60px;
	box-shadow: none;
}
.memberPage .memberContent .btn-fb{
	height: 70px;
	border-radius: 5px;
	background-color: #5179d0;
	color: #fff;
}
.memberPage .memberContent .btn-Line{
	height: 70px;
	border-radius: 5px;
	background-color: #00C300;
	color: #fff;
}
.memberPage .memberContent .form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.memberPage .memberContent .form-group .control-label {
	font-size: 16px;
	font-weight: 600;
	color: #707070;
}
.memberPage .memberContent .captcha{
	background: #ddd;
    color: #666;
    font-size: 24px;
    padding: 13px;
    border-radius: 4px;
    text-align: center;
}
.memberPage .memberContent .pretty.p-block{
	display: block;
}
.memberPage .memberContent .checkboxArea{
	margin: 30px 0px;
}
.memberPage .memberContent .checkboxArea .col-sm-10{
	padding-left: 5px;
}
.memberPage .memberContent .checkboxArea .iconMoon{
	margin-right: 15px;
}
.memberPage .memberContent .btn-save{
	height: 70px;
	border-radius: 5px;
	background-color: #e64c4c;
	display: flex;
    justify-content: center;
    align-items: center;
}
.btn-ncc{
	height: 60px;
	border-radius: 5px;
	background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}
.memberPage .memberContent .memberType {
	margin-bottom: 15px;
}
.verification .btn{
	height: 60px;
	font-size: 16px;
}
.verification .btn-gray,
.verification .btn-gray:active,
.verification .btn-gray:focus,
.verification .btn-gray:hover{
	background-color: #9b9b9b;
	color: #fff;
}
.verification p{
	font-size: 16px;
	color: #4a4a4a;
	margin-bottom: 20px;
}
.verification ol{
	padding-left: 15px;
	font-size: 16px;
	color: #4a4a4a;
}
.verification ol li{
	line-height: 24px;
}
.verification p a{
	color: #f6a623;
}
.control-text{
	font-size: 16px;
    color: #707070;
    padding-top: 7px;
    margin-bottom: 0;
}
.memberPage .title_bd{
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.memberPage .title_bd a{
	color: #707070;
	text-decoration: none;
}
.memberPage .btn-form{
	margin-top: 30px;
}
.memberPage form{

	margin-bottom: 60px;
}
.memberPage ul.storeDesc {
	margin-top: -15px;
	color: #707070;
}
.memberPage ul.storeDesc li{
	margin-bottom: 15px;
}
.memberPage .storeGroup{
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	display: flex;
	padding: 15px;
	margin: 15px;
	align-items: center;
}
.memberPage .storeGroup .storeMap{
	width: 20%;
	margin-right: 15px;
}
.memberPage .storeGroup .storeText h2{
    font-size: 18px;
    margin: 0px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.memberPage .storeGroup .storeText p{
	color: #999;
	margin-bottom: 5px;
}
.memberPage .titleGroup{
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.memberPage .titleGroup h3{
	margin: 0px;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #707070;
}
.memberPage .titleGroup .btnArea a.btn {
    border-radius: 3px;
    border: solid 1px #e64c4c;
    color: #e64c4c;
    padding: 4px 10px;
}
.memberPage .memberBox{
	margin-bottom: 60px;
}
.memberPage .title span{
	font-size: 12px;
	margin-left: 5px;
}
.memberBox .ticketBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border: 1px solid #ddd;
	font-size: 16px;
	margin-bottom: 15px;
	background: #fff;
}
a.ticketBox{
	color: #333;
	text-decoration: none;
}
.memberBox .ticketBox .ticketName{
	display: flex;
	align-items: center;
}
.memberBox .ticketBox .ticketName span{
	font-size: 3rem;
	margin-right: 15px;
}
.memberBox .ticketBox .ticketName p{
	font-size: 10px;
	color: #999;
	position: absolute;
	transform: scale(0.8);
	left: 13px;
}
.memberBox .ticketBox .ticketPrice .price{
	color: #72b412;
	margin-right: 30px;
}
.memberBox .ticketBox .tradeName span{
	font-size: 14px;
    margin-right: 15px;
}
.memberBox .ticketBox .tradeName span:nth-child(3){
	color: #909090;
    border-left: 1px solid #909090;
    padding-left: 15px;
}
.ticketBox .ondDollarType{
	color: #ff0000;
}
.flex{
	display: flex;
}
.flex-between{
	justify-content: space-between;	
}
.memberBox .flex{
	margin-bottom: 15px;
	font-size: 16px;
	color: #707070;
	font-weight: 600;
}
.memberBox .table .thead .tr{
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #92949c;
	display: flex;
	padding: 15px;
}
.memberBox .table-web .td{
	width: calc( 100% / 8);
	text-align: center;
}
.memberBox .table-store .td{
	width: calc( 100% / 5);
	text-align: center;
}
.memberBox .table-onedoller .td{
	width: calc( 100% / 4);
	text-align: center;
}
.memberBox .table-esd .td{
	width: calc( 100% / 5);
	text-align: center;
}
.memberBox .table .tbody .tr{
	font-size: 14px;
	font-weight: 600;
	color: #666;
	background-color: #eaeaea;
	display: flex;
	padding: 15px;
	border-bottom: 1px solid #fff;
}

.memberBox .table-web .thead .tr .td:nth-child(1),
.memberBox .table-web .thead .tr .td:nth-child(2),
.memberBox .table-web .tbody .tr .td:nth-child(1),
.memberBox .table-web .tbody .tr .td:nth-child(2){
	width: 15%;
}

.memberBox .table-onedoller .thead .tr .td:nth-child(2),
.memberBox .table-onedoller .tbody .tr .td:nth-child(2){
	width: 70%;
}
.memberBox .table-onedoller .tbody .tr .td:nth-child(2){
	text-align: left;
}
.memberBox .table-esd .thead .tr .td:nth-child(3),
.memberBox .table-esd .tbody .tr .td:nth-child(3),
.memberBox .table-esd .thead .tr .td:nth-child(5),
.memberBox .table-esd .tbody .tr .td:nth-child(5){
	width: 40%;
}
.memberBox .table-esd .thead .tr .td:nth-child(4),
.memberBox .table-esd .tbody .tr .td:nth-child(4){
	width: 8%;
}
.memberContent .bonusBox{
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.memberContent .bonusBox .boxTop{
	margin-bottom: 5px;
}
.memberContent .bonusBox .boxTop span{
	font-weight: 600;
	margin-right: 15px;
}
.memberContent .bonusBox .boxBottom{
	display: flex;
	justify-content: space-between;
}
.memberContent .couponBox{
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.memberContent .couponBox .boxTop{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px
}
.memberContent .couponBox .boxBottom p{
	color: #707070;
    margin-bottom: 0px;
    height: 20px;
    overflow: hidden;
}
.memberContent .esdBox{
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.memberContent .esdBox .esdTop{
	display: flex;
	justify-content: space-between;
}
.memberContent .esdBox .esdTop,
.memberContent .esdBox .esdCenter,
.memberContent .esdBox .esdBottom{
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.memberContent .esdBox .esdCenter a{
	color: #333;
	text-decoration: none;
}
.memberContent .esdBox .esdBottom{
	border-bottom: none;
}
.memberPage .title_bd a{
    text-decoration: none;
}
.memberPage .title_bd a span{
    font-size: 18px;
    line-height: 18px;
    color: #666;
    margin-right: 5px;
}
.memberBox .orderBox{
	margin-bottom: 5px;
}
.orderBox .orderTitle{
	border: 1px solid #ddd;
	padding: 15px;
	background-color: #fff;
	cursor: pointer;
}
.orderBox .orderTitle .orderFlex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.orderBox .orderTitle p{
	margin: 0px;
}
.orderContent .orderProd{
	border: 1px solid #ddd;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 5px;
}
.orderBox .orderContent{
	padding: 15px;
	background: #f5f5f5;
	font-weight: 600;
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	margin-top: -1px;
	display: none;
}
.orderContent .orderFlex{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	font-weight: 500;
}
.orderContent .orderFlex span{
	margin-left: 15px;
}
.orderContent .orderPrice{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	border-bottom: none;
}
.orderContent .orderPrice:last-child{
	border-bottom: 1px solid #ddd;
}
.btnSexArea{
	display: flex;
}
.btn-sex{
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.btn-sex label{
	font-weight: 500;
}
.memberPage .memberContent .checkboxArea .col-sm-10.btnSexArea{
	padding-right: 0px;
}
.btnSexArea .btn-sex:first-child{
	margin-right: 5px;
}
.btnSexArea .btn-sex:last-child{
	margin-left: 5px;
}
.btnSexArea .btn-sex input{
	display: none;
}
.captchaArea{
    background: #e6e6d2;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.captchaArea img{

}
.captchaArea i{
	font-size: 20px;
    margin-left: 10px;
    color: #666;
}
.checkboxArea a{
	color: #666;
	margin-left: 5px;
}
.checkboxArea .p-block label{
    padding-left: 36px;
    text-indent: -36px;
    line-height: 20px;
}
.checkboxArea .p-block.pretty i:before{
	left: 36px;
}
.form-group .login_fb{
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-control.red-control {
    border: 1px solid #ff0000;
}
.btn-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.orderProdName .pretty{
/*	padding-left: 45px;
    text-indent: -25px;*/
    line-height: 1.5em;
    width: 100%;
}
.orderProdName .pretty label{
    padding-left: 25px;
    text-indent: -25px;
}
.orderProdName .pretty i{
	margin-right: 5px;
}
.orderProdName .pretty i:before{
	left: 25px;
}
.orderFlex .prod_qty{
	width: 30px;
    border-radius: 4px;
    text-align-last: center;
    background: #fff;
    margin-left: 5px;
}
.orderFlex .qtyTitle{
	padding-left: 5px;
}
.orderAsk{
	max-width: 600px;
	width: 100%;
	border:1px solid #ddd;
	margin: auto;
	min-height: 100px;
	padding: 15px;
}
.orderAsk .title{
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

.orderAsk #sendMessage .prodArea{
	display: flex;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.pordeAreaName{
	color: #ff6060;
	width: 95%;
}
.pordeAreaName p{
	color: #333;
}
.askArea{
	padding: 15px;
}
.askArea h3{
	font-size: 16px;

}
.esdBox.service .esdCenter span{
	display: inline-block;
	width: 70px;
}
.esdBox.service .esdCenter.rec{
	display: flex;
}
.orderStampArea {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}
.orderStampArea .timeStamp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.orderStampArea .timeStamp span{
	margin-right: 5px;
}

 .satisfactionPage .col-main{
    text-align: center;   
 }
 .satisfactionPage .content-img{
    margin:0 auto;
    width: 60%;
 }
 .satisfactionPage .content-cong-img{
     height: 225px;
 }
 .satisfactionPage .content{
    background-color: rgba(142, 195, 31,0.4);
    height: 100%;
    border-radius: 12px;
    margin: 0px 60px;
 }
 .satisfactionPage .div_text{
    font-size: 2.5em !important;
    padding-top: 20px;
    color: #8EC31F;/*rgba(142, 195, 31);*/
 }
 .satisfactionPage .content_footer{
    font-size: 1.8em;
    margin-top: 40px;
 }
 .satisfactionPage .footer_promotion_text{
    color: #8EC31F;
 }
 .satisfactionPage .saf_banner{
    text-align: center;
    height: 40px;
    background-color: #8EC31F;/*rgba(142, 195, 31);*/
 }
 .satisfactionPage .saf_top{
    z-index: 9999;
 }   
 .satisfactionPage .saf_bottom{
    position: fixed;
    left: 0 !important;
    bottom :0 !important;
    /*top: 95%; aa*/
 }
 .satisfactionPage .promotion{
    color: #8EC31F;
    animation: animate_promotion 1s infinite linear;
}
@keyframes animate_promotion
{
    0%
    {
        color:#8EC31F;
    }
    10%
    {
        color:#E9424A;
    }
    20%
    {
        color:#8EC31F;
    }
    30%
    {
        color:#E9424A;
    }
    40%
    {
       color:#8EC31F;
    }
    50%
    {
        color:#E9424A;
    }
    60%
    {
        color:#8EC31F;
    }
    70%
    {
        color:#E9424A;
    }
    80%
    {
        color:#8EC31F;
    }
   
}

.satisfactionPage .div_satisfaction {
    width: 20%;
    float: left;
}
.satisfactionPage .btn-satisfaction{
   background-color: #C4C4C4;/*rgba(196, 196, 196, 0);*/
   border-color: #C4C4C4;
   color: #FFF;
}
.satisfactionPage .btn-success{
   background-color: #8EC31F; 
   border-color: #8EC31F; 
}

.satisfactionPage .btn-send{ 
    border-radius: 50%;
    width: 90px;
    height: 90px !important;
    font-size: 2em;
    font-weight: bold;
 }
 .satisfactionPage .btn-send:hover{
     background-color: #98ca53;
 }  

 .satisfactionPage .col-send{
    text-align: center;    
    padding: 0px;     
    min-height: 100px;
    line-height: 100px;
    height: 100px;
    margin-bottom: 80px; 
   /* min-height: 200px;
    height: 100%;
    margin-top: 10%;*/
 }
 .satisfactionPage .div_send{
    border-color: #8EC31F;/*rgba(142, 195, 31);*/
    border: solid 1px #8EC31F;
    padding: 4px;
    width: 100px;
    height: 100px;
    line-height: 100%;
    border-radius: 50%;
    display: inline-block;
    /*margin: 0 auto;*/
 }
 .satisfactionPage .satisfactionInvestigate
 {
    font-size: 1.1em;
    font-weight: bold;
 }
 .satisfactionPage .InvestigateTitle 
 {
    text-align: center;
    font-size: 1.5em;
 }
.satisfactionPage .InvestigateAmount
{
    color: rgb(228,43,138);
    text-align: center;
    margin: 10px 0;
}
.satisfactionPage .InvestigateAmountSpan
{
    font-size: 1.8em;
}
.satisfactionPage .InvestigateMember
{
    color: #8EC31F;;
}
.satisfactionPage .InvestigateQA
{
    margin-top: 20px;
}
.satisfactionPage .InvestigateTextarea
{
    border-color: #8EC31F;;
}
.satisfactionPage .btn-satisfaction {width: 90%}
.satisfactionPage .btn-satisfaction input {display: none}
.satisfactionPage .btn-satisfaction label {margin: 10% 0px;font-size: 1em;}

 .satisfactionPage .saf_banner{
    text-align: center;
    height: 40px;
    background-color: #8EC31F;;/*rgba(142, 195, 31, 0);*/
 }
 .satisfactionPage .saf_top{
    z-index: 99;
    display: flex;
 }   
 .satisfactionPage .saf_bottom{
    position: fixed;
    left: 0 !important;
    bottom :0 !important;
    /*top: 95%;*/
 }
 @media (max-width: 768px){
  	.satisfactionPage{
       /* background-image: url(images/satisfaction-bg.jpg); */
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;

    }
    .satisfactionPage .satisfactionInvestigate{
        padding: 0px 30px;
        margin-top: 60px;
    }
    .satisfactionPage .btn-satisfaction{
        padding-left: 0 !important;
        padding-right: 0 !important; 
    }    
    .satisfactionPage .btn-satisfaction label {
    	font-size: 0.7em;
    }
    .satisfactionPage .btn-satisfaction .rwd-label {
        /*margin-left: -18px*/
    }
    .satisfactionPage .btn-satisfaction .rwd-label2 {
       /* margin-left: -10px*/
    }
 	.satisfactionPage .satisfactionContent
    {
       /* padding-left: 0 !important;
        padding-right: 0 !important: */
    }
    .satisfactionPage .content-cong-img{
        height: 110px;
    }
    .satisfactionPage .div_text{
        font-size:1.9em !important;
    }  
    .satisfactionPage .content_footer{
        font-size:1.2em;
        margin-top: 20px;
        /*margin-bottom: 180px*/;
    }  

  
    
    
 }
@media (max-width: 768px){
	.orderStampArea {
    	display: block;
	}
	.orderStampArea .timeStamp {
	    margin-bottom: 5px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}
	.orderContent .orderPrice{
		margin-left: -15px;
		margin-right: -15px;
		border-left: none;
		border-right: none;
	}
	.memberContent .bonusBox,
	.memberBox .ticketBox{
		margin: 5px -15px;
		border-left: none;
		border-right: none;
		background-color: #fff;
	}
	.memberContent .bonusBox{
		border-top: 1px solid #ddd;
	}
	.memberContent .esdBox {
	    margin: 5px -15px;
	    border-top: 1px solid #ddd;
	}
	.memberContent .couponBox{
		font-size: 12px;
	    background: #fff;
	    margin: 5px -15px;
	    border-top: 1px solid #ddd;
	}
	.memberContent .bonusBox .boxBottom{
		font-size: 12px;
	}
	.mainArea{
	    padding-top: 145px;
	    background: #f9f9f9;
	    margin-top: 0px !important;
	}
	.memberPage .titleGroup h3{
		font-size: 14px;
	    border-bottom: 1px solid;
	    padding-bottom: 7px;
	}
	.memberPage .titleGroup{
		display: block;
		border: none;
	}
	.memberPage .titleGroup .btnArea{
		margin-top: 15px;
	}
	.memberPage .memberBox{
		margin: 0px;
		margin-bottom: 30px;
	}
	.memberPage .memberBox .memberTypes{
		position: absolute;
	    top: -1px;
	    right: 15px;
	    font-size: 14px;
	}
	.memberPage .title_bd{
		margin-bottom: 5px;
		border-bottom: none;
	}
	.memberPage .memberContent .title {
	    font-size: 16px;
	    font-weight: 500;
	}
	.memberBox .flex span{
		font-size: 12px;
    	font-weight: 400;
	}
	.memberBox .flex{
		display: block;
	}
	.memberBox .flex span{
		display: block;
	}
	.ticketBox .tradeName{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.memberBox .ticketBox .tradeName span {
	    font-size: 13px;
	    margin-right: 5px;
	    display: block;
	}
	.ticketBox .tradeName span:nth-child(3){
		display: none;
	}
	.tradeName.oneDollar{
	    display: block;
	    width: 75%;
	    word-break: break-all;
	    overflow: hidden;
	    height: 36px;
	    border-right: 1px solid #ddd;
	    padding-right: 10px;
	}
	.ticketBox .oneDollarRight{
		width: 20%;
	    font-size: 14px;
	    text-align: right;
	}
	.tradeName.esd{
		display: block;
	}
	.memberPage .memberContent hr {
	    height: 2px;
	    border-top: solid 1px #979797;
	    margin: 5px 0px;
	}
	.form-group .control-text{
		padding-top: 0px;
	}
	.form-group label{
		margin-bottom: 0px;
	}
	.memberPage .memberContent .form-group .control-label{
		text-align: right;
	}
	.memberPage .memberContent input.form-control, .memberPage .memberContent select.form-control {
	    height: 40px;
	    box-shadow: none;
	}
	.memberPage .memberContent .btn-save {
	    height: 45px;
	}
	.btn-ncc {
	    height: 45px;
	    font-size: 0.95em;
	}
	.memberPage .memberContent .captcha{
		padding: 3px;
	}
	.memberPage .memberContent .checkboxArea{
		margin: 20px 0px;
	}
	.verification .btn {
	    height: 45px;
	    font-size: 16px;
	}
	.memberPage .btn-form {
	    margin-top: 15px;
	}
	.memberPage ul.storeDesc{
		margin-top: 0px;
	}
	.memberPage .storeGroup .storeMap {
	    width: 100px;
	    margin-right: 15px;
	}
	.memberPage .storeGroup .storeText{
		width: calc(100% - 100px);
	}
	.memberPage .memberContent .btn-fb{
		height: 45px;
	}
	.memberPage .memberContent .checkboxArea .col-sm-10.btnSexArea {
	    padding-left: 10px;
	}
	.btn-sex{
		height: 40px;
	}
	.captchaArea{
		height: 40px;
	}
	.captchaArea i {
	    font-size: 16px;
	    margin-left: 5px;
	    color: #666;
	}
	.memberPage .titleGroup .btnArea a.btn {
	    width: calc(100% / 3 - 4px);
	}
}
