.shop_wrap{
    width: 100%;
    height: 642px;
    position: relative;
    top: 71px;
    left: 0px;
    margin: 0px auto;
    /* overflow: hidden; */
    /* min-width: 1900px; */
    background-color: rgb(146, 146, 146);
}
.shop_wrap_mo img{
    display: none;
}
.go_to_world_congress_wrap{
    width: 30%;
    height: 350px;
    position: relative;
    top:-470px;
    left: 19%;
    /* z-index: 99999; */
    /* background-color: rgb(113, 115, 116,0.7); */
}

.groceries_distribution_text{
    width: 71%;
    height: 35px;
    font: normal 1.4em 'Noto sans KR';
    letter-spacing: 3px;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    /* background-color: aliceblue; */
}

.go_to_world_congress_list{
    width: 500px;
    font: bold 2.7em 'Noto sans KR';
    letter-spacing: 1px;
    margin-top:20px;
    color: #ffffff;
}
.congress_list{
    font: normal 1em 'Noto sans KR';
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
}

.benefits_text2{
    margin-top: 55px !important;
}
.shop_main_link{
    width: 33%;
    height: 44px;
    margin-top: 37px;
    text-align: center;
    padding-top: 2px;
    box-shadow: 2px 2px 0px 2px #0a0909;
    box-sizing: border-box;
    font: bold 1.05em 'Noto sans KR';
    color: #ffffff;
    cursor: pointer;
    background:none;
    border: solid 2px #ffffff;
}

.shop_wrap img{
    width: 100%;
    height: 100%;

}

/* 3가지내용 */
.shop_list_wrap{
    width: 100%;
    height: 1630px;
    padding-top: 110px;
    box-sizing: border-box;
    /* background-color: rgb(218, 218, 218); */
}
.shop_list{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
}
.shop_list_box_wrap{
    width: 100%;
    height: 1306px;
    /* background-color: cadetblue; */
}
.shop_box{
    width: 100%;
    height: 100%;
}
.shop_box li{
    width: 100%;
    height: 425px;
    padding: 50px 3%;
    box-sizing: border-box;
    margin-bottom: 20px;
    /* background-color: #F4F4F4; */
}

.shop_list_box_text_wrap{
  width: 50%;  
  height: 100%;
  margin-left: 3%;
  padding-top: 30px;
  box-sizing: border-box;
  /* background-color: #a08383; */
}
.shop_box_text_sub{
    width: 50%;
    font: normal 1.2em 'Noto sans KR';
    letter-spacing: 3px;
    color: #53525e;
    border-bottom: solid 1px #d2d2d2;
}

.shop_box_text{
    font: bold 2.3em 'Noto sans KR';
    color: #4a5085;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 30px;
    line-height: 1.3;
}
.shop_box_text2{
    font: normal 1em 'Noto sans KR';
    color: #7a7a7f;
    letter-spacing: 1px;
    margin-top: 30px;
    line-height: 1.6;
}
.shop_box li img{
    width: 45%;
    float: right;
    position: relative;
    top:-340px;
}

.shop_list_box2{
    position: relative;
    left: 60%;
}
.shop_img{
    position: relative;
    left: -53%;
}

/* <!-- 더많은 혜택 보러가기 --> */
.shop_benefits_wrap{
    width: 100%;
    height: 600px;
    /* background-color: #d2d2d2; */
}
.shop_benefits_list{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    /* background-color: aliceblue; */
}
.shop_benefits{
   width: 100%;
   height: 400px;
   /* background-color: #3f467c; */
}
.shop_benefits>li{
    width: 28%;
    height: 100%;
    float: left;
   margin-left: 6%;
   border-radius: 10px;
   filter: drop-shadow(5px 2px 5px rgba(0, 0, 0, 0.12));
    background-color: rgb(251, 251, 251);
}
.shop_benefits>li:first-child{
    margin-left: 2%;
}

.benefits_border{
    width: 100%;
    height: 110px;
    border-radius: 10px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: #5bb6b1;
}
.benefits_border p{
    width: 75%;
    height: 50px;
    font: bold 2.1em 'Noto sans KR';
    color: #ffffff;
    text-align: center;
    margin: 0px auto;
    border-bottom: solid 2px #ffffff;
    /* background-color: #3f467c; */
}

.benefits_text{
    font: bold 1.7em 'Noto sans KR';
    color: #5a5a5a;
    text-align: center;
    margin-top: 24px;
}
.shop_app_use{
    margin-top: 10px;
    float: right;
    font: normal 1em 'Noto sans KR';
    color: #5a5a5a;
}
.shop_benefits_list button{
    width: 28%;
    height: 65px;
    cursor: pointer;
    border: none;
    position: relative;
    left: 37%;
    top:80px;
    font: bold 1.25em 'Noto sans KR';
    color: #ffffff;
    background-color: #3c3e4a;
}


/* 세상회 일러스트  */
.shop_illustration_wrap{
    width: 100%;
    height: 900px;

}
.shop_illustration_list{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}
.shop_illustration_list img{
    width: 83%;
    height: 80%;
    position: relative;
    left: 8%;
    top: 60px;
    /* background-color: #53525e; */
}






