@CHARSET "UTF-8";

.swal2-close{
	padding-top:10px;
}
.rank-btn {
    padding: 11px 16px;
    margin: 3px;
    border: 1px #cccccc solid;
    border-radius: 5px;
    font-size: 15px;
    cursor:pointer;
}
.rank-btn-layer {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	margin: 10px auto;
}
.rank-btn.active{
    background-color: #4E7DFF;
    color: white;
}
.count-txt{color:#ff8d00;}
.jmok-icon-title{word-break:keep-all;}

.jmok-layer-top-info{
	background-color: #4E7DFF;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    font-size:15px;
}
.jmok-layer {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px #cccccc solid;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.jmok-spt-layer {
    display: flex;
    font-size: 15px;
    width: 100%;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.jmok-etc-layer {
    display: flex;
    font-size: 15px;
    width: 100%;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.jmok-title {
    color: #4F7DFF;
    width: 100%;
    padding: 15px;
    font-weight: bold;

}

.jmok-spt-layer .jmok-title{
	border-right: 1px #cccccc solid;
}
.jmok-etc-layer .jmok-title{
	border-right: 0px #cccccc solid;
}

.jmok-spt-layer .jmok-list-layer{
	border-right: 1px #cccccc solid;
}
ul.jmok-list-layer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px;
}

.jmok-icon i {
    padding: 7px 3px;
    border: 1px #cccccc solid;
    background: #cccccc;
    border-radius: 20px;
    color: white;
        width: 29px;
    text-align: center;
}

.jmok-list{
	padding: 3px ;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width:50%;
}
.jmok-icon{
    padding-right: 5px;
}
.fa.fa-ellipsis:before{
	content:"\f141";
}


.etc-service-info-layer {
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    border: 1px #cccccc solid;
    border-radius: 5px;
    margin-bottom: 10px;
}
.service-info-txt-layer {
    width: 100%;
}

li.service-txt1 {
    padding: 10px 10px 0px;
}
span.tip-txt {
    background: #5494FC;
    color: white;
    font-size: 15px;
    padding: 0px 13px;
    border-radius: 5px;
}
span.txt-sub-title {
    font-weight: bold;
}
li.service-txt2 {
    padding: 10px;
    color: #888;
    
}

.service-info-btn-layer {
    width: 50%;
    text-align: right;
    font-size:15px;
    padding-right:10px;
    padding-left:0px;
    color: #4F7DFF;
    cursor:pointer;
}
.fa-question-circle{color:#4E7DFF;cursor:pointer;}
.cont-memranking .list-grade li .btn.outline.blue{
    word-break: break-all;
    overflow-wrap: break-word;
    width: 96px;
    overflow: hidden;
    white-space: normal;
    max-width: 100%;
    min-width: 74px;
	
}
.box-info.grade .wrap-gradeInfo .wrap{
	padding:25px;
	
}
.cont-memranking .list-grade > li{
	width:39%;
}
.cont-memranking .list-grade > li:last-child{
	width:22%;
}
@media(max-width:768px){
	.cont-memranking .list-grade > li:nth-child(1){
		width:32%;
	}
    .cont-memranking .list-grade > li:nth-child(2){
		width:42%;
	}
	.rank-btn {
		padding: 10px 6px;
	}
	.jmok-layer{
	    flex-wrap: wrap;
	}
	
	.jmok-spt-layer{
		flex-direction: row;
		border-bottom:1px #cccccc solid;
	}
	.jmok-etc-layer{
		flex-direction: row;
		
	}
	
	.jmok-title {
	    width: 54%;
	}
	.jmok-spt-layer .jmok-list-layer{
		border-right: 0px #cccccc solid;
	}
	
	.jmok-etc-layer .jmok-title{
		border-right: 1px #cccccc solid;
	}
	.jmok-list{
		width:auto;
		justify-content: center;
	}
	.etc-service-info-layer{
		flex-direction: column;
	
	}
	.service-info-btn-layer{
		width: 100%;
	    text-align: left;
	    padding-left: 10px;
	    padding-right:0px;
	}
	
}
