.tech-market__content .content__tab + div {
    margin-top: 129px;
}

.tech__titleBox {
    padding-bottom: 24px;
}
.tech__titleBox.border-bottom {
    border-bottom: 1px solid #E0E0E0;
}
.tech__title {
    font-size: 35px;
    letter-spacing: -1.5px;
    line-height: 1.2;
    color: #2B2B2B;
    font-weight: 500;
}
.tech__title strong {
    font-weight: 800;
}
.tech__text {
    font-size: 22px;
    letter-spacing: -1.5px;
    line-height: 26px;
    margin-top: 27px;
    color: #2B2B2B;
}
.tech__refer {
    font-size: 15px;
    letter-spacing: -1.5px;
    line-height: 18px;
    color: var(--color-primary);
    margin-top: 15px;
    /*margin-bottom: 38px;*/
}

.tech-market__content .common__sch-box2.rounded {
    margin: 47px 0;
}
@media screen and (max-width: 1024px) {
    .tech-market__content .content__tab + div {
        margin-top: 70px;
    }

    .tech__title {
        font-size: 30px;
        letter-spacing: -1px;
        margin-top: 30px;
    }
    .tech__text {
        font-size: 18px;
        letter-spacing: -1px;
    }

    .common__sch-box2.rounded .common__sch-box--input {
        font-size: 16px;
        line-height: 38px;
    }
}




.tech__list--type1 {
    padding-top: 69px;
    border-top: 1px solid #E0E0E0;
}
.tech__list--type1 .list__row {
    display: flex;
    justify-content: space-between;
    gap: 57px;
    padding-top: 65px;
    padding-bottom: 57px;
    border-bottom: 1px solid #E0E0E0;
}
.tech__list--type1 .list__item {
    position: relative;
    display: flex;
    width: calc((100% - 57px) / 2);
    gap: 33px;
}
.tech__list--type1 .item__img {
    width: 148px;
    height: 249px;
    flex: 0 0 149px;
    background-color: #fafafa;
    background-size: cover;
}
.tech__list--type1 .item__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tech__list--type1 .item__info {
    /* flex: 1 0 auto; */
    flex: 1 1 auto;
    min-width: 0;
}
.tech__list--type1 .item__title {
    /* width: 403px; */
	white-space: nowrap;
	/* word-wrap: break-word; */
	/* -webkit-box-orient: vertical; */
	overflow: hidden;
	text-overflow: ellipsis;

    font-family: 'SUIT';
    font-size: 28px;
    letter-spacing: -1.5px;
    font-weight: 600;
    line-height: 1.178;
}
.tech__list--type1 .item__date {
    font-size: 20px;
    font-family: 'Kalra';
    letter-spacing: -1.5px;
    line-height: 1;
    margin-top: 18px;
    color: #D0D0D0;
}
.tech__list--type1 .item__ShortcutsBtn {
    position: absolute;
    bottom: 0;
    background: var(--color-primary);
}
.item__ShortcutsBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    line-height: 41px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.28s;
}
.item__ShortcutsBtn:hover {
    filter: brightness(1.1);
}
.tech__list--type1 .item__ShortcutsBtn .ic__share-w {
    width: 12px;
    height: 12px;
}
@media screen and (max-width: 1024px) {
    .tech__list--type1 {
        padding-top: 30px;
    }
    .tech__list--type1 .list__row {
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: column;
        border-bottom: none;
        gap: 0;
    }
    .tech__list--type1 .list__item {
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #E0E0E0;
    }
    .tech__list--type1 .item__img {
        width: 19.2960vw;
        height: 32.4641vw;
        flex: 0 0 19.2960vw;
    }
    .tech__list--type1 .item__title {
        font-size: 19px;
        letter-spacing: -1px;
        line-height: 1.2;
    }
    .tech__list--type1 .item__date {
        font-size: 14px;
        letter-spacing: -1px;
        margin-top: 10px;
    }
    .tech__list--type1 .item__ShortcutsBtn {
        bottom: 30px;
        line-height: 35px;
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .tech__list--type1 {
        padding-top: 10px;
    }
    .tech__list--type1 .list__item {
        gap: 15px;
    }
    /*.tech__list--type1 .item__img {*/
    /*    width: 15%;*/
    /*    flex: 0 0 15%;*/
    /*}*/
    /*.tech__list--type1 .item__img {*/
    /*    flex: 0 0 auto;*/
    /*}*/
}




/* tab2 --*/
.tech__logoImg {
    padding-top: 98px;
    border-top: 1px solid #E0E0E0;
}
.tech__logoImg > img {
    width: 100%;
    height: auto;
}

.tech__schBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 204px;
    margin-bottom: 27px;
}
.tech__schBox .sch__tit {
    font-size: 36px;
    letter-spacing: -1.5px;
    font-weight: 700;
}

.tech__list--type2 {
    border-top: 1px solid #E0E0E0;
}
.tech__list--type2 .list__item {
    display: flex;
    width: 100%;
    gap: 42px;
    padding-top: 58px;
    padding-bottom: 89px;
    border-bottom: 1px solid #E0E0E0;
}
.tech__list--type2 .item__img {
    width: 348px;
    height: 249px;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}
.tech__list--type2 .item__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tech__list--type2 .item__info {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}
.tech__list--type2 .item__title {
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    
    color: #2B2B2B;
    font-size: 28px;
    letter-spacing: -1.5px;
    font-weight: 600;
    line-height: 34px;
}
.tech__list--type2 .item__text {
    font-size: 20px;
    letter-spacing: -1.5px;
    color: #747474;
    line-height: 32px;
    margin: 32px 0 34px;
}

.tech__list--type2 .item__text li{
    text-indent: -18px;
    margin-left: 18px;
    word-break: keep-all;
}

.tech__list--type2 .item__info--bottom {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: -1.5px;
    line-height: 20px;
    color: #D0D0D0;
}
.tech__list--type2 .item__info--bottom > div {
    display: flex;
    align-items: center;
}
.tech__list--type2 .item__info--bottom > div:not(:last-child):after {
    content: '';
    width: 1px;
    height: 15px;
    background: #D0D0D0;
    margin: 0 13px;   
}
.tech__list--type2 .item__date {
    font-family: 'Kalra';
}
.tech__list--type2 .item__ShortcutsBtn {
    background: var(--color-primary-pink);
    margin-top: 23px;
}
.tech__list--type2 .item__ShortcutsBtn .ic__share-w {
    width: 18px;
    height: 18px;
}
.tech__list--type2 + .common__toggle-btn {
    margin-top: 58px;
}
@media screen and (max-width: 1024px) {
    .tech__logoImg {
        padding-top: 50px;
    }

    .tech__schBox {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 100px;
    }
    .tech__schBox .sch__tit {
        font-size: 25px;
    }
    .common__input-box .common__input--select {
        height: 47px;
        line-height: 46px;
    }

    .tech__list--type2 .list__item {
        width: 100%;
        padding: 30px 0;
    }
    .tech__list--type2 .item__img {
        width: 25%;
        height: 100%;
        flex: 0 0 25%;
    }
    .tech__list--type2 .item__title {
        font-size: 19px;
        letter-spacing: -1px;
        line-height: 1.2;
    }
    .tech__list--type2 .item__text {
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 1.5;
        margin: 15px 0 15px;
    }
    .tech__list--type2 .item__info--bottom {
        font-size: 14px;
        letter-spacing: -1px;
    }
    .tech__list--type2 .item__ShortcutsBtn {
        line-height: 35px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .tech__schBox .common__input-box {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
    .tech__schBox .common__input-box .common__input--select {
        height: 38px;
        line-height: 37px;
        flex: 1;
        margin-right: 0;
    }

    .tech__list--type2 .list__item {
        flex-direction: column;
        gap: 20px;
    }
    .tech__list--type2 .item__img {
        width: 100%;
        height: 200px;
        flex: 0 0 auto;
    }
}




/* tab3 --*/
.tech__map {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 130px;
    border-top: 1px solid #E0E0E0;
    position : relative;

}
.tech__map > img {
    width: 100%;
    height: auto;
}

.tech__map > svg {
    width: 100%;
    height: auto;
}

.tech__filter {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 22px 12px 18px;
    font-family: 'SUIT';
    letter-spacing: -1px;
    font-size: 18px;
    margin-bottom: 76px;
}
.tech__filter span {
    font-weight: 500;
    color: #303030;
}
.filter__tagBox {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-left: 16px;
    gap: 8px;
}
.filter__tagBox .filter__tag {
    border: 1px solid #E0E0E0;
    border-radius: 23px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #FF6190;
    padding: 0 32px;
    line-height: 31px;
}
.filter__resetBtn {
    background: url(/web/assets/images/common/ic_reset.svg) no-repeat left center;
    background-size: 13px;
    padding-left: 25px;
    cursor: pointer;
    color: #282828;
}

.tech__tag {
    position: relative;
    margin-top: 55px;
    margin-bottom: 76px;
}
.tech__tag .tag__list {
    display: flex;
    /* width: 100% !important;
    height: 129px; */
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.tech__tag .tag-item {
    letter-spacing: -0.16px;
    font-weight: 500;
    color: var(--color-primary);
    background-color: #FAE7FF;
    border-radius: 8px;
    padding: 0 24px;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.2s;
}
.tech__tag .tag-item.active,
.tech__tag .tag-item:hover {
    background: var(--color-primary);
    color: #fff;
}
.tech__tag .slider-button {
    --slider-button-size: 35px;
    --slider-path-size: 15px;
    --slider-path-color: #646464;
    --slider-side-space: 27px;
}
@media (max-width: 1023px) {
    .tech__map {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .tech__tag {
        margin-top: 20px;
        margin-bottom: 45px;
    }
    .tech__tag .tag__list {
        padding: 0 40px;
        gap: 8px;
    }
    .tech__tag .tag-item {
        padding: 0 15px;
        line-height: 27px;
        font-size: 14px;
    }
    .tech__tag .slider-button-prev {
        left: 0;
    }
    .tech__tag .slider-button-next {
        right: 0;
    }
}
@media (max-width: 768px) {
    .tech__filter {
        flex-direction: column;
        align-items: flex-start;
        font-size: 16px;
        padding: 12px 0;
        margin-bottom: 45px;
    }
    .tech__filter span {
        margin-bottom: 10px;
    }
    .filter__tagBox {
        margin-left: 0;
        gap: 5px;
    }
    .filter__tagBox .filter__tag {
        padding: 0 12px;
        line-height: 22px;
        font-size: 13px;
    }
    .filter__resetBtn {
        font-size: 13px;
        margin-left: auto;
        margin-top: 15px;
        background-size: 10px;
        padding-left: 17px;
    }


    .tech__tag .tag__list {
        padding: 0 30px;
    }
    .tech__tag .slider-button {
        --slider-button-size: 25px;
        --slider-path-size: 8px;
    }
}




/* filter */
.filter {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 71px;
}
.mt-40 {
    margin-bottom: 40px;
}
.filter > div {
    flex: 1;
}
.filter__subtitle {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}
.filter__subtitle > p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 24px;
    color: #282828;
}
.filter__subtitle > p > span {
    font-size: 18px;
    letter-spacing: -0.1px;
    color: #666;
    font-weight: 400;
    margin-left: 8px;
}

:lang(en) .filter__subtitle > p > span {
    font-size: 16px;
}

.filter__subtitle > button { /* 초기화 버튼 */
    color: #A2A2A2;
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 400;
    margin-left: 16px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 0;
}

.filter .common__input--select {
    width: 100%;
    height: 45px;
    line-height: 43px;
    border-color: #E0E0E0;
}

.filter__minmax {
    display: flex;
    align-items: center;
}
.filter__minmax input {
    width: 100%;
    height: 45px;
    line-height: 43px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 12px;
    font-size: 18px;
    letter-spacing: -0.18px;
}
.filter__minmax input::placeholder {
    color: #747474;
}
.filter__minmax > input:not(:last-child) {
    margin-right: 10px;
}
.filter__minmax > input:not(:first-child) {
    margin-left: 10px;
}

@media screen and (min-width: 1025px) {
    .filter > div:has(.filter__minmax) {
        flex: 0 0 350px;
    }
}

@media screen and (max-width: 1024px) {
    .filter {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 10px;
    }
    .filter > div {
        width: 100%;
    }
    .filter__subtitle > p {
        font-size: 18px;
    }
    .filter__subtitle > p > span {
        font-size: 14px;
    }

    .filter .common__input--select {
        height: 42px;
        line-height: 40px;
        margin-right: 0;
    }


    .filter__minmax {
        margin-right: 0;
    }
    .filter__minmax input {
        height: 42px;
        line-height: 40px;
        padding: 6px 8px;
        font-size: 14px;
    }

    .filter .common__sch-box {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .filter__subtitle > p {
        font-size: 16px;
    }
}





.align-box {
    border: 1px solid #e0e0e0;
    font-size: 1.125rem;
    font-family: 'SUIT';
    letter-spacing: -1px;
    color: #303030;
    margin-top: 21px;
}
.align-box .align__tab {
    display: flex;
    overflow: hidden;
    background: #f9f9f9;
}
.align-box .align__tab li {
    position: relative;
}
.align-box .align__tab li a {
    padding: 23px 22px;
    display: block;
    color: #303030;
}
.align-box .align__tab li a:hover {
    color: #5f5f5f;
}
.align-box .align__tab li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 16px;
    background: #d0d0d0;
}
.align-box .align__tab li.on a {
    background: #303030;
    color: #fff;
}
.align-box .align__tab li.on::after {
    background: #303030;
    right: 0;
}

.tech-market__card{
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 24px 20px;
    color: #282828;
    /*cursor: pointer;*/
    transition: all 0.3s;
}

.list__itemBox .tech-market__card {
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 24px 20px;
    color: #282828;
    /*cursor: pointer;*/
    transition: all 0.3s;
}
/* .tech-market__card:hover,
.tech-market__card:focus {
    border: 1px solid var(--color-primary);
} */
.tech-market__card:first-child {
    margin-top: -1px;
}
.tech-market__card+.tech-market__card {
    margin-top: 24px;
}

.tech-market__card .tech-market__card__tit {
    font-size: 1.375rem;
    font-weight: 600;
}
.tech-market__card .tech-market__card__tit:after {
    content: '';
    clear: both;
    display: block;
}
.tech-market__card .card__tit--right {
    display: flex;
    align-items: center;
    gap: 24px;
    float: right;
}
.tech-market__card__tit .card__tit--nation {
    border-color: var(--color-primary-pink);
    background-color: var(--color-primary-pink);
    color: #fff;
    padding: 2px 11px;
    border: 1px solid;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.tech-market__card .tech-market__card__tit .card__tit--circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 9px;
}
.tech-market__card .card__tit--date {
    display: flex;
    align-items: center;
}
.tech-market__card .card__tit--date .dateTit {
    font-size: 1rem;
    color: #282828;
    font-weight: 500;
    letter-spacing: -1px;
}
.tech-market__card .card__tit--date .date {
    font-size: 1rem;
    font-family: 'karla';
    color: #808080;
    margin-left: 4px;
}
.tech-market__card .tech-market__card__cont .card__cont--color {
    background: #FAE7FF;
    margin: 16px 0 24px;
    padding: 12px 16px;
}
.tech-market__card .tech-market__card__cont .cart__title_cont{
    cursor : pointer;
}
.tech-market__card .tech-market__card__cont .cart__title_cont:hover {
    scale: 1.01;
}
.card__cont--color .color__tit {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -1px;
}
/* .card__cont--color .color__tit:hover {
    color: var(--color-primary);
} */
.card__cont--color .color__txt {
    width: 100%;
    height: 2.5em;
    line-height: 1.25;
    font-size: 1rem;
    color: #808080;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tech-market__card .tech-market__card__cont .card__cont--info {
    font-size: 18px;
    /* line-height: 1.875rem; */
    font-weight: 500;
    color: #282828;
}
.tech-market__card .tech-market__card__cont .card__cont--circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    /* vertical-align: middle;
    margin-top: -4px; */
    margin-right: 8px;
    background: #b0b0b0;
}
.card__cont--info .info__txt {
    /* 기술이전비 */
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 16px;
    font-family: 'Karla';
    font-weight: 400;
    font-size: 18px;
    background: url(../../images/pages/menu__tech-market/ic_pay.svg) no-repeat left center;
    background-size: 1.5rem 1.5rem;
    padding-left: 35px;
    color: #747474;
}
.card__cont--info .info__txt2 {
    /* 양도유형 */
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 9px;
    font-weight: 400;
    font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
    .list__itemBox {
        margin-top: 15px;
    }
    .list__itemBox .tech-market__card+.tech-market__card {
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .list__itemBox .tech-market__card {
        padding: 20px 15px;
    }
    .tech-market__card .tech-market__card__tit {
        font-size: 18px;
        line-height: 24px;
    }
    .tech-market__card .card__tit--right {
        gap: 10px;
    }
    .tech-market__card .card__tit--date .dateTit {
        font-size: 14px;
    }
    .card__cont--color .color__tit {
        font-size: 16px;
        line-height: 1.3;
    }
    .tech-market__card .tech-market__card__cont .card__cont--info,
    .card__cont--info .info__txt {
        font-size: 16px;
    }
    .card__cont--info .info__txt {
        background-size: 18px;
        padding-left: 23px;
        margin-left: 10px;
    }
}




.tech .common__con-line--type2 {
    margin-top: 129px;
}
@media (max-width: 1023px) {
    .tech .common__con-line--type2 {
        margin-top: 30px;
    }
}




#popScouterSch .scouter__schBox {
    gap: 10px;
    margin-bottom: 0;
}
#popScouterSch .scouter__sch {
    position: relative;
    flex: 1;
}
#popScouterSch .scouter__sch .common__input {
    padding-right: calc(20px + 27px + 10px);
}
#popScouterSch .scouter__sch > img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#popScouterSch .pop_cont {
    padding: 0 54px 40px;
}

#popScouterSch .pop_cont [data-xlsx-button] {
    float: right;
    margin: 15px 0 5px;
}

#popScouterSch #scouter-list-container {
    clear: right;
}

#popScouterSch .common__box {
    display: block;
    margin-top: 44px;
}

#popScouterSch .custom-hover:hover{
    filter: brightness(95%);
}

#popScouterSch .scouter__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
    color: #2B2B2B;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
}
#popScouterSch .scouter__name {
    font-weight: 600;
    font-size: 26px;
}
#popScouterSch .scouter__info {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
}
#popScouterSch .scouter__info span {
    display: inline-flex;
    align-items: center;
}
#popScouterSch .scouter__info span:not(:last-child):after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
}
#popScouterSch .scouter__body {
    display: flex;
    margin-top: 18px;
}
#popScouterSch .scouter__body > div {
    flex: 1;
    color: #2B2B2B;
}
#popScouterSch .scouter__info--lft {
    margin-right: 31px;
}
#popScouterSch .scouter__info--tit {
    font-size: 22px;
    font-weight: 500;
}
#popScouterSch .scouter__info--box {
    border-radius: 3px;
    border: 1px solid #D0D0D0;
    background: #fff;
    margin-top: 6px;
    padding: 17px 16px 18px;
}
#popScouterSch .scouter__info--box li {
    display: flex;
    align-items: flex-start;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

#popScouterSch .scouter__info--box li:last-child {
    margin-bottom: 0;
}
#popScouterSch .scouter__info--box li:before {
    content: '';
    width: 3px;
    height: 3px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #2B2B2B;
    margin-right: 8px;
    margin-top: 8.5px;
}
#popScouterSch .scouter__info--lft .scouter__info--tit:last-of-type {
    margin-top: 19px;
}
#popScouterSch .scouter__empty {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #999;
}
@media screen and (max-width: 1024px) {
    #popScouterSch .scouter__sch .common__input {
        padding-right: calc(8px + 20px + 8px);
    }
    #popScouterSch .scouter__sch > img {
        right: 8px;
        width: 20px;
        height: auto;
    }
    #popScouterSch .common__box {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    #popScouterSch .scouter__schBox {
        flex-direction: row;
        gap: 5px;
    }
    #popScouterSch .scouter__sch .common__input {
        height: 38px;
        line-height: 36px;
    }
    #popScouterSch .scouter__head {
        gap: 8px;
        padding-bottom: 5px;
    }
    #popScouterSch .scouter__name {
        font-size: 20px;
    }
    #popScouterSch .scouter__info {
        font-size: 13px;
    }
    #popScouterSch .scouter__info span {
        margin-bottom: 5px;
        line-height: 1.2;
    }
    #popScouterSch .scouter__body {
        display: block;
    }
    #popScouterSch .scouter__info--lft {
        margin-right: 0;
    }
    #popScouterSch .scouter__info--tit {
        font-size: 17px;
    }
    #popScouterSch .scouter__info--box {
        padding: 10px 12px;
    }
    #popScouterSch .scouter__info--box li {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 7px;
    }
    #popScouterSch .scouter__info--box li:before {
        margin-top: 7px;
    }
    #popScouterSch .scouter__info--rgt .scouter__info--tit {
        margin-top: 19px;
    }
}


/** 이종문추가*/
/********** tech-market__view **********/
.tech-market__view {
    width: 100%;
    color: #282828;
    padding-bottom: 80px;
    overflow: hidden;
}

.tech-market__view .view__tit {
    font-size: 1.75rem;
    font-weight: 500;
    border-bottom: 1px solid #d0d0d0;
    line-height: 2.8rem;
    margin-bottom: 35px;
}

.tech-market__view .view__tit span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -7px;
    margin-right: 9px;
    border: 4px solid var(--color-primary);
}

.tech-market__card2 {
    border: none;
    padding: 24px 30px 31px;
    color: #282828;
    background: #f1f7ff;
    cursor: auto;
}

.tech-market__card2 .tech-market__card__cont .card__cont--color {
    background: #dbecff;
}

.tech-market__card3 {
    padding: 24px 30px 31px;
    cursor: auto;
}

.tech-market__card2+.tech-market__card3 {
    margin-top: 40px;
}

.tech-market__card3 .tech-market__card__cont .card__cont--color {
    background: #f9f9f9;
    margin-bottom: 24px;
    color: #999;
}

.tech-market__card3 .tech-market__card__cont .card__cont--color li,
.tech-market__card3 .label-txt {
    width: 33%;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 10px 0px;
    font-family: SpoqaHanSansNeo-Medium;
}

.tech-market__card3 .label-txt {
    width: 100%;
}

.tech-market__card .tech-market__card__txt {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 19px;
    margin-right: 2px;
    /*overflow: hidden;*/
}

.tech-market__card3 .tech-market__card__cont .card__cont--color li div {
    flex-basis: content;
    flex-shrink: 0;
}

.tech-market__card3 .tech-market__card__cont .card__cont--circle {
    background: #282828;
    vertical-align: middle;
    margin-top: -3px;
}

.tech-market__card3 .card__cont__txt {
    display: inline-block;
    font-weight: 400;
    color: #808080;
    margin-left: 8px;
    margin-right: 30px;
    flex-shrink: 1;
}

.tech-market__card3 .card__cont__txt--sm {
    font-size: 1rem;
    line-height: 1.75em;
    margin-top: 12px;
}

/* 마이페이지 form 수정 */
/*#tech_form .tech-market__card3 .tech-market__card__cont .card__cont--color {
    !* background: transparent;
    padding: 0; *!
    padding: 9px 18px 15px;
}*/
.tech-market__card3 .tech-market__card__cont .card__cont--color {
    /* background: transparent;
    padding: 0; */
    padding: 9px 18px 15px;
}

/*#tech_form .tech-market__card3 .tech-market__card__cont .card__cont--color input {
    width: 100%;
    font-size: 1.125rem;
    background: #f9f9f9;
    font-family: SpoqaHanSansNeo-Medium;
}*/
.tech-market__card3 .tech-market__card__cont .card__cont--color input {
    width: 100%;
    font-size: 1.125rem;
    background: #f9f9f9;
    font-family: SpoqaHanSansNeo-Medium;
}

/*.common__btn-box {*/
/*    margin: 20px 0;*/
/*}*/

.common__btn-box .common__button+.common__button {
    margin-left: 20px;
}

#modal-sale-wrap .pop_cont {
    padding: 45px 131px 71px;
}

@media (max-width: 768px) {
    .tech-market__view .view__tit {
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
        background: #fff;
    }

    .tech-market__card2,
    .tech-market__card3 {
        padding: 20px 20px 25px;
    }

    .common__btn-box .common__button+.common__button {
        margin-left: 3px;
    }

    /* .tech-market__view {
        background: #f5f5f5;
    } */

    .tech-market__card3 .tech-market__card__cont .card__cont--color li {
        width: 100%;
        font-size: 14px;
    }

    .modal.modal-contact-wrap .modal-contact {
        /* 기술 구입 신청 팝업창 */
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        min-height: auto;
        height: 100%;
        max-height: 100vh;
        padding: 0;
        border-bottom: none;
        border-radius: 0px;
    }

    .modal-contact>.modal-contact-close {
        font-size: 30px;
        top: 18px;
        right: 20px;
    }

    .modal-contact>.modal-contact-title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -1px;
        margin-bottom: 0;
        padding: 18px 20px;
        border-bottom: 1px solid #d0d0d0;
    }

    .modal-contact>.modal-investor-subtitle,
    .modal-contact>.modal-contact-subtitle {
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 0 20px;
    }

    .modal-contact .common__input {
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .modal-contact .common__input::placeholder {
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .modal-contact .common__con-txt {
        margin: 0;
    }

    .modal-contact .common__input-box {
        margin: 20px 0 30px;
        padding: 0 20px;
    }

    .modal-contact .btns__wrap {
        margin-top: 50px;
    }

    .modal-contact .btns__wrap .common__button {
        font-size: 17px;
        padding: 0 20px;
        border-radius: 25px;
        line-height: 50px;
        letter-spacing: 0;
    }

    .modal-contact .btns__wrap .common__button+.common__button {
        margin-left: 12px;
    }

    /* list2 - 기술자문 */
    .tech-market__content .content__tit {
        width: 100%;
        font-size: 16px;
        border-top: 1px solid #e0e0e0;
        background: #f5f5f5;
        padding: 0 12px;
        line-height: 54px;
        margin-bottom: 0;
    }

    .tech-market__content .technical-advice__form {
        background: #f5f5f5;
        padding-bottom: 0;
    }

    .tech-market__content .common__con-line--circle {
        font-size: 17px;
        letter-spacing: -1px;
        padding: 5px 0;
        background: #fff;
        line-height: 1.2;
    }

    .tech-market__content .common__con-line--circle em {
        margin-right: 5px;
    }

    .common__con-txt {
        background: #fff;
        /* padding: 20px 0;
        margin-top: 0;
        margin-bottom: 0; */
    }

    .tech-market__content .common__con-txt .d-flex div {
        width: 0;
    }

    .tech-market__content .common__input-box>div {
        width: 100%;
    }

    .tech-market__content .common__con-txt .common__input-box .sch-btn {
        width: auto;
        font-size: 13px;
        line-height: 38px;
        background-position: right 8px center;
        background-size: 13px;
        padding: 0 8px;
        padding-right: 28px;
        margin-left: 3px;
    }

    .tech-market__content .common__con-txt .common__input-box .sch-btn:hover {
        background-position: right 8px center;
        background-size: 13px;
    }

    .common__input.small-input {
        width: calc(100% - 108px) !important;
    }

    .tech-market__content .common__con-txt .common__input-box {
        position: relative;
    }

    .tech-market__content .common__con-txt .common__input-box .self-scouter-wrap {
        position: absolute;
        top: -6px;
        right: 0;
    }

    .common__form-inline .common__label--chk {
        font-size: 13px;
    }

    .common__form-inline .common__label--chk::before {
        margin-right: 3px;
    }

    .tech-market__content .common__con-txt .d-flex p {
        font-size: 13px;
        line-height: 1.2;
        margin-top: 8px;
    }

    /*.common__btn-box {*/
    /*    margin: 0;*/
    /*    padding: 10px 0 20px;*/
    /*}*/

    .modal-contact2 .scroll {
        /* 스카우터 선택 팝업창 */
        padding: 15px 20px;
    }

    .modal-contact2 .common__input-box {
        margin: 0 0 15px;
        padding: 0;
    }

    .modal-contact2 .search-input>img {
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }

    .modal-contact2 .modal-contact-card {
        padding: 15px 15px 30px;
    }

    .modal-contact2 .modal-contact-card .card__tit {
        font-size: 20px;
    }

    .modal-contact2 .modal-contact-card .card__tit span {
        display: block;
        font-size: 13px;
        margin-left: 0;
        margin-top: 8px;
        line-height: 1.3;
    }

    .modal-contact2 .modal-contact-card .card__cont .card__cont--box {
        width: 100%;
        margin-right: 0;
    }

    .modal-contact2 .modal-contact-card .card__cont .card__cont--tit {
        font-size: 16px;
    }

    .common__button.rounded2 {
        font-size: 14px;
        min-width: auto;
        padding: 0 14px;
        border-radius: 20px;
        line-height: 40px;
        margin-bottom: 5px;
    }
}

#consulting_form #scouter-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    #consulting_form #scouter-container {
        flex-direction: column;
        align-items: flex-start;
    }
}




/* 장바구니 -- */
.cart-container {
    position: absolute;
    /*top: 50%;*/
    right: -210px;
    /*transform: translateY(-50%);*/
    width: 180px;
    transition: opacity .15s ease-in-out;
    z-index: 100;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    display: none;
    border-radius: 5px;
    overflow: hidden;
}

.cart-container.cartQuick_show {
    display: block;
}

.cart-content {
    width: 100%;
    height: 100%;
}

.cart-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-content .cart__wrap .cart_item_title {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 45px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    letter-spacing: -0.01em;
    color: #333;
}

:lang(en) .cart-content .cart__wrap .cart_item_title {
    font-size: 17px;
}

.cart_item_title .cart-count {
    font-size: 16px;
    color: var(--color-primary);
}

.cart_item_title .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.cart_item_title .close:after {
    display: inline-block;
    content: "\00d7";
    font-size: 25px;
}

.cart-content .cart__wrap .cart_item_content {
    width: 100%;
    padding: 1px;
}

.cart-content .cart__wrap .cart_item_content .cart_item_list {
    height: 340px;
    font-weight: 500;
    overflow-y: auto;
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.cart-content .cart__wrap .cart_item_content .cart_item_list [data-all-cancle] {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px;
}

.cart_item_list:has(.item_empty_list) [data-all-cancle] {
    display: none;
}

.cart-content .cart__wrap .cart_item_content .cart_item_list [data-item-container] {
    clear: right;
}

.item_scroll::-webkit-scrollbar {
    width: 8px;
    display: block; /* Chrome, Safari, Opera*/
}

.item_scroll::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    background-clip: padding-box;
    border-radius: 4%;
}

.cart-content .cart__wrap .cart_item_content .item_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid var(--bs-gray-200);
    margin-bottom: 8px;
}

.cart-content .cart__wrap .cart_item_content .item_empty_list {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 319px;
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 12px;
    text-align: center;
    word-break: keep-all;
}

.cart-content .cart__wrap .cart_item_content .button__wrap {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
}

.button__wrap .cart_item_prepare {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    gap: 5px;
}

.button__wrap .cart_item_prepare .common__button {
    flex: 1;
    white-space: nowrap;
    font-weight: 700;
    /*font-size: 13px;*/
}

:lang(en) .button__wrap .cart_item_prepare .common__button {
    font-size: 13px;
}

.cart-item-remove {
    position: absolute;
    /*bottom: 0;*/
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: black;
    /*width: 35px;*/
    /*height: 35px;*/
    width: 12px;
    height: 12px;
}

.cart-item-remove:after {
    display: inline-block;
    content: "\00d7";
    font-size: 18px;
}

/* 장바구니에 담긴 아이템들 */
.cart-content .cart__wrap .cart_item_content .item_wrap .item_category {
    width: calc(100% - 12px);
    font-weight: 400;
    font-size: 13px;
}

.cart-content .cart__wrap .cart_item_content .item_wrap .item_title {
    min-width: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    max-height: 2.4em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    cursor: pointer;
    margin: 5px 0 10px;
    font-size: 15px;
    letter-spacing: -0.01em;
}

.cart-content .cart__wrap .cart_item_content .item_wrap .category-circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
}


.cart-content .cart__wrap .cart_item_content .item_wrap .item_price {
    display: inline-block;
    font-family: 'Karla';
    font-size: 14px;
    background: url(/web/assets/images/pages/menu__tech-market/ic_pay.svg) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
    color: #747474;
}

.tech-buy-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.tech-buy-list .item_price {
    margin-left: 12px;
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    font-family: 'Karla';
    font-weight: 400;
    font-size: 20px;
    background: url(/web/assets/images/pages/menu__tech-market/ic_pay.svg) no-repeat left center;
    background-size: 1.5rem 1.5rem;
    padding-left: 30px;
    color: #747474;
}

.tech-buy-list .tech-total-price {
    width: 30% !important;
    text-align: center;
}

.cartQuick__icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 100;
}

.cartQuick__icon.cartQuick_show {
    display: flex;
}

.cartQuick__icon .description {
    color: #6253e1;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.cartQuick__icon .count {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--bs-red);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.cartQuick__icon .btn_hover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #6253e1, #852D91, #852D91, #6253e1);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
    cursor: pointer;
}

.cartQuick__icon .btn_hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cartQuick__icon .btn_hover:focus {
    outline: none;
}

.cartQuick__icon .btn_hover > img {
    width: 26px;
    height: auto;
}

@media (max-width: 1700px) {
    .cart-container {
        right: -180px;
    }
}
@media (max-width: 1640px) {
    .cart-container {
        right: -90px;
    }
}
@media (max-width: 1460px) {
    .cart-container {
        right: -30px;
    }
}
@media (max-width: 1023px) {
    .cart-container {
        right: 10px;
    }
}
@media (max-width: 768px) {
    body:has(.cart-container.cartQuick_show) {
        overflow-y: hidden;
    }

    .cart-container {
        position: fixed;
        top: 0 !important;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .cart-content .cart__wrap .cart_item_content .cart_item_list {
        height: calc(100vh - 148px);
    }

    .cartQuick__icon .btn_hover {
        width: 40px;
        height: 40px;
    }

    .cartQuick__icon .btn_hover > img {
        width: 20px;
    }

    .cartQuick__icon .count {
        top: -5px;
        right: -5px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
    }

    .cartQuick__icon .description {
        display: none ;
    }
}