.header .investment_banner {
    height: 220px;
    position: relative;
    z-index: 1;
    background: #4d5638 url(/images/investment/top_visual_investment.jpg) no-repeat bottom center;
    background-position: center;
}
.header .investment_banner span {
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 80px;
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.96px;
    text-align: center;
    color: #fff;
}
.contents .investment_container {
    padding: 80px 0 80px;
}
.investment_container .investment_title {
    padding-bottom: 50px;
}
.investment_container .investment_title .investment_title_icon {
    text-align: center;
}
.investment_container .investment_title .investment_title_text {
    text-align: center;
}
.investment_container .investment_title .investment_title_text span {
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.64px;
    color: #2f2f2f;
}
.investment_container .investment_list {
    padding-bottom: 50px;
}
.investment_list .investment_type {
    max-width:1200px;
    text-align: center;
    margin: 0 auto 38px auto;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.32px;
    color: #fff;
}
.investment_list .investment_item_area {
    max-width:1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px 20px;
    flex-wrap: wrap;
}
.investment_list .investment_item_area .investment_item {
    width:283px;
    height:199px;
    border:1px solid #d7d7d7;
    background-color: white;
}
.investment_list .investment_item_area .investment_item .item_img {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.investment_list .investment_item_area .investment_item .item_title {
    width: 285px;
    height: 70px;
    text-align: center;
    opacity: 0.9;
    background-color: #373737;
}
.investment_list .investment_item_area .investment_item .item_title span {
    width: 63px;
    height: 18px;
    font-family: 'Noto Sans KR';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.67;
    letter-spacing: -0.36px;
    text-align: center;
    color: #fff;
}
.investment_btn_top {
    margin: -105px 0px 0px 1212px;
}
.icon_link_circle {
    width: 20px;
    height: 20px;
    position: relative;
    top:34px;
    left:-9px;
    padding: 11px 11px 12px 12px;
    border-radius: 50%;
    opacity: 0.7;
    background-color: #000;
}

@media ( max-width: 1024px ) {
    .investment_list .investment_item_area {
        justify-content: center;
    }
}