/* 커스텀 */
.cust_modal .modal-dialog {
    width:740px;
    padding: 0 20px;
}
.modal-content, .modal .modal-body{
    background-color: transparent !important;
    padding: 0;
}
.hide { display : none ; }

.voting_note{
    background: none !important;
    background-color: #FFF !important;
}

/* 배너 */
.voting-banner{
    text-align: center;
    background-color:#e8d8ff;
    width:100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.voting-banner img{
    width:100%;
    max-width:720px;
}

.text-now{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* 후보추천 박스 */
.bottom-line{
    background: linear-gradient(to top, #E5F1FF 50%, transparent 50%);
    background: -webkit-linear-gradient(to top, #E5F1FF 50%, transparent 50%);
    background: -o-linear-gradient(to top, #E5F1FF 50%, transparent 50%);
    background: -moz-linear-gradient(to top, #E5F1FF 50%, transparent 50%);
}
.voting-wrapper{
    max-width: 720px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 20px;
}
.voting-wrapper h3 {
    display: flex;
    font-size: 22px;
    padding-left: 12px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    color: #111;
}
.close_modal1_btn{
    font-size: 28px;
    padding-right: 10px;
    position: relative;
    bottom: 5px;
}
.voting-box-wrapper{
    line-height: 28px;
    border: 3px solid #EEE;
    /* background: radial-gradient(ellipse at bottom, #243f5f 0%, #1d2238 100%); */
	/* background-color: #3b3b3b; */
    padding: 50px 34px 54px 34px;
    text-align: center;
    margin-bottom: 50px;
}
.voting-info-box{
    margin-bottom: 40px;
}
.voting-info-box > h4{
    line-height: 29px;
	font-size: 20px;
    color: #111111;
    letter-spacing: -0.35px;
    margin-bottom: 14px;
}
.voting-info-box > p{
    font-size: 15px;
    letter-spacing: -0.26px;
    color: #111111;
}
.voting-info-box .voting-time{
    font-size: 20px;
    color: #007BFF;
    letter-spacing: -0.35px;
}
.voting-box-wrapper > p{
    font-size: 15px;
    letter-spacing: -0.26px;
    color: #111111;
    margin-bottom: 58px;
    margin-top: 44px;
}
.voting-box-wrapper button{
    background-color: #007BFF;
    border:none;
    color: #FFF;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
	outline: none;
}
.voting-char-box img{
    max-width: 360px;
    width: 100%;
}
.voting-calendar{
    margin-bottom: 40px;
}
/* 작품 선택 박스 */
.select-box-wrapper{
    padding: 35px;
}

.voting-select-box > div:first-child{
    display: flex;
    justify-content: space-between;
    /* background: linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb);
    background: -webkit-linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb);
    background: -moz-linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb);
    background: -o-linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb); */
    background-color: #CBE6FF;
    align-items: center;
    padding: 15px 20px 13px 20px;
    border-radius: 20px 20px;
    animation: gradient 10s ease infinite;
    background-size: 200% 200%;
}

.voting-select-box > div > h3 {
    font-size: 20px;
    /* color: #e0edff; */
    margin-bottom: 0;
	outline:none;
}

.voting-select-novel-main{
    padding: 20px 40px;
    /* border: 2px solid #CBE6FF; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap:16px;
    background-color: #FFF;
}
.voting-select-novel-main img{
    width: 82px;
    height: 104px;
}
.voting-select-novel-main p{
    text-align: left;
    font-size: 16px;
    color: #7F7F7F;
    margin-bottom: 10px;
}
.voting-select-novel{
    text-align: right;
    padding: 20px 40px;
    border: 2px solid #ffffff;
    background-color: #f8f9fa;
}
.voting-select-novel-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.voting-select-novel-item img{
    width: 82px;
    height: 104px;
}
.voting-select-novel-item p{
    font-size: 16px;
    color: #7F7F7F;
    padding-right: 18px;
    padding-left: 10px;
    text-align: left;
}
.voting-select-novel button{
    outline: none;
    font-size: 17px;
    background-color: #007BFF;
    color: #FFF;
    padding: 7px 30px;
    border-radius: 10px;
    cursor: pointer;
    width: auto;
    border:none;
    cursor: pointer;
}
.voting-select-novel-input + .reset-btn{
    font-size: 17px;
    background-color: #656565;
    color: #FFF;
    padding: 7px 30px;
    border-radius: 10px;
    cursor: pointer;
    width: auto;
	outline: none;
    white-space: nowrap;
}
.voting-select-novel-input{
    display: inline-block;
    width: 65%;
    text-align: left;
    margin-top: 26px;
}
.select-box-wrapper > button{
    width: 100%;
}
.voting-select-wrapper{
    margin-bottom: 33px;
}
.voting-select-box > div:first-child input{
    vertical-align: bottom;
    background-color: #CBE6FF;
    border: none;
    outline: none;
    margin-left: 3px;
}
.voting-select-novel-input label{
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #111111;
    padding-right: 25px;
    white-space: nowrap;
}
.voting-select-novel-input input{
    border: none;
    border-bottom: 2px solid #D7D7D7;
    margin-bottom: 15px;
	outline: none;
    width: 240px;
}
.voting-select-novel-input input.novel_title{
    width: 255px;
}
/* 추천 확인 모달 */
.voting-check-wrapper{
    width: 370px;
    margin: 0 auto;
    text-align: center;
}
.voting-check-box > div:first-child{
    font-size: 24px;
    color: #FFF;
    background-color: #007BFF;
    padding: 20px 0;
    border-radius: 20px 20px 0 0;  
}
.voting-check-box > div:last-child{
    background-color: #FFF;
    border: 2px solid #007BFF;
    padding: 20px;
	border-radius: 0px 0px 20px 20px;
}
.voting-check-box > div:last-child p{
    font-size: 15px;
    color: #040000;
    margin-bottom: 20px;
}
.voting-check-item-wrapper{
    display: grid;
    flex-wrap: wrap;
    justify-content: space-around;
    grid-template-columns: 108px 108px;
}
.voting-check-item img{
    width: 108px;
    height: 108px;
    border-radius: 60px;
}
.voting-check-item h4{
    font-size: 13px;
    margin-top: 10px;
}
.voting-check-item h3{
    font-size: 17px;
    color: #040000;
    margin-bottom: 30px;
}
.voting-check-button button:first-child{
    border: none;
    border-radius: 20px;
    font-size: 16px;
    color: #7C7C7C;
    font-weight: 500;
    padding: 10px 50px;
    background-color: #F2F2F2;
    cursor: pointer;
}
.voting-check-button button.char-revote{
    padding: 10px 32px;
}
.voting-check-button button:last-child{
    border: none;
    border-radius: 20px;
    font-size: 16px;
    color: #007BFF;
    font-weight: 500;
    padding: 10px 50px;
    background-color: #E5F1FF;
    cursor: pointer;
}
/* 추천완료 모달*/
.voting-complete-wrapper{
    margin: 0 auto;
    width: 370px;
    padding: 22px 18px 18px 18px;
    border: 2px solid #007BFF;
    text-align: center;
    border-radius: 20px;
}
.voting-complete-wrapper h3{
    font-size: 22px;
    color: #040000;
    margin-bottom: 22px;
}
.voting-complete-wrapper button{
    width: 100%;
    border: none;
    background-color: #E5F1FF;
    font-size: 18px;
    color: #007BFF;
    padding: 10px 0;
    border-radius: 25px;
}
.emphasis-blue{
    color: #007BFF;
}
/* 보유 투표권 */
.vote-possesion{
    color: #4E4E4E;
    font-size: 15px;
}
.vote-possesion img{
    width: 24px;
    height: 24px;
    margin: 0 8px 0 4px;
}
.vote-count{
    width: 60px;
	color: #007BFF;
    /* border-bottom: 2px solid #4E4E4E; */
    display: inline-block;
    text-align: center;
}
/* 캐릭터 투표창 */
.vote-character-wrapper-main{
    padding: 35px;
    border: 2px solid #CBE6FF;
    background-color: #FFF;
    margin-bottom: 30px;
}
.vote-character-wrapper-main-final{
    padding: 25px 0;
    /* padding: 35px 20px; */
    /* border: 2px solid #CBE6FF; */
    /* background-color: #3b3b3b; */
    /* background: radial-gradient(ellipse at bottom, #243f5f 0%, #1d2238 100%); */
    margin-bottom: 30px;
    position: relative;
}

.vote-character-wrapper-main-final .vote-character-wrapper{
    display: grid;
    justify-content: space-around;
    align-items: center;
    grid-template-columns: repeat(auto-fill, 250px);
    gap: 3em 2em;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.vote-character-wrapper-main .vote-character-wrapper{
    display: grid;
    justify-content: space-around;
    align-items: center;
    grid-template-columns: repeat(auto-fill, 122px);
    gap: 2em 1em;
    flex-wrap: wrap;
}

.vote-character-item > div:first-child{
    width: 123px;
    height: 123px;
    margin-bottom: 10px;
}
.vote-character-wrapper-main-final .vote-character-item > div:first-child{
    width: 250px;
    height: 250px;
    margin-bottom: 14px;
}
.vote-item-on{
    background: linear-gradient(#ccc,#ccc) padding-box, linear-gradient(to right, #00c0fa, #015eea) border-box;
    background: -webkit-linear-gradient(#ccc,#ccc) padding-box, linear-gradient(to right, #00c0fa, #015eea) border-box;
    background: -moz-linear-gradient(#ccc,#ccc) padding-box, linear-gradient(to right, #00c0fa, #015eea) border-box;
    background: -o-linear-gradient(#ccc,#ccc) padding-box, linear-gradient(to right, #00c0fa, #015eea) border-box;
    border: 5px solid transparent;
}
.vote-character-item > div:first-child img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.vote-count-box{
    margin-top: 15px;
    white-space: nowrap;
}
.vote-count-box input{
    border-radius: 3px;
    border: 1px solid #E8E8E8;
    width: 43%;
    text-align: center;
    color: #015FEB;
    margin: 0 5px;
    height: 30px;
    vertical-align: middle;
}
.vote-character-item p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
}
.vote-count-box span img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.voting-select-box.off .slider_body { 
    display : none; 
} 

.voting-select-box.off .slider_tab_btn {
    cursor: pointer;
    /* transform: rotate(180deg); */
}
/* 캐릭터 투표확인 모달 */
.voting-check-char-wrapper{
    overflow-y: auto;
    max-height: 370px;
    scrollbar-width: thin;
    scrollbar-color:#CBE6FF #99BCDE;
}

.voting-check-char-wrapper::-webkit-scrollbar{
    width: 12px;
}

.voting-check-char-wrapper::-webkit-scrollbar-thumb {
    background-color: #CBE6FF;
    border-radius: 10px;
    border: 1px solid #99BCDE;
}

.voting-check-char-wrapper::-webkit-scrollbar-track {
    background-color: #99BCDE;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    background-clip: padding-box;
}

.voting-select-box > .voting_top_box > h3 + div img{
    width: 12px;
    height: 9px;
}
.voting-select-box{
    margin-bottom: 15px;
}

/* 프로그레스 바 - 파이널 */
.progress{
    background-color: transparent !important;
    border-radius: 10px !important;
}
.progress-bar{
    height: 20px !important;
}
.progress_div{
    margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
    .voting-banner img{
        width:100%;
        max-width:720px;
    }
    /* 후보추천 박스 */
    .voting-info-box{
        margin-bottom: 40px;
    }
    .voting-info-box > h4{
        line-height: 29px;
		font-size: 20px;
        color: #111111;
        letter-spacing: -0.35px;
        margin-bottom: 10px;
    }
    .voting-info-box > p{
        font-size: 15px;
        letter-spacing: -0.26px;
        color: #111111;
    }
    .voting-info-box .voting-time{
        font-size: 20px;
        color: #007BFF;
        letter-spacing: -0.35px;
    }
    .voting-box-wrapper > p{
        font-size: 15px;
        letter-spacing: -0.26px;
        color: #111111;
        margin-bottom: 58px;
        margin-top: 44px;
    }
    .voting-box-wrapper button{
        background-color: #007BFF;
        border:none;
        color: #FFF;
        font-size: 18px;
        padding: 10px 0;
        width: 100%;
        cursor: pointer;
		outline: none;
    }
    .voting-char-box img{
        max-width: 300px;
        width: 100%;
    }
    /* 작품 선택 박스 */
    .select-box-wrapper{
        padding: 26px 18px;
    }

    .voting-select-box > div:first-child{
        display: flex;
        justify-content: space-between;
        /* background: linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb);
        background: -webkit-linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb);
        background: -moz-linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb);
        background: -o-linear-gradient(253deg, #83e8ff, #4377d5, #3c4ecb, #a96edb); */
        background-color: #CBE6FF;
        align-items: center;
        padding: 0;
        border-radius: 20px;
        flex-direction: column;
        animation: gradient 10s ease infinite;
        background-size: 200% 200%;
    }

    .voting-select-box > div > h3 {
        font-size: 20px;
        /* color: #e0edff; */
        margin-bottom: 0;
        outline: none;
        padding: 12px 0 10px;
    }
    
    .voting-select-box > div > h3 + div{
        background-color: #FBFBFB;
        width: 100%;
        border: 2px solid #CBE6FF;
        padding: 10px 0 12px;
    }

    .voting-select-novel-main{
        padding: 20px;
        /* border: 2px solid #CBE6FF; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap:16px;
        flex-wrap: nowrap;
        border-top: 1px solid #F5F5F5;
    }
    .voting-select-novel-main img{
        width: 82px;
        height: 104px;
    }
    .voting-select-novel-main p{
        text-align: left;
        font-size: 13px;
        color: #7F7F7F;
        margin-bottom: 10px;
    }
    .voting-select-novel{
        text-align: center;
        padding: 20px 40px;
        border: 2px solid #ffffff;
        background-color: #f8f9fa;
    }
    .voting-select-novel-item{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .voting-select-novel-item img{
        width: 82px;
        height: 104px;
    }
    .voting-select-novel-item p{
        font-size: 16px;
        color: #7F7F7F;
        padding-right: 18px;
        padding-left: 10px;
        text-align: center;
    }
    .voting-select-novel button{
        outline: none;
        font-size: 17px;
        background-color: #007BFF;
        color: #FFF;
        padding: 7px 30px;
        border-radius: 10px;
        cursor: pointer;
        width: auto;
        border:none;
        margin-top: 25px;
    }
    .voting-select-novel-input + .reset-btn{
        font-size: 17px;
        background-color: #656565;
        color: #FFF;
        padding: 10px 30px;
        border-radius: 10px;
        cursor: pointer;
        width: 60%;
        outline: none;
        margin-top: 20px;
        margin-bottom: 30px;
        white-space: nowrap;
    }
    .voting-select-novel-input{
        padding: 0 27px;
        flex-wrap: nowrap;
        display: grid;
        width: 100%;
        text-align: left;
        margin-top: 28px;
    }
    .deco-line{
        border: 1px solid #EEE;
        margin: 20px 0;
    }
    .select-box-wrapper > button{
        width: 100%;
    }
    .voting-select-wrapper{
        margin-bottom: 12px;
    }
    .voting-select-box > div:first-child input{
        vertical-align: bottom;
        background-color: #FBFBFB;
        border: none;
        outline: none;
        font-size: 16px;
        width: 30%;
    }
    .voting-select-novel-input label{
        font-size: 16px;
        letter-spacing: -0.3px;
        color: #111111;
        padding-right: 25px;
        white-space: nowrap;
    }
    .voting-select-novel-input input{
        border: none;
        border-bottom: 2px solid #D7D7D7;
        margin-bottom: 15px;
        width: 100%;
	    outline: none;
    }
    .success-recommend{
        margin-top: 30px;
    }
    .voting-select-novel-input input.novel_title{
        width: 100%;
    }
    /* 캐릭터 투표창 */
    .vote-possesion img{
        display: none;
    }
    .vote-possesion{
	    padding-top: 4px;
        white-space: nowrap;
        font-size: 15px;
    }
    .voting-wrapper > .voting_possesion_top {
        display: flex;
        font-size: 20px;
        padding-left: 0px;
        margin-bottom: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .voting-select-box > .voting_top_box{
        flex-direction: row !important;
    }
    .voting-select-box > .voting_top_box > h3{
        font-size: 18px;
        color: #e0edff;
        margin-bottom: 0;
        outline: none;
        padding: 12px 0 10px 12px;
    }
    .voting-select-box > .voting_top_box > h3 + div{
        background-color: transparent;
        width: auto;
        border: none;
        padding: 13px 10px 12px 12px;
    }
    .voting-select-box > .voting_top_box > h3 + div img{
        width: 12px;
        height: 9px;
    }
    .off > .voting_top_box > .slider_tab_btn > img{
        position:relative;
        right:2px;
    }
    /*파이널*/
    .vote-character-wrapper-main-final .vote-character-wrapper{
        grid-template-columns: repeat(auto-fill, 190px);
    }
    .vote-character-wrapper-main-final .vote-character-item > div:first-child {
        width: 190px;
        height: 190px;
    }
}
@media screen and (max-width: 575px) {
    .modal-dialog{
        max-width: 450px;
        margin: 10px auto;
    }

    /* 추천 확인 모달 */
    .voting-check-wrapper{
        width: 370px;
        text-align: center;
    }
    .voting-check-box > div:first-child{
        font-size: 24px;
        color: #FFF;
        background-color: #007BFF;
        padding: 20px 0;
        border-radius: 20px 20px 0 0;  
    }
    .voting-check-box > div:last-child{
        background-color: #FFF;
        border: 2px solid #007BFF;
        padding: 20px;
    }
    .voting-check-box > div:last-child p{
        font-size: 15px;
        color: #040000;
        margin-bottom: 20px;
    }
    .voting-check-item-wrapper{
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-direction: column;
    }
    .voting-check-item img{
        width: 108px;
        height: 108px;
        border-radius: 60px;
    }
    .voting-check-item h4{
        font-size: 13px;
        margin-top: 10px;
    }
    .voting-check-item h3{
        font-size: 17px;
        color: #040000;
        margin-bottom: 30px;
    }
    .voting-check-button button:first-child{
        border: none;
        border-radius: 20px;
        font-size: 16px;
        color: #7C7C7C;
        font-weight: 500;
        padding: 10px 50px;
        background-color: #F2F2F2;
        cursor: pointer;
    }
    .voting-check-button button:last-child{
        border: none;
        border-radius: 20px;
        font-size: 16px;
        color: #007BFF;
        font-weight: 500;
        padding: 10px 50px;
        background-color: #E5F1FF;
        cursor: pointer;
    }
    .voting-check-button{
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }
    /* 추천완료 모달*/
    .voting-complete-wrapper{
        margin: 0 auto;
        width: 370px;
        padding: 22px 18px 18px 18px;
        border: 2px solid #007BFF;
        text-align: center;
        border-radius: 20px;
    }
    .voting-complete-wrapper h3{
        font-size: 22px;
        color: #040000;
        margin-bottom: 22px;
    }
    .voting-complete-wrapper button{
        width: 100%;
        border: none;
        background-color: #E5F1FF;
        font-size: 18px;
        color: #007BFF;
        padding: 10px 0;
        border-radius: 25px;
    }

    /*파이널*/
    .vote-character-wrapper-main-final .vote-character-wrapper{
        grid-template-columns: repeat(auto-fill, 150px);
    }
    .vote-character-wrapper-main-final .vote-character-item > div:first-child {
        width: 150px;
        height: 150px;
    }
}
@media screen and (max-width: 449px) {
    .modal-dialog{
        max-width: 350px;
        margin: 10px auto;
    }

    /* 추천 확인 모달 */
    .voting-check-wrapper{
        width: 240px;
        text-align: center;
    }

    /* 투표창*/
    .vote-character-wrapper-main {
        padding: 20px 10px;
        border: 2px solid #CBE6FF;
        background-color: #FFF;
        margin-bottom: 30px;
    } 
    
    .vote-character-wrapper{
        display: grid;
        justify-content: space-around;
        align-items: center;
        grid-template-columns: repeat(auto-fill, 100px);
        gap: 2em 0.5em;
        flex-wrap: wrap;
    }

    .vote-character-item > div:first-child {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .voting-wrapper > .voting_possesion_top {
        display: flex;
        font-size: 20px;
        padding-left: 0px;
        margin-bottom: 20px;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
    }

    .voting-select-box > div.voting_top_box{
        justify-content: space-around;
    }

    .voting-select-box > .voting_top_box > h3{
        padding: 12px 0 10px 0;
    }

    /*파이널*/
    .vote-character-wrapper-main-final .vote-character-wrapper{
        grid-template-columns: repeat(auto-fill, 120px);
    }
    .vote-character-wrapper-main-final .vote-character-item > div:first-child {
        width: 120px;
        height: 120px;
    }
}
@media screen and (max-width: 390px) {
    /*파이널*/
    .vote-character-wrapper-main-final .vote-character-wrapper{
        grid-template-columns: repeat(auto-fill, 100px);
    }
    .vote-character-wrapper-main-final .vote-character-item > div:first-child {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 349px) {
    .modal-dialog{
        max-width: 310px;
        margin: 10px auto;
    }

    /*파이널*/
    .vote-character-wrapper-main-final .vote-character-wrapper{
        grid-template-columns: repeat(auto-fill, 85px);
    }
    .vote-character-wrapper-main-final .vote-character-item > div:first-child {
        width: 85px;
        height: 85px;
    }
}

/* 마일리지 교환 상점 */
.vote_cnt_input{
    border: none;
    border-bottom: 2px solid #D7D7D7;
    margin-bottom: 15px;
    width: 50px;
    text-align: right;
}

.vote_mileage_shop_txt{
    margin-top: 15px;
}

.vote_mileage_shop_txt a{
    color:#EA6863;
}

.update_hit_cnt_txt{
    height: auto;
}

/* .font-bold {
    font-weight: bold ;
} */

input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.inline-block{
    display: inline-block;
}

/* 효과 */

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 40px;
    height: 40px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 80px;
    height: 80px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    animation-duration: 11s;
}

/* 애니메이션 효과 */

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 50%;
        filter: blur(0px);
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
        filter: blur(0px);
    }

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

