@charset "utf-8";

.estimate-container {
    min-height: 500px;
    padding: 20px 0;
}

.estimate-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.estimate-content {
    width: calc(100% - 420px);
    margin-right: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -ms-flex-direction: column;

}

.estimate-cart {
    box-sizing: border-box;
    width: 400px;
    border: 1px solid #ddd;
}

.estimate-load {
    flex: 1 1 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -ms-flex-direction: column;
}

/* estimate-search */

.estimate-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-search .input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
}

.estimate-search .input input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 10px;
    font-family: var(--family-light);font-weight: var(--weight-light);
    line-height: 1.4;
    font-size: 15px;
    color: #000;
}

.estimate-search .input input::placeholder {
    color: #ccc;
    opacity: 1;
}

.estimate-search .input input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.estimate-search .input input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.estimate-search .search {
    cursor: pointer;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 40px;
    height: 40px;
    background-color: var(--color1);
}

.estimate-search .svg-search {
    width: 22px;
    height: 22px;
    fill: #fff;
}

/* estimate-filter */

.estimate-filter:not(.active) {
    display: none;
}

.estimate-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -ms-flex-direction: column;

    box-sizing: border-box;
    margin-top: 10px;
    padding:20px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.estimate-filter .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.estimate-filter .filter:nth-child(n+2) {
    margin-top: 10px;
}

.estimate-filter .name {
    box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    width: 100px;
    padding-top: 4px;
}

.estimate-filter .text {
    margin-top: -4px;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    line-height: 1.4;
    font-size: 15px;
    color: #333;
}

.estimate-filter .more {
    margin-left: 6px;
    margin-top: -1px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    font-family: 'dotum',sans-serif;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
}

.estimate-filter .more:not(.active) {
    display: none;
}

.estimate-filter .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% - 100px);
    margin-top: -6px;
}

.estimate-filter .filter:not(.ty-more) .wrap {
    overflow: hidden;
    height: 26px;/* 20+6*/
}

.estimate-filter .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;

    width: 100%;
}

.estimate-filter .item {
    box-sizing: border-box;
    width: 25%;
    margin-top: 6px;
    padding-right: 10px;
}

.estimate-filter .svg-checkbox-uncheck,
.estimate-filter .svg-checkbox-check {
    width: 20px;
    height: 20px;
}

.estimate-filter .checkbox {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.estimate-filter .checkbox input {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.estimate-filter .checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 20px;
    cursor: pointer;
}

.estimate-filter .checkbox svg {
    flex: none;
}

.estimate-filter .checkbox .title {
    margin-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;

    font-family: var(--family-light);font-weight: var(--weight-light);
    line-height: 1.4;
    font-size: 12px;
    color: #666;
}

.estimate-filter .checkbox .svg-checkbox-uncheck path {
    stroke: #000;
    opacity: .3;
}

.estimate-filter .checkbox .svg-checkbox-check {
    fill: var(--color1);
}

.estimate-filter .checkbox label:hover .svg-checkbox-uncheck path {
    opacity: .8;
}

.estimate-filter .checkbox label.focus .svg-checkbox-uncheck {
    display: none;
}

.estimate-filter .checkbox label:not(.focus) .svg-checkbox-check {
    display: none;
}

.estimate-filter .checkbox label.focus .title,
.estimate-filter .checkbox label:hover .title {
    color: #000;
}

/* estimate-order */

.estimate-order {
    box-sizing: border-box;
    margin-top: 10px;
}

.estimate-order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.estimate-order li {
    box-sizing: border-box;
}

.estimate-order li:nth-child(n+1) {
    margin-left: -1px;
}

.estimate-order .radio {
    width: auto;
    height: auto;
    border:0;
}

.estimate-order .radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    z-index: 1;
    position: relative;
    width: 110px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.estimate-order .radio .title {
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    line-height: 1.4;
    font-size: 14px;
    color: #666666;
}

.estimate-order .radio label.focus {
    z-index: 2;
    border-color: #000;
}

.estimate-order .radio label.focus .title {
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    color: #000;
}

/* estimate-load */

.estimate-load {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 10px;
}

.estimate-load .items {
    max-height: 1000px;
    overflow-y: auto;
}

@media (hover: hover) {

    .estimate-load .items {
        scrollbar-color: var(--scrollbar-color) transparent;
        scrollbar-width: thin;
    }

    .estimate-load .items::-webkit-scrollbar {
        background: transparent;
        width: var(--scrollbar-width);
    }

    .estimate-load .items::-webkit-scrollbar-thumb {
        height: 56px;
        border-radius: var(--scrollbar-width);
        border: 0;
        background-clip: content-box;
        background-color: var(--scrollbar-color);
    }

    .estimate-load .items::-webkit-scrollbar-thumb:hover {
        background-color: var(--scrollbar-hover-color);
    }

}

.estimate-load .item:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

.estimate-load .item:last-child {
    border-bottom: 1px solid #ddd;
}

.estimate-load .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    padding: 15px 20px 15px 20px;
}

.estimate-load .wrap-image,
.estimate-load .wrap-price,
.estimate-load .wrap-button {
    box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    flex-direction: column;
    -ms-flex-direction: column;
}

.estimate-load .wrap-image {
    flex: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    cursor: pointer;
}

.estimate-load .wrap-detail {
    width: calc(100% - 100px);
    margin-right: auto;
    box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    flex-direction: column;
    -ms-flex-direction: column;
}

.estimate-load .wrap-price {
    flex: none;
    width: 100px;
}

.estimate-load .wrap-button {
    flex: none;
}

.estimate-load .thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    margin: auto;
}

.estimate-load .noimage {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    background-color: #eee;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-load .svg-noimage {
    width: 70%;
    height: 70%;
    fill: #000;
    opacity: .2;
}

.estimate-load .product {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;

    margin-top: -4px;
    margin-bottom: -4px;
    line-height: 1.45;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 14px;
    color: #000;
    letter-spacing: -0.6px;
}

.estimate-load .detailspec {
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: -3px;
    word-wrap: break-word;
    word-break: break-all;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    line-height: 1.4;
    font-size: 12px;
    color: #666666;
}

.estimate-load .price-title {
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    line-height: 1.4;
    font-size: 12px;
    color: #666666;
}

.estimate-load .price-data {
    line-height: 1.4;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 14px;
    color: #000;
}

.estimate-load .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    border-radius: 3px;
    border: 1px solid var(--color1);
    background-color: var(--color1);

    cursor: pointer;
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 14px;
    color: #fff;
}

.estimate-load .button.ty-wish {
    border: 1px solid var(--color1);
    background-color: var(--color1);
}

.estimate-load .button.ty-soldout {
    border: 1px solid #999;
    background-color: #ccc;
    cursor: default;
}

.estimate-load .button.ty-clear {
    border: 1px solid #666;
    background-color: #999;
}

.estimate-load .item.active .button.ty-wish,
.estimate-load .item:not(.active) .button.ty-clear {
    display: none;
}

.estimate-load .not {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    height: 200px;

    font-family: var(--family-regular);font-weight: var(--weight-regular);
    line-height: 1.4;
    font-size: 15px;
    color: #333;
}

.estimate-load .paging {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.estimate-load .paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-load .paging li {
    text-align: center;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-load .paging li:nth-child(n+2) {
    margin-left: 8px;
}

.estimate-load .paging .prev,
.estimate-load .paging .next {
    cursor: pointer;
    opacity: .2;
}

.estimate-load .paging .svg-arrow {
    width: 7px;
    height: 12px;
    fill: #000;
}

.estimate-load .paging .next .svg-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.estimate-load .paging .prev:hover,
.estimate-load .paging .next:hover {
    opacity: 1;
}

.estimate-load .paging .number {
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: var(--family-light);font-weight: var(--weight-light);
    line-height: 1.4;
    font-size: 14px;
    color: #666;
}

.estimate-load .paging .number.ty-on {
    background-color: #fff;
    border-color: #333;
    color: #333;
}

.estimate-load .paging .number:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* estimate-cart */

.estimate-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #fff;
}

.estimate-cart .wrap-group {
    overflow-y: auto;
    max-height: 1200px;
}

@media (hover: hover) {

    .estimate-cart .wrap-group {
        scrollbar-color: var(--scrollbar-color) transparent;
        scrollbar-width: thin;
    }

    .estimate-cart .wrap-group::-webkit-scrollbar {
        background: transparent;
        width: var(--scrollbar-width);
    }

    .estimate-cart .wrap-group::-webkit-scrollbar-thumb {
        height: 56px;
        border-radius: var(--scrollbar-width);
        border: 0;
        background-clip: content-box;
        background-color: var(--scrollbar-color);
    }

    .estimate-cart .wrap-group::-webkit-scrollbar-thumb:hover {
        background-color: var(--scrollbar-hover-color);
    }

}

.estimate-cart .group {
    background-color: #e8e8e8;
    padding: 10px;
}

.estimate-cart .group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    font-family: var(--family-bold);font-weight: var(--weight-bold);
    line-height: 1.4;
    font-size: 15px;
    color: #333;
}

.estimate-cart .wrap-category {
    margin-top: 10px;
}

.estimate-cart .category {
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #fff;
}

.estimate-cart .category-title {
    cursor: pointer;
    padding: 10px;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    line-height: 1.4;
    font-size: 15px;
    color: #333;
}

.estimate-cart .category:nth-child(n+2) {
    margin-top: 10px;
}

.estimate-cart .category:hover {
    border-color: var(--color1);
}

.estimate-cart .category.active {
    border-color: var(--color1);
}

.estimate-cart .category.active .category-title {
    background-color: var(--color1);
    color: #fff;
}

.estimate-cart .cart-parts .item {
    box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -ms-flex-direction: column;

    position: relative;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.estimate-cart .cart-parts .del {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    opacity: 0.5;
}

.estimate-cart .cart-parts .del:hover {
    opacity: 1;
}

.estimate-cart .cart-parts .product {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;

    margin-top: -6px;
    margin-bottom: -1px;
    margin-right: 20px;

    line-height: 1.45;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 14px;
    color: #000;
    letter-spacing: -0.6px;
}

.estimate-cart .category:not(.ty-item) .cart-parts {
    display: none;
}

.estimate-cart .cart-parts {
}

.estimate-cart .cart-parts .block {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.estimate-cart .cart-parts .quantity {
    box-sizing: border-box;

    position: relative;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #FFFFFF;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-cart .cart-parts .quantity .input {
    box-sizing: border-box;
    border: 0;
}

.estimate-cart .cart-parts .quantity .input input {
    box-sizing: border-box;
    width: 38px;
    height: 26px;
    border: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #cccccc;
    line-height: 26px;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 16px;
    color: #000;

    text-align: center;
}

.estimate-cart .cart-parts .quantity .minus,
.estimate-cart .cart-parts .quantity .plus {
    padding: 8px;
    cursor: pointer;
}

.estimate-cart .cart-parts .price {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.estimate-cart .cart-parts .price .number {
    line-height: 1.45;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 14px;
    color: #000;
}

.estimate-cart .cart-parts .price .won {
    line-height: 1.45;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 14px;
    color: #000;
}

.estimate-cart .category:not(.ty-quantity) .quantity:after {
    content: '';
    z-index: 10;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.estimate-cart .category:not(.ty-quantity) .quantity {
    background-color: #f0f0f0;
}

.estimate-cart .category:not(.ty-quantity) .quantity .input input {
    background-color: #f0f0f0;
    pointer-events: none;
}

/* addoption */

.estimate-cart .addoption {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 30px 20px;
}

.estimate-cart .addoption .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -ms-flex-direction: column;

    width: 100%;
}

.estimate-cart .addoption .item:nth-child(n+2) {
    margin-top: 20px;
}

.estimate-cart .addoption .title {
    margin-top: -3px;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    line-height: 1.6;
    font-size: 14px;
    color: #000;
}

.estimate-cart .addoption .block {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.estimate-cart .addoption .quantity {
    box-sizing: border-box;

    position: relative;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #FFFFFF;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-cart .addoption .quantity .input {
    box-sizing: border-box;
    border: 0;
}

.estimate-cart .addoption .quantity .input input {
    box-sizing: border-box;
    width: 38px;
    height: 26px;
    border: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #cccccc;
    line-height: 26px;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 16px;
    color: #000;

    text-align: center;
}

.estimate-cart .addoption .quantity .minus,
.estimate-cart .addoption .quantity .plus {
    padding: 8px;
    cursor: pointer;
}

.estimate-cart .addoption .price {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.estimate-cart .addoption .price .number {
    line-height: 1.45;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 14px;
    color: #000;
}

.estimate-cart .addoption .price .won {
    line-height: 1.45;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 14px;
    color: #000;
}

.estimate-cart .addoption .selectbox {
    transition: border 0.2s, background 0.2s;
    box-sizing: border-box;
    text-align: left;
    display: block;
    vertical-align: middle;
    position: relative;
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8;
    width: 100%;
    height: 31px;
    cursor: pointer;
}

.estimate-cart .addoption .selectbox .select {
    position: relative;
    display: block;
    height: 31px;
    padding: 0 35px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'gulim', sans-serif;
    line-height: 31px;
    font-size: 12px;
    color: #333;
}

.estimate-cart .addoption .selectbox .svg-arrow {
    z-index: 1;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    width: 12px;
    height: 6px;
}

.estimate-cart .addoption .selectbox.focus .svg-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.estimate-cart .addoption .selectbox .option {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 32px;
    width: calc(100% + 2px);
}

.estimate-cart .addoption .selectbox ul {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    background-color: #ffffff;
    border: 1px solid #666666;
}

.estimate-cart .addoption .selectbox li {
    box-sizing: border-box;
    position: relative;
    padding: 5px 10px 5px 10px;
    min-height: 21px;
    display: block;
    font-family: 'gulim', sans-serif;
    font-weight: normal;
    line-height: 1.6;
    font-size: 12px;
    color: #444;
}

.estimate-cart .addoption .selectbox.focus {
    border-color: #666;
    background-color: #f3f9ff;
    color: #333;
}

.estimate-cart .addoption .selectbox.focus .option {
    display: block;
}

.estimate-cart .addoption .selectbox.focus .select {
    color: #333;
}

.estimate-cart .addoption .selectbox li.focus {
    background-color: #e7f3ff;
    color: #333;
}

.estimate-cart .addoption .selectbox li:hover {
    background-color: #fff;
    color: #2952ff;
    text-decoration: underline;
}

/* footer */

.estimate-cart .footer {
    padding: 20px 20px 50px 20px;
}

.estimate-cart .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-cart .count .text {
    margin-left: auto;
    line-height: 1.4;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 15px;
    color: #555;
}

.estimate-cart .count .number {
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    color: #000;
}

.estimate-cart .count .button {
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid #ddd;
    padding:2px 5px;
    border-radius: 3px;
    line-height: 1.4;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 12px;
    color: #000;
}

.estimate-cart .amount {
    margin-top: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.estimate-cart .amount .title {
    margin-right: auto;
    line-height: 1.4;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 21px;
    color: #000;
}

.estimate-cart .amount .number {
    line-height: 1.4;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 24px;
    color: #000;
}

.estimate-cart .amount .won {
    margin-left: 3px;
    line-height: 1.4;
    font-family: var(--family-regular);font-weight: var(--weight-regular);
    font-size: 15px;
    color: #000;
}

.estimate-cart .buttons {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
}

.estimate-cart .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    box-sizing: border-box;
    width: calc(50% - 2.5px);
    height: 40px;

    background-color: var(--color1);
    line-height: 1.4;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.estimate-cart .buttons .button:nth-child(n+2) {
    margin-left: 5px;
}

.estimate-cart .buttons2 {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
}

.estimate-cart .buttons2 .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    box-sizing: border-box;
    width: calc(50% - 2.5px);
    height:40px;

    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 1.4;
    font-family: var(--family-bold);font-weight: var(--weight-bold);
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.estimate-cart .buttons2 .button:nth-child(n+2) {
    margin-left: 5px;
}