@charset "utf-8";
/* CSS Document */

#lank_wrap{
	background: #f7f2ed;
    border-radius: 10px;
    padding: 35px;
    font-size: 22px;
	line-height: 160%;
}

.lank_icon_ttl{
	text-align: center;
	margin: 0 0 30px 0;
	    display: block;
}

.lank_list_choile{
	    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 20px 0;
	display: flex;
        justify-content: start;
width: 670px;
}
.lank_icon_regular,.lank_icon_silver,.lank_icon_gold,.lank_icon_platina{
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    width: 150px;
    font-weight: bold;
    line-height: 120%;
    margin: 0 30px 0 0;
    display: block;
    height: 50px;
}
.lank_icon_regular{
	    background: #ffc7c7;
}
.lank_icon_silver{
	 background-image: linear-gradient(180deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
}
.lank_icon_gold{
	
	  background-image: linear-gradient(0deg, rgba(180, 164, 68, 1), rgba(255, 255, 255, 1));
}

.lank_icon_platina{
	background-image: linear-gradient(180deg, rgba(147, 225, 245, 1), rgba(233, 233, 233, 1));
}

.lank_txt{
    width: 460px;
}

.lank_txt span{
    width: 460px;
	font-weight: bold;
    color: #f53333;
}
.lank_list_down{
	text-align: center;
}






