/*------------------------------------
  카다로그
------------------------------------*/
.ca_div{
	border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 3%);
    background: rgba(255, 255, 255, .4);
	max-width:520px;
	overflow:hidden;
}
.ca_div .con_01{
    
}
.ca_div .con_02{
    padding: 2rem;
	font-size: 1.15rem;
    font-weight: 500;
    color: #000;
}
.ca_div .con_02 .txt02{
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.09rem;
}
.con_02 .material-symbols-outlined {
    color: #fff;
    background: #c4a26e;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 1.2rem;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 200;
}













