@charset "utf-8";

/* shop.html */

/* html <style> 에 있던 내용 */
.menuArea h3 {
    font-size: 16px;
    font-family: Pretendard-SemiBold;
    color: #111;
    margin-top: 20px;
}

.menuArea p {
    margin-bottom: 20px;
    font-size: 12px;
    font-family: Pretendard-Regular;
    color: #333;
    margin-top: 10px;
}

.menuArea img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 6px;
}

.container {
    max-width: 90vw;
    margin: 0 auto;
    overflow: hidden;
    margin: 10px;
}

.slider {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    max-width: 80%;
    margin: 0 auto;
}

.item {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    background: #f00;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 셀렉트 박스 디자인(임시) */
.btn-select {
    width: 100%;
    padding: 13px 30px 13px 14px;
    font-size: 12px;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    /* cursor: pointer; 데톱으로는 손모양 안나와서 주석*/
    text-align: left;
    background: url("../../img/icon-Triangle-down.png") center right 14px no-repeat;
    background-size: 10px;
}

/* .btn-select:hover, 이것도 일단 주석 */
.btn-select:focus {
    border: 1px solid #667eea;
    outline: 2px solid #764ba2;
}

.list-member {
    display: none;
    position: relative;
    width: 100%;
    /* top: 49px; */
    left: 0;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.btn-select.on {
    background: url("../../img/icon-Triangle-up.png") center right 14px no-repeat;
    background-size: 10px;
}

.btn-select.on+.list-member {
    display: block;
}

.list-member li {
    height: 40px;
    padding: 5px 8px;
    box-sizing: border-box;
}

.list-member li button {
    width: 100%;
    padding: 7px 10px;
    border: none;
    background-color: #fff;
    border-radius: 8px;
    /* cursor: pointer; */
    text-align: left;
}

.list-member li button:hover,
.list-member li button:focus {
    background-color: #F8E4FF;
}

/* // 셀렉트 박스 디자인(임시) */
/* end */



/* 240812 */
.tomato-view .img-box {
    width: 100%;
    max-height: 600px;
    max-width: 800px;
}

.tomato-view .img-box img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
}


.tomato-view .info-box {
    max-width: 800px;
    width:100%;
    position: static;
    border-bottom: none;
    background-color: #fff;
    padding: 0 5%;
    box-sizing: border-box;
}

.tomato-view .info-box .tree-save-left p {
    font-size: 14px;
    font-family: Pretendard-SemiBold;
    color: #000;
    margin-top: 0;
}

.tomato-view .info-box .tree-save-left #shopName{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.tomato-view .info-box .tree-save-left p+p span {
    color: #D9281B;
    font-size: 13px;
}
.tomato-view .info-box .tree-save-left p+p .shopAddress {
    color: #767676;
    font-size: 13px;
    font-weight: 400;
}

#star img{
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: inline;
}

#starAvg,
#reviewCount{
    margin-left: 5px;
}


.tomato-view .info-box .tree-save-left .co_info a{
    margin-right: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    font-family: Pretendard;
}
.tomato-view .info-box .tree-save-left .co_info a:last-child{
    margin-right: 0;
}

.tomato-view .info-box .tree-save-left .co_info a span{
    color: #000;
    font-weight: 600;
    font-family: Pretendard;
}
.tomato-view .info-box .tree-save-left .co_info a .btn_go{
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}
.btn_go img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}

#shopOrderKinds {
    font-family: Pretendard-SemiBold;
    color: #fff;
    margin-top: 0;
}

#shopOrderKinds span {
    color: #fff;
    font-size: 13px;
    margin: 0 5px;
}

.chall-badge{
    display: inline-block;
    width: 40px;
    height: 20px;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.tomato-view .info-box .tree-save{
    display: flex;
    justify-content: space-around;
    margin-top: 0;
    padding: 20px 0;
}

.tomato-view .info-box .tree-save2{
    padding: 15px 0 25px;
    justify-content: flex-start;
    border-top: 1px solid #d9d9d9;
}

.tomato-view .info-box .tree-save2 .tree-save-left p {
    font-size: 13px;
    font-family: Pretendard;
    color: #000;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

.tomato-view .info-box .tree-save-right p{
    font-size: 13px;
    font-family: Pretendard;
    color: #000;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 35px;
}
.tomato-view .info-box .tree-save-right p span {
    color: #000;
}
.tomato-view .info-box .tree-save-right img{
    display: inline;
    margin: 0 8px;
    vertical-align: middle;
}


/* wrapper */

#wrapper{
    background-color: none;
    padding-top: 0;
    padding-bottom: 25px;
    margin-top: 25px;
    position: absolute;
    top: 570px;
    width: 100%;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: rgba(27, 31, 35, 0.15);
    max-width: 800px;
}

#wrapper .content {
    margin-bottom: 20px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#wrapper #tabboxTop{
    position:sticky;
    top: 46px;
    z-index:1;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#wrapper .tabs {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#wrapper  .tablinks {
    background: transparent;
    background-image: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "Pretendard";
    overflow: hidden;
    /* transition: 0.3s ease; */
    transition: 0s;
    border-radius: 5px 5px 0px 0px;
    background-color: #D9D9D9;
    padding: 0;
}
.tablinks.active:before {
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

#wrapper  .tablinks.active {
    background-color: #fff;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 32px;
    bottom: 0px;
    overflow: hidden;
}

/*  */
.wrapper2 {
    padding: 15px;
    position: relative;
    overflow-x: hidden;
    max-width: 1000px;
    background: #fff;
    border-radius: 0;
}

.wrapper2 .tabs-box {
    display: flex;
    gap: 12px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.tabs-box .tab {
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
    background: #F6F6F6;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    line-height: 13px;
}

.tabs-box .tab.active {
    color: #fff;
    background: #804040;
    border-color: transparent;
}


/* 메뉴 */

.wrapper_tabcontent .tabcontent .tomato-list{
    padding: 0 5%;
    box-sizing: border-box;
}
.tomato-list h2{
    padding: 0px;
    font-size: 18px;
    font-family: Pretendard-Bold;
    color: #000;
    margin-top: 30px;
}

.tabcontent ul {
    padding-top: 15px;
    margin: 0;
}

.tomato-list>ul li{
    border-bottom: 1px solid #F6F6F6;
    padding: 15px 0;
    margin: 0;
}
.tomato-list>ul li:last-child {
    margin-bottom: 0;
}
.tomato-list>ul li .img-box {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 8px;
}

.tomato-list>ul li .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: none;
}

.tomato-list>ul li .info-box {
    width: calc(100% - 110px);
    margin-top: 0;
}

.tomato-list>ul li .info-box span:first-child{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.tomato-list>ul li .info-box .info-box-foot .info-box-left .goal-per {
    font-size: 14px;
    color: #767676;
    margin-top: 5px;
    margin-right: 0;
    line-height: 18px;
    font-weight: 400;
}

.tomato-list>ul li .info-box .info-box-foot .period {
    font-size: 14px;
    color: #452812;
    margin-top: 5px;
}

/* resvSelBox */
#resvSelBox{
    padding: 0 5%;
}
#resvSelBox h2{
    margin-top:30px;
    margin-bottom:10px;
    font-weight:bold;
}

#resvSelBox .btn-select {
    width: 100%;
    padding: 12px 0 12px 15px;
    font-size: 13px;
    line-height: 13px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: left;
    background: url(../images/ic_down.png) center right 14px no-repeat;
    background-size: 10px;
}
.list-member {
    display: none;
    z-index: 10;
    width: 100%;
    /* top: 49px; */
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    background-color: #fff;
}

.list-member li {
    height: 40px;
    padding: 0;
    box-sizing: border-box;

}
.list-member li button {
    width: 100%;
    padding: 12px 0 12px 15px;
    border: none;
    background-color: #fff;
    border-radius: 8px;
    /* cursor: pointer; */
    text-align: left;
    font-size: 13px;
}

.btn-select:focus {
    border: none;
    outline: 1px solid #452812;
}

#resvMemCount p{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}

.list-member li button:hover, .list-member li button:focus {
    background-color: #f8f8f8;
}

.tomato-view .img-box img{
    min-height: 250px;
}

#resvSelBox .btn-select.on {
    background: url(../images/ic_up.png) center right 14px no-repeat;
    background-size: 10px;
}

/* 240904 */
#shopOrderKinds span {
    margin: 0 3px;
}