*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
#main_visual_other {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FE2500;
    min-height: 139px;
}
@media screen and (min-width: 320px) {
    #main_visual_other #mv_banner {
        min-height: 120px;
        width: 100%;
    }
}
@media screen and (min-width: 375px) {
    #main_visual_other #mv_banner {
        min-height: 136px;
    }
}
#main_visual_other #mv_banner {
    margin: 0;
    padding: 0;
}

.guide {
    margin: 0 5px;
    padding-bottom: 30px
}

.guide .sub-common-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #2aa400;
    text-align: left;
    padding: 4px 5px;
    margin: 0 0 12px;
    border-left: 5px solid #2aa400;
    border-bottom: 1px solid #2aa400
}

.select_box {
    width: 98%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #dedede;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f4f4f4', GradientType=0);
}

.select_box strong {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.pr_choice .select_box strong span {
    display: block;
    cursor: pointer;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    color: #000;
}

.pr_choice .select_box strong:after {
    content: unset;
}

.select_box ul {
    display: none;
    border: 1px solid grey;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.select_box ul.active {
    display: block;
}

.select_box li {
    list-style: none;
    padding: 2px 5px 2px 32px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
    overflow: hidden;
    position: relative;
}

.select_box li:hover {
    background: #e6e6e6;
}

.select_box li span {
    position: absolute;
    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;
}

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

.pr_noti {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 18px;
}

.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: 35px;
    max-width: 170px;
    padding: 0 12px;
    margin-right: 5px;
    font-size: 14px;
}

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

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

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

.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: 2px;
}

.guide #tab .pr_tab_container .pr_tabs_list li:first-child {
    margin-left: -2px;
}

.guide #tab .pr_tab_container .pr_tabs_list li:last-child {
    margin-right: -2px;
}

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

.pr_list_box_product {
    display: flex;
}

.pr_items {
    max-width: 45%;
    flex: 0 0 45%;
    padding: 3px;
}

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

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

.pr_item_img {
    width: 100%;
    height: auto;
    margin: 10px 3px;
}

.pr_item_img img {
    width: 100%;
}

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

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

.pr_list_box_product::-webkit-scrollbar {
    height: 6px;
}

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

.pr_list_box_product::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 15px;
    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: 15px 0;
}

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

.pr_myself {
    position: relative;
    border: 2px solid #000;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.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_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_myself:nth-child(2) {
    margin-right: 0;
}

.pr_top_myselt {
    font-size: 12px;
    line-height: 20px;
}

.pr_bt_myselt {
    font-size: 16px;
}

.pr_myself_red {
    background: #cc0000;
}

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

.pr_item_product {
    background: #fafafa;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 8px;
}


.pr_img_product img {
    width: 100%;
}

.pr_bg_img {
    background: #fff;
}

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

.pr_close_title {
    position: relative;
}

.pr_close_title:after {
    content: '\f057';
    font-family: FontAwesome;
    font-size: 36px;
    position: absolute;
    top: -18px;
    right: -12px;
}

.pr_item_choice {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

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

.text_choice {
    font-size: 12px;
}

.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: 14px;
    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: 22px;
    width: 22px;
    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: 7px;
    top: 2px;
    width: 4px;
    height: 9px;
    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: 80%;
    height: auto;
    max-height: 100%;
}

.pr_item_check {
    margin-top: 12px;
}

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

.pr_check_red {
    width: 25%;
}

.item_check_red {
    margin: 4px;
}

.img_item_red {
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    height: 65px;
    padding: 5px;
    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: 100%;
}

.pr_choice_input {
    width: 35%;
    margin: 10px 0;
}

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

.pr_choice input {
    height: 30px;
}

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

.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: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}

.pr_price_red {
    color: #e50000;
}

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

.pr_title_gray {
    color: #a9a9a9;
}

.pr_total_price {
    margin-top: 25px;
    background: #fffae9;
    border: 1px solid #fceedc;
    padding: 10px;
    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: 22px;
}

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

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

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

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

.pr_total_end {
    text-align: center;
}

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

.pr_main_choice {
    display: flex;
    margin-top: 15px;
}

.pr_main_choice .pr_img_product {
    width: 35%;
}

.pr_main_choice .pr_item_choice {
    width: 65%;
}

.btn_item {
    width: 50%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr_list_btn {
    display: flex;
    margin: 25px auto;
}

@media (max-width: 320px) {
    .pr_bt_myselt {
        font-size: 15px;
    }

    .pr_recipe {
        line-height: 22px;
        font-size: 9px;
    }
}

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

.pr_list_product .pr_noti {
    margin: -15px 0 15px;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    max-height: 600px;
}

.loader-text {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.loader-bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounce 500ms alternate infinite ease;
    animation: loader-bounce 500ms alternate infinite ease;
}

@-webkit-keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

*:before, *:after {
    -webkit-box-sizing: unset !important;
}