.add-button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 0;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    background-color: #20285D;
    font-family: 'NotoSansKR-Bold';
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: pointer;
	display: none;
}

.add-buttonDiv2 {
    width: 100%;
	color: #1C2864;
	font-family: 'NotoSansKR-Bold';
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
	display: none;
}

.add-buttonDiv1 {
	width: 100%;
	color: #1C2864;
	font-family: 'NotoSansKR-Bold';
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
	display: block;
}