@charset "utf-8";

.cont-title .box-text a.link { color: #2B4DD4; font-size: 1.2rem; }

.content-wrap.list .intro-banner { position: relative; width: 100%; padding: 50px 70px; overflow: hidden; border-radius: 16px; background: #778ffd; }
.content-wrap.list .intro-banner .tit { position: relative; font-size: 4.3rem; color: #fff; background-image: url(../../../img/sub/maeul-agenda/tit_bg.png); background-repeat: no-repeat; background-position: bottom left; }
.content-wrap.list .intro-banner .txt { font-size: 2rem; color: #fff; line-height: 1.5; margin-top: 20px; word-break: keep-all;}
.content-wrap.list .intro-banner .txt br { display: none; }
.content-wrap.list .intro-banner img.bn_item { position: absolute; bottom: -100px; right: 0; width: 484px; height: 418px; }
.content-wrap.list .intro-banner img.item { position: absolute; }
.content-wrap.list .intro-banner img.item01 { width: 180px; height: 141px; top: 0; left: -30px; }
.content-wrap.list .intro-banner img.item02 { width: 182px; height: 78px; bottom: 0; left: 400px; }
.content-wrap.list .intro-banner img.item03 { width: 83px; height: 101px; top: 57px; right: 30px; }
.content-wrap.list .intro-banner img.item04 { width: 120px; height: 70px; top: 20px; right: 485px; }
.content-wrap.list .intro-banner .btn-wrap button { position: relative; top: 0; font-weight: 600; font-size: 1.5rem; height: 40px; -webkit-box-shadow: 0 15px 25px 0px rgba(1, 55, 133, 0.25); box-shadow: 0 15px 25px 0px rgba(1, 55, 133, 0.25); -webkit-transition: top .2s; -o-transition: top .2s; transition: top .2s; }
.content-wrap.list .intro-banner .btn-wrap button:hover { top: -3px; }
.content-wrap.list .intro-banner .btn-wrap button.white-btn.write { color: #778ffd; min-width: 200px; }
.content-wrap.list .intro-banner .btn-wrap button.white-btn.write:hover { background: #fff; }
.content-wrap.list .intro-banner .btn-wrap button.bd-white { background: #778ffd; color: #fff; border:1px solid #fff; font-weight: 500; font-size: 1.3rem; }
.content-wrap.list .intro-banner .btn-wrap button.bd-white i { margin-right: 4px; }

.content-wrap.list .search-area { margin-top: 50px; padding-top: 50px; border-top: 1px solid #c4c4c4; }
.content-wrap.list .search-area table.vertic-table { margin-top: 0; }
.content-wrap.list .search-area table.vertic-table tbody tr th { width: 200px; }

.agenda-slide { margin-top: 20px; }
.agenda-slide .slick-list { height: 100%; overflow: visible; }
.agenda-slide .slick-list .slick-track { height: 100%; }
.agenda-card { float: left; position: relative; min-height: 260px; background: #fff; height: 100%; width: -webkit-calc(33.33% - 10px); width: calc(33.33% - 10px); margin-right: 15px; margin-bottom: 15px; display: block; border-radius: 16px; padding: 25px 30px; outline: 0; border: 1px solid #dee3eb; overflow: hidden; }
.agenda-card:nth-child(3n) { margin-right: 0; }
.agenda-card:hover { -webkit-box-shadow: 0 15px 25px 0px rgba(1, 55, 133, 0.1); box-shadow: 0 15px 25px 0px rgba(1, 55, 133, 0.1); }
.agenda-card .title-area .agenda-label { display: block; margin-bottom: 15px; white-space: nowrap; }
.agenda-card .title-area .agenda-label span { display: inline-block; height: 20px; border-radius: 10px; padding: 0 15px; text-align: center; font-size: 1.1rem; line-height: 20px; margin-right: 3px; }
.agenda-card .title-area .agenda-label span.green { background: #baed8c; color: #467819; }
.agenda-card .title-area .agenda-label span.sky { background: #9BE5FC; color: #4293D7; }
.agenda-card .title-area .agenda-label span.pink { background: #FCC3D9; color: #E53963; }
.agenda-card .title-area .agenda-label span.purple { background: #F1C3FC; color: #B92ADC; }
.agenda-card .title-area .agenda-label span.yellow { background: #FFE87E; color: #927800; }
.agenda-card .title-area .agenda-label span.gold { background: #FFD214; color: #725700; }
.agenda-card .title-area .agenda-label span.silver { background: #D4D4D4; color: #3D3D3D; }
.agenda-card .title-area .agenda-label span.grey { background: #707070; color: #fff; }
.agenda-card .title-area .agenda-label span.blue { background: #033DF4; color: #fff; }
.agenda-card .title-area .agenda-label span.red { background: #FF4242; color: #fff; }
.agenda-card .title-area .agenda-label span.brown { background: #C57111; color: #fff; }
.agenda-card .title-area .agenda-label span.status.st01 { background: #0475f4; color: #fff; }
.agenda-card .title-area .agenda-label span.status.st02 { background: #00ce84; color: #fff; }
.agenda-card .title-area .agenda-label span.status.st03 { background: #8a9eb4; color: #fff; }
.agenda-card .title-area .agenda-label span.status i { margin-left: 2px; }
.agenda-card .title-area .agenda-label span.period { background: #fff; color: #0475f4; border: 1px solid #0475f4; line-height: 18px; }
.agenda-card .title-area .title h3 { font-size: 2.1rem; font-weight: bold; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; max-height: 54px; margin-bottom: 10px; line-height: 27px; }
.agenda-card .info-area { margin-top:10px; }
.agenda-card .info-area > span { font-size: 1.3rem; position: relative; color: #777; padding-right: 14px; }
.agenda-card .info-area > span:after { content: ''; position: absolute; top: 5px; right: 5px; width: 1px; height: 9px; background: #999999; }
.agenda-card .info-area > span:last-child { padding-right: 0; }
.agenda-card .info-area > span:last-child:after { display: none; }
.agenda-card .cont-area .cont { font-size: 1.4rem; font-weight: 300; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; max-height: 51px; line-height: 17px; }
.agenda-card .user { z-index: 1; position: absolute; bottom: 20px; left: 28px; width: -webkit-calc(100% - 60px); width: calc(100% - 60px); line-height: 25px; }
.agenda-card .user img { display: inline-block; }
.agenda-card .user span.period { background: #fff; color: #0475f4; border: 1px solid #0475f4; float: left; display: inline-block; height: 20px; border-radius: 10px; padding: 0 15px; text-align: center; font-size: 1.1rem; line-height: 18px; }
.agenda-card .user .sympathy { float: right; color: #005fea; line-height: 24px; }
.agenda-card .user .sympathy img { width: 24px; height: 24px; }
.agenda-card .user .comment { float: right; margin-right: 10px; line-height: 24px; }
.agenda-card .user .comment img { width: 24px; height: 24px;}

/* 대표이미지 있는 card */
.agenda-card.img-card { position: relative; overflow: hidden; background: #f2f4f7; }
.agenda-card.img-card .img-card-txt-wrap { position: absolute; z-index: 1; background: #fff; width: 100%; height: 100%; bottom: -125px; left: 0; padding: 20px 30px; transition: bottom .25s ease; }
.agenda-card.img-card:hover .img-card-txt-wrap { bottom: 0; }
.agenda-card.img-card .img-card-txt-wrap .cont-area { display: none; }
.agenda-card.img-card .img-card-txt-wrap .info-area { display: none; }
.agenda-card.img-card:hover .img-card-txt-wrap .cont-area { display: block; }
.agenda-card.img-card:hover .img-card-txt-wrap .info-area { display: block; }

/* 디테일 페이지 */
.detail-wrap .agenda-card { padding: 0; min-height: auto; width: 100%; margin-right: 0; margin-bottom: 0; border-radius: 0; border: 0; }
.detail-wrap .agenda-card:hover { -webkit-box-shadow: none; box-shadow: none; }
.detail-wrap .agenda-card .title-area { text-align: center; padding: 40px 0; border-top: 2px solid #0047bb; border-bottom: 1px solid #dee3eb; }
.detail-wrap .agenda-card .title-area .title h3 { font-size: 2.5rem; margin-bottom: 30px; text-overflow: unset; display: block; overflow: unset; max-height: unset;}
.detail-wrap .agenda-card .title-area .agenda-label { margin-bottom: 30px; }
.detail-wrap .agenda-card .title-area .agenda-label span { font-size: 1.2rem; margin-right: 0; height: 22px; line-height: 20px; }
.detail-wrap .agenda-card .cont-area { padding: 60px 0; border-bottom: 1px solid #dee3eb; }
.detail-wrap .agenda-card .cont-area .cont { line-height: 1.7; display: block; text-overflow: unset; max-height: none; overflow: unset; font-weight: 400; }
.detail-wrap .agenda-card .info-area > span { padding-right: 20px; }
.detail-wrap .agenda-card .info-area > span:last-child { padding-right: 0; }
.detail-wrap .agenda-card .info-area > span:after { right: 8px; }
.detail-wrap .agenda-card .info-area > span .tit { color: #000; }
.detail-wrap .agenda-card .sympathy-area { padding: 40px 0; border-bottom: 1px solid #dee3eb; }
.detail-wrap .agenda-card .sympathy-area .user { position: static; width: 100%; }
.detail-wrap .agenda-card .sympathy-area .user .sympathy { float: right; font-size: 1.7rem; font-weight: 600; }
.detail-wrap .agenda-card .sympathy-area .sym-box { position: relative; float: left; margin-top: 10px; width: 100%; height: 40px; clear: both; }
.detail-wrap .agenda-card .sympathy-area .sym-box .total { width: 100%; height: 100%; background: #dce0e5; display: block; border-radius: 50px; }
.detail-wrap .agenda-card .sympathy-area .sym-box .progress-bar { position: absolute; top: 0; left: 0; display: block; height: 100%; border-radius: 50px; -webkit-box-shadow: 5px 0px 20px rgb(0,107,184,0.3); box-shadow: 5px 0px 20px rgb(0,107,184,0.3);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ac3ff+0,0475f4+58 */
background: #4ac3ff; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4ac3ff 0%,#0475f4 58%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, right top,  from(#4ac3ff),color-stop(58%, #0475f4));
background: -o-linear-gradient(left,  #4ac3ff 0%,#0475f4 58%);
background: linear-gradient(to right,  #4ac3ff 0%,#0475f4 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac3ff', endColorstr='#0475f4',GradientType=1 ); /* IE6-9 */ }
.detail-wrap .agenda-card .sympathy-area .btn-wrap button.sym-btn { font-size: 1.5rem; height: 45px; padding: 0 30px; line-height: 47px; padding-left: 45px; background: url(../../../img/common/sympathy_w_icon.svg) no-repeat; -webkit-background-size: 20px 20px; background-size: 20px 20px; background-position: 20px 50%; font-weight: 600;background-color: #4b63fc; color: #fff;}
.detail-wrap .agenda-card .sympathy-area .btn-wrap button.sym-btn.bubbly-button.active{ background: url(../../../img/common/sympathy_check_icon.svg) no-repeat; -webkit-background-size: 20px 20px; background-size: 20px 20px; background-position: 20px 50%; background-color: #000c57; }
.detail-wrap .agenda-card .sympathy-area .btn-wrap button.disabled {color: #888;border-color: #ccc;cursor: no-drop;-webkit-box-shadow: none;box-shadow: none;background: url(../../../img/common/sympathy_dis_icon.svg) no-repeat;-webkit-background-size: 20px 20px;background-size: 20px 20px;background-position: 20px 50%;background-color: #f0f0f0;padding-left: 45px;}
.detail-wrap .agenda-card .sympathy-area .btn-wrap button.report-btn { height: 45px; line-height: 47px; font-size: 1.4rem; padding: 0 20px; }

.detail-wrap .agenda-card .comment-area { padding: 40px 0; }
.detail-wrap .agenda-card .comment-area .write .title { margin-bottom: 10px; font-size: 1.5rem; font-weight: 600; color: #666; }
.detail-wrap .agenda-card .comment-area .write .txtarea textarea { min-height: 100px; }
.detail-wrap .agenda-card .comment-area .list .box { padding: 20px; background: #f2f2f2; border-radius: 5px; min-height: 100px; margin-bottom: 20px;}
.detail-wrap .agenda-card .comment-area .list .box .cont {line-height: 1.5;}
.detail-wrap .agenda-card .comment-area .list .box .top { position: relative; padding-bottom: 12px; margin-bottom: 15px; border-bottom: 1px dashed #b6b6b6; }
.detail-wrap .agenda-card .comment-area .list .box .top .name { font-size: 1.5rem; margin-right: 10px; font-weight: 600; }
.detail-wrap .agenda-card .comment-area .list .box .top .btn-wrap { position: absolute; top: -5px; right: 0; margin-top: 0; border-radius: 3px;}
.detail-wrap .agenda-card .comment-area .list .box .top .btn-wrap button { font-size: 1.2rem; height: 25px; padding: 0 10px; min-width: unset; background: none; color: #B52B2B; border: 1px solid #B52B2B; }
.detail-wrap .agenda-card .comment-area .list .box .top .btn-wrap button:hover {background: #B52B2B; color: #fff;}

.detail-wrap .agenda-card .file-area {padding:10px; border-bottom: 1px solid #dee3eb;}
.detail-wrap .agenda-card .file-area img {width:12px; margin-right:10px; vertical-align:middle;}
.detail-wrap .agenda-card .file-area span {cursor: pointer;}
.detail-wrap .agenda-card .file-area span:hover {text-decoration: underline;}
.detail-wrap .agenda-card .file-area ul li:last-child {margin-bottom: 0;}
.detail-wrap .agenda-card .file-area ul li img { width: 12px; margin-right: 10px; vertical-align: middle; }


/**/
.layer-pop-wrap .layer-box .body .guide-video { width: 560px; height: 315px; }

/* 댓글신고 팝업 */
.layer-pop-wrap.reply-report .layer-box .body { text-align: center; } 

/* 나의참여내역 팝업 */
.layer-pop-wrap.my .layer-box .body .guide-video { width: 560px; height: 315px; }
.layer-pop-wrap.my .layer-box .body .agenda-slide { margin-top: 0; }
.layer-pop-wrap.my .layer-box .body .agenda-card { width: 100%; min-height: auto; padding: 20px; padding-bottom: 60px; margin-right: 0; }
.layer-pop-wrap.my .layer-box .body .agenda-card .user { width: -webkit-calc(100% - 40px); width: calc(100% - 40px); left: 20px; }

/* 결과리포트 팝업 */
.layer-pop-wrap.report .layer-box .body { max-height: 701px; }
.layer-pop-wrap.report .layer-box .body > .title { text-align: center; padding: 20px 0;}
.layer-pop-wrap.report .layer-box .body > .title h3 { font-size: 2.5rem; word-break: keep-all; }
.layer-pop-wrap.report .layer-box .body table { border-top: 1px solid #333; }
.layer-pop-wrap.report .layer-box .body .chart-area { margin-bottom: 20px; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box { width: 100%; padding: 20px; margin-top: 20px; background: #fff; border: 1px solid #d3d4d5; border-radius: 15px; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box.float { float: left; width: -webkit-calc(50% - 10px); width: calc(50% - 10px); margin-right: 20px; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box.float:last-child { margin-right: 0; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box h4 { padding-bottom: 15px; border-bottom: 1px dashed #c0c4ca; color: #444; font-weight: 400; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box h4 i { font-size: 1.4rem; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box .chart { width:100%; height: 220px; }
.layer-pop-wrap.report .layer-box .body .cont-title .title { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.layer-pop-wrap.report .layer-box .body .btn-wrap.download button { line-height: 37px;}
.layer-pop-wrap.report .layer-box .body .btn-wrap.download button img { width: 16px; height: 16px; margin-right: 5px; vertical-align: middle;} 


@media all and (max-width: 1200px) {
	.layer-pop-wrap.report .layer-box { width: 100%; max-width: 90%; }
	.layer-pop-wrap.report .layer-box .body { max-height: 651px; }
}
@media all and (max-width: 1090px) {
	.layer-pop-wrap .layer-box .body .guide-video { width: 100%; }

	.content-wrap.list .intro-banner { padding: 35px 60px; }
	.content-wrap.list .intro-banner img.bn_item { opacity: .7; width: 384px; height: 331px; }
	.content-wrap.list .intro-banner .tit { font-size: 2.8rem; -webkit-background-size: 110px 110px; background-size: 110px;}
	.content-wrap.list .intro-banner .txt { font-size: 1.5rem; margin-top: 10px;}

	.agenda-card { width: -webkit-calc(50% - 10px); width: calc(50% - 10px);  margin-right: 15px; }
	.agenda-card:nth-child(3n) { margin-right: 15px; }
	.agenda-card:nth-child(2n) { margin-right: 0; }

		/* paging */
	.layer-pop-wrap.my .body .paging ul li { height: 25px; line-height: 27px; width: 25px; margin: 0 1px; font-size: 1.3rem; }
	.layer-pop-wrap.my .body .paging ul li:first-child,
	.layer-pop-wrap.my .body .paging ul li:last-child {display: none;}
	.layer-pop-wrap.my .body .paging ul li.arrow a { border: 0; }
}
@media all and (max-width: 768px) {
	.content-wrap.list .intro-banner { text-align: center; }
	.content-wrap.list .intro-banner img.bn_item { opacity: .1; }	
	.content-wrap.list .intro-banner .tit { background-position: bottom center; }
	.content-wrap.list .intro-banner .btn-wrap .btn-left { float: none; display: inline-block; }
	.content-wrap.list .search-area table.vertic-table tbody tr th { width: 120px; }

	.agenda-card { padding: 20px; min-height: 245px; }
	.agenda-card.img-card .img-card-txt-wrap { padding: 20px; }
	.agenda-card .title-area .title h3 { font-size: 1.8rem; }
	.agenda-card .title-area .agenda-label span { margin-right: 0; padding: 0 7px; }
	.agenda-card .user { width: -webkit-calc(100% - 40px); width: calc(100% - 40px); left: 20px; }

	.detail-wrap .agenda-card .sympathy-area .sym-box { height: 30px; }
	.detail-wrap .agenda-card .sympathy-area .btn-wrap button.report-btn,
	.detail-wrap .agenda-card .sympathy-area .btn-wrap button.sym-btn { height: 40px; line-height: 42px; font-size: 1.5rem; }

	.layer-pop-wrap.report .layer-box .body .chart-area .row .box.float { width: 100%; margin-right: 0; }

	.layer-pop-wrap.my .layer-box { max-width: 95%; min-width: 95%; }
}
@media all and (max-width: 590px) {
	.content-wrap.list .intro-banner { padding: 30px 20px; }
	.content-wrap.list .intro-banner .txt br { display: none; }
	.content-wrap.list .intro-banner .btn-wrap button.white-btn.write { width: 100%; }
	.content-wrap.list .intro-banner .btn-wrap button.bd-white { width: -webkit-calc(50% - 5px); width: calc(50% - 5px); margin-top: 20px; }
	.content-wrap.list .intro-banner .txt br { display: block; }
	input[type="text"].text-input.m-width { width: 100%; }

		/*페이징*/
	.paging ul li { margin: 0; }
}
@media all and (max-width: 670px)
{
	.agenda-card { width: 100%; margin-right: 0; }
	.agenda-card.img-card:after { position: absolute; width: calc(100% + 2px); height: 16px; left: -1px; bottom: -1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border: 1px solid #dee3eb; border-top: none; content: ''; z-index: 2; }
}
@media all and (max-width: 475px) {
	.layer-pop-wrap.report .layer-box .body table.vertic-table tbody tr th { width: 75px; }
	.layer-pop-wrap.report .layer-box .body table.normal-table tbody tr td { font-size: 1.3rem; word-break: keep-all; }

	.layer-pop-wrap.my .body .paging ul li { width: 20px; height: 20px; line-height: 23px; }
}




.btn-wrap div button.bubbly-button {
  margin-top: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-box-shadow: 0 2px 25px rgba(0, 22, 164, 0.3);
          box-shadow: 0 2px 25px rgba(0, 22, 164, 0.3);
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  -o-transition: box-shadow ease-in 0.25s, -o-transform ease-in 0.1s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -o-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  z-index: 90;
}
.btn-wrap div button.bubbly-button:focus {
  outline: 0;
}
.btn-wrap div button.bubbly-button:before, .btn-wrap div button.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.btn-wrap div button.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 20%, #4b63fc 20%, transparent 30%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, transparent 20%, #4b63fc 20%, transparent 30%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, transparent 20%, #4b63fc 20%, transparent 30%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%);
  -webkit-background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
          background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.btn-wrap div button.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%), -webkit-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%), -o-radial-gradient(circle, #4b63fc 20%, transparent 20%);
  background-image: radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #4b63fc 15%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%), radial-gradient(circle, #4b63fc 20%, transparent 20%);
  -webkit-background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
          background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.btn-wrap div button.bubbly-button:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 2px 25px rgba(0, 22, 164, 0.3);
          box-shadow: 0 2px 25px rgba(0, 22, 164, 0.3);
}
.btn-wrap div button.bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
       -o-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}
.btn-wrap div button.bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
       -o-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}


@-webkit-keyframes topBubbles {
  0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% { background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}

@-o-keyframes topBubbles {
  0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% { background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}

@keyframes topBubbles {
  0% { background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% { background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% { background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}
@-webkit-keyframes bottomBubbles {
  0% { background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}
@-o-keyframes bottomBubbles {
  0% { background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}
@keyframes bottomBubbles {
  0% { background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% { background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% { background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%; -webkit-background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
}