@charset "utf-8";
/* -------------------------------------------
*
* Project : 웰빙클럽 
* File name : /css/sub.css
* Version : 1.0.0
* SUMMARY : 
*
* 1) 레이아웃
*       - 중앙 : 가운데 컨텐츠 스타일
*       - 왼쪽 : 사이드 영역
*       - 오른쪽 : 오른쪽 컨텐츠 영역
* 2) 마이페이지
* 3) 혜택
* 4) 멤버십
* 5) 제휴시설
* 6) 가입안내
*
* -------------------------------------------*/


/* **************************************** *
 * 레이아웃
 * **************************************** */
 	#sub-page .main-contents .group.result.view .btn.favorite{
 		bottom:65px;
 		position:fixed;
 	}

	.ctgy-list .jongmok-title{
    	position:relative;
    	border-bottom: 1px #ddd solid;
    }
   	.ctgy-list .fillter-group .right{
   	    position: absolute;
	    top: 10px;
	    right: 25px;
	    color: #b5b5b5;
   	}
   
   	.ctgy-list .fillter-group .right i {
	    font-size: 22px;
	    transform: rotate(180deg);
	}
	
   	.ctgy-list .fillter-group .active i {
	    transform: rotate(360deg);
	}
	
	.modal-body .list-fillter{
		margin-bottom:0px;
	}
	.modal-body .list-fillter.first {
	    /*border-top: 0px;*/
	}
	#sub-page .main-contents .group.result.view{
		margin-bottom:0px;
	}
	#sub-page .main-contents .group h3 {
	    padding-top: 0px;
	    padding-bottom: 0px;
	    margin-bottom:0px;
	}
	#sub-page .container-fluid.menu-2depth {
	    margin-bottom: 15px;
	}
	.area-popup{ top:172px;z-index: 103;}
	.favorite-cur-layer{
    	display:block;
  	}
  	.simple-item-info-option{
	    width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    display:none;
	}
	.modal-body .list-fillter li label{
		top:4px;
	}
	@media (max-width: 768px){
		.area-popup {
		    top:0px;
		}	
		.favorite-cur-layer{
	  		display:none;
	  	}
	  	.simple-item-info-option{
		    display:block;
		}
		.modal-body .list-fillter li input[type=checkbox]:checked + label{
			background-color:#2d6ff8;
			color:white;
		}
		.modal-body .list-fillter li label{
			top:0px;
		}
	}
	.search-cur-position{
		display: block;
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
		border: 1px solid rgba(0,0,0,.2);
		background-clip: padding-box;
		position: absolute;
		top: 157px;
		left: 8px;
		height: 40px;
		cursor:pointer;
	}
	.cur-position-button{
		overflow: hidden;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    font-size: 0;
	    color: transparent;
	    background-image: url(/images/map/mypoint_02.png);
	}
	.cur-position-button .active{
		overflow: hidden;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    font-size: 0;
	    color: transparent;
	    background-image: url(/images/map/mypoint_01.png);
	}
	
	.dist{
  		color:#979797;
  		font-size:15px;
  	}
	@media (max-width: 768px){
		.modal-body .list-fillter li{
			line-height:40px;
		}
		.modal-body .list-fillter li label{
			line-height:56px;
		}
		.sub-solo-page #sub-page .container .group.head {
		    padding: 10px 0px;
		    margin: 0px 0px;
		    background: #007bff;
		    text-align: center;
		}	
		.sub-solo-page #sub-page .container .group.head a {
		    color: #fff;
		}
		.sub-solo-page #sub-page .container .group h3 {
		    padding-top: 10px;
		    padding-bottom: 0px;
		    margin-bottom: 10px;
		    font-size: 21px;
		    letter-spacing: -1px;
		    color: #fff;
		}
	}
	
	span.iw_close {
	    position: absolute;
        right: 8px;
        top: 4px;
        font-size: 16px;
        width: 41px;
	    padding: 0px 4px 0px 0px;
	    text-align: right;
	    height: 32px;
	}
	.list-show{display:block;}
	@media(max-width: 1024px){.list-show{display:block;}}
	@media(max-width: 768px){.list-show{display:block;}}
	@media(max-width: 480px){.list-show{display:none;}}
	
	.sisulSimpleView{
/* 		position: absolute; */
		position:fixed;
	    bottom: 0px;
	    width: 100%;
/* 	    height: 180px; */
	    background-color: white;
	    z-index: 100;
	    display:none;
	    box-shadow: 0 0 28px 0 rgb(0 0 0 / 20%), 5px 0 15px 0 rgb(0 0 0 / 10%);
	}
	.sisulDetailView{
		position:fixed;
	    padding-top: 1px;
	    height: auto;
	    overflow: hidden;
	    display: none;
	    right: 0px;
	    float: right;
	    top: 121px;
	    width: 100%;
	    x: 0px;
	    transition: initial;
	    background: #f8f8f8;
	    z-index: 100;
	}
	
	.itemViewLayer{
	    box-shadow: none;
	    height: 574px;
	    overflow: hidden scroll;
	    overflow-y:auto;
	    overflow-x:hidden;
	    background-color: #e9ecef;
	}
	.itemViewLayer::-webkit-scrollbar-track {
	    background: #e0e0e0;
	}
	.itemViewLayer::-webkit-scrollbar-thumb {
	    background: #5494fe;
	    border-radius: 10px;
	}
	.itemViewLayer::-webkit-scrollbar {
	    width: 8px !important;
	}
	
	.SimpleViewLayer::-webkit-scrollbar-track {
	    background: #e0e0e0;
	}
	.SimpleViewLayer::-webkit-scrollbar-thumb {
	    background: #5494fe;
	    border-radius: 10px;
	}
	.SimpleViewLayer::-webkit-scrollbar {
	    width: 8px !important;
	}
	.sisul-simple-view-close{
		right: 18px;
		padding: 10px;
		cursor: pointer;
		font-size: 17px;
		text-align:right;
		background-color: white;
	}
	.sisulSimpleView .sisul-nm{
		font-size: 18px;
	    color: black;
	    font-weight: bold;
	    width : 100%;
	    position:relative;
	}
	.sisul-simple-title-area {
	    width: 100%;
	    -webkit-box-ordinal-group: 1;
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	    font-size:15px;
	    line-height:25px;
	    color: #015bff;
	    background-color: white;
	    font-size: 25px;
        border-bottom: 1px #cccccc solid;
    	padding-bottom: 10px;
	}
	.sisul-simple-info-area {
	    /* max-width: calc(100% - 12px - 116px); */
	    width : 100%;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 3;
	    -ms-flex-order: 3;
	    order: 3;
	    padding:0px 10px 10px 10px;
   	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: stretch;
	    
	}
	.sisul-simple-inner {
	    position: relative;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    padding: 16px 0;
	    padding-top:15px;
	    flex-direction: column;
	    padding: 10px 10px 0px 10px;
	}
	.jongmok-btn-style {
	    font-size: 13px;
	    border: 1px black solid;
	    padding: 0px 2px;
	    border-radius: 5px;
	    margin-top: 15px;
	    margin-right: 2px;
        display: inline-block;
    	max-width: 38%;
	}
	.jongmok-txt-html{
		margin-top:5px;
	}
	.option-btn-html .addition_yn {
		background: #4F7DFF;
    	color: #fff;
	}
	.option-btn-html .payback_yn{
		background: #FF5353;
    	color: #fff;
	}
	.option-btn-html .payback_point_yn{
		background: #FF5353;
    	color: #fff;
	}
	.option-btn-html .free_yn{
		background: #6E24DF;
    	color: #fff;
	}
	.option-btn-html .discount_yn{
		background: #22AA77;
    	color: #fff;
	}
	.option-btn-html .event_yn{
		background:#FFAA01;
		color:#fff;
	}
	.option-btn-html{
   	    position: absolute;
	    bottom: 10px;
	    right: 9px;
	    width: 56%;
	}
	.option-btn-html .heart{
       width: 30px;
	   height: 30px;
	   float: right;
	   padding: 3px 5px;
	   margin-left: 5px;
	   color: #999999;
	   border: 1px #F5F5F5 solid;
	   border-radius: 25px;
	}
	.option-btn-html .heart.active{
        color: #f44336;
	}
	
	.option-btn-html2 .addition_yn {
		background: #4F7DFF;
    	color: #fff;
	}
	.option-btn-html2 .payback_yn{
		background: #FF5353;
    	color: #fff;
	}
	.option-btn-html2 .payback_point_yn{
		background: #ff72c2;
    	color: #fff;
	}
	.option-btn-html2 .free_yn{
		background: #6E24DF;
    	color: #fff;
	}
	.option-btn-html2 .discount_yn{
		background: #22AA77;
    	color: #fff;
	}
	.option-btn-html2 .event_yn{
		background:#FFAA01;
		color:#fff;
	}
	.option-btn-html2{
   	    position: absolute;
	    bottom: 10px;
	    right: 9px;
	    width: 56%;
	}
	.option-btn-html2 .heart{
       width: 30px;
	   height: 30px;
	   float: right;
	   padding: 3px 5px;
	   margin-left: 5px;
	   color: #999999;
	   border: 1px #F5F5F5 solid;
	   border-radius: 25px;
	}
	.option-btn-html2 .heart.active{
        color: #f44336;
	}
	
	.sisul-nm-html{
		float:left;
	}
	.dist-html{
		width:100%;
		float:left;
	}
	.sisul-item-inner .sisul-item-title-area{
	    font-size: 18px;
	    color: black;
	    font-weight: bold;
	    width: 100%;
	}
	.sisul-item-info-jongmok{
		margin-top:15px;
	}
	.grade-labels{
		display : none;
	}
	@media screen and (max-width: 2500px)and (min-width: 769px){
		html{
			overflow-y:hidden;
		}
		.SimpleViewLayer{
		 	height:100%;
		}
		.sisulSimpleView{
			height:100%;
		}
		.grade-labels{
			display:block;
		}
		#sub-page .main-contents .group.result.view .btn.favorite{
	 		bottom: 65px;
	 		position:fixed;
	 	}
		.sisulDetailView{
		    padding-top: 26vh;
		    height: auto;
		    overflow: hidden;
		    width: 377px;
		    transition: initial;
		    display: none;
		    float: right;
		    right: 0px;
		    top: 0px;
		    z-index:100;
		    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%), 5px 0 15px 0 rgb(0 0 0 / 10%);
		}
		.sisul-simple-inner {
			background-color:white;
			padding-top:0px;
		}
		.sisul-simple-view-close{
			position:relative;
			text-align:right;
			right:0px;
		}
		.sisulSimpleView{
		    padding-top: 26vh;
		    height: auto;
		    overflow: hidden;
		    width: 377px;
		    transition: initial;
		    display: none;
		    float: right;
		    right: 0px;
		    top: 0px;
		    z-index:100;
		    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%), 5px 0 15px 0 rgb(0 0 0 / 10%);
		    /* background-color: #e9ecef; */
		}
		.simple-sub-title{width:25%;}
		.sisul-simple-thumbnail-layer {
		    margin: auto;
	        -webkit-box-ordinal-group: 1 !important;
		    -webkit-order: 1 !important;
		    -ms-flex-order: 1 !important;
		    order: 1 !important;
		    width:100% !important;
		    display:block !important;
		}
		
		
		.sisul-simple-title-area {
		    width: 100%;
		    -webkit-box-ordinal-group: 2 !important;
		    -webkit-order: 2 !important;
		    -ms-flex-order: 2 !important;
		    order: 2 !important;
		}
		.sisul-simple-info-area{
		 	-webkit-box-ordinal-group: 3 !important;
		    -webkit-order: 3 !important;
		    -ms-flex-order: 3 !important;
		    order: 3 !important;
		    width: 100% !important;
		    max-width: 100% !important;
		    background-color: white;
		    padding:10px;
		}
		.sisul-simple-thumbnail-area{
			position:relative;
		}
		
		.sisul-simple-thumbnail-area img{
			width:100% !important;
			height:auto !important; 
		}
		.sisul-simple-title-area {
		    text-align: center;
		    margin-bottom: 10px;
		    padding:10px;
		    margin-bottom:0px;
		}
		
		
		.membership-nm.sisul-simple-info-membership{
		    padding: 5px;
		    border-bottom: 1px #cccccc solid;
		    width:75%;
		}
		
		.jongmok-nm.sisul-simple-info-jongmok{
		    padding: 5px;
		    border-bottom: 1px #cccccc solid;
		    width:75%;
		}
		
		.lvl-emp.sisul-simple-info-lvl-emp{
		    padding: 5px;
		    /* border-bottom: 1px #cccccc solid; */
		    width:75%;
		    display: flex;
   			align-items: center;
   			float:left;
		}
		.lvl-fam.sisul-simple-info-lvl-fam{
		    padding: 5px;
		    /* border-bottom: 1px #cccccc solid; */
		    width:75%;
		    display: flex;
   			align-items: center;
		}
		.div-spt{
		    padding: 5px;
		    border-bottom: 1px #cccccc solid;
		    width:75%;
		}
		.div-cul{
			padding: 5px;
		    border-bottom: 1px #cccccc solid;
		    width:75%;
		}
		
		#map{
			height:820px; 
		}
		.itemViewLayer{
		    height: 600px;
		}
		.sisulSimpleView .sisul-nm{
			width : 100%;
			text-align:left;
		}
		.option-btn-html{display:none;}
	}
	@media(max-width: 768px){
	}
	nav.board-nav{display:block;}
	.navbar-default{position:relative;z-index:102;}
	#sub-page .main-contents .group.fillter{position:relative;z-index:102;align-items: center;}
	#sub-page .main-contents .group.head{padding:8px !important;z-index:102;background: #ffffff;}
	.sisulDetailViewBtn{
		position:fixed;
	    bottom: 0px;
	    width: 100%;
	    background-color: white;
	    z-index: 100;
	}
	
	#footer{display:none;}
	#sub-page.find-sub-page.center-map{padding-bottom:0px;}
	#gitple-launcher{display:none !important;}
	.place-result-score2{
		padding: 0px;
	    border-top: 1px solid #2d6ff8;
	    border-bottom: 1px solid #ddd;
	    background: #f9f9f9;
	    text-align: center;
	}
	.place-result-score2 a {
	    display: block;
	    padding: 20px;
	    margin-bottom: 0px;
	    font-size: 15px;
	    font-weight: 500;
	    color: #6b6a6a;
	}
	.place-result-score2 a span.location {
	    font-weight: 700;
	    color: #333;
	}
	.place-result-score2 a span.point {
	    color: #ff0000;
	}
	
	@media (max-width: 768px){
   		.area-popup {
		    z-index: 999;
		}
  	}
  	
  	/* 시설 상세 뷰 */
  	.sisul-item-list {
	    position: relative;
	    border: 0 solid #f0f1f2;
	    border-top-width: 1px;
	    padding: 10px 0px;
	    margin: 10px 0px;
	    background-color: white;
	    margin-top:0px;
	    cursor:pointer;
	    float:left;
	    width:100%;
	}
	.sisul-item-inner {
	    position: relative;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    /* padding: 16px 0; */
	    float:left;
	    width:100%;
	}
	.sisul-item-thumbnail-area {
        margin: auto;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 3;
	    -ms-flex-order: 3;
	    order: 3;
	    margin-left: 0px;
	    width:39%;
	    display:none;
	}
	.sisul-item-thumbnail-area img {
	    width: 100%;
   		 height: 87px;
	}
	
	.sisul-item-title-area {
        width: 100%;
	    -webkit-box-ordinal-group: 1;
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	    font-size: 15px;
	    line-height: 25px;
	    color: #015bff;
        padding: 10px 0px 10px 10px;
	}
	.sisul-item-info-area {
        width: 100%;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 3;
	    -ms-flex-order: 3;
	    order: 3;
	    padding: 10px;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: stretch;
	    float:left;
	}
	.sisul-item-info-addr{
		display : none;
	    width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	}
	.sisul-item-info-option{
		display:none;
	    width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	}
	.sisul-item-info-option .options {
	    position: relative;
	    padding: 0px 0px 10px;
	}
	.sisul-item-info-option .options div i{
	    font-size: 16px;
    	color: #999;
	}
	.sisul-item-info-option .options div.heart.active i{
	    color: #f44336;
	}
	.sisul-item-info-option .options .right {
	    position: absolute;
	    top: -10px;
	    right: 0px;
	}
	.sisul-item-info-option .options .right div.btn.addition_yn {
		background: #4F7DFF;
    	color: #fff;
	}
	.sisul-item-info-option .options .right div.btn.free_yn {
    	background: #6E24DF;
    	color: #fff;
	}
	.sisul-item-info-option .options .right div.btn.discount_yn {
		background: #4AB1FF;
    	color: #fff;
	}
	.sisul-item-info-option .options .right div.btn.payback_yn {
		background: #FF5353;
    	color: #fff;
	}
	.sisul-item-info-option .options .right div.btn.payback_point_yn {
		background: #ff72c2;
    	color: #fff;
	}
	.sisul-item-info-option .options .right div.btn.event_yn {
		background:#FFAA01;
		color:#fff;
	}
	.sisul-item-info-lvl-emp{
		width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: center;
	    float:left;
	}
	.sisul-item-info-lvl-emp span{
		color: #959595;
		width: 35%;
    	padding: 5px;
	}
	.sisul-item-info-lvl-emp2{
		width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: center;
	    float:left;
	}
	.sisul-item-info-lvl-emp2 span{
		color: #959595;
		width: 35%;
    	padding: 5px;
	}
	.sisul-item-info-lvl-fam{
		width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: center;
	    float:left;
	}
	.sisul-item-info-lvl-fam span{
		color: #959595;
		width: 35%;
    	padding: 5px;
	}
	.sisul-item-info-lvl-fam2{
		width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: center;
	    float:left;
	}
	.sisul-item-info-lvl-fam2 span{
		color: #959595;
		width: 35%;
    	padding: 5px;
	}
	.sisul-item-info-close {
	    right: 18px;
	    padding: 10px;
	    cursor: pointer;
	    font-size: 17px;
	    z-index: 1;
	    text-align: right;
	}
	.sisul-item-info-distance{
	    color: #979797;
    	font-size: 15px;
	}
	.box-name{
	    font-size: 13px;
	    border: 1px black solid;
	    padding: 0px 2px;
	    border-radius: 5px;
	    margin-right: 2px;
	}
	
	
	.SimpleViewLayer{
	    /* padding: 0px 10px 10px 19px; */
	    overflow: hidden overlay;
	    overflow-y:auto;
	    overflow-x:hidden;
	}
	
	.sisul-simple-list {
	    position: relative;
	    border: 0 solid #f0f1f2;
	    border-top-width: 1px;
	}
	
	.sisul-simple-thumbnail-layer {
        margin: auto;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 3;
	    -ms-flex-order: 3;
	    order: 3;
	    margin-left:0px;
	    width:34%;
		display:none;
	}
	.sisul-simple-thumbnail-area img{
		width:100%;
		height:87px;
	}
	
	.simple-item-info-option .options {
	    position: relative;
	    padding: 0px 0px 10px;
	}
	.simple-item-info-option .options div i {
	    font-size: 16px;
	    color: #999;
	}
	.simple-item-info-option .options .right {
	    position: absolute;
	    top: -10px;
	    right: 0px;
	}
	.simple-item-info-option .options div.heart.active i{
		color: #f44336;
	}
	.simple-item-info-option .options .right div.btn {
	    border: 1px solid #007bff;
	    background: #fff;
	    color: #007bff;
	}
	.simple-sub-addr{
		width: 100%;
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    display: none;
	}
	
	.simple-sub-title{
		width: 35%;
    	padding: 5px;
    	/* border-bottom:1px #cccccc solid; */
   	    color: #959595;
   	    float:left;
	}
	
	.sisul-simple-info-close {
	    right: 18px;
	    padding: 10px;
	    cursor: pointer;
	    font-size: 17px;
	    z-index: 1;
	    text-align: right;
	}
	.membership-nm.sisul-simple-info-membership{
	   padding: 5px;
	   border-bottom: 1px #cccccc solid;
	   width:65%;
	}
	.jongmok-nm.sisul-simple-info-jongmok{
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    width:65%;
	}
	
	.lvl-emp.sisul-simple-info-lvl-emp{
	    padding: 5px;
	    /* border-bottom: 1px #cccccc solid; */
	    width:65%;
	    display: flex;
   		align-items: center;
   		float:left;
	}
	.lvl-fam.sisul-simple-info-lvl-fam{
	    padding: 5px;
	    /* border-bottom: 1px #cccccc solid; */
	    width:65%;
	    display: flex;
  		align-items: center;
  		float:left;
	}
	.div-spt{
	    padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    width:65%;
	}
	.div-cul{
		padding: 5px;
	    border-bottom: 1px #cccccc solid;
	    width:65%;
	}
	#quick_menu{display:none !important;}
	#sub-page .main-contents .group h3{margin-top:0px !important;}
  	#sub-page .main-contents{position:relative;}
  	.fliter-layer{position:absolute;top:0;width:100%;}
  	.modal-contents-btn1 .btn{padding: 4px 7px;}
  	.modal-contents-btn2 .btn{padding: 4px 7px;}
  	.modal-contents-btn3 .btn{padding: 4px 7px;}
  	.modal-contents-btn4 .btn{padding: 4px 7px;}
  	.modal-contents-btn5 .btn{padding: 4px 7px;}
  	.modal-contents-btn6 .btn{padding: 4px 7px;}
  	.modal-contents-btn7 .btn{padding: 4px 7px;}
  	
  	/* .sisul-simple-btn{border-radius:25px;} */
  	.mark-icon {
	  	text-align: center;
	    opacity: 0.75;
	    width: 35px;
	    height: 35px;
	    cursor: pointer;
	    font-size: 12px;
	    background-position-x: center;
	    background-position-y: center;
	    background-size: 16px 16px;
	    background-repeat: no-repeat;
	    background-repeat-x: no-repeat;
	    background-repeat-y: no-repeat;
	    background-attachment: initial;
	    background-origin: initial;
	    background-clip: initial;
	    background-color: #6698DA;
	    border-radius: 20px;
	    color: white;
  	}
  	
  	.mark-payback-icon {
	  	text-align: center;
	    opacity: 0.75;
	    width: 35px;
	    height: 35px;
	    cursor: pointer;
	    font-size: 12px;
	    background-position-x: center;
	    background-position-y: center;
	    background-size: 16px 16px;
	    background-repeat: no-repeat;
	    background-repeat-x: no-repeat;
	    background-repeat-y: no-repeat;
	    background-attachment: initial;
	    background-origin: initial;
	    background-clip: initial;
	    background-color: rgb(213,129,134);
	    border-radius: 20px;
	    color: white;
  	}
  	
  	.spt_on{
	  	box-shadow: 0px 0px 2px 8px rgb(78 125 255 / 40%);
	  	background-color: rgb(22, 84, 255);
	  	border:4px white solid;
	  	    opacity: 1;
  	}
  	
  	.cul_on{
	  	box-shadow: 0px 0px 2px 8px rgb(63 157 71 / 40%);
	  	background-color: #00b350;
	  	border:4px white solid;
  	    opacity: 1;
  	}
  	
	