/*안전투자 팝업*/
input[type=text], 
input[type=password], 
input[type=number] {
    padding: 11px 75px 11px 15px;
    width: 100%;
    border: 1px solid #cdd0d6;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.changeAccountSidemenu .inner-wrap .writeAccount input[type=number] {
    height: 45px;
    margin-top: 15px;
}
.investSidemenu-bg {
	display: none;
}
.investSidemenu-bg.active {
	display: block;
	position: fixed;
	width: 100%;
	height: 1000%;
	top: 0;
	left: 0;
	opacity: 0.4;
	background: black;
	z-index: 9000;
}
.investSidemenu {
	position: fixed;
	right: -500px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	z-index: 99999;
}
.investSidemenu button {
	cursor: pointer;
	border: none;
}
.investSidemenu .inner_wrap {
    border-radius: 10px 0px 0px 10px;
}
.investSidemenu .inner_wrap .titleWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 20px 20px 10px 30px;
    background: #fff;
}
.investSidemenu .inner_wrap .cont-wrap {
    padding:30px;
    background-color:  #FCFCFC;
	min-height: 86vh;
}
.investSidemenu .inner_wrap .titleWrap .title {
	font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #333333;
    }
.investSidemenu .inner_wrap .titleWrap .closeBtn {
	width:40px;
    height:40px;
    background: url(../images/invest-popup/close-ico.png)no-repeat center center;
	cursor: pointer;
}
.investSidemenu .inner_wrap .accountCard {
	height: 146px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	border-radius: 5px;
	padding: 30px 30px 25px 30px;
	color: #fff;
	background-color: #AA1F24;
}
.investSidemenu .inner_wrap .accountCard .bank {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.5px;
	text-align: left;
}
.investSidemenu .inner_wrap .accountCard .amountWrap .available_amount {
	font-size: 12px;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: -0.5px;
	text-align: right;
	color: #fff;
}
.investSidemenu .inner_wrap .accountCard .amountWrap .amount {
	font-size: 27px;
	font-weight: 700;
	line-height: 39px;
	letter-spacing: -0.5px;
	text-align: right;
	color: #fff;
}
.investSidemenu .inner_wrap .investProductInfo .infoCard {
	background-color: #ffffff;
	border: 1px solid #E6EEF6;
    border-radius: 5px;
    padding: 20px;
}
.investSidemenu .inner_wrap .investProductInfo .infoCard .item {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 12px;
}
.investSidemenu .inner_wrap .investProductInfo .infoCard .item .item_title {
    width: 70px;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color:  #9DA7BB;
}
.investSidemenu .inner_wrap .investProductInfo .infoCard .item .item_content {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #AA1F24;
}
.investSidemenu .inner_wrap .msg-wrap {
	height:78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDF9F9;
    border-radius: 5px;
    font-size: 13px;
    line-height: 19px;
    color: #9DA7BB;
	border: 1px solid #D8DDE7;
}

.investSidemenu .inner_wrap .msg-wrap-password {
	height:78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDF9F9;
    border-radius: 5px;
    font-size: 13px;
    line-height: 19px;
    color: #9DA7BB;
	border: 1px solid #D8DDE7;
	padding-left: 12px;
	padding-right: 12px;
}
.investSidemenu .inner_wrap .msg-wrap-password input {
	padding: 11px 15px 11px 15px;
	text-align: center;
	letter-spacing: 12px;
}

.investSidemenu .inner_wrap .index {
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #AA1F24;
	margin-bottom: 15px;
	margin-top: 50px;
}

.investSidemenu .inner_wrap .investmentLimit .infoCard {
	border: 1px solid #E6EEF6;
    border-radius: 5px;
    padding: 20px;
}
.investSidemenu .inner_wrap .investmentLimit .infoCard .item {
	margin-bottom: 12px;
}
.investSidemenu .inner_wrap .investmentLimit .infoCard .item .item_title {
	float: left;
    width: 125px;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color:  #A1ACB4;
}
.investSidemenu .inner_wrap .investmentLimit .infoCard .item .item_content {
	margin-left: 70px;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #222;
}

.investSidemenu .inner_wrap .writeAmount .inputWrap {
	position: relative;
}
.investSidemenu .inner_wrap .writeAmount .inputWrap .unit {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #888;
}
.investSidemenu .inner_wrap .writeAmount .inputWrap .cancelBtn {
	background: url('../images/invest-popup/ico-input-reset.png') no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 13px;
	right: 50px;
	cursor: pointer;
}
.investSidemenu .inner_wrap .writeAmount input[type=number] {
	height: 45px;
    background: #fff;
}
.investSidemenu .inner_wrap .writeAmount input[type=number]::-webkit-input-placeholder {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	color: #888;
}
.investSidemenu .inner_wrap .writeAmount input[type=number]::-moz-placeholder {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	color: #888;
}
.investSidemenu .inner_wrap .writeAmount input[type=number]:-ms-input-placeholder {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	color: #888;
}
.investSidemenu .inner_wrap .writeAmount input[type=number]::-ms-input-placeholder {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	color: #888;
}
.investSidemenu .inner_wrap .writeAmount input[type=number]::placeholder {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	color: #888;
}
.investSidemenu .inner_wrap .writeAmount .btnWrap {
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.investSidemenu .inner_wrap .writeAmount .btnWrap button {
	width: 78px;
	height: 40px;
	border: 1px solid #9DA7BB;
	border-radius: 5px;
	margin-right: 10px;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #9DA7BB
}
.investSidemenu .inner_wrap .writeAmount .btnWrap button:last-child {
	margin-right: 0;
}
.investSidemenu .inner_wrap .writeAmount .btnWrap button.active {
	background-color: #AA1F24;
	color: #fff;
    border: 1px solid #AA1F24;
}
.investSidemenu .inner_wrap .writeAmount .amountStatus {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.investSidemenu .inner_wrap .writeAmount .amountStatus .text {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #9DA7BB;
}
.investSidemenu .inner_wrap .writeAmount .amountStatus .value span {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: right;
	color: #AA1F24;
	margin-left: 5px;
}
.investSidemenu .inner_wrap .writeAmount .amountStatus .value .icon-refresh {
	position: relative;
	display: block;
}
.investSidemenu .inner_wrap .writeAmount .amountStatus .value .icon-refresh::before {
    content: "";
	display: block;
    background: url(../images/invest-popup/ic-refresh.png) no-repeat center center / auto;
    position: absolute;
	top: 3px;
    width: 15px;
    height: 15px;
    left: -6px;
}
.investSidemenu .inner_wrap .certificationChoice .text {
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #222;
}
.investSidemenu .inner_wrap .certificationChoice .sms-info {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #9DA7BB;
}
.investSidemenu .inner_wrap .certificationChoice strong {
    font-weight: bold;
    color:#AA1F24;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap {
	position: relative;
	width: 100%;
	height: 44px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap input {
    width: 100%;
    height: 40px;
	background: #2E54DC;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap input[type="radio"]+label {
	color: #fff;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap .msgType+label {
    width: 100%;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
	background-color: #AA1F24;
	width: 100%;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap .arsType+label {
	position: absolute;
    top: 12px;
    right: 60px;
    padding: inherit;
	cursor: pointer;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap .msgType {
    display:none;
	width: 100%;
    height: 40px;
    margin:0;
    border-radius: 5px;
	cursor: pointer;
}
.investSidemenu .inner_wrap .certificationChoice .complete-input {
    position: relative;
    margin-top:15px;
}
.investSidemenu .inner_wrap .certificationChoice .complete-input input {
    width:100%;
    height:39px;
    padding:10px 80px 10px 12px;
    background: #fff;
    font-size: 13px;
    line-height: 19px;
    border: 1px solid #E6EEF6;
}
.investSidemenu .inner_wrap .certificationChoice .complete-input input::placeholder {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
}
.investSidemenu .inner_wrap .certificationChoice .complete-input button {
    width:61px;
    height:27px;
    position: absolute;
    right: 12px;
    top:50%;
    transform: translateY(-50%);
    background: #2E54DC;
    border-radius: 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    color: #FFFFFF;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap .arsType {
	border-radius: 0px 22px 22px 0px;
	cursor: pointer;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap input[type="radio"]:checked {
	background-color:  #A1ACB4;
}
.investSidemenu .inner_wrap .certificationChoice .selectWrap input[type="radio"]:checked+label {
	color: #fff;
}
.investSidemenu .inner_wrap .certificationPeriod .certifyBtn {
	width: 100%;
	height: 45px;
	background: #1C69EB;
	border-radius: 22px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.investSidemenu .inner_wrap .agreement .msg {
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #9DA7BB;
}
.investSidemenu .inner_wrap .agreement .red {
	font-weight: 600;
	color: #c91b1b;
}
.investSidemenu .inner_wrap .agreement .blue {
	font-weight: 600;
	color: #AA1F24;
}
.investSidemenu .inner_wrap .agreement .bold {
	font-weight: 400;
	color: #AA1F24;
	margin-top: 15px;
	margin-bottom: 20px;
}
.confirmCard {
	width: 100%;
    height: 128px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background-color: #FDF9F9;
	border: 1px solid #D8DDE7;
	border-radius: 5px;
}
.confirmCard .text {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #373737;
}
.confirmCard .text span {
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #AA1F24;
}
.confirmCard .agree {
	margin-top: 10px;
}
.confirmCard input[type="text"] {
	max-width: 155px;
    height: 39px;
    margin-left: 15px;
    background: #fff;
    border:1px solid #D8DDE7; 
}

.investSidemenu .inner_wrap progress {
	width: 100%;
	height: 4px;
    display: block;
	background-color: #EAEAEA;
}
.investSidemenu .inner_wrap progress::-webkit-progress-bar {
	width: 100%;
	height: 4px;
	background-color: #EAEAEA;
}
.investSidemenu .inner_wrap progress::-webkit-progress-value {
	background-color: #AA1F24;
}
.investSidemenu .inner_wrap .step02 {
	display: none;
}
.investSidemenu .inner_wrap .step02 .certification .certifyCard{
	width: 100%;
    height: 200px;
    border-radius: 5px;
	margin-bottom: 15px;
}
.investSidemenu .inner_wrap .step02 .certification .certifyCard .top {
	height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0dbe0;
    border-radius: 5px 5px 0 0;
}
.investSidemenu .inner_wrap .step02 .certification .certifyCard .top .text {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #888;
}
.investSidemenu .inner_wrap .step02 .certification .certifyCard .top .certifyNumber {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: 1px;
	color: #1c69eb;
}
.investSidemenu .inner_wrap .step02 .certification .certifyCard .bottom {
	background-color: #f2f4f8;
    padding: 19px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #d0dbe0;
}
.investSidemenu .inner_wrap .step02 .certification .certifyCard .bottom .msg span {
	font-weight: 700;
	color: #222;
}
.investSidemenu .inner_wrap .step02 .certification .msgWrap {
	margin-bottom: 10px;
}
.investSidemenu .inner_wrap .step02 .certification .detail {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #1c69eb;
}
.investSidemenu .inner_wrap .step03 {
	display: none;
}
.investSidemenu .inner_wrap .step03 .completeCard {
	width: 100%;
    height: 120px;
    border: 1px solid #D8DDE7;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background-color: #FDF9F9;
}
.investSidemenu .inner_wrap .step03 .completeCard .icon {
	background: url('../images/invest-popup/icon-complete.png') no-repeat center center / cover;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.investSidemenu .inner_wrap .step03 .complete .msg {
	margin-top: 15px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #9DA7BB;

}
.investSidemenu .btnWrap .btn-step01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.investSidemenu .btnWrap .btn-step01 .cancel {
	width: 50%;
	height: 60px;
	background-color:#D8DDE7;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #9DA7BB;
}
.investSidemenu .btnWrap .btn-step01 .next {
	width: 50%;
	height: 60px;
	background-color: #AA1F24;
	font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
}
.investSidemenu .btnWrap .btn-step02 { 
	display: none;
}
.investSidemenu .btnWrap .btn-step02 .prev {
	width: 50%;
	height: 60px;
	background-color:  #E6EEF6;
	color: #a0a0a0;
}
.investSidemenu .btnWrap .btn-step02 .next { 
	width: 50%;
	height: 60px;
	background-color: #3374c4;
	color: #fff;
}
.investSidemenu .btnWrap .btn-step03 {
	display: none;
}
.investSidemenu .btnWrap .btn-step03 .invest_list {
	width: 50%;
	height: 60px;
	background: #D8DDE7;
	color: #9DA7BB;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    border-radius: 0 0 0 10px;
}
.investSidemenu .btnWrap .btn-step03 .more {
	width: 50%;
	height: 60px;
	background: #AA1F24;
	font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color:#fff;

}
.investSidemenu.active {
	position: fixed;
	top: 0;
	right: 0;
	width: 410px;
	height: 100%;
	overflow-y: scroll;
	background-color:  #FCFCFC;
	z-index: 9999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
    border-radius: 10px 0px 0px 0px;
}

@media all and (max-width: 767px) {
	.investSidemenu.active {
		width: 320px;
		height: 91vh;
		top: 0;
		border-radius: 20px 20px 0 0;
		overflow-y: scroll;
	}
    .investSidemenu .inner_wrap .titleWrap {
        padding: 20px 10px 10px 20px;
    }
    .investSidemenu .inner_wrap .cont-wrap {
        padding:20px;
		min-height: 86vh;
    }
	.investSidemenu .inner_wrap .index {
        margin-top: 40px;
	}
	.investSidemenu .inner_wrap .step02 .certification .certifyCard .top .certifyNumber {
		font-size: 27px;
	}
	.investSidemenu .inner_wrap .titleWrap .title {
		font-size: 15px;
	}
	.investSidemenu .inner_wrap .step02 .certification .certifyCard {
		margin-bottom: 30px;
	}
	.investSidemenu .inner_wrap .accountCard {
        height:130px;
		padding: 20px;
		margin: 0 0 30px 0;
	}
    .investSidemenu .inner_wrap .accountCard .bank {
        font-size: 14px;
        line-height: 20px;
    }
    .investSidemenu .inner_wrap .accountCard .amountWrap .amount {
        font-size: 27px;
        line-height: 39px;
    }
	.investSidemenu .inner_wrap .bankChoice .selectWrap select {
		height: 40px;
	}
    .investSidemenu .inner_wrap .writeAmount input[type=number],
	.investSidemenu .inner_wrap .writeAccount input[type=number] {
		height: 40px;
        padding: 10px 75px 10px 12px;
	}
    .investSidemenu .inner_wrap .writeAmount .inputWrap .unit {
        top:10px;
    }
    .investSidemenu .inner_wrap .writeAmount .inputWrap .cancelBtn {
        top:10px;
    }
    .investSidemenu .inner_wrap .writeAmount .btnWrap button {
        height:36px;
    }
    .investSidemenu .inner_wrap .writeAmount .amountStatus {
        margin-top:15px;
    }
	.investSidemenu .btnWrap .btn-step01 .cancel,
	.investSidemenu .btnWrap .btn-step01 .next,
	.investSidemenu .btnWrap .btn-step02 .prev,
	.investSidemenu .btnWrap .btn-step02 .next,
	.investSidemenu .btnWrap .btn-step03 .confirm {
		height: 44px;
        line-height:44px;
        font-size: 14px;
	}
	.investSidemenu .inner_wrap .step02 .accountInfoCard .item .item-title {
		width: 60px;
	}

	.investSidemenu .inner_wrap .step02 .accountInfoCard .item .item-content {
		width: calc(100% - 60px);
	}

	.investSidemenu .inner_wrap .step03 .countdown #time {
		font-size: 32px;
	}
	.investSidemenu .btnWrap .btn-step03 .invest_list,
	.investSidemenu .btnWrap .btn-step03 .more {
		height: 44px;
        line-height:44px;
        font-size: 14px;
	}
	.investSidemenu .inner_wrap .writeAmount .btnWrap button {
		font-size: 12px;
	}
	.investSidemenu .inner_wrap .certificationChoice .selectWrap .arsType+label {
		right: 40px;
	}
    .investSidemenu .inner_wrap .step03 .complete .msg {
        font-size: 13px;
        line-height: 19px;
        text-align: left;
    }
}