@charset "UTF-8";

.expand-area {
  transition: all 0.3s ease 0s;
}

.expand-area.expanded {
  max-width: calc(100% - 4rem) !important;
}


/*==============================================*/
/* 관심 품목 */

.page-interest:not(.page-card-trade) .content-header__inner{
  max-width: 1280px;
  margin: 2.2rem auto 0 auto;
  /* border-top: 3px solid var(--primary-default); */
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
  /* padding: 2rem 1.7rem 1.6rem 1.7rem; */
  /* border-radius: 0.5rem; */
}

.page-interest .interest-radio__button-list{
  margin-top: 1rem;
}

.page-interest .interest-radio__button-list .radio-group__inner{
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.page-interest .interest-radio__button-list .radio-wrapper{
  margin-right: 0.4rem;
}

.page-interest .interest-radio__button-list .radio-wrapper.active-radio .radio-inner{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
/*   background: var(--primary-light-1); */
  background: var(--primary-default);
}

.page-interest .interest-radio__button-list .radio-wrapper.active-radio .radio-inner .material-icons{
	display: inline-block !important;
}

.page-interest .interest-radio__button-list .radio-wrapper.active-radio .radio-inner .btn{
/* 	color: var(--primary-default) !important; */
	color: var(--gray-light-1) !important;
}

.page-interest .interest-radio__button-list .radio-inner{
  position: relative; /* active-radio 밑줄 관련 */
/*   width: 17.4rem; */
  width: auto;
  height: 3.5rem;
  background: var(--gray-default);
/*   border: 1px solid var(--gray-light-4); */
  border: 0 none;
  border-radius: 30px;
  margin-bottom: 1rem;
  padding: 0 13px;
  cursor: pointer;
}

.page-interest .interest-radio__button-list .radio-inner::after{ /* active-radio 밑줄 관련 */
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -0.5rem;
  background-color: var(--primary-default);
  transition: all ease-in-out 0.3s;
}

.page-interest .interest-radio__button-list .radio-wrapper:hover .radio-inner::after
,.page-interest .interest-radio__button-list .radio-wrapper.active-radio .radio-inner::after{ /* active-radio 밑줄 관련 */
  width: 100%;
  left: 0;
}

.page-interest .interest-radio__button-list .radio-inner.search-radio__button-change .toggle-radio{
	display: flex;
	align-items: center;
}

.page-interest .interest-radio__button-list .radio-inner.search-radio__button-change .toggle-radio .material-icons{
	display: none;
	font-size: 20px;
	margin-right: 5px;
/* 	color: var(--primary-default); */
	color: var(--gray-light-1); 
}

.page-interest .interest-radio__button-list .radio-inner .btn{
  font-size: 1.5rem !important;
  line-height: 3.5rem;
  padding: 0 !important;
/*   color: var(--gray-dark-3) !important; */
  color: var(--gray-light-1) !important;
}

/* square radio start */
.square-radio-group__wrapper {
	max-width: 1280px;
    margin: auto;
}
}

.page-interest .square-radio__button-list{
  margin-top: 1rem;
}

.page-interest .square-radio__button-list .radio-group__inner{
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.page-interest .square-radio__button-list .square-radio-wrapper{
  margin-right: 0.4rem;
}

.page-interest .square-radio__button-list .square-radio-wrapper.active-radio .square-radio-inner{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background: var(--green-default);
}

.page-interest .square-radio__button-list .square-radio-wrapper.active-radio .square-radio-inner .material-icons{
	display: inline-block !important;
}

.page-interest .square-radio__button-list .square-radio-wrapper.active-radio .square-radio-inner .btn{
/* 	color: var(--primary-default) !important; */
	color: var(--gray-light-1) !important;
}

.page-interest .square-radio__button-list .square-radio-inner{
  position: relative; /* active-radio 밑줄 관련 */
/*   width: 17.4rem; */
  width: auto;
  height: 3.5rem;
  background: var(--gray-default);
/*   border: 1px solid var(--gray-light-4); */
  border-radius: 5px;
  border: 0 none;  
  margin-bottom: 1rem;
  padding: 0 13px;
  cursor: pointer;
}

.page-interest .square-radio__button-list .square-radio-inner::after{ /* active-radio 밑줄 관련 */
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -0.5rem;
  background-color: var(--green-default);
  transition: all ease-in-out 0.3s;
}

.page-interest .square-radio__button-list .square-radio-wrapper:hover .square-radio-inner::after
,.page-interest .square-radio__button-list .square-radio-wrapper.active-radio .square-radio-inner::after{ /* active-radio 밑줄 관련 */
  width: 100%;
  left: 0;
}

.page-interest .square-radio__button-list .square-radio-inner.search-radio__button-change .toggle-radio{
	display: flex;
	align-items: center;
}

.page-interest .square-radio__button-list .square-radio-inner.search-radio__button-change .toggle-radio .material-icons{
	display: none;
	font-size: 20px;
	margin-right: 5px;
/* 	color: var(--primary-default); */
	color: var(--gray-light-1);
}

.page-interest .square-radio__button-list .square-radio-inner .btn{
  font-size: 1.5rem !important;
  line-height: 3.5rem;
  padding: 0 !important;
/*   color: var(--gray-dark-3) !important; */
  color: var(--gray-light-1) !important;
}
/* filter radio end */

.page-interest .content-body{
  margin-top: 1rem;
/*  margin-top: 1.8rem;신두호 수정  */
  padding: 1rem 0;
/*  padding: 2.7rem 0; 신두호 수정 */
  background: var(--gray-light-2);
}

.page-interest .interest-content__header{
  max-width: 1280px;
  margin: 0 auto;
}

.interest-content__header .interest-content__button-group{
  display: inline;
  align-items: center;
  justify-content: space-between;
  height: 3.32rem;
}

.interest-content__header .interest-content__button-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.interest-content__header .interest-content__button-item .checkbox-inner .form-check-input{
  width: 3.3rem;
  height: 3.3rem;
}

.interest-content__header .interest-content__button-item .checkbox-inner .form-check-input::before{
  font-size: 2rem;
}

.interest-content__header .interest-content__button-item .delete-button__inner .button-inner{
  width: 8.7rem;
  height: 3.3rem;
/*   margin: 0 0.5rem; */
  border-color: var(--red-default);
  background: var(--red-light);
}

.interest-content__header .interest-content__button-item .delete-button__inner .button-inner .btn{
  color: var(--red-default);
}

.interest-content__header .interest-content__button-item .delete-button__inner .button-inner .btn .material-icons-outlined{
  font-size: 1.8rem;
}

.interest-content__header .interest-content__button-item .move-button__inner .button-inner{
  width: 10.1rem;
  height: 3.3rem;
  border-color: var(--orange-default);
  background: var(--orange-light);
}

.interest-content__header .interest-content__button-item .move-button__inner .button-inner .btn{
  color: var(--orange-default);
}

.interest-content__header .interest-content__button-item .move-button__inner .button-inner .btn .material-icons{
  font-size: 2.1rem;
}

.interest-content__header .interest-content__button-item .management-button__inner .button-inner{
  width: 10.3rem;
  height: 3.3rem;
  border-color: var(--primary-default);
  background: var(--primary-light-1);
}

.interest-content__header .interest-content__button-item .management-button__inner .button-inner .btn{
  color: var(--primary-default);
}

.interest-content__header .interest-content__button-item .management-button__inner .button-inner .btn .material-icons{
  font-size: 1.6rem;
  margin-top: -0.3rem;
}

.product-wrapper{
  max-width: 1280px;
  margin: 2rem auto;
}

.product-wrapper .product-item__title .title-inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--gray-dark-1);
}

.product-wrapper .product-item__title .title-inner .material-icons{
  font-size: 1.8rem;
  margin-top: -0.4rem;
}

.product-wrapper .product-item__card-list{
  margin-top: 1.4rem;
  /* overflow-y: scroll;
  max-height: 35rem; */
}
.product-wrapper .product-item__card-list::-webkit-scrollbar{
  display: none;
}

.product-wrapper .product-item__card-list .product-item__card{
  position: relative;
  display: flex;
  align-items: center;
  justify-content:space-between;
  width: 100%;
  min-height: 7rem;
  height: 100%;
  padding: 1.1rem 1rem 1.2rem 1rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(-90deg, var(--gray-light-1) 90%, var(--primary-light-1));
  border-left: 4px solid var(--primary-default);
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.product-wrapper .product-item__card-list .product-item__card-col{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 50%;
}

.product-wrapper .product-item__card-list .product-item__card>.product-item__card-col:nth-of-type(2){
  justify-content: flex-end !important;
}

.product-wrapper .product-item__card-list .product-item__card .card-checkbox__wrapper,
.product-wrapper .product-item__card-list .product-item__card .card-checkbox__inner{
  height: 100%;
}

.product-wrapper .product-item__card-list .product-item__card .card-checkbox__inner .form-check-input{
  margin-top: -1.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-checkbox__inner .form-check-input::before{
  font-size: 1.8rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text{
  margin-left: 1.6rem;
  width: 450px;
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text.width__650px{
	width: 650px;
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text-top{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text-top .product-no{
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text-top .product-order{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--gray-dark-1);
  margin-left: 2rem;
  white-space: nowrap;
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text-top .product-order .material-icons{
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: -0.3rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text-bottom .product-title{
  font-size: 1.8rem;
  font-weight: 700;
}

.product-wrapper .product-item__card-list .product-item__card .card-main__text-bottom .product-unit{
  font-size: 1.7rem;
  font-weight: 700;
  color: #0e30d7;
  margin-left: 0.5rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-label__inner{
  width: 10.3rem;
  margin-right: 1rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-label__inner .label-inner{
  border: 0 none;
  background: var(--primary-light-1);
}

.product-wrapper .product-item__card-list .product-item__card .card-label__inner .label-inner .label{
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-sub__text{
  margin-right: 2.8rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-sub__text .sub-title{
  font-size: 1.5rem;
  font-weight: 500;
  color:var(--red-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-sub__text .sub-unit{
  font-size: 1.4rem;
  font-weight: 500;
  color:var(--gray-dark-1);
}

.product-wrapper .product-item__card-list .product-item__card .card-input__inner{
  width: 8.4rem;
  height: 3.3rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-input__inner .input-wrapper,
.product-wrapper .product-item__card-list .product-item__card .card-input__inner .input-inner,
.product-wrapper .product-item__card-list .product-item__card .card-input__inner .input-inner .form-control{
  height: 100%;
}

.product-wrapper .product-item__card-list .product-item__card .card-input__inner .input-inner{
  border-radius: 0;
/*  border-color: var(--gray-dark-5); 20210711 신두호 수정 */
  border-color: var(--gray-light-6);
  padding: 0.25rem 0.5rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-input__inner .input-inner .form-control{
  font-size: 1.5rem;
  font-weight: 500;
  padding:0;
  text-align: right;
  background: transparent;
}

.product-wrapper .product-item__card-list .product-item__card .contour{
  font-size: 2rem;
  margin: 0 2.5rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
/*  border: 1px solid var(--gray-light-6); 20210711 신두호 수정 */
  border-radius: 0.2rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner.product-search__button-area{
	border: 0 none !important;
}


.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner.product-search__button-area .button-inner{
	width: 103px;
	height: 34px;
	border-radius: 17px;
	border: 0 none !important;
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .button-inner {
  font-size: 1.5rem;
  font-weight: 500;
  border: 0 none;
  padding: 1rem 1.5rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .product-information__button-inner .button-inner,
.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .stock-information__button-inner .button-inner{
/*  border-right: 1px solid var(--gray-light-6) !important;  20210711 신두호 수정 */
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner.product-search__button-area .product-information__button-inner .button-inner{
	border-right:0 none !important;
	background: var(--orange-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner.product-search__button-area .product-information__button-inner .button-inner span{
	color: var(--gray-light-1);
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .product-information__button-inner .button-inner .btn{
  color: var(--primary-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .resrvStockLv-information__button-inner .button-inner .btn{
  color: var(--green-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .product-information__button-inner .button-inner .btn .material-icons{
  font-size: 1.5rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .stock-information__button-inner .button-inner .btn{
  color: var(--skyBlue--default);
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .stock-information__button-inner .button-inner .btn .material-icons{
  font-size: 1.8rem;
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .delete__button-inner .button-inner .btn{
  color: var(--red-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner .delete__button-inner .button-inner .btn .material-icons-outlined{
  font-size: 1.7rem;
}


.product-wrapper .product-item__card-list .product-item__card  .attention__button-inner .button-inner{
	border: none;
}

.product-wrapper .product-item__card-list .product-item__card  .attention__button-inner .button-inner{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--gray-light-3);
}

.product-wrapper .product-item__card-list .product-item__card  .attention__button-inner .button-inner .btn > span{
	font-size: 18px;
	color: var(--gray-dark-2);
}

.product-wrapper .product-item__card-list .product-item__card  .attention__button-inner .button-inner .btn .second{
	color: var(--red-default);
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner.product-search__button-area .warehouse-storage__button-inner .button-inner{
	padding: 0 !important;
	background: var(--primary-default);
	margin-right:5px;
}

.product-wrapper .product-item__card-list .product-item__card .card-button__group-inner.product-search__button-area .warehouse-storage__button-inner .button-inner span{
	color: var(--gray-light-1);
}
/*==============================================*/
/* 오늘의 주문현황 */

.page-interest .content-header__inner .content-header.content-header-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
}

.width-auto-margin {
  max-width: 1280px;
  margin: 0 auto;
}

/* btn added */
.interest-content__header .interest-content__button-item .common-button__inner .button-inner{
  width: 10.3rem;
  height: 3.3rem;
  border-color: var(--primary-default);
  background: var(--primary-light-1);
}
.interest-content__header .interest-content__button-item .common-button__inner .button-inner.button-red{
  border-color: var(--red-default);
  background: var(--red-light);
}
.interest-content__header .interest-content__button-item .common-button__inner .button-inner.button-orange{
  border-color: var(--orange-default);
  background: var(--orange-light);
}

.interest-content__header .interest-content__button-item .common-button__inner .button-inner.sm{
  width: 6.3rem;
}

.interest-content__header .interest-content__button-item .common-button__inner .button-inner .btn{
  color: var(--primary-default);
}
.interest-content__header .interest-content__button-item .common-button__inner .button-inner.button-red .btn{
  color: var(--red-default);
}
.interest-content__header .interest-content__button-item .common-button__inner .button-inner.button-orange .btn{
  color: var(--orange-default);
}

.interest-content__header .interest-content__button-item .common-button__inner .button-inner .btn .material-icons{
  font-size: 1.6rem;
  margin-top: -0.3rem;
}

/* input */
.interest-content__header .interest-content__button-item .card-input__inner{
  width: 40rem;
  height: 3.3rem;
}

.interest-content__header .interest-content__button-item .card-input__inner .input-wrapper,
.interest-content__header .interest-content__button-item .card-input__inner .input-inner,
.interest-content__header .interest-content__button-item .card-input__inner .input-inner .form-control{
  height: 100%;
}

.interest-content__header .interest-content__button-item .card-input__inner .input-inner{
  border-radius: 0;
  border-color: var(--gray-dark-1);
  padding: 0.7rem 1rem;
}

.interest-content__header .interest-content__button-item .card-input__inner .input-inner .form-control{
  font-size: 1.5rem;
  font-weight: 500;
  padding:0;
  text-align: left;
  background: transparent;
}

.interest-content__header .interest-content__button-item .textbox-inner {
  display: flex;
  align-items: center;
}

.interest-content__header .interest-content__button-item .textbox-inner span {
  font-size: 1.5rem;
}

.interest-content__header .interest-content__button-item .textbox-inner span.material-icons {
  color: var(--gray-default);
  font-weight: 600;
}

.no-data-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-data-wrapper .no-data {
  
}

.interest-content__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-wrapper {
/*   height: 5rem; */
}

/* main.css override */
.content__wrapper .order-status-list__inner .order-status__list li:nth-child(9) .list-item__inner{
  margin-right: 5rem;
}

.content__wrapper .order-status-list__inner .order-status__list li:last-child .list-item__inner{
  margin-left: 0;
  margin-right: 3.4rem;
}

/*==============================================*/


/*==============================================*/
/* 결제창 */

.create-order .create-order__button-inner .button-inner{
  padding: 0.7rem 1rem;
  border-color: var(--primary-default);
}

.create-order .create-order__button-inner .button-inner .btn{
  color: var(--primary-default);
}

.create-order .create-order__table-inner .display-flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.create-order .create-order__table-inner .table-inner{
  border-top-color: var(--gray-dark-5);
}

.create-order .shipping-information__inner{
  max-width: 1280px;
  margin: 0 auto;
}

.create-order .shipping-information__inner .shipping-information__title-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}

.create-order .shipping-information__inner .shipping-information__title-area .title-inner{
  margin-bottom: -1.5rem;
}

.create-order .shipping-information__inner .create-order__button-inner .button-inner{
  padding: 0.7rem 1.3rem;
}

.create-order .shipping-information__inner .create-order__table-inner .create-order__button-inner{
  margin-left: 1.5rem;
}

.create-order .shipping-information__inner .create-order__table-inner .create-order__button-inner .button-inner{
  padding: 0 1rem;
  height: 2.6rem;
}

.create-order .shipping-information__inner .create-order__table-inner .create-order__button-inner .button-inner .btn{
  font-size: 1.3rem;
}

.create-order .order-product__inner{
  max-width: 1280px;
  margin: 4.2rem auto;
}

.create-order .order-product__inner .order-product__title{
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-dark-5);
}
.create-order .order-product__inner .order-product__list .product-wrapper{
  margin-bottom: 0;
}

.create-order .order-product__inner .order-product__list .product-item__card{
  margin-bottom: 1.2rem;
}

.create-order .order-product__inner .order-product__list-sub-text{
  text-align: right;
  font-size: 1.3rem;
  color: var(--gray-dark-1);
}

.create-order .order-product__inner .order-product__information{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.6rem 2.5rem;
  border-radius: 0.2rem;
  background: var(--gray-light-2);
  margin-top: 1rem;
}

.create-order .order-product__inner .order-product__information .information-item{
  width: 20rem;
  padding-left: 2rem;
  border-right: 1px solid var(--gray-default);
}

.create-order .order-product__inner .order-product__information .information-item:first-child{
  padding-left: 0;
}

.create-order .order-product__inner .order-product__information .information-item:last-child{
  border-right: 0 none;
}

.create-order .order-product__inner .order-product__information .information-item .information-item__title{
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--gray-dark-1);
  margin-bottom: 1rem;
}

.create-order .order-product__inner .order-product__information .information-item .information-item__text{
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gray-dark-5);
}

.create-order .order-product__inner .order-product__information .information-item .information-item__text.color-red{
  color: var(--red-default);
}

.create-order .payment-information__inner{
  max-width: 1280px;
  margin: 0 auto;
}

.create-order .payment-information__inner .payment-information__title{
  margin-bottom: 1rem;
}

.create-order .payment-information__inner .payment-information__radio-inner{
  margin-top: 2rem;
}

.create-order .payment-information__inner .payment-information__radio-inner .form-check.check .form-check-label{
  font-weight: 700;
  border-bottom: 1px solid var(--gray-dark-5);
}

.create-order .payment-information__inner .payment-information__select-inner{
  margin-top: 1rem;
  border-radius: 0.2rem;
  padding: 1rem 2rem;
  background: var(--gray-light-2);
}

.create-order .payment-information__inner .payment-information__select-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.create-order .payment-information__inner .payment-information__select-item:first-child{
  margin-bottom: 1rem;
}

.create-order .payment-information__inner .payment-information__select-item .select-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1.5rem;
}

.create-order .payment-information__inner .payment-information__select-item .select-box .select-title{
  margin-right: 1.8rem;
}

.create-order .payment-information__inner .payment-information__select-item .select-box .select-inner{
  width: 29rem;
  height: 3.2rem;
  border-radius: 0;
}

.create-order .payment-information__inner .payment-information__select-item .select-box .select-inner .select-value__box{
  height: 100%;
  padding: 0 1rem;
}

.create-order .payment-information__inner .payment-information__select-item .payment-information__select-point-text{
  color: var(--orange-default);
}

.create-order .payment-information__inner .guide-button__inner{
  margin-top: 0.5rem;
}

.create-order .payment-information__inner .guide-button__inner .button-inner{
  width: 17rem;
  height: 2.3rem;
  border-color: var(--gray-light-4);
}
.create-order .payment-information__inner .guide-button__inner .button-inner .btn{
  font-size: 1.3rem;
  color: var(--gray-dark-1);
}

.create-order .payment-information__inner .payment-information__checkbox-inner{
  margin-top: 0.5rem;
  margin-bottom: 1.6rem;
}

.create-order .payment-information__inner .payment-information__checkbox-inner .form-check-input{
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.3rem;
}

.create-order .payment-information__inner .payment-information__checkbox-inner .form-check-label{
  font-size: 1.4rem;
}

.create-order .payment-button__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  margin-bottom: 4.5rem;
}

.create-order .payment-button__inner .button-inner{
  width: 19rem;
  height: 5.5rem;
  border: 0 none;
  background: var(--primary-default);
}

.create-order .payment-button__inner .button-inner .btn{
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gray-light-1);
}

/*-- create order quick menu --*/
.create-order__quick-menu-inner{
  position: fixed;
  bottom: 23.5rem;
  right: 50%;
  margin-right: -75rem;
  z-index: 100;
}

.create-order__quick-menu-inner .create-order__quick-menu-list{
  position:relative; 
  width: 7.8rem;
  height: 15.2rem;
  padding: 1.7rem 0.8rem;
  border: 1px solid var(--gray-light-5);
  border-radius: 0.4rem;
  background: var(--quick-menu);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.create-order__quick-menu-inner .create-order__quick-menu-list:before{
	content: '';
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	width:calc(100% - 6px);
	height: 2px;
	background: var(--gray-light-1);
	border-radius: 4px;
}

.create-order__quick-menu-inner .create-order__quick-menu-list li:nth-of-type(1) .create-order__quick-menu-item{
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--gray-default);
}

.create-order__quick-menu-inner .create-order__quick-menu-list li:nth-of-type(2) .create-order__quick-menu-item{
  padding-top: 1.3rem;
}

.create-order__quick-menu-inner .create-order__quick-menu-list .create-order__quick-menu-item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-order__quick-menu-inner .create-order__quick-menu-list .create-order__quick-menu-item .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.3rem;
  color: var(--gray-light-1);
}
.create-order__quick-menu-inner .create-order__quick-menu-list .create-order__quick-menu-item .btn .material-icons,
.create-order__quick-menu-inner .create-order__quick-menu-list .create-order__quick-menu-item .btn .material-icons-outlined{
  font-size: 2.1rem;
  color: var(--gray-light-1);
}

.create-order__quick-menu-inner .create-order__quick-menu-list .create-order__quick-menu-item:hover .btn span {
	color: var(--primary-light-4);
}

.create-order__quick-menu-inner .create-order__quick-menu-list .create-order__quick-menu-item.is-active .btn span{
  color: var(--primary-light-4) !important;
}

/*-- 제품 재고 --*/
.product__stock{
	cursor: pointer;
	z-index: 2048;
}

.product__stock:hover{
	color: #ecdde3;
}

.item-stock-wrapper-inner{
	visibility: hidden;
	position: absolute;
	z-index: 4096;
	width: 35rem;
	padding: 1.5rem;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	
	transition: all 0.1s;
	transform: translate(0, -5%);
}

.item-stock-wrapper-inner.active{
	visibility: visible;
	transform: translate(0, 5%);
}

.item-stock-wrapper-inner .item-stock-header{
	font-family: 'NanumSquareB', "맑은 고딕", "Malgun Gothic", "NanumGothicB", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
	font-size: 20px;
	display: inline-flex;
}

.item-stock-wrapper-inner .item-stock-header .item-stock-header-mainLabel{
	margin-left: 0.5rem;
}

.item-stock-wrapper-inner .item-stock-header-close{
	font-size: 24px;
	float: right;
	cursor: pointer;	
}

.item-stock-wrapper-inner .item-stock-body .item-stock-table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	margin-top: 1rem;
}

.item-stock-wrapper-inner .item-stock-body .item-stock-table thead{
	text-align: center;
	background: #f1f8fe;
}

.item-stock-wrapper-inner .item-stock-body .item-stock-table thead th{
	font-family: 'NanumSquareB', "맑은 고딕", "Malgun Gothic", "NanumGothicB", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.item-stock-wrapper-inner .item-stock-body .item-stock-table .item-stock-table-headR{
	text-align: right;
}

.item-stock-wrapper-inner .item-stock-body .item-stock-table tbody td{
	padding: 0.5rem 1rem 0rem 1rem;
}

.item-stock-wrapper-inner table, .item-stock-wrapper-inner th, .item-stock-wrapper-inner td{
	border: 0.5px solid lightgrey;
}

.item-stock-wrapper-inner td{
	font-family: 'NanumSquareB', "맑은 고딕", "Malgun Gothic", "NanumGothicB", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
}

/*-- 경화제 --*/
.product__hardener{
	cursor: pointer;
	z-index: 2048;
}

.item-hardener-wrapper-inner{
	visibility: hidden;
	position: absolute;
	z-index: 4096;
	width: 60rem;
	padding: 1.5rem;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	
	transition: all 0.1s;
	transform: translate(0, -5%);
}

.item-hardener-wrapper-inner.active{
	visibility: visible;
	transform: translate(0, 5%);
}

.item-hardener-wrapper-inner .item-hardener-header{
	font-family: 'NanumSquareB', "맑은 고딕", "Malgun Gothic", "NanumGothicB", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
	font-size: 20px;
	display: inline-flex;
}

.item-hardener-wrapper-inner .item-hardener-header .item-hardener-header-mainLabel{
	margin-left: 0.5rem;
}

.item-hardener-wrapper-inner .item-hardener-header-close{
	font-size: 24px;
	float: right;
	cursor: pointer;	
}

.item-hardener-wrapper-inner .item-hardener-body .item-hardener-table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	margin-top: 1rem;
}

.item-hardener-wrapper-inner .item-hardener-body .item-hardener-table thead{
	text-align: center;
	background: #f1f8fe;
}

.item-hardener-wrapper-inner .item-hardener-body .item-hardener-table thead th{
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.item-hardener-wrapper-inner .item-hardener-body .item-hardener-table .item-hardener-table-headR{
	text-align: right;
}

.item-hardener-wrapper-inner .item-hardener-body .item-hardener-table .item-hardener-table-headC{
	text-align: center;
}

.item-hardener-wrapper-inner .item-hardener-body .item-hardener-table tbody td{
	padding: 0.5rem 1rem 0rem 1rem;
}

.item-hardener-wrapper-inner table, .item-hardener-wrapper-inner th, .item-hardener-wrapper-inner td{
	border: 0.5px solid lightgrey;
}

.btn-product-hardener-cart{
	cursor: pointer;
}

/*-- 제품 추가 --*/
.product_new_item{
	content:'';
	background: #fff url(/channeling2/resources/images/icon/btn_addNew.png) center no-repeat;
	width:30px;
	height:30px;
}
.product_new_item:hover{
	background: #fff url(/channeling2/resources/images/icon/btn_addNew_hover.png) center no-repeat;
}

.product-new-wrapper-inner{
	visibility: hidden;
	position: fixed;
	z-index: 4096;
	width: 45rem;
	padding: 1.5rem;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.16);
	
	transition: all 0.3s;
	transform: translate(0, -5%);
}
.product-new-wrapper-inner.active{
	visibility: visible;
	transform: translate(0, 5%);
}
.product-new-wrapper-inner .product-new-header{
	font-family: 'NanumSquareB', "맑은 고딕", "Malgun Gothic", "NanumGothicB", "Dotum", "돋움", "gulim", "굴림", Helvetica, sans-serif;
	font-size: 20px;
	display: inline-flex;
}
.product-new-wrapper-inner .product-new-header .product-new-header-mainLabel{
	margin-left: 0.5rem;
}
.product-new-wrapper-inner .product-new-header-close{
	font-size: 24px;
	float: right;
	cursor: pointer;	
}
.product-new-body{
	margin-top: 5px;
	height: 42.5rem;
	overflow-x:hidden;
	overflow-y:scroll;
}
.product-new-wrapper-inner .product-new-search{
	display: block;
	margin-top:5px;
}
.product-new-wrapper-inner .product-new-search .add-search{
	float: right;
	cursor: pointer;
}
.product-new-wrapper-inner .product-new-search .product-new-items{
	width:90%;
	height:100%;
	border: none;
}

.product-new-wrapper-inner .product-new-search-alert{
	width:99%;
	height:12px;
	margin-top:2px;
	margin-bottom:5px;
}
#spanProductSearchAlert{
	font-size:12px;
	color:red;
	float:right;
}
.product-new-body .product-new-list{
	display:block;
	border: 1px solid #ececec;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	padding: 8px;
}
.product-new-body .product-new-list-wrapper{
	height: 42.5rem;
}
.product-new-body .product-new-list .product-new-title{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.product-new-body .product-new-list .product-type{
	font-size:12px;
	color:#90BDED;
}
.product-new-body .product-new-list .product-new-chk{
	cursor:pointer;
	width:24px;
}
.product-new-body .product-new-list .product-nm{
	font-size:16px;
	font-weight:bold;
}
.product-new-body .product-new-list .product-unit{
	font-size:16px;
	font-weight:bold;
	color:blue;
	margin-left:3px;
}
.product-new-body .product-new-list .product-mixtype{
	font-size:12px;
	float:right;
	background-color: var(--primary-default);
	color:white;
	border: 1px solid #ececec;
	border-radius: 8px;
	padding:3px;
}
.product-new-body .product-new-list .product-price-qty{
	display:flex;
	text-align:center;
}
.product-new-body .product-new-list .product-price-qty div{
	width:100%;
	height:25px;
}
.product-new-body .product-new-list .product-price-qty .product-price-wrapper{
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-new-body .product-new-list .product-price-qty .product-price-wrapper .product-price{
	font-size: 16px;
	font-weight:bold;
	color: var(--red-default);
}
.product-new-body .product-new-list .product-new-items{
	outline: none;
	width:30%;
	height:100%;
	border: none;
	border-bottom: 1px solid #000;
	transition: all 0.05s;
	text-align:center;
}
.product-new-body .product-new-list .product-new-items:focus{
	width:60%;
}

.product-new-footer{
	border-top: 1px soild #000;
	margin-top: 10px;
	margin-right: 10px;
}

.product-new-footer .product-new-footer-add{
	background: #49A350;
	color: #fff;
	border-radius: 3px;
	padding-left: 4px;
	padding-right: 6px;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}

/*==============================================*/
/* 제품 리스트*/
.page-card-trade .content-header__inner,
.page-card-trade .content-body__inner {
  max-width: 1280px;
/*   margin: 2.7rem auto; */
  margin: 1.2rem auto;
}

.page-card-trade .title-wrapper.sub-title{
}

.page-card-trade .content-header__wrapper {
/*   margin-bottom: 3.7rem; */
  margin-bottom: 1.2rem;
}

.page-card-trade .content-body-title {
	
}

.page-card-trade .content-body-title .content-body-title__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.page-card-trade .content-body-title .content-body-title__group .content-body-title__group-item {
  display: flex;
}

.page-card-trade .content-body {
/*   height: auto; */
/*   visibility: visible; */
/*   opacity: 1; */
/*   transition: all 0.3s; */
}

.page-card-trade .content-body.off {
/*   height: 0px; */
/*   opacity: 0; */
  visibility: hidden;
  display: none;
}

.page-card-trade .content-body >.grid-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-card-trade .content-body >.grid-row >.grid-col-first {
  width: 88.6rem;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-inner{
  padding: 2.3rem 2.1rem;
  border: 1px solid transparent;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item {
  width: 84rem;
  background: var(--gray-light-1);
  padding: 1.2rem;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__title {
  border-radius: 0.2rem;
  color: var(--gray-dark-4);
  font-size: 1.6rem;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__title > span {
  display: block;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__title .card-board-item__sub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__title .sub-title {
  color: var(--gray-dark-2);
  font-size: 1.2rem;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__wrapper >.grid-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__wrapper >.grid-row.grid-row-first .card-board-item {
  width: 41rem;
  height: 31.2rem; /* 임시 height */
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__wrapper >.grid-row .grid-col-first .card-board-item__title {
  background: var(--primary-default);
  padding: 1.2rem;
  color: var(--gray-light-1);
  text-align: center;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__wrapper >.grid-row .grid-col-second {
  margin-left: 2rem;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__wrapper >.grid-row .grid-col-second .card-board-item__title {
  background: var(--skyBlue-dark-1);
  padding: 1.2rem;
  color: var(--gray-light-1);
  text-align: center;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__wrapper >.grid-row +.grid-row {
  margin-top: 1.4rem;
}

.page-card-trade .content-body >.grid-row >.grid-col-first .card-board-item__wrapper >.grid-row >.grid-col .card-board-item__table-wrapper {
  margin-top: 0.6rem;
}

.page-card-trade .content-body >.grid-row >.grid-col-second {
  width: 38.2rem;
  margin-left: 1.2rem;
}

.page-card-trade .content-body >.grid-row >.grid-col-second .card-board-inner {
  background: var(--primary-light-3);
  padding: 2.3rem 2.1rem;
  border: 1px solid var(--primary-default);
  height: 73.1rem; /* 임시 height */
}

.page-card-trade .content-body >.grid-row >.grid-col-second .card-board-inner .title-wrapper.sub-title .title {
  color: var(--primary-default);
}

.page-card-trade .content-body >.grid-row >.grid-col-second .card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body  {
  overflow-y: auto;
  max-height: 60rem;
}

.page-card-trade .card-board-wrapper .card-board-inner {
  background: var(--gray-light-2);
  border-radius: 0.2rem;
}

/* card board item - table */
.card-board-item__table-inner .table-wrapper .table-inner {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--gray-dark-5);
}

.card-board-item__table-inner .table-wrapper .table-inner table thead tr {
  border-bottom:  1px solid var(--gray-light-6);
}

.card-board-item__table-inner .table-wrapper .table-inner table th {
  height: 4.5rem;
  border-right: 1px solid var(--gray-dark-5);
  color: var(--gray-dark-4);
  font-size: 1.5rem;
}

.card-board-item__table-inner .table-wrapper .table-inner table tr td {
  height: 7.4rem;
  border-right: 1px solid var(--gray-dark-5);
  border-bottom: 1px solid var(--gray-dark-5);
  font-size: 1.5rem;
}

.card-board-item__table-inner .table-wrapper .table-inner table th:last-child,
.card-board-item__table-inner .table-wrapper .table-inner table tr td:last-child {
  border-right: 0 none;
}

.card-board-item__table-inner .table-wrapper .table-inner table tbody:last-child td {
  border-bottom: 0 none;
}

.card-board-item__table-inner .table-wrapper .table-inner table thead:nth-of-type(2) th:last-child {
  color: var(--red-default);
}

/* 테이블 임시 스타일 */
.card-board-item__table-inner .div-table__wrapper .div-table__inner {
  border-top: 1px solid var(--gray-dark-5);
  border-bottom: 0 none;
}

.card-board-item__table-inner .div-table__wrapper .div-table__inner .item-group {
  height: 4.5rem;
}

.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body  {
  overflow-y: auto;
  max-height: 19rem;
}
/* width */
.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body::-webkit-scrollbar  {
  width: 0.5rem;
}
/* Track */
.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body::-webkit-scrollbar-track  {
  background: var(--gray-light-4);
}
/* Handle */
.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body::-webkit-scrollbar-thumb  {
  background: var(--gray-dark-1);
  border-radius: 0.2rem;
}
/* Handle on hover */
.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body::-webkit-scrollbar-thumb:hover  {
  background: var(--gray-dark-3);
}

.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body .list-item {
  border-bottom: 1px solid var(--gray-default);
}

.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body .item-group .item {
  background: var(--gray-light-1);
}

.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-head .item-group .item,
.card-board-item__table-inner .div-table__wrapper .div-table__inner .table-body .item-group .item {
  line-height: 4.5rem;
  color: var(--gray-dark-4);
  font-size: 1.5rem;
}

.debt-input__wrapper .input-wrapper .input-inner {
  padding: 0;
  border: 0 none;
  border-radius: 0;
}

.debt-input__wrapper .input-wrapper .input-inner input{
  width: 15.3rem;
  height: 3.8rem;
  margin: 0 auto;
  border: 1px solid var(--gray-default);
  color: var(--gray-dark-1);
  text-align: center;
}

.debt-input__wrapper .input-wrapper .input-inner .form-control:disabled{
  opacity: 3.3;
}

/* grid board (card board 개조) */
.content-body .grid-board-inner{
/*   padding: 2.3rem 2.1rem; */
/*   border: 1px solid var(--gray-default); */
/*   background: var(--gray-light-2); */
  width: 100%;
}

.content-body .grid-board-item__wrapper {
/*   display: flex; */
}

.content-body .grid-board-item__wrapper.dflex {
  display: flex;
}

.content-body .grid-board-item {
  width: 100%;
  background: var(--gray-light-1);
  padding: 1.2rem;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.content-body .grid-board-item.w40 {
  width: 40%;
  float: left;
}

.content-body .grid-board-item.w50 {
  width: 50%;
  float: left;
}

.content-body .grid-board-item.w60 {
  width: 60%;
  float: left;
}

.content-body .grid-board-item .grid-board-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-body .grid-board-item .grid-board-item-title h2 {
  font-size: 1.6rem;
}

.content-body .grid-board-item .grid-board-item-title span {
  font-size: 1.2rem;
  color: var(--gray-dark-1);
}

.content-body .grid-board-item .grid-board-item-title .grid-board-item-title-inner {
  display: flex;
  gap: 0.5rem;
}

.content-body .grid-board-item .grid-board-item-title .radio-inner {
  margin-right: 2rem;
}

.content-body .grid-board-item .grid-board-item-title .radio-inner > div {
  display: flex;
  gap: 0.5rem;
}

.content-body .grid-board-item .grid-board-item-title .radio-inner span
,.content-body .grid-board-item .grid-board-item-title .radio-inner label {
  font-size: 1.4rem;
}

.content-body .grid-board-item .grid-board-item-title .btn {
  padding: 0 0.5rem;
  background-color: var(--primary-default);
  border-color: var(--primary-default);
}

.content-body .grid-board-item .grid-board-item-title .btn.btn-yellow {
  background-color: var(--yellow-default);
  border-color: var(--yellow-default);
}

.content-body .grid-board-item .grid-board-item-title .btn > span {
  font-size: 1.4rem;
  color: var(--gray-light-1);
}

/*==============================================*/
/* filter search */
.filter-search__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 2.8rem 2.2rem 4.5rem;
  background: var(--gray-light-2);
}

.filter-search__inner .search-wrapper .search-inner .search-item__title {
  margin-right: 6.8rem;
  color: var(--gray-dark-3);
}

.filter-search__inner .search-wrapper .search-inner .search__date-picker .date-picker__inner {
  display: inline-flex;
  height: 3.8rem;
  background: var(--gray-light-1);
  border-radius: 0;
}

.filter-search__inner .search-wrapper .search-inner .search__date-picker .date-picker__inner .date-picker {
  color: var(--gray-dark-1);
}

.filter-search__inner .search-wrapper .search-inner .search__date-picker .date-picker__inner .icon {
  color: var(--gray-dark-2);
  font-size: 1.7rem;
  cursor: pointer;
}

.filter-search__inner .search-wrapper .search-inner .search__date-picker .picker-line {
  margin: 0 0.8rem;
  color: var(--gray-dark-2);
  font-size: 1.5rem;
}

.filter-search__inner .search-wrapper .search-inner .search__radio .radio-group__inner,
.filter-search__inner .search-wrapper .search-inner .search__radio .radio-group__inner .radio-inner {
  height: 3.8rem;
}

.filter-search__inner .radio-group__wrapper .radio-group__inner .radio-wrapper {
  margin-right: 0;
}

.filter-search__inner .radio-wrapper.button-radio .radio-inner .toggle-radio .btn {
  background: var(--gray-light-1);
  border-radius: 0;
  color: var(--gray-dark-1);
  font-size: 1.5rem;
}

.filter-search__inner .radio-wrapper.button-radio:hover .radio-inner .toggle-radio .btn{
  background: var(--gray-light-1);
  border: 1px solid var(--primary-default);
/*   color: var(--primary-default); */
  color: var(--primary-default);
}

.filter-search__inner .radio-wrapper.button-radio .radio-inner .toggle-radio .btn-check:checked +.btn{
  background: var(--gray-light-1);
  border: 1px solid var(--primary-default);
  color: var(--primary-default);
}

.filter-search-btn__inner {
  display: inline-flex;
}

.filter-search-btn__inner .search-btn__wrapper {
  margin-left: 0.5rem;
}

.filter-search-btn__inner .button-wrapper .button-inner {
/*   width: 7.6rem; */
/*   height: 3.8rem; */
  border: none;
  height: auto;
}

.filter-search-btn__inner .button-inner .btn {
  /*font-weight: bold;*/
}

.radio-btn__inner {
  display: flex;
  gap: 0rem;
  background: var(--gray-light-1);
}

.filter-search-btn__inner .radio-btn__inner .button-inner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.8rem;
  height: 3.1rem;
  background: var(--gray-light-1);
  color: var(--gray-dark-1);
  border: none;
  transition: all 0.3s ease 0s;
}

.filter-search-btn__inner .radio-btn__inner .button-inner .btn>span.material-icons {
  font-size: 1.8rem;
}

.filter-search-btn__inner .radio-btn__inner .button-inner .btn>span:last-child {
  font-size: 1.4rem;
}

.filter-search-btn__inner .radio-btn__inner .button-inner .btn:hover
,.filter-search-btn__inner .radio-btn__inner .button-inner .btn.on {
  color: var(--gray-dark-4);
}

.filter-search-btn__inner .reset-btn__inner .button-inner .btn {
/*   width: 7.6rem; */
/*   height: 3.8rem; */
  width: 5.8rem;
  height: 3.1rem;
  background: var(--gray-light-1);
  color: var(--gray-dark-5);
  border: 1px solid var(--gray-dark-1);
}

.search-btn__inner {
  display: flex;
  gap: 0.5rem;
}

.filter-search-btn__inner .search-btn__inner .button-inner .btn {
/*   width: 7.6rem; */
/*   height: 3.8rem; */
  min-width: 5.8rem;
  height: 3.1rem;
  padding: 0 0.6rem;
  background: var(--gray-light-1);
  color: var(--gray-dark-5);
  border: 1px solid var(--gray-dark-1);
  font-weight: 500;
}

.filter-search-btn__inner .search-btn__inner .button-inner .btn:hover
,.filter-search-btn__inner .search-btn__inner .button-inner .btn.on {
  background: var(--gray-dark-5);
  color: var(--gray-light-1);
  border: 1px solid var(--gray-dark-5);
}

.filter-search-btn__inner .line__wrapper {
  width: 2rem;
  min-width: 2rem;
}

.filter-search-btn__inner .line__wrapper .line__inner {
  border-right: 1px solid var(--gray-default);
  height: 100%;
  margin-right: 1rem;
  margin-left: 1rem;
}

/* filter-search new */
.filter-search__inner-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
/*   padding: 1.8rem 2.4rem 1.8rem 2.4rem; */
  padding: 0.8rem 2.4rem 0.8rem 2.4rem;
  background: var(--gray-light-2);
  border: 1px solid var(--gray-default);
  border-top: 1px solid var(--gray-dark-5);
}

.filter-search__inner-new .search-wrapper {
  width: 100%;
}

.filter-search__inner-new .search-wrapper .search-inner {
}

.filter-search__inner-new .search-wrapper .search-inner .search-row {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  min-height: 2.8rem;
  margin: 0.25rem 0;
}

.filter-search__inner-new .search-wrapper .search-inner .search-col {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0.2rem 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-12 {
  width: 100%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-11 {
  width: 91.66666667%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-10 {
  width: 83.33333333%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-9 {
  width: 75%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-8 {
  width: 66.66666667%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-7 {
  width: 58.33333333%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-6 {
  width: 50%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-5 {
  width: 41.66666667%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-4 {
  width: 33.33333333%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-3 {
  width: 25%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-2 {
  width: 16.66666667%;
}
.filter-search__inner-new .search-wrapper .search-inner .search-col.col-xs-1 {
  width: 8.33333333%;
}

.filter-search__inner-new .search-wrapper .search-inner .search-col .search-cell__th {
  width: 10rem;
  margin-right: 0rem;
  padding-right: 2rem;
  text-align: right;
}

.filter-search__inner-new .search-wrapper .search-inner .search-col>.search-cell__th:only-child {
  width: 100%;
}

.filter-search__inner-new .search-wrapper .search-inner .search-col .search-cell__td {
  display: flex;
  align-items: center;
  width: calc(100% - 10rem);
  font-size: 1.5rem;
}

.filter-search__inner-new .search-wrapper .search-inner .search-col>.search-cell__td:only-child {
  width: 100%;
}

.filter-search__inner-new .search-wrapper .search-inner .search-inner-expand {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-height: 32rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--gray-default);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.filter-search__inner-new .search-wrapper .search-inner .search-inner-expand.hide {
  max-height: 0px !important;
  overflow: hidden;
  padding: 0;
  border-top: none;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.filter-search__inner-new .search-wrapper .search-inner .search-col span {
/*   margin: 0.4rem; */
  margin: 0;
}

.filter-search__inner-new .search-wrapper .search-inner .form-control {
  width: 100%;
  border-radius: 0;
  color: var(--gray-dark-2);
  font-size: 1.2rem;
}

.filter-search__inner-new .search-wrapper .search-inner .form-control:not(.date-picker) {
  height: 3.2rem;
  border: 1px solid #c0c0c0;
  font-size: 1.3rem;
}

.filter-search__inner-new .search-wrapper .search-inner .input_search {
  width: 100%;
  height: 3.2rem;
  border-radius: 0;
  border: 1px solid #c0c0c0;
}

.filter-search__inner-new .search-wrapper .search-inner .input_search .form-control {
  border: none;
  height: 100%;
}

.filter-search__inner-new .search-wrapper .search-inner .form-select {
  width: 100%;
  height: 3.2rem;
  border-radius: 0;
  color: var(--gray-dark-2);
/*   font-size: 1.5rem; */
}

/* select2 start */
.filter-search__inner-new .search-wrapper .search-inner .select2-container--default .select2-selection--single {
  position: relative;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  font-size: 1.3rem;
/*   padding-top: 0.25rem; */
/*   padding-bottom: 0.25rem; */
  padding-right: 38px;
  height: 3rem;
}

.container .table_wrap table .select2-container--default .select2-selection--single {
  position: relative;
/*   border: 1px solid #ced4da; */
/*   border-radius: 0; */
/*   font-size: 1.25rem; */
  height: 34px;
  border: 1px solid #c0c0c0;
  color: #333;
}

.filter-search__inner-new .search-wrapper .search-inner .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
}

.select2-selection__rendered {
/*   font-family: "NanumBarun", serif, 'sans-serif' !important; */
  font-family: 'Noto Sans KR','Malgun Gothic', sans-serif !important;
  color: var(--gray-dark-2) !important;
 
}

.filter-search__inner-new .search-wrapper .search-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #fff url(../images/icon/ico_select.png) left 10px center no-repeat;
  min-width: 10px;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 2000;
}

.select2-results__option {
  font-size: 1.25rem;
}

  /* 인캔 모달에서 사용 : incanMixReg_P */
.container .table_wrap table .select2-container {
  height: 100%;
}

.container .table_wrap table .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 2px 12px 4px 12px;
  height: 34px;
}

/* select2 end */

.filter-search__inner-new .search-wrapper .search-inner .search__date-picker .date-picker__inner {
  display: inline-flex;
  width: 14rem;
  height: 3.2rem;
  background: var(--gray-light-1);
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}

.filter-search__inner-new .search-wrapper .search-inner .search__date-picker .date-picker__inner .date-picker {
  color: var(--gray-dark-1);
}

.filter-search__inner-new .search-wrapper .search-inner .search__date-picker .date-picker__inner .icon {
  color: var(--gray-dark-2);
  font-size: 1.7rem;
  cursor: pointer;
}

.filter-search__inner-new .search-wrapper .search-inner .search__date-picker .date-picker__inner .icon_calendar {
  height: 22px;
}

.filter-search__inner-new .search-wrapper .search-inner .search__date-picker .picker-line {
  margin: 0 0.8rem;
  color: var(--gray-dark-2);
  font-size: 1.5rem;
}

.filter-search__inner-new .search-wrapper .search-inner .search__radio .radio-group__inner {
  height: 3.8rem;
}

.filter-search__inner-new .search-wrapper .search-inner .search__radio .radio-group__inner .btn {
  background: var(--gray-light-1);
  border-radius: 0;
  color: var(--gray-dark-1);
  width: 5.6rem;
  height: 2.8rem;
  font-size: 1.3rem;
}

.filter-search__inner-new .search-wrapper .search-inner .search__radio .radio-group__inner .btn:hover{
  background: var(--gray-light-1);
  border: 1px solid var(--primary-default);
  color: var(--primary-default);
}

.filter-search__inner-new .search-wrapper .search-inner .search__radio .radio-group__inner .btn.on{
  background: var(--gray-light-1);
  border: 1px solid var(--primary-default);
  color: var(--primary-default);
}

.filter-search__inner-new .search-wrapper .search-inner .button-wrapper.icon-button .button-inner{
  border: none;
}

.filter-search__inner-new .search-wrapper .search-inner .button-wrapper.icon-button .button-inner .btn{
/*   display: flex; */
/*   align-items: center; */
/*   justify-content: center; */
  background: var(--gray-light-1);
  border: 1px solid var(--gray-default);
  border-radius: 0;
  color: var(--gray-dark-1);
  width: 9.6rem;
  height: 100%;
  font-size: 1.4rem;
}

.filter-search__inner-new .search-wrapper .search-inner .button-wrapper.icon-button .button-inner .btn.on{
  background: var(--gray-light-1);
  border: 1px solid var(--primary-default);
  color: var(--primary-default);
}
/* from common.css */
.filter-search__inner-new .search-wrapper .search-inner input[type="radio"] + label{display: inline-block;height: 20px;line-height: 20px;padding-left: 24px;margin-right: 10px;background: url(/channeling2/resources/images/icon/radio.png) 5px 2px no-repeat;background-size:15px 15px; cursor: pointer;}
.filter-search__inner-new .search-wrapper .search-inner input[type="radio"]:checked + label{background: url(/channeling2/resources/images/icon/radio_checked.png) 5px 2px no-repeat; background-size:15px 15px;}
.filter-search__inner-new .search-wrapper .search-inner input[type="radio"]:disabled + label{background: url(/channeling2/resources/images/icon/radio_disabled.png) 5px 2px no-repeat; background-size:15px 15px;}
.filter-search__inner-new .search-wrapper .search-inner input[type="checkbox"] + label{display: inline-block;height: 20px;line-height: 20px;padding-left: 24px;margin-right: 10px;background: url(/channeling2/resources/images/icon/checkbox.png) 5px 2px no-repeat;cursor: pointer;background-size:15px 15px;}
.filter-search__inner-new .search-wrapper .search-inner input[type="checkbox"]:checked + label{background: url(/channeling2/resources/images/icon/checkbox_checked.png) 5px 2px no-repeat;background-size:15px 15px;}
.filter-search__inner-new .search-wrapper .search-inner input[type="checkbox"]:disabled + label{background: url(/channeling2/resources/images/icon/checkbox_disabled.png) 5px 2px no-repeat; background-size:15px 15px;}

/* filter-search new > table */
.filter-search__inner-new .search-wrapper .search-inner > table {
  empty-cells: show;
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  clear: both;
}

.filter-search__inner-new .search-wrapper .search-inner > table > tbody > tr > th {
  margin: 0;
  padding: 0 1.2rem 0 0;
  vertical-align: middle;
  text-align: right;
  border: none;
  height: 2.3rem;
/*   font-weight: 500; */
}

.filter-search__inner-new .search-wrapper .search-inner > table > tbody > tr > td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: left;
  border: none;
  height: 2.3rem;
  font-weight: 500;
}

/*==============================================*/
/* 공지 사항 */
.notice .content-header__inner{
  max-width: 1280px;
/* margin: 2.5rem auto 3.5rem auto; 신두호 수정 */
  margin: 1.1rem auto 1.5rem auto;
}

.notice .content-body{
  max-width: 1280px;
  margin: 0 auto;
}
/* 탭 (공통 적용)*/
.notice-tab-header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-tab-header__inner .nav-tabs{
  border-bottom: 0 none;
}

.notice-tab-header__inner .nav-tabs .nav-item{
  margin-right: 5.8rem;
}

.notice-tab-header__inner .nav-tabs .nav-item:last-child{
  margin-right: 0;
}

.notice-tab-header__inner .nav-tabs .nav-link{
  border: 0 none;
  color: var(--gray-dark-3);
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

.notice-tab-header__inner .nav-tabs .nav-link.active{
  color: var(--primary-default);
  font-weight: 700;
  border-bottom: 3px solid var(--primary-default);
}

.notice-tab-header__inner .notice-search__inner .input-inner{
  width: 31rem;
  height: 4rem;
  border: 0 none;
  border-radius: 2.2rem;
  background: var(--gray-light-3);
  padding-left: 2.3rem;
  margin-bottom: 1rem;
}

.notice-tab-header__inner .notice-search__inner .input-inner .form-control{
  max-width: 23rem;
  font-weight: 500;
  color: var(--gray-dark-1);
  background: var(--gray-light-3);
  padding: 0;
}

.notice .list-group-item{
  border: 0 none;
  padding: 0;
}

.notice .notice-list-table__inner .div-table__inner{
  border-top-color: var(--gray-dark-1);
  border-bottom: 0 none;
}

.notice .notice-list-table__inner .item-group{
  border-bottom-color: var(--gray-dark-5) !important;
}

.notice .notice-list-table__inner .color-hidden{
  color: var(--gray-light-2);
}

.notice .notice-list-table__inner .table-head .item-group{
  min-height: 4.9rem !important;
  line-height: initial;
}

.notice .notice-list-table__inner .table-head .item{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4.9rem !important;
}

.notice .notice-list-table__inner .table-body .list-item{
  border-bottom: 1px solid var(--gray-dark-5);
  cursor: pointer;
}

.notice .notice-list-table__inner .table-body .item-group{
  padding: 1rem 0;
}

.notice .notice-list-table__inner .table-body .item-group .accordion-arrow__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice .notice-list-table__inner .table-body .item-group.collapsed .accordion-arrow__inner{
  background: var(--gray-light-1) !important;
  transition: all 0.2s;
}

.notice .notice-list-table__inner .table-body .item-group.collapsed .accordion-arrow__inner .material-icons{
  transform: rotate(0deg);
}

.notice .notice-list-table__inner .table-body .item-group .accordion-arrow__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.7rem;
  background: var(--primary-light-1);
}

.notice .notice-list-table__inner .table-body .item-group .accordion-arrow__inner .material-icons{
  transform: rotate(180deg);
}

.notice .notice-list-table__inner .table-body .item{
  line-height: initial !important;
  color: var(--primary-default);
  font-size: 1.5rem !important;
  /* font-weight: 700; */
}

.notice .notice-list-table__inner .table-body .item .notice-table-title__inner .sub-title{
  font-size: 1.4rem !important;
  /* font-weight: 500; */
  color: var(--gray-dark-2) !important;
}


.notice .notice-list-table__inner .detail-accordion__inner .detail-accordion__text{
  background: var(--gray-light-2);
  border-radius: 0.4rem;
  padding: 2.5rem 2.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 16.2rem;
  height: 100%;
  margin-bottom: 1.4rem;
  margin-left: 11rem;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner  .detail-accordion__opinion-title{
 padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-default);
  font-size: 1.6rem;
  margin-left: 60px;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner  .detail-accordion__opinion-title .opinion-sub-text{
  color: var(--primary-default);
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-comment .opinion-comment__item{
  padding: 1rem 0 1.5rem 0;
  border-bottom: 1px solid var(--gray-light-5);
  margin-left: 60px;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .user-name{
  font-size: 1.6rem;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-comment .opinion-comment__header .user-text-day{
  font-size: 1.2rem;
  color: var(--gray-dark-1);
  margin-left: 1rem;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-comment .opinion-comment__body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.7rem;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-comment .opinion-comment__body .opinion-comment__text{
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-comment .comment-delete-button__inner .button-inner{
  width: 6.2rem;
  height: 3.4rem;
  font-size: 1.5rem;
  border-color: var(--gray-default);
  margin-right: 20px;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-comment .comment-delete-button__inner .button-inner .btn{
  color: var(--gray-dark-2);
}


.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-commentReg .opinion-comment__write-inner{
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 1px solid var(--primary-default);
  padding: 0.4rem 1.3rem 0.8rem 1.3rem;
  margin-left: 60px;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-commentReg .opinion-comment__write-box{
  position: relative;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-commentReg .comment-text-area__inner .form-control{
  background: var(--gray-light-2);
  border: 0 none;
  resize: none;
  font-size: 1.5rem;
  height:10rem;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-commentReg .comment-registration-button__inner{
  position: absolute;
  top:0.1rem;
  bottom: 0.5rem;
  right:0.5rem;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-commentReg .comment-registration-button__inner .button-inner{
  width: 6.2rem;
  height: 3.4rem;
  background: var(--primary-default);
  border: 0 none;
}

.notice .notice-list-table__inner .detail-accordion__opinion-inner .detail-accordion__opinion-commentReg .comment-registration-button__inner .button-inner .btn{
  color: var(--gray-light-1);
}

/*==============================================*/
/* 문서 조회 *//* 범용 */
.databank-tab-header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.databank-tab-header__inner .nav-tabs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 0 none;
}

.databank-tab-header__inner .nav-tabs .nav-item{
/*   margin-right: 1.8rem; */
}

.databank-tab-header__inner .nav-tabs .nav-item:last-child{
  margin-right: 0;
}

.databank-tab-header__inner .nav-tabs .nav-link{
  display: flex;
  align-items: center;
  gap: 0.2rem;
  border: 0 none;
  color: var(--gray-dark-3);
  font-size: 1.7rem;
  font-weight: 500;
/*   margin-top: 1.5rem; */
}

.databank-tab-header__inner .nav-tabs .nav-link.active{
  color: var(--primary-default);
  font-weight: 700;
  border-bottom: 3px solid var(--primary-default);
}


.databank-tab-header__inner .nav-tabs .nav-link>span:nth-child(2){
  font-size: 1.2rem;
}

.databank-doc-inner {
  
}

.databank-doc-inner .databank-doc-item {
  flex: none;
  width: 100%;
/*   min-height: 9.2rem; */
  margin: 0.8rem 0rem;
  padding: 1.5rem;
  border: 1px solid var(--gray-light-4);
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgb(0 0 0 / 18%);
}

.databank-doc-item .databank-doc-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-title {
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-title > span {
  font-size: 1.6rem;
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-btn-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-btn-group > div {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: none;
  gap: 0.4rem;
  align-items: start;
  font-size: 1.25rem;
  margin: 0 0 0 2rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-btn-group .btn {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1;
  padding: 0.2rem 0.8rem;
  border: 1px solid var(--gray-light-6);
  border-radius: 0.2rem;
  color: var(--gray-dark-1);
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-btn-group .btn>span.material-icons {
  font-size: 2.2rem;
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-btn-group .btn>span:not(.material-icons) {
  font-size: 1.2rem;
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-btn-group .btn.btnMainListDocMail>span:first-child {
  font-size: 0.8rem;
  background: url('/channeling2/resources/images/icon/icon_email.svg') no-repeat;
  background-size: cover;
  width: 2.2rem;
  height: 2.2rem;
}

.databank-doc-item .databank-doc-item-head .databank-doc-item-btn-group .btn.btnMainListDocKakao>span:first-child {
  font-size: 0.8rem;
  background: url('/channeling2/resources/images/icon/icon_kakao.svg') no-repeat;
  background-size: cover;
  width: 2.2rem;
  height: 2.2rem;
}

.databank-doc-item .databank-doc-item-body {
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray-dark-5);
}

.databank-doc-item .databank-doc-item-body .databank-doc-item-row {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.databank-doc-item .databank-doc-item-body .databank-doc-item-cell {
  display: flex;
  flex: none;
  gap: 1rem;
  align-items: start;
  width: 100%;
  max-width: 25%;
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.databank-doc-item .databank-doc-item-body .databank-doc-item-cell.mw100 {
  max-width: 50%;
}

.databank-doc-item-label {
  color: var(--gray-dark-2);
  font-weight: 400;
  white-space: nowrap;
}

.databank-doc-item-value {
  color: var(--indigo-default);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* flag */
.databank-doc-item-flag {
  display: inline-block;
  background: url('/channeling2/resources/images/icon/icon_flag.png') no-repeat;
  width: 30px;
  height: 27px;
}
.databank-doc-item-flag.kor {
/* 	background-position: left 3px; */
}
.databank-doc-item-flag.usa,
.databank-doc-item-flag.eng {
  background-position: -30px 0;
}

.databank-doc-item-flag.chn {
  background-position: -60px 0;
}

.databank-doc-item-flag.jpn {
  background-position: -90px 0;
}

.databank-doc-item-flag.tai {
  background-position: -120px 0;
}

.databank-doc-item-flag.rus {
  background-position: -150px 0;
}

.databank-doc-item-flag.tur {
  background-position: 0px -30px;
}

.databank-doc-item-flag.de {
  background-position: -30px -30px;
}

.databank-doc-item-flag.ro {
  background-position: -60px -30px;
}

.databank-doc-item-flag.el {
  background-position: -90px -30px;
}

.databank-doc-item-flag.hu {
  background-position: -120px -30px;
}

.databank-doc-item-flag.bg {
  background-position: -150px -30px;
}

.databank-doc-item-flag.sk {
  background-position: 0px -60px;
}

.databank-doc-item-flag.lv {
  background-position: -30px -60px;
}

.databank-doc-item-flag.et {
  background-position: -60px -60px;
}

.databank-doc-item-flag.fr {
  background-position: -90px -60px;
  float: inherit !important;
}

.databank-doc-item-flag.es {
  background-position: -120px -60px;
}

.databank-doc-item-flag.nl {
  background-position: -150px -60px;
}

.databank-doc-item-flag.pt {
  background-position: 0px -90px;
}

.databank-doc-item-flag.sv {
  background-position: -30px -90px;
}

.databank-doc-item-flag.da {
  background-position: -60px -90px;
}

.databank-doc-item-flag.ga {
  background-position: -90px -90px;
}

.databank-doc-item-flag.sl {
  background-position: -120px -90px;
}

.databank-doc-item-flag.cy {
  background-position: -150px -90px;
}

.databank-doc-item-flag.it {
  background-position: 0px -120px;
}

.databank-doc-item-flag.pl {
  background-position: -30px -120px;
}

.databank-doc-item-flag.be {
  background-position: -60px -120px;
}

.databank-doc-item-flag.cs {
  background-position: -90px -120px;
}

.databank-doc-item-flag.at {
  background-position: -120px -120px;
}

.databank-doc-item-flag.fi {
  background-position: -150px -120px;
}

.databank-doc-item-flag.lt {
  background-position: 0px -150px;
}

.databank-doc-item-flag.lu {
  background-position: -30px -150px;
}

.databank-doc-item-flag.mt {
  background-position: -60px -150px;
}

.databank-doc-item-flag.eur2 {
  background-position: -90px -150px;
}

.databank-doc-item-flag.usa {
  background-position: -120px -150px;
}

/*==============================================*/
/* 탭 스타일 - 20220617 별도 부모 클래스로 분리 (기존 탭 스타일 사용 위함) */
.new-nav-tabs-inner .nav-tabs{
	border-bottom-color: var(--primary-default);
}

.new-nav-tabs-inner .nav-tabs .nav-link{
	height: 50px;
	font-size: 17px;
	color: var(--gray-dark-1);
	padding: 10px 25px;
	border: 1px solid var(--gray-default);
	border-bottom-color: var(--primary-default);
	background: var(--gray-light-2);
	font-weight:500;
	border-radius: 0 !important;
}

.new-nav-tabs-inner .nav-tabs .nav-link:hover{
	border-color:var(--gray-default);
	border-bottom-color: var(--primary-default);
}

.new-nav-tabs-inner .nav-tabs .nav-link.active{
	color:var(--primary-default);
	border-color: var(--primary-default);
	border-bottom-color: transparent;
	font-weight:700;
}

/*==============================================*/
/* card border none */
.card.border-none{
	border: 0 none !important;
	box-shadow: none !important;
	margin-top: 0;
}

/*==============================================*/
/* 채널링 이용관리  */

.channeling-style__change{
	max-width: 100%;
	padding: 0;
}

.channeling-style__change .menuTit,
.channeling-style__change .nav-tabs,
.channeling-style__change .tab-content{
	max-width: 1280px;
	margin: 0 auto;
}

.channeling-style__change .nav-tabs{
	min-width: 1280px;
}

.channeling-style__change .usage-management .card-body{
	background: var(--gray-light-2);
	padding: 0;
}

.channeling-style__change .usage-management .container,
.channeling-style__change .usage-management > .card-body{
	padding: 0 !important;
}

.channeling-style__change .usage-management > .card-body th,
.channeling-style__change .usage-management > .card-body td{
	border-left: 0 none;
	border-right: 0 none;
	vertical-align: middle;
	font-size: 1.5rem;
}

.channeling-style__change .usage-management .subFullArea{
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16); 
	margin-top: 25px;
	background: var(--gray-light-1);
}

.channeling-style__change .card{
	border: 0 none !important;
	box-shadow: none !important;
	margin-top: 0;
}

.channeling-style__change .card-header{
	display: flex;
	align-items: center;
	border-bottom: 0 none;
	background: var(--gray-light-1);
}

.channeling-style__change .card-header .cardTit{
	font-size: 18px;
	font-weight: 700;
	color: var(--gray-dark-5);
}

.channeling-style__change .card-header .note6{
	font-size: 15px;
	color: var(--gray-dark-1);
	margin-left:18px;
}

.channeling-style__change .rdo_btn{
	border: 0 none !important;
}

.channeling-style__change .order-status-btn__inner{
	height:3rem;
}

/* 주문 경화제 관련 */
.card-main__text-mix {
	display: flex;
	margin-top: 0.5rem;
	/* margin-bottom: 1.5rem; */
	position: relative;
}

.card-mix-select {
	height: 27px;
	width: 356px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	background: #24476a;
	color: #fff;
	border-radius: 7px;
	padding-top: 4px;
}
.mix-type-area {
	/* position: absolute;
	width: 356px;
	top: 30px;
	background: #fff; */
	width: 85%;
}

/* .mix-type-area ul {
	height: 100%;
	border: 1px solid #eaeaea;
}

.mix-type-area ul li {
	overflow: hidden;     
	position: relative;     
	height: 3rem;     
	padding: 0 8rem 0 18px;     
	-webkit-box-sizing: border-box;     
	box-sizing: border-box;     
	font-size: 1.4rem;     
	line-height: 3rem;     
	border-bottom: 1px solid var(--bs-gray-300);
}
 */
 
 .mix-type-area ul li {
	overflow: hidden;     
	position: relative;     
	height: 3rem;     
	padding: 0 8rem 0 18px;     
	-webkit-box-sizing: border-box;     
	box-sizing: border-box;     
	font-size: 1.2rem;     
	line-height: 3rem;     
}
.rec-search-txt {
	font-size: 14px;
	position: absolute;
	margin-left: 7px;
	top: -2px;
}

/* 관심제품 div  */
#intrestedArea {
	width: 150px;
	position: absolute;
	border: 1px solid; 
	display: none;
	z-index:100;
	background-color: #fff;
	overflow-y: auto;
	max-height: 105px;
}

#intrestedArea>ul {
	padding: 5px;
	position: relative;
}

#intrestedArea>ul .fix {
	width: 80px;color:#666;
}

#intrestedArea>ul .fix .favBtn {
	font-size: 2rem;
}

#intrestedArea>ul .fix .favBtn.fav {
	color: red;
}

#intrestedArea>ul .fix .fav_txt {
	font-size: 16px;position: absolute;
}

/* 관심제품 div END */
@media screen and (max-width: 1500px) {
	.create-order__quick-menu-inner {
		margin-right: -48%;
	}
	
	.content-top__btn-wrapper.create-order {
		    margin-right: -47.5%;
	}
}	
 
/*==============================================*/
/* 제품별 기술자료/판촉자료 */
/* - 20230105 : 추후 바둑판식 제품 나열 페이지에 사용 가능 */

.product-grid__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-grid__item {
  width: 25%;
  float: left;
  padding: 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.product-grid__item > figure {
  background: var(--gray-light-1);
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgb(0 0 0 / 18%);
  position: relative;
  padding: 0.4rem;
}

.product-grid__item img {
  display: block;
  width: 100%;
}

.product-grid__item-img {
  cursor: pointer;
  width: 18rem !important;
  height: 18rem !important;
}

.product-grid__item figcaption {
  padding: 0.6rem 1.2rem 1.2rem;
  font-size: 1.2rem;
  color: var(--gray-dark-3);
}

.product-grid__item header
,.product-grid__item figcaption {
  padding-left: 25%;
}

.product-grid__item header {
  margin-top: 1.2rem;
}

.product-grid__item figcaption .btn.btn-primary {
/*   background-color: var(--primary-default); */
/*   border-color: var(--primary-default); */
/*   border-radius: 0.2rem; */
  padding: 0 0.4rem;
  height: 2.5rem;
  font-size: 1.1rem;
}


.product-grid__item h2 {
  font-size: 1.4rem;
  padding: 0 0 0;
  margin: 0;
  height: 4.2rem;
}

.product-grid__item .floater {
  width: 20%;
  height: 5rem;
  background: orange;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .product-grid__item {
    width: 16%;
  }
}

@media screen and (max-width: 768px) {
  .product-grid__item {
    width: 33%;
  }
}

@media screen and (max-width: 620px) {
  .product-grid__item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .product-grid__item {
    width: 100%;
  }
}

.qr_app_wrapper {
	position: fixed;
    right: 60px;
    bottom: 15px;
    z-index: 100;
}

.qr_app_wrapper .qr_img {
	border: 2px solid #9a73a1;
	text-align: center;
	cursor: pointer;
}

.qr_app_wrapper img {
	width: 64px;
	transition: all 0.3s ease 0s;
}

/* .qr_app_wrapper img:hover {
	width: 100px;
	transition: all 0.3s ease 0s;
	
} */

.qr_app_wrapper .qr_txt {
	color: #000;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
