.product {
    /* position: relative; */
    width: 100%;
}

.product .board {
    transition: all 0.3s linear;
    vertical-align: top;
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 536px;
    background: #121212 0% 0% no-repeat padding-box;
    border-radius: 0 0 10px 10px;
}

.product .board.mycollapse {
    height: 72px;
}

.product .board .header {
    position: relative;
    width: 100%;
    margin-bottom: 21px;
    height: 31px;
}

.product .logo {
    position: absolute;
    width: 44px;
    height: 19px;
}

.product .text {
    position: absolute;
    /* Layout Properties */
    left: 0;
    width: 200px;
    height: 19px;
    /* UI Properties */
    top: -2px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.product .basket {
    /* position: absolute; */
    right: 0px;
    width: 23px;
    height: 19px;
}

.product .search-wrapper input,
.product .select-wrapper select {
    width: 100%;
    height: 46px;
    background: #ededed 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    text-align: left;
    letter-spacing: 0px;
    font-size: 14px;
    color: #363636;
    padding: 0 20px;
    /* border-right: 16px solid transparent; */
    -webkit-appearance: none;
    appearance: none;
    font-size-adjust: 0.5;
    background-image: url("../../../img/arrow_black.png");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

.product .search-wrapper input{
    background-image: none;
}


.product .select-wrapper option {
    padding: 0 50px;
    line-height: 20px;
}

.product .btn-submit {
    width: 100%;
    height: 46px;
    background: #B6003D 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    color: white
}

.product .btn-collapse-wrapper {
    position: absolute;
    bottom: -23px;
    text-align: center;
    height: 40px;
    width: calc(100% - 40px);
}

.product .btn-collapse {
    width: 69px;
    border: none;
    padding-top: 13px;
    height: 35px;
    background: #121212 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.product .btn-collapse.mycollapse {
    /* transform: scaleY(-1); */
    padding-top: 6px;
}

.product .no-list.mycollapse,
.product .list-content.mycollapse {
    transition: all 0.3s linear;
    top: 140px;
}

.product .btn-collapse img {
    width: 24px;
}

.product .btn-collapse.mycollapse img {
    transform: rotate(180deg);
}

.btn-collapse:active,
.btn-collapse:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.product .no-list {
    transition: all 0.3s linear;
    position: absolute;
    top: 600px;
    color: #979797;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.product .list-content {
    transition: all 0.3s linear;
    position: absolute;
    width: 100%;
    top: 578px;
    padding-bottom: 70px;
    padding-bottom: 70px !important;
    padding: 0 20px;
}

.list-content .list-card {
    /* height: 185px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 20px;
}

.list-content .list-card .card-check {
    width: 20px;
    padding-top: 1px;
}

.list-head .check-all input {
    accent-color: #B6003D;
}

.list-head .count-all {
    font-size: 14px;
    color: #706E6E;
}

.list-head .count-all .count {
    color: #B6003D;
}

.list-content .list-card .card-check input {
    accent-color: #B6003D;
}

.list-content .list-card .card-main {
    width: calc(100% - 20px);
}

.list-content .list-card .card-main .card-product {
    color: #121212;
    font-size: 15px;
}


.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.plus-minus-input .input-group-field {
    text-align: center;
    /* margin-left: 0.5rem; */
    /* margin-right: 0.5rem; */
    /* padding: 1rem; */
    border: none;
    width: 25px;
    font-size: 14px;
    color: #706E6E;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.plus-minus-input .input-group-button .circle {
    border-radius: 100%;
    border: 1px solid #E6E6E6;
    padding: 0px 6px;
    background: transparent;
}

.plus-minus-input .input-group-button .circle img {
    width: 8px;
}

.card-price .price-title {
    font-size: 14px;
}

.card-price .price-value {
    font-size: 20px;
    font-weight: bold;
    color: #B6003D;
}

.card-price {
    align-items: baseline;
    width: 100%;
    justify-content: end;
}

.product .bottom-board {
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 70px;
    background: #121212 0% 0% no-repeat padding-box;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.product .bottom-board .bottom-count-all {
    color: white;
    font-size: 14px;
}

.product .bottom-board .bottom-count-all .bottom-number {
    color: #B6003D;
    font-size: 24px;
}

.product .bottom-board .btn-cart {
    height: 46px;
    width: 167px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 12px 20px;
    background: #B6003D 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: white;
    font-size: 14px;
}

.cart .list-head-head {
    align-items: center;
}

.cart .list-head-head img {
    width: 28px;
    height: 24px;
}

.cart .list-head-head span {
    font-size: 24px;
    color: #121212;
}

.cart .list-content>p {
    font: normal normal normal 14px;
    letter-spacing: 0px;
    color: #706E6E;
}

.cart .guest-info .title {
    font: normal normal bold 15px Pretendard_bold;
    letter-spacing: 0px;
    color: #121212;
    border-bottom: 1px solid #121212;
    line-height: 40px;
}

.cart .form-group .form-control {

    height: 46px;

    background: #FFFFFF 0% 0% no-repeat padding-box;

    border: 1px solid #E6E6E6;

    border-radius: 6px;
}

.cart .form-group label {
    font: normal normal bold 14px Pretendard_bold;
    letter-spacing: 0px;
    color: #706E6E;
}

/****** 개인정보 처리방침 css ******/

#fregister_term .fregister_agree input[type=checkbox]{
	    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}
#fregister_term .fregister_agree input[type=checkbox] + label {
	position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}
#fregister_term .fregister_agree input[type=checkbox] + label:before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #56402F;
}
#fregister_term .fregister_agree input[type=checkbox] + label b{
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.54px;
    color: #000;
    margin-left: 5px;
}
#fregister_term .fregister_agree input[type=checkbox]:checked + label:before{
	background: #989898 url(/theme/basic/img/checked_icon.png) no-repeat center / 12px;
    border: 0;
}
#fregister_term .fregister_agree a{
	font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.54px;
    color: #B6003D;
    margin-left: 5px;
	position: relative;
    top: -4px;
}

.cart .btn-submit {
    background: #121212;
    font: normal normal bold 14px Pretendard;
}

.product .modal .modal-body {
    text-align: center;
    padding: 20px;
}

.product .modal .icon-head {
    width: 51px;
    height: 39px;
}

.product .modal .cart-text {
    margin-top: 10px;
    font: normal normal bold 14px Pretendard;
    letter-spacing: 0px;
    color: #121212;
}

.product .modal .button-wrapper {
    width: 100%;
}

.product .modal .button-wrapper .col-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.product .modal .button-wrapper .btn {
    font: normal normal bold 14px Pretendard;
    letter-spacing: 0px;
    color: #fff;
    height: 46px;
    /* UI Properties */
    background: #3160A4 0% 0% no-repeat padding-box;
    border: 1px solid #3160A4;
    border-radius: 6px;
    width: 100%;
}

.product .modal .button-wrapper .btn_more {
    font: normal normal bold 14px Pretendard;
    letter-spacing: 0px;
    color: #706E6E;
    height: 46px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    width: 100%;
}

.product .modal .button-wrapper .btn-confirm {
    background: #B6003D 0% 0% no-repeat padding-box;
    border: none;
    color: white;
}

.product .btn-upload {
    color: white;
    right: 40px;
    line-height: 10px;
    font-size: 20px;
    top: -5px;
}

.product .header .fa-list {
    font-size: 20px;
    color: white;
}

.group-header-icon {
    display: flex;
    right: 0;
    position: absolute;
}

.group-header-icon .fa-upload {}

.new_img{display: none;}
@media (max-width: 500px) {
    .new_img{display: block;margin-top: 0.5rem; margin-bottom: 0.5rem;}
    .new_img img{width: 100%; border-radius: 6px;}
    .product .board.mycollapse .new_img{display: none;}
}


/*--------------- 박팀장 css -----------------------*/
.phone_txt {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.phone_txt span {
    color: yellow;
}