.layout_center {padding: 71px 0 50px 0;}
.Iwrap *{margin:0; padding:0;}
.Iwrap{ /* 인덱스 워랩 */
  width:100%;
  max-width:1024px;
  margin:0 auto;
}
/* 바로가기 */

.Gomedi{
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.Gomedi .left, .Gomedi .right{
  display: block;
  width: calc(50% - 30px);
  border-radius: 25px;
  box-sizing: border-box;
}

.Gomedi .left .imgbox, .Gomedi .right .imgbox{
  width: 100%;
  border-radius: 25px;
}
.Gomedi .left .imgbox img, .Gomedi .right .imgbox img{
  width: 100%;
  border-radius: 25px;
}

/*////////////////////////////////////////////////카테고리*/
.category_b{
  position: relative;
}
.category{ /* 카테고리 */
  width: 95%;
  margin:0 auto;
  padding:10px 0;
  overflow-x: scroll;
  -ms-overflow-style:none;
  letter-spacing: -1px;
}
.category::-webkit-scrollbar{ display: none;}
.category ul{
  white-space:nowrap;
}
.category ul li{
  display:inline-block;
  width:10%;
  padding:5px 0;
  margin: 0 0.4%;
  text-align:center;
  cursor:pointer;
  color:#666;
  font-size: 14px;
}
.category ul li .main_b{ /* 카테고리 아이콘 */
  margin:5px auto;
  width:80%;
  background:#fff;
  border-radius:15px;
}
.category ul li .main_b>img{ /* 카테고리 아이콘 */
  padding-top:5px;
  width:75%;
}
.on1{
  border-radius: 20px;
  color: #fff !important;
  background: #6E3EFA;
}
.gradient_b{
  position: absolute;
  top:0;
  right: 2%;
  background: linear-gradient(to left, #fff, #fff 10%, rgba(255,255,255,0));
  background: -webkit-linear-gradient(to left, #fff, #fff 10%, rgba(255,255,255,0));
  width:0%;
  height: 100%;
}
.sub_txt{ /* 메인 서브타이틀 텍스트 */
  font-size:22px;
  padding-bottom:30px;
}
/*////////////////////////////////////////////////이용가이드보러가기*/
.first_visit{
  width: 95%;
  margin: 0 auto;
}
.first_visit .guidego{ /* 이용가이드 보러가기 */
  margin:0 auto 40px;
  background:transparent linear-gradient(90deg, #8743FF 0%, #4136F1 100%) 0% 0% no-repeat padding-box;
  box-shadow:3px 7px 6px #00000029;
  border-radius:22px;
  opacity:0.8;
  text-align:center;
  width:98%;
}
.first_visit .guidego>a{
  display:block;
  padding:15px 0;
  color:#fff;
  font-size:22px;
  cursor:pointer;
}
.first_visit .guidego>a>img{ /* 이용가이드 아이콘 */
  width:28px;
  margin:4px 0 0 10px;
}
/*////////////////////////////////////////////////추천테스트*/
.reco_test{
  width: 95%;
  margin: 0 auto;
  padding-bottom:40px;
}
.reco_test>h2{
  display:inline-block;
}
.reco_test>span{
  padding-left:10px;
  color:#666;
}
.reco_list{
  clear: both;
}
.reco_list li{
  position:relative;
  top: 0;
  right:0;
  cursor:pointer;
  margin:0 auto;
}
.list_left{
  margin:10px;
  float: left;
}
.list_left_in{
  position:relative;
  top:0;
  left:0;
  width:130px;
  height:130px;
}
.list_left_in .back{
  position:absolute;
  right:0;
  width:50px;
  height:50px;
  background: #6E3EFA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 13px;
}
.list_left_in .img{
  position:absolute;
  left:0;
  bottom:0;
  width:120px;
  height:120px;
  border-radius:17px;
  box-shadow: 0px 3px 6px #00000029;
  background:#fff;
  overflow:hidden;
}
.list_left_in .img>img{
  width:100%;
  vertical-align:top;
}
.list_right{
  padding:30px 0 0 0;
  height: 100px;
  color:#666;
  font-size: 16px;
  letter-spacing: -1px;
}
.list_right .list_txt2>h3{
  padding:8px 0;
  font-size:22px;
  color: #515151;
}
.list_right .one{
  float:right;
  color: #FF4060;
  font-weight:500;
  margin-right:10px;
}
.reco_list li>span{
  position:absolute;
  top:28px;
  right:10px;
  cursor:pointer;
}
.reco_list li>span>img{
  width:30px;
}
.list_right .sub{
  display: inline-block;
  color:#888;
  font-weight: 300;
}
.list_right .area{
  display: inline-block;
  padding:2px 10px;
  border-radius: 10px;
  background:#6E3EFA;
  color:#fff;
  font-weight:300;
  font-size: 14px;
  margin:0 2px;
}
.list_right .sex{
  display: inline-block;
  padding:2px 10px;
  border-radius: 10px;
  background:#9F77FF;
  color:#fff;
  font-weight:300;
  font-size: 14px;
  margin:0 2px;
}
.list_right .age{
  display: inline-block;
  padding:2px 10px;
  border-radius: 10px;
  border:1px solid #6E3EFA;
  font-weight:300;
  font-size: 14px;
  margin:0 2px;
}
/*////////////////////////////////////////////////마감*/
.list_close{
  color:#bbb !important;
}
.list_close1{
  background: #bbb !important;
}
.list_close2{
  opacity: 0.5;
}
.list_close3{
  border: 1px solid #bbb !important;
}
.reco_reset{
  padding:7px 0;
  margin:20px auto 0;
  width:250px;
  text-align:center;
  border:1px solid #6E3EFA;
  border-radius:45px;
  cursor:pointer;
  color:#666;
}
.reco_reset>img{
  width:20px;
  margin:3px 5px 0 0;
}
/*////////////////////////////////////////////////배너*/
.ing_test .list_banner{
  margin:30px 0;
  width:100%;
  height:auto;
}
.ing_test .list_banner>a>img{
  width:100%;
  border-radius: 20px;
}
.ing_test .list_bannerm{display: none;}
.ing_test{
  width: 95%;
  margin: 0 auto;
}
/*////////////////////////////////////////////////리스트 탑*/
.total_top{
  margin:0 auto;
  width:99%;
}
.total_top .total_left{/*리스트탑 왼쪽*/
  margin-top:5px;
  float:left;
}
.total_left>ul>li{
  float:left;
  color:#666;
}
.total_left>ul>li>span{
  font-weight:600;
}
.total_left>ul>li .ing{
  color:#6E3EFA;
}
.total_top .total_right{ /*리스트탑 오른쪽*/
  float:right;
}
.total_right>ul>li{
  float:left;
  position:relative;
}
.total_right>ul>li .select{ /* 셀렉트 박스*/
  width:100%;
}
.ing_test{
  width: 95%;
  margin: 0 auto;
}
.ing_test>h2{
  display:inline-block;
}
.ing_test>div{
  float:right;
  cursor: pointer;
}
/*////////////////////////////////////////////////페이지*/
.list_page{
  padding-top:50px;
  margin: 0 auto;
  text-align:center;
  width:95%;
  font-size: 18px;
  color:#666;
}
.list_page ul li{
  display:inline-block;
  padding:0 8px;
  cursor: pointer;
}
.select{
  color:#333;
  font-weight:500;
}
/*////////////////////////////////////////////////SORRY*/
.sorry{
  margin:0 auto;
  padding-top:130px;
  width:100%;
  text-align:center;
}
.sorry>h3{ /* sorry 텍스트 */
  color:#8743FF;
  font-size:50px;
}
.sorry>h4{ /* 검색결과가 없습니다 */
  padding-top:10px;
  text-align:center;
  color:#666;
  font-weight: 400;
}
.sorry .sorry_banner{ /* 배너 */
  margin:80px auto 0px;
  width:100%;
  height:auto;
  border-radius: 20px;
}
.sorry .sorry_banner>a>img{
  width:100%;
    border-radius: 20px;
}
/*_______________________________________________타블렛 기준으로*/
@media screen and (min-width:490px) and (max-width:768px){
  .layout_center {
    padding: 56px 0 50px 0;
  }
  .Iwrap{ /* 인덱스 워랩 */
    font-size:14px;
  }

  .Gomedi .left, .Gomedi .right{
    border-radius: 15px;
  }
  
  .Gomedi .left .imgbox, .Gomedi .right .imgbox{
    border-radius: 15px;
  }
  .Gomedi .left .imgbox img, .Gomedi .right .imgbox img{
    border-radius: 15px;
  }

  /*////////////////////////////////////////////////카테고리*/
  .category{ /* 카테고리 */
    padding:5px 0;
  }
  .category ul li{
    width:14%;
    font-size: 12px;
  }
  .gradient_b{
    width:5%;
  }
  .category ul li .main_b{ /* 카테고리 아이콘 */
    border-radius:10px;
  }
  .sub_txt{ /* 메인 서브타이틀 텍스트 */
    font-size:18px;
    padding-bottom:10px;
  }
  .on1{
    border-radius: 15px;
  }
   /*////////////////////////////////////////////////리스트 탑*/
   .total_top .total_left{/*리스트탑 왼쪽*/
     margin-top:2px;
   }
   .total_left>ul>li{
     font-size:14px;
   }
  /*////////////////////////////////////////////////이용가이드보러가기*/
  .first_visit{
    width:90%;
  }
  .first_visit .guidego{ /* 이용가이드 보러가기 */
    margin:0 auto 20px;
    border-radius:20px;
    width:100%;
  }
  .first_visit .guidego>a{
    padding:10px 0;
    font-size:16px;
  }
  .first_visit .guidego>a>img{ /* 이용가이드 아이콘 */
    width:20px;
    margin:3px 0 0 10px;
  }
  /*////////////////////////////////////////////////추천테스트*/
  .reco_test{
    padding-bottom:20px;
    width:90%;
  }
  .reco_test>h2{
    display:block;
  }
  .reco_test>span{
    padding-left:0px;
  }
  .list_left{
    margin:10px 10px 10px 0;
    float:left;
  }
  .list_left_in{
    width:85px;
    height:85px;
  }
  .list_left_in .back{
    width:40px;
    height:40px;
    border-radius:13px;
  }
  .list_left_in .img{
    width:80px;
    height:80px;
    border-radius:17px;
  }
  .list_right{
    padding:18px 0 0 0;
    height:70px;
    font-size:14px;
  }
  .list_right .list_txt2>h3{
    padding:5px 0;
    font-size:16px;
  }
  .list_right .one{
    margin-right:0px;
    letter-spacing: -1px;
  }
  .reco_list li>span{
    top:17px;
    right:0px;
  }
  .reco_list li>span>img{
    width:20px;
  }
  .reco_reset{
    padding:7px 0;
    margin:20px auto 0;
    width:200px;
    border-radius:20px;
  }
  .reco_reset>img{
    width:18px;
    margin:2px 5px 0 0;
  }
  .list_right .sub{
    width: 68%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_right .area{
    padding:2px 7px;
    border-radius: 8px;
    font-size: 12px;
  }
  .list_right .sex{
    padding:2px 7px;
    border-radius: 8px;
    font-size: 12px;
  }
  .list_right .age{
    padding:2px 7px;
    border-radius: 8px;
    font-size: 12px;
  }
  /*////////////////////////////////////////////////배너*/
  .ing_test .list_banner{
    margin:20px 0;
  }
  .ing_test .list_banner>a>img{
    border-radius:15px;
  }
  .ing_test{
    width: 90%;
  }
  /*////////////////////////////////////////////////페이지*/
  .list_page{
    padding-top:20px;
    font-size: 14px;
    width:90%;
  }
  /*////////////////////////////////////////////////SORRY*/
  .sorry{
    padding-top:70px;
    width:90%;
  }
  .sorry>h3{ /* sorry 텍스트 */
    font-size:40px;
  }
  .sorry>h4{ /* 검색결과가 없습니다 */
    padding-top:5px;
  }
  .sorry .sorry_banner{ /* 배너 */
    margin:70px auto 0px;
    width:100%;
  }
}
/*_______________________________________________모바일 기준으로*/
@media screen and (max-width:489px){
  .layout_center {
    padding: 56px 0 50px 0;
  }
  .Iwrap{ /* 인덱스 워랩 */
    font-size:14px;
  }
  .Gomedi{
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 20px 0;
  }

  .Gomedi .left, .Gomedi .right{
    margin: 0 auto;
    width: calc(100% - 40px);
    border-radius: 25px;
  }

  .Gomedi .left{
    margin-bottom: 20px;
  }
  /*////////////////////////////////////////////////카테고리*/
  .category{ /* 카테고리 */
    padding:0px 0px 5px 0px;
  }
  .category ul li{
    width:20%;
    font-size: 12px;
  }
  .category ul li .main_b {
    border-radius: 10px;
}
  .gradient_b{
    width:5%;
  }
  .sub_txt{ /* 메인 서브타이틀 텍스트 */
    font-size:18px;
    padding-bottom:10px;
  }
  .on1{
    border-radius: 10px;
  }
   /*////////////////////////////////////////////////리스트 탑*/
   .total_top .total_left{/*리스트탑 왼쪽*/
     margin-top:2px;
   }
   .total_left>ul>li{
     font-size:14px;
   }
  /*////////////////////////////////////////////////이용가이드보러가기*/
  .first_visit{
    width:90%;
  }
  .first_visit .guidego{ /* 이용가이드 보러가기 */
    margin:0 auto 20px;
    border-radius:20px;
    width:100%;
  }
  .first_visit .guidego>a{
    padding:10px 0;
    font-size:16px;
  }
  .first_visit .guidego>a>img{ /* 이용가이드 아이콘 */
    width:20px;
    margin:3px 0 0 10px;
  }
  /*////////////////////////////////////////////////추천테스트*/
  .reco_test{
    padding-bottom:20px;
    width:90%;
  }
  .reco_test>h2{
    display:block;
  }
  .reco_test>span{
    padding-left:0px;
  }
  .list_left{
    margin:10px 10px 10px 0;
    float:left;
  }
  .list_left_in{
    width:85px;
    height:85px;
  }
  .list_left_in .back{
    width:40px;
    height:40px;
    border-radius:13px;
  }
  .list_left_in .img{
    width:80px;
    height:80px;
    border-radius:17px;
  }
  .list_right{
    padding:18px 0 0 0;
    height:70px;
    font-size:14px;
  }
  .list_right .list_txt1 .sub{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -1px;
    width:59%;
  }
  .list_right .list_txt2>h3{
    padding:5px 0;
    font-size:16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -1px;
  }
  .list_right .one{
    margin-right:0px;
    letter-spacing: -1px;
  }
  .reco_list li>span{
    top:17px;
    right: 0px;
  }
  .reco_list li>span>img{
    width:20px;
  }
  .reco_reset{
    padding:7px 0;
    margin:20px auto 0;
    width:200px;
    border-radius:20px;
  }
  .reco_reset>img{
    width:18px;
    margin:2px 5px 0 0;
  }
  .list_right .sub{
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list_right .area{
    padding:2px 7px;
    border-radius: 8px;
    font-size: 12px;
  }
  .list_right .sex{
    padding:2px 7px;
    border-radius: 8px;
    font-size: 12px;
  }
  .list_right .age{
    padding:2px 7px;
    border-radius: 8px;
    font-size: 12px;
  }
  /*////////////////////////////////////////////////배너*/
  .ing_test .list_banner{
    display: none;
  }
  .ing_test .list_bannerm{
    display: block;
    margin:20px 0;
    width:100%;
    height:auto;
  }
  .ing_test .list_bannerm>a>img{
    width:100%;
    border-radius: 15px;
  }
  .ing_test{
    width: 90%;
  }
  /*////////////////////////////////////////////////페이지*/
  .list_page{
    padding-top:20px;
    font-size: 14px;
    width:90%;
  }
  /*////////////////////////////////////////////////SORRY*/
  .sorry{
    padding-top:70px;
    width:100%;
  }
  .sorry>h3{ /* sorry 텍스트 */
    font-size:40px;
  }
  .sorry>h4{ /* 검색결과가 없습니다 */
    padding-top:5px;
  }
  .sorry .sorry_banner{ /* 배너 */
    margin:70px auto 0px;
    width:100%;
    
  }
    
    .sorry .sorry_banner>a>img {
        border-radius: 10px;
    }
}