body{
    width: 100%;
    min-width: 1920px;
    margin: auto;
}

.banner{
    width: 100%;
    height: 100vh;
    background-image: url('/img/bg.jpg');
    background-size: cover; /* 배경 이미지를 화면에 맞게 조정 */
    background-position: center; /* 배경 이미지를 가운데에 배치 */
    background-repeat: no-repeat; /* 배경 이미지 반복 방지 */

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .wrap{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner .txt{
    color: var(--sub-white);
}

.banner .txt p{
    color: inherit;
    margin-top: 24px;
    text-align: center;
}

.banner .txt p:first-child{
    font-size: 3.2rem;
    font-weight: 600;
}

.banner .txt p:last-child{
    font-size: 1.2rem;
}

/*contents section*/

.contents{
    width: 100%;
    margin: auto;
    padding: 2% 20%;
}

.contents .wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contents .subTitle,
.card-wrap,
.vcm-wrap,
.solution-wrap,
.barBanner,
.service{
    width: 100%;
    margin: 3.2rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;    
}

.card-design{
    width: 100%;
    margin: 3.2rem 0rem;

}

.contents .subTitle > p{
    font-size: 1.2rem;
    color: var(--default-black);
}

.contents .subTitle > h1{
    font-size: 2.8rem;
    margin: 1rem 0rem;
}

.card-wrap{
    flex-direction: initial;    
    border:0.2px solid #efefef;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 2.2rem;
    padding: 1rem 0.8rem;
}


.card-wrap .txt{
    width: 100%;
    max-width: 50%;
    margin-left: 4.8rem;
}


.card-wrap .txt p{
    color: var(--default-black);
    line-height: 1.8;
}

.card-wrap .txt p:first-child{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.card-wrap .txt p:last-child{
    font-size: 1.1rem;
    font-weight: 100;
}


.card-design{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-design .card{
    width: 100%;
}

.card-design .card:first-child{
    margin-right: 10%;
}

.card-design .card .layout{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.card-design .card .layout > li{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--default-black);
    border-bottom: 4px solid #0D1D37;
    padding: 0.4rem 0.4rem 0.4rem 4rem;
}


.layout-wrap{
    width: 100%;
    height: auto;
    padding: 1.6rem 0.4rem 0.4rem 6rem;
}

.layout-wrap > li{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 100;
    list-style: disc;
    margin-bottom: 1.4rem
}

.layout-wrap  li::marker {
    color: #BBBBBB; /* 원하는 색상으로 변경 (예: 토마토색) */
}


.layout-wrap > li:last-child{
    margin-bottom: 0.4rem
}

.layout-wrap > li p{
    color: var(--default-black);
}

.vcm-wrap{
    padding: 0px 4%;
}

.vcm-wrap .txt{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vcm-wrap .info > li{
    width: 100%;
    text-align: left;
}

.vcm-wrap .info > li:first-child{
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.vcm-wrap .info > li:first-child > span:nth-child(2){
    margin-left: 4%;
}

.vcm-wrap .txt > .info:last-child{
    text-align: center;
}

.vcm-wrap .info > li span:not(.strong),
.vcm-wrap .info > li p{
    font-size: 1.1rem;
    color: var(--light-black);
}

.vcm-wrap .info .strong,
.solution-wrap .info .strong{
    color: var(--default-black);
    font-size: 1.6rem;
    font-weight: 600;
}

.vcm-wrap .img-wrap .img{
    width: 58px;
    height: auto;
}

.vcm-wrap .icon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
}


.vcm-wrap .icon .txt{
    width: 100%;
}

.vcm-wrap .icon .txt p{
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: var(--default-black);
}

.vcm-wrap img,
.vcm-wrap svg{
    max-width: initial;
}


.solution-wrap{
    width: 100%;
}

.solution-wrap > .info > span:nth-child(2),
.vcm-wrap .icon .txt,
.vcm-wrap .info > li p{
    font-size: 1.4rem;
    font-weight: 100;
}

.solution-wrap > .info > span:nth-child(2){
    margin-left: 0.2rem;
}

.solution-wrap .info{
    width: 100%;
}

.solution-wrap .txt{
    font-size: 1.2rem;
    color: var(--point-blue);
    font-weight: 600;
    text-align: center;
    margin-top: 4%;
}

.solution-wrap .title{
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--default-black);
    margin-top: 2%;
}


.barBanner > .title{
    width: 100%;
    background: linear-gradient(90deg, #EFEFEF, #ffffff);
    padding: 1% 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
}

.barBanner .txt p{
    font-size: 1.2rem;
    line-height: 2rem;
    color:var(--default-black)
}

.barBanner .title span{
    color: var(--default-black);
    font-size: 1.4rem;
    font-weight: 500;
}

.barBanner .title > span:last-child{
    color: var(--point-blue);
}

.barBanner .card{
    height: 180px;
}

.card{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.barBanner .card > .card-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 0.8px solid #efefef;
    border-radius: 0.4rem;
    
}

.barBanner .card > .card-wrap:not(:last-child),
.service .card > .card-wrap:not(:last-child) {
    margin-right: 1rem;
}

.barBanner .card > .card-wrap > .no{
    font-size: 1rem;
    font-weight: 500;
    color:#B4B2B2;
    margin-top: 4%;
}

.barBanner .card > .card-wrap > .title{
    font-size: 1.2rem;
    font-weight: 600;
    color:var(--default-black);
    margin-top: 4%;
}

.barBanner .card > .card-wrap .info{
    font-size: 0.8rem;
    margin-top: 4%;
    line-height: 1.4rem;
}

.service{
    margin-top: 8%;
}

.service .wrap{
    align-items: flex-start;
}

.service .wrap .title{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 0.8%;
}

.service .wrap .name,
.service .wrap .info{
    font-size: 1.2rem;
    font-weight: 100;
}

.service .wrap .info{
    margin-top: 0.8%;
}

.service .card-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.service .card-wrap{
    background: url(/img/bg_blue.png);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #efefef;
    box-shadow: initial;
    border-radius: 4px;
}

.service .card-wrap:not(:first-child){
    background: url(/img/bg_green.png);
}

.service .card-wrap > li{
    font-size: 0.8rem;
    color: #ffffff;
}


.service .card-wrap > li span{
    font-size: inherit;
    color: inherit;
}

.service .card-wrap > li p{
    color: inherit;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.show{    
    width: 100%;
    height: 100%;
    margin-bottom: 4%;
}


.show .card{
    height: 460px
}

.show .card .card-wrap{
    height: 100%;
    padding: 2.4rem 1rem;
}

.show .card-wrap > li:nth-child(2){
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    margin: 6% 0%;
    padding-bottom: 2%;
    border-bottom: 1px solid #ffffff;
}

.show .card-wrap > li:nth-child(4){
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.partners{
    width: 100%;
}


.partners .wrap{
    width: 100%;
    height: 420px;
    position: relative;
    background: url(/img/bg_partners.png) center no-repeat;
    background-repeat: no-repeat;
}

.partners .wrap .logo{
    width: 80%;
    position: absolute;
    top: 60%;
    right: 0px
}

.partners .wrap .logo .logo-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.partners .wrap .logo .logo-wrap > li{
    width: 15%;
    height: 160px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    border: 0.4px solid #efefef;
}


.partners .wrap .logo .logo-wrap > li img{
    width: 120px;
    height: auto;
}


.partners .txt{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;    
    padding: 4% 0% 0% 20%;
}

.partners .txt span,
.partners .txt p{
    font-size: 1rem;

}

.partners .txt > span:nth-child(2){
    font-size: 1.8rem;
    font-weight: 100;
}