.container-img-winwin-top img {
    width: 100%;
    height: 261px;
    object-fit: cover;
    opacity: 0.7;
}

.container-img-winwin-top {
    position: relative;
    background: #000000;
}

a,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}
.container {
	max-width: 80%;;
}
.content-img-winwin-top-title {
    position: absolute;
    text-align: center;
    width: 100%;
    /*color: #ffffff;*/
    margin-top: 5%;
    letter-spacing: 1px;
    z-index: 1;
    font-family: 'Noto Sans KR';
    /*font-style: normal;*/
    /*font-weight: 500;*/
    /*font-size: 45px;*/
    /*line-height: 52px;*/
}

.content-img-winwin-top-des {
    position: absolute;
    color: #ffffff;
    text-align: center;
    width: 100%;
    color: #ffffff;
    margin-top: 10%;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 0 115px;
}

.container-img-winwin-body {
    position: relative;
}

.container-img-winwin-body img {
    width: 100%;
    background: #000000;
    opacity: 1.7;
}

.content-img-winwin-body-des {
    position: absolute;
    color: #ffffff;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-top: 18%;
    margin-left: 10%;

}

.content-img-winwin-body-title {
    position: absolute;
    color: #ffffff;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 70px;
    margin-top: 20%;
    margin-left: 10%;
}

.container-img-winwin-bottom {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
}

.item-container-img-winwin-bottom {
    flex: 0 0 auto;
    width: 33.33333%;
    position: relative;
}

.item-container-img-winwin-bottom img {
    object-fit: cover;
    height: 344px;
    width: 100%;

}

.icon-inner-item-container-img-winwin-bottom {
    text-align: center;
}

.icon-inner-item-container-img-winwin-bottom>img {
    position: absolute;
    top: 25%;
    left: 50%;
    height: 80px;
    width: 80px;
    transform: translate(-50px, 10px);
}

.icon-inner-item-container-img-winwin-bottom h1 {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
}

.icon-inner-item-container-img-winwin-bottom p {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.winwin-title-select-company {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    /* identical to box height, or 116% */
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #2E3E5C;
    margin-top: 128px;
}

.winwin-list-category-company-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
    width: 120%;
    margin-top: 50px;
}
/*
.winwin-list-category-company:nth-child(1) {
    padding: 55px 0px 40px 0px;
}

.winwin-list-category-company:nth-child(2) {
    padding: 55px 50px 40px 50px;
}

.winwin-list-category-company:nth-child(3) {
    padding: 55px 0px 40px 0px;
}

.winwin-list-category-company:nth-child(4) {
    padding: 55px 0px 40px 0px;
}

.winwin-list-category-company:nth-child(5) {
    padding: 55px 50px 40px 50px;
}

.winwin-list-category-company:nth-child(6) {
    padding: 55px 0px 40px 0px;
}
*/
.winwin-list-category-company {
	justify-content: center;
    padding-right: 20px;
}
.winwin-list-category-company h1 {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    /* identical to box height, or 137% */
    text-align: center;
    letter-spacing: -0.4px;
    color: #2E3E5C;
    margin-top: 40px;
}

.title-inner-item-container-img-winwin-bottom {
    text-align: center;
    color: #ffffff;
    top: 23%;
    width: 100%;
    position: absolute;
}

.title-inner-item-container-img-winwin-bottom p img {
    max-width: 80px;
    max-height: 80px;
}

.des-inner-item-container-img-winwin-bottom {
    text-align: center;
    color: #ffffff;
    top: 80%;
    width: 100%;
    position: absolute;
}