* {
  box-sizing: border-box;
}
/*5076 price report*/

.price_report .sub-common-title {
  margin-bottom: 20px;
}

.pr_noti {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 24px;
}

.pr_search {
  margin-bottom: 20px;
}

.pr_search_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pr_search_box .search_input {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  height: 40px;
  max-width: 250px;
  padding: 0 12px;
  margin-right: 10px;
}

.pr_btn_search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 22px;
  color: #fff;
}

.pr_btn_search {
  padding: 9px 15px;
  border-radius: 5px;
  border: none;
  background: #323232;
}

.guide #tab .tabs li.active a {
  color: #fff;
}

.pr_tab_container {
  margin: 0 25px;
}

.guide #tab .pr_tab_container .pr_tabs_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  height: auto;
  margin-bottom: 10px;
}

.guide #tab .pr_tab_container .pr_tabs_list li {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 5px;
}

.tabs_box {
  padding: 8px;
  border: 2px solid #323232;
  border-radius: 25px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.pr_list_box_product {
  display: flex;
  flex-wrap: wrap;
}

.pr_items {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 4px;
}

.pr_item {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.guide #tab .pr_tabs_content {
  background: #f6f6f6;
  padding: 10px 10px 20px;
  height: 580px;
  margin-bottom: 30px;
}

.pr_item_img {
  width: 158px;
  height: 158px;
  margin: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pr_item_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.pr_item .pr_btn_red {
  background: #e50000;
  border: none;
  color: #fff;
  padding: 10px 0;
  width: 60%;
  border-radius: 20px;
  outline: none;
}

.pr_list_box_product {
  overflow: hidden;
  overflow-y: auto;
  max-height: 544px;
}

.pr_list_box_product::-webkit-scrollbar {
  width: 8px;
}

.pr_list_box_product::-webkit-scrollbar-track {
  background: #5e5e5e;
  border-radius: 10px;
}

.pr_list_box_product::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #5e5e5e;
}

.guide .pr_tab_container.clearfix {
  margin-bottom: 0;
}
.pr_tabs_content{
  display: none;
}

.pr_tabs_content.current{
  display: inherit;
}

.tabs_box.current {
  background: #323232;
  color: #fff;
}

.pr_list_product .pr_noti {
  margin: 20px 0;
}

a.link_pr {
  color: #4093e9;
  text-decoration: underline;
}

.pr_list_btn .pr_myself {
  position: relative;
  width: calc((100% - 21px)/2);
  margin-right: 15px;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 12px 10px 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.pr_list_btn .pr_myself .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
}

.pr_list_btn .pr_myself .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0px 0 -5px;
  border: 12px solid transparent;
  border-left: 18px solid #ff0000;
  border-right: 0;
}

.pr_list_btn .pr_myself:nth-child(2) {
  margin-right: 0;
}

.pr_top_myselt {
  font-size: 18px;
  line-height: 36px;
}

.pr_bt_myselt {
  font-size: 26px;
}

.pr_myself_red {
  background: #cc0000;
}

.pr_myself_blue {
  background: linear-gradient(#4899ea, #217ce5);
}

.pr_item_product {
  background: #fafafa;
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  position: relative;
}

.pr_item_left {
  width: 20%;
}

.pr_item_right {
  width: 80%;
}

.pr_img_product {
  height: 150px;
  padding: 15px;
}

.pr_img_product img {
  width: 100%;
}

.pr_bg_img {
  background: #fff;
}

.pr_item_title {
  font-size: 20px;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 12px;
  font-weight: 700;
}

.pr_main_right {
  padding: 15px 15px 15px 0;
}

.pr_close_title {
  position: absolute;
  right: 15px;
  top: 5px;
}

.pr_close_title:after {
  content: '\f057';
  font-family: FontAwesome;
  font-size: 36px;
}

.pr_item_choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  margin-top: 15px;
}

.pr_choice {
  display: flex;
  flex-direction: column;
}

.text_choice {
  font-size: 14px;
  padding-top: 25px;
}

.pr_choice_s option {
  position: relative;
}

.pr_bg_option {
  left: 4px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-top: -12px;
  border: 1px solid #dedede;
  width: 23px;
  height: 23px;
}

.pr_box_red {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 600;
}

.pr_box_red input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.pr_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.pr_box_red:hover input ~ .pr_checkmark {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.pr_box_red input:checked ~ .pr_checkmark {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.pr_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pr_box_red input:checked ~ .pr_checkmark:after {
  display: block;
}

.pr_box_red .pr_checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ff0000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img_item_red img {
  width: 70%;
  height: auto;
  max-height: 100%;
}

.pr_item_check {
  margin-top: 12px;
}

.pr_main_check {
  display: flex;
  margin: 5px 5px 0 -4px;
}

.pr_check_red {
  width: 25%;
}

.item_check_red {
  margin: 4px;
}

.img_item_red {
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check_box_red {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.title_pr_check {
  font-size: 16px;
  font-weight: 600;
}

.pr_choice label {
  line-height: 25px;
  font-weight: 600;
}

.pr_choice_select {
  width: 40%;
}

.pr_choice_input {
  width: 12%;
}

.pr_choice .select_box,
.pr_choice input
{
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  outline: none;
  background: #fff;
}

.pr_choice input {
  height: 38px;
}

.pr_choice .select_box {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
}

.pr_choice .select_box {
  position: relative;
}

.pr_choice .select_box:after {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 10px solid red;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}

.pr_info_main {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.pr_price_red {
  color: #e50000;
}

.pr_title_product {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}

.pr_title_gray {
  color: #a9a9a9;
}

.pr_total_price {
  margin-top: 35px;
  background: #fffae9;
  border: 1px solid #fceedc;
  padding: 20px 35px 15px;
  display: flex;
  flex-direction: column;
}

.pr_top_total {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.pr_top_total .pr_price_red {
  font-size: 26px;
}

.pr_top_total .pr_tax {
  font-size: 16px;
}

.pr_total_recipe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.pr_recipe {
  background: #fff;
  border: 1px solid #fceedc;
  padding: 10px;
  line-height: 24px;
  font-weight: 600;
}

.pr_plus {
  font-size: 28px;
  color: #6b6961;
}

.pr_total_end {
  text-align: center;
}

.pr_top_total.pr_total_end {
  margin-bottom: 0;
}

.pr_list_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

/*end price report*/

.banner_pr,
.banner_pr img {
  width: 100%;
}
