/* 기타 */

/* 공유하기 */

.sheet-share .ss-tab {display: flex; gap: 0 4px;}
.sheet-share .ss-tab .ss-btn-btn {display: flex; align-items: center; justify-content: center; flex: 1; height: 40px; border-radius: 4px; color: #999; font-weight: 500; font-size: 12px; background-color: #F8F8F8;}
.sheet-share .ss-tab .ss-btn-btn.active {color: #222; border: 1px solid #222; background-color: #fff;}
.sheet-share .ss-cont {display: none; padding: 24px 0;}
.sheet-share .ss-cont.active {display: block;}
.sheet-share .ss-share-list {display: flex; justify-content: space-around;}
.sheet-share .ss-share-list .item-anc {display: block; width: 42px; margin: 0 auto;}
.sheet-share .ss-share-list .item-txt {display: block; margin-top: 12px; font-size: 14px; font-weight: 500; text-align: center;}
.sheet-share .ss-input {position: relative; height: 64px; padding: 9px 12px; border-radius: 4px; border: 0.5px solid #EEE; background: #FFF;}
.sheet-share .ss-label {display: block; font-weight: 500; font-size: 14px; line-height: 19px;}
.sheet-share .ss-input .ss-inp-txt {margin-top: 7px; font-weight: 700; font-size: 16px; border: 0; outline: none;}
.sheet-share .ss-input .ss-inp-txt::placeholder {color: #888; font-weight: 500; font-size: 16px;;}
.sheet-share .ss-input .ss-del {display: none; position: absolute; bottom: 7px; right: 90px; width: 24px; height: 24px; background: url(../images_kiwi/icon-old/ico_del.svg) 50%/ 12px no-repeat;}
.sheet-share .ss-input .ss-del.show {display: block;}
.sheet-share .ss-input .ss-inqury {position: absolute; bottom: 12px; right: 15px; height: 25px; padding: 0 15px; color: #666; font-size: 12px; font-weight: 500; border-radius: 30px; border: 1px solid #DDD;}
.sheet-share .ss-select {position: relative; width: 100%; height: 64px; padding: 9px 12px; border-radius: 4px; border: 0.5px solid #EEE; background: #FFF; text-align: left; background: url(../images_kiwi/icon-old/ico_arr_b.svg) calc(100% - 18px) 35px /16px no-repeat;}
.sheet-share .ss-select .select-value {display: block; margin-top: 4px; color: #bbb; font-weight: 500; font-size: 16px; line-height: 22px;}
.sheet-share .ss-select.selected .select-value {color: #222; font-weight: 700;}
.sheet-share .ss-select + .ss-input {margin-top: 24px;}
.option-list.yellow input:checked + label {background: #FFD338;}
