

.product_event_view_wrap {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    height: 100%;
}
.product_event_view_area {
    width: 100%;
    height: 100%;
    font-size: 10px;
    display: flex;
    flex-direction: column;
}
.product_event_view_type_area {
    flex: 1 0 auto;
}
.product_event_view_type_area .product_event_view_types {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: white;
}
.product_event_view_type_area .product_event_view_types button[value] {
    position: relative;
    flex: 1 0 20%;
    min-width: 20%;
    max-width: 20%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    height: 45px;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
.product_event_view_type_area .product_event_view_types button[value]::before {
    content: "";
    position: absolute;
    box-sizing: content-box;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.product_event_view_type_area .product_event_view_types button[value] .tab_name {
    font-size: 15px;
    font-weight: 600;
}
.product_event_view_type_area .product_event_view_types button[value][focused] {
    color: #6e0094;
}
.product_event_view_type_area .product_event_view_types button[value][focused]::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 1px;
    border: 1px solid #6e0094;
    background-color: #6e0094;
    box-sizing: content-box;
}
.product_event_view_type_area.fixed {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 6px;
    box-sizing: border-box;
}
.product_event_view_type_area.fixed .product_event_view_types {
    max-width: 1440px;
    margin: auto;
    border-bottom: 1px solid white;
}
.product_event_view_body_area {
    flex: 1 1 100%;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
}
.product_event_view_body_area .product_event_view_products_area {
    position: relative;
    flex: 1 1 100%;
    padding: 0;
    box-sizing: border-box;
    padding-top: 40px;
    padding-right: 30px;
}
.product_event_view_body_area .product_event_view_products_area:empty {
    padding-right: 0;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group:first-child {
    margin-top: 0px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info_wrap {
    padding: 10px 0;
}

.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info_wrap:first-child {
    padding-top: 0;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #e2e2e2;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info[focused] {
    border: 1px solid #6e0094;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info[focused]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #6e0094;
    box-sizing: border-box;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info .product_group_name {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info .product_group_explain {
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    color: #a1a1a1;
    font-size: 14px;
}

.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_intro_image_area img {
    width: 100%;
    
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .product_event_view_product_group_contents_area {
    position: relative;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item {
    display: flex;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    margin: 10px 0;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .group_contents_item_info {
    flex: 1 1 100%;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .group_contents_item_price_area {
    flex: 1 0 auto;
    min-width: 200px;
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 1em 0; 
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .group_contents_item_price_area .price_area {
    font-size: 1.8em;
    line-height: 40px;
    padding-left: 1.5em;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .product_group_name {
    font-size: 2em;
    font-weight: 600;
    line-height: 180%;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .product_group_explain {
    font-size: 1.5em;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 180%;
    word-break: break-all;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .price_area {
    flex: 1 1 100%;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area {
    flex: 1 1 auto;
    display: flex;
    gap: 20px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area button {
    white-space: nowrap;
    padding: 0 20px;
    min-width: 100px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area button:hover {
    opacity: 0.6;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area button.detail_product_btn {
    background: white;
    border: 1px solid #e2e2e2;
    color: #6d6d6d;
    width: auto;
    height: 35px;
    border-radius: 8px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area button.detail_product_btn::before {
    content: "자세히";
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area button.add_product_btn {
    background: #6e0094;
    border: 1px solid #6e0094;
    color: white;
    font-weight: bold;
    width: auto;
    height: 35px;
    border-radius: 8px;
}
.product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area button.add_product_btn::before {
    content: "추가하기";
}
.product_event_view_body_area .booking_product_info_area_wrap {
    flex: 1 0 400px;
    width: 400px;
    padding-top: 40px;
} 
.product_event_view_body_area .booking_product_info_area_wrap ._mob_onoff_booking_products {
    display: none;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area {
    width: 100%;
    max-height: 60vh;
    height: 500px;
    display: flex;
    flex-direction: column;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>p {
    font-size: 2em;
    font-weight: bold;
    line-height: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #6d6d6d;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_area {
    flex: 1 1 100%;
    padding: 2em;
    box-sizing: border-box;
    background: #f1f1f1;
    max-height: 60vh;
    overflow: auto;
    padding-bottom: 0;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list {
    position: relative;
    min-height: 100%;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list:empty::before {
    position: absolute;
    content: "상품이 없습니다.";
    display: block;
    width: 100%;
    bottom: 50%;
    left: 0;
    text-align: center;
    line-height: 200%;
    font-size: 1.6em;
    color: #6d6d6d;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list:empty::after {
    content:'"바로 예약"시 일반 상담으로 예약 됩니다.';
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    line-height: 200%;
    font-size: 1.4em;
    color: #6d6d6d;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item {
    position: relative;
    width: 100%;
    display: flex;
    background: white;
    box-sizing: border-box;
    margin-bottom:  10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    line-height: 2em;
    padding-right: 5em;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item:last-child {
    margin-bottom: 0;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item>* {
    padding: 10px;
    box-sizing: border-box;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_name_area {
    flex: 1 1 100%;
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_name_area>* {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_price_area {
    flex: 1 0 auto;
    font-size: 1.5em;
    color: #6d6d6d;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_btn_area {
    position: absolute;
    right: 0;
    top: 0;
    width: 4em;
    height: 100%;
    padding: 5px;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_btn_area button {
    position: relative;
    width: 100%;
    height: 100%;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_btn_area button::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 0px;
    border: 1px solid #6d6d6d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_btn_area button::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 0px;
    border: 1px solid #6d6d6d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_list .booking_product_item .booking_product_btn_area button:hover {
    opacity: 0.5;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area {
    flex: 1 0 auto;
    padding: 2em;
    box-sizing: border-box;
    background: #f1f1f1;
    border-bottom: 1px solid #6d6d6d;
    display: flex;
    gap: 10px;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area>button {
    flex: 1 1 30%;
    height: 50px;
    border: 1px solid #e2e2e2;
    background: white;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 5px;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area>button:disabled {
    opacity: 0.4;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area>button:not(:disabled):hover {
    opacity: 0.6;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area .show_cart_btn {
    position: relative;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    flex: 1 0 50px;
    background-image: url('/ui/img/ic_cart.svg');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area .show_cart_btn .cart_cnt {
    position: absolute;
    right: -0.3em;
    bottom: -0.3em;
    line-height: 100%;
    padding: 0.3em 0.5em;
    font-size: 10px;
    background: #6e0094;
    color: white;
    border-radius: 1.5em;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area .show_cart_btn .cart_cnt:empty {
    display: none;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_product_btn_area .add_cart_btn {
    color: #6d6d6d;
}
.product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_product_btn_area .add_booking_btn {
    background: #6e0094;
    color: white;
}
.product_event_view_body_area .product_event_view_details {
    
}
.product_event_view_body_area .product_event_view_details .detail_name_area {
    font-size: 2.6em;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.product_event_view_body_area .product_event_view_details .detail_explain_area {
    padding: 5px;
    box-sizing: border-box;
    font-size: 1.6em;
    text-align: center;
    color: #4d4d4d;
}
.product_event_view_body_area .product_event_view_details .detail_content_area_wrap {
    margin-top: 30px;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 3px;
    overflow: hidden;
    border:1px solid #e2e2e2;
}
.product_event_view_body_area .product_event_view_details .detail_content_area {
    display: flex;
    flex-wrap: wrap;
}
.product_event_view_body_area .detail_content_area .detail_content_item {
    flex: 0 0 50%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
}
.product_event_view_body_area .detail_content_area .detail_content_item>* {
    padding: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.product_event_view_body_area .detail_content_area .detail_content_item>*:first-child {
    border-left: 1px solid #e2e2e2;
}
.product_event_view_body_area .detail_content_area .detail_content_item>*:last-child {
    border-right: 1px solid #e2e2e2;
}
.product_event_view_body_area .detail_content_area .detail_content_item>.detail_content_item_info {
    flex: 1 1 100%;
    min-height: 80px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.product_event_view_body_area .detail_content_area .detail_content_item>.detail_content_item_info>* {
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}
.product_event_view_body_area .detail_content_area .detail_content_item>.detail_content_item_info .detail_content_item_title {
    font-size: 1.6em;
    font-weight: 600;
}
.product_event_view_body_area .detail_content_area .detail_content_item>.detail_content_item_price {
    flex: 1 0 auto;
    font-size: 1.6em;
    font-weight: 600;
    color: #6d6d6d;
    padding: 10px 20px;
}
.booking_add_product_form {
    display: none;
}

@media (max-width: 798px) {
    .product_event_view_type_area.fixed {
        padding-right: 0;
    }
    .product_event_view_type_area .product_event_view_types button[value] {
        flex: 1 0 33.3333%;
        min-width: 33.3333%;
        max-width: 33.3333%;
        height: 38px;
        padding: 5px;
    }
    .product_event_view_type_area .product_event_view_types button[value] .tab_name {
        font-size: 12px;
    }
    .product_event_view_body_area .product_event_view_products_area {
        width: 100%;
        padding-right: 0;
        padding-top: 20px;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info {
        padding: 10px;
        margin-bottom: 10px;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info .product_group_name {
        font-size: 18px;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_info .product_group_explain {
        white-space: normal;
        line-height: 160%;
        font-size: 12px;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item {
        padding: 10px;
        flex-direction: column;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .product_group_name {
        font-size: 1.8em;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .product_group_explain {
        font-size: 1.3em;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .group_contents_item_price_area .price_area {
        padding-left: 0;
        font-size: 1.6em;
        line-height: 30px;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .group_contents_item_price_area {
        flex-direction: column;
        gap: 10px;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area {
        width: 100%;
        gap: 10px;
        justify-content: end;
    }
    .product_event_view_body_area .product_event_view_products_area .product_event_view_product_group .product_event_view_product_group_contents_wrap .group_contents_item .add_product_btn_area button {
        height: 30px !important;
        font-size: 1.2em;
    }
    .product_event_view_body_area .booking_product_info_area_wrap {
        position: fixed;
        left: 0;
        bottom: 60px;
        z-index: 1;
        width: 100%;
        flex: none;
        padding-top: 0;
        overflow: visible;
        background: white;
        height: 3px;
        -moz-transition: height ease-in-out 0.2s;
        -o-transition: height ease-in-out 0.2s;
        -webkit-transition: height ease-in-out 0.2s;
        transition: height ease-in-out 0.2s;
    }
    .product_event_view_body_area .booking_product_info_area_wrap ._mob_onoff_booking_products {
        position: absolute;
        display: block;
        left: 50%;
        bottom: 100%;
        content: "";
        background: white;
        border: 1px solid #e2e2e2;
        border-bottom: 1px solid white;
        width: 50px;
        height: 15px;
        border-radius: 10px 10px 0 0;
        z-index: 1;
        transform: translate(-50%, 2px);
    }
    .product_event_view_body_area .booking_product_info_area_wrap ._mob_onoff_booking_products::after {
        position: absolute;
        left: 50%;
        bottom: 3px;
        content: "";
        border-bottom: 4px solid #e2e2e2;
        border-right: 4px solid #e2e2e2;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        box-sizing: border-box;
        z-index: 1;
        bottom: -2px;
        transform: translateX(-50%) rotate(-135deg);
        -moz-transition: bottom ease-in-out 0.2s, transform ease-in-out 0.2s;
        -o-transition: bottom ease-in-out 0.2s, transform ease-in-out 0.2s;
        -webkit-transition: bottom ease-in-out 0.2s, transform ease-in-out 0.2s;
        transition: bottom ease-in-out 0.2s, transform ease-in-out 0.2s;
    }
    .product_event_view_body_area .booking_product_info_area_wrap._on {
        height: 350px;
    }
    .product_event_view_body_area .booking_product_info_area_wrap._on ._mob_onoff_booking_products::after {
        bottom: 3px;
        transform: translateX(-50%) rotate(45deg);
    }
    .product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area {
        z-index: 1;
        border-top: 1px solid #e2e2e2;
        height: 350px;
    }
    .product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>p {
        font-size: 1.3em;
        line-height: 200%;
        padding: 5px 10px;
        border-bottom: 1px solid #e2e2e2;
    }
    .product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area .booking_products_area {
        border-top: 0;
        padding: 1em;
    }
    .product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area {
        padding: 10px;
        border-bottom: 0;
    }
    .product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area>button {
    height: 40px;
    font-size: 1.3em;
    }
    .product_event_view_body_area .booking_product_info_area_wrap .booking_product_info_area>.booking_product_btn_area .show_cart_btn {
        width: 40px;
        max-width: 40px;
        min-width: 40px;
        flex: 1 0 40px;
    }
}