/*공통*/
.wrap {
    margin: 146px 0 160px 0;
}

.mg_b_none {
    margin-bottom: 0;
}

.sub_title_box {
    color: #111;
    text-align: center;
}

.sub_title {
    font-family: "Cafe24 Danjunghae OTF";
    font-size: 36px;
    font-weight: 400;
}

.sub_title_en {
    font-size: 18px;
    margin-top: 6px;
}

.sub_tab_box {
    margin: 82px 0 100px 0;
    border-bottom: 1px solid #ccc;
}

.sub_tab {
    text-align: center;
    margin-bottom: -1px;
}

.sub_tab li {
    display: inline-block;
    color: #666;
    font-size: 20px;
    margin-right: 60px;
    padding-bottom: 15px;
    cursor: pointer;
}

.sub_tab li:last-child {
    margin-right: 0;
}

.sub_tab .on {
    color: #A437DA;
    font-weight: 600;
    border-bottom: 2px solid #A437DA;
}

.search_list_box {
    margin: 50px 0 100px 0;
}

.search_list_box .product_box {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 12.8px));
    grid-column-gap: 16px;
    grid-row-gap: 80px;
}

.search_list_box .product_img {
    width: 100%; height: 297px;
}

.search_list_box .contents_list_title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width:600px) {
    .wrap {
        margin: 50px 0 50px 0;
    }

    .mg_b_none {
        margin-bottom: 0;
    }

    .sub_title {
        font-size: 28px;
    }

    .sub_tab_box {
        margin: 30px 0 50px 0;
    }

    .sub_tab li {
        padding: 5px;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sub_tab .on {
        border: 2px solid #A437DA;
    }
    .product_box {
        display: block;
    }

    .product_list {
        margin-bottom: 50px;
    }

    .automatic_popup_btn_price {
        margin-bottom: 10px;
        padding-left:0;
        font-size:18px;
    }
    
}

@media screen and (max-width:430px) {
    .sub_tab li {
        font-size: 14px;
    }
}

/*회사소개_플래닝제주*/
.planning_jeju_intro_box {
    display: flex;
    color: #111;
}

.planning_jeju_intro_img {
    margin-right: 46px;
}

.planning_jeju_intro_img img {
    width: 100%;
}

.planning_jeju_intro_top {
    font-size: 20px;
    font-weight: 500;
    margin: 29px 0 10px 0;
}

.planning_jeju_intro_title {
    font-family: "Cafe24 Danjunghae OTF";
    font-size: 36px;
    font-weight: 400;
}

.planning_jeju_intro_en {
    color: #999;
    font-size: 18px;
    margin-left: 12px;
}

.planning_jeju_intro_ex {
    margin-top: 36px;
    line-height: 28px;
}

.planning_jeju_intro_ex_mg_b {
    margin-bottom: 16px;
}

.point_color {
    color: #A437DA;
}

.history-wrap{
    margin-top:120px;
    width:100%;
    overflow: hidden;
}
.history-contents{
    padding-left:calc(50% - 600px);
}
.history{
    width:1820px;
    overflow: hidden;
    margin:0 !important;
    padding-bottom:10px !important;
}
.history-con{
    width:580px !important;
    box-sizing: border-box;
}
.sub_under_title_box{
    margin-bottom:40px;
    position:relative;
}

.history-wrap .swiper-button-next,
.history-wrap .swiper-button-prev{
    width:60px;
    height:60px;
    top:68%;
}
.history-wrap .swiper-button-next{
    right:0;
}
.history-wrap .swiper-button-prev{
    right:70px;
    left:unset;
}
.history-wrap .swiper-button-next:after,
.history-wrap .swiper-button-prev:after{
    content:'';
    width:60px;
    height:60px;
    border:1px solid #ddd;
}
.history-wrap .swiper-button-next:after{
    background:url(/images/icon/main_arrow03.svg) center center no-repeat #fff;
    background-size:10px;
}
.history-wrap .swiper-button-prev:after{
    background:url(/images/icon/main_arrow03.svg) center center no-repeat #fff;
    transform: rotate(180deg);
    background-size:10px;
}

.history-wrap .swiper-button-next:hover::after,
.history-wrap .swiper-button-prev:hover::after{
    background:url(/images/icon/main_arrow03.svg) center center no-repeat #f1f1f1;
    background-size:10px;
    border:1px solid #ccc;
}





.planning_jeju_history {
    margin: 124px auto 120px auto;
}

.sub_under_title {
    color: #111;
    font-size: 28px;
    font-weight: 600;
}

.sub_under_title_en {
    color: #999;
    font-size: 18px;
    margin-left: 10px;
}

.planning_jeju_history_contents {
    margin-top: 50px;
    display: flex;
}

.planning_jeju_history_contents_list {
    margin-right: 40px;
}

.planning_jeju_history_year {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.this_year {
    color: #A437DA;
    font-weight: 600;
}

.planning_jeju_history_year_box {
    width: 580px;
    padding: 50px 30px;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #111;
}

.planning_jeju_history_list {
    display: flex;
    margin-bottom: 26px;
}

.planning_jeju_history_list:last-child {
    margin-bottom: 0;
}

.planning_jeju_history_year_number {
    width: 20px;
    font-size: 18px;
    font-weight: 500;
}

.this_year_number {
    color: #A437DA;
}

.this_year_line_dot {
    min-width: 29px; height: 6px;
    background: url(/images/icon/this_year_line_dot.svg);
    margin: 8px 11px 0 11px;
}

.line_dot {
    min-width: 29px; height: 6px;
    background: url(/images/icon/line_dot.svg);
    margin: 8px 11px 0 11px;
}

.planning_jeju_history_ex p {
    margin-bottom: 10px;
}
.planning_jeju_organization{
    margin-top:120px;
}
.organization_img {
    margin-top: 50px;
}

.organization_img img {
    width: 100%; height: 100%;
}

.organization_img_mo {
    display: none;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
}

.organization_img_mo img {
    width: 100%; height: 100%;
}

.planning_jeju_onestop {
    padding: 120px 0;
    margin: 120px 0;
    background: url(/images/planning_jeju_onestop_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sub_under_title_center {
    text-align: center;
}

.sub_under_title_center .sub_under_title {
    margin-bottom: 5px;
}

.sub_under_title_wh {
    color: #fff;
}

.onestop_service {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 30px));
    grid-column-gap: 45px;
    grid-row-gap: 65px;
    margin-top: 50px;
}

.onestop_service_list {
    padding: 10px;
    background: #fff;
}

.onestop_service_list_img {
    width: 100%; height: 137px;
    overflow: hidden;
}

.onestop_service_list_img img {
    width: 100%; height: 100%;
}

.onestop_service_list_txt {
    margin: 12px 0;
    text-align: center;
}

.onestop_service_list_title {
    color: #A437DA;
    font-family: "Cafe24 Danjunghae OTF";
    font-size: 24px;
    margin-bottom: 12px;
}

.onestop_service_list_ex {
    color: #111;
    line-height: 26px;
}

.planning_jeju_needs_img {
    margin-top: 50px;
}

.planning_jeju_needs_img img {
    width: 100%; height: 100%;
}

.planning_jeju_needs_img_mo {
    display: none;
    margin-top: 50px;
}

.planning_jeju_needs_img_mo img {
    width: 100%; height: 100%;
}

.planning_jeju_clients {
    margin: 120px 0;
}

.clients_list_box {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 30px));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 50px;
}

.clients_list {
    height: 100px;
    padding: 10px; box-sizing: border-box;
    border: 1px solid #CCC;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.clients_list img {
    max-width: 100%;
}

.planning_jeju_way_map {
    margin-top: 50px;
    height: 500px;
}

.planning_jeju_way_map img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.planning_jeju_way_address {
    padding: 30px 20px;
    border: 1px solid #CCC;
    margin-top: 20px;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .search_list_box .product_box {
        display: grid;
        grid-template-columns: repeat(4, calc(25% - 22.5px));
        grid-column-gap: 30px;
        grid-row-gap: 80px;
    }
    .planning_jeju_intro_ex p {
        display: inline;
    }
    .history-contents{
        padding-left:15px;
    }
}

@media screen and (max-width:1024px) {
    .planning_jeju_intro_img {
        width: 400px;
    }
    .search_list_box .product_box {
        display: grid;
        grid-template-columns: repeat(3, calc(33.3% - 20px));
        grid-column-gap: 30px;
        grid-row-gap: 80px;
    }
}

@media screen and (max-width:768px) {
    .onestop_service {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 15px));
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-top: 50px;
    }
    .search_list_box .product_box {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 15px));
        grid-column-gap: 30px;
        grid-row-gap: 80px;
    }
    .clients_list_box {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 10px));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-top: 50px;
    }
    .planning_jeju_intro_b{
        flex-direction: column;
    }
}

@media screen and (max-width:600px) {
    .search_list_box .product_box {
        display: block;
    }

    .product_list {
        margin-bottom: 50px;
    }
    .organization_img {
        display: none;
    }

    .organization_img_mo {
        display: block;
    }

    .planning_jeju_needs_img {
        display: none;
    }


    .planning_jeju_needs_img_mo {
        display: block;
    }
    .history-contents{
        padding:0;
        width:calc(100% - 30px);
        margin:0 auto;
    }
    .history{
        width:100%;
    }
    .history-con{
        width:100% !important;
    }
    .planning_jeju_history_year_box {
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
    }
    .planning_jeju_history_year_box {
        border-right:1px solid #ccc;
    }
    .history-wrap .swiper-button-prev{
        right:52px;
    }
    .history-wrap .swiper-button-next,
    .history-wrap .swiper-button-prev{
        width:42px;
        height:42px;
        top:80%;
    }
    .history-wrap .swiper-button-next:after,
    .history-wrap .swiper-button-prev:after{
        width:42px;
        height:42px;
    }
}

@media screen and (max-width:430px) {
    .planning_jeju_intro_title {
        display: block;
        font-size: 28px;
    }

    .planning_jeju_intro_en {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .planning_jeju_intro_box {
        flex-wrap: wrap;
    }

    .planning_jeju_intro_img {
        width: 100%;
        margin-right: 0;
    }

    .sub_under_title {
        font-size: 24px;
    }

    .planning_jeju_history {
        margin: 50px auto 50px auto;
    }

    .planning_jeju_history_contents {
        flex-wrap: wrap;
    }

    .planning_jeju_history_year_box {
        width: 100%;
        padding: 20px 20px;
    }

    .planning_jeju_history_contents_list {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .planning_jeju_onestop {
        margin: 50px 0;
    }

    .onestop_service {
        display: block;
    }

    .onestop_service_list {
        margin-bottom: 20px;
    }

    .planning_jeju_clients {
        margin: 50px 0;
    }

    .clients_list {
        height: 60px;
    }

    .clients_list img {
        max-height: 100%;
    }

    .planning_jeju_way_map {
        height: 280px;
    }

    .planning_jeju_way_address {
        padding: 20px 10px;
        font-size: 16px;
    }
}

/*회사소개_사업영역*/
.business_areas_list_box {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 30px));
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    margin-top: 30px;
}

.business_areas_list {
    display: flex;
    height: 150px;
    border: 1px solid #CCC;
}

.business_areas_list_icon {
    position: relative;
    width: 130px;
    padding: 30px 20px; box-sizing: border-box;
    background: #FCF4FF;
}

.business_areas_list_icon img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.business_areas_list_txt_box {
    width: calc(100% - 130px);
    position: relative;
}

.business_areas_list_txt {
    width: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #111;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.business_areas_program {
    width: 90%;
    margin: 0 auto;
    margin-top: 120px;
}

.business_areas_program img {
    width: 100%;
}

.specialty_areas {
    margin: 120px auto;
}

.specialty_areas_list_box {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 30px));
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    margin-top: 50px;
}

.specialty_areas_list {
    height: fit-content;
    border: 1px solid #CCC;
}

.specialty_areas_list_img {
    width: 100%;
    overflow: hidden;
}

.specialty_areas_list_img img {
    width: 100%;
}

.specialty_areas_list_txt_box {
    position: relative;
    height: calc(100% - 280px);
    padding: 34px 0;
}

.specialty_areas_list_txt {
    width: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #111;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.major_events {
    padding: 120px 0;
    background: url(/images/major_events_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.major_events_contents {
    display: flex;
    margin-top: 50px;
}

.major_events_img {
    width: 520px;
    background: url(/images/major_events_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.major_events_txt {
    width: calc(100% - 520px);
    padding: 50px 88px; box-sizing: border-box;
    background: #fff;
}

.major_events_txt li {
    list-style: disc;
    font-size: 11px;
    list-style-position: outside;
    margin-bottom: 18px;
}

.major_events_txt p {
    font-size: 18px;
}

@media screen and (max-width:1200px) {
    .major_events_img {
        width: 320px;
    }

    .major_events_txt {
        width: calc(100% - 320px);
        padding: 20px 40px;
    }
}

@media screen and (max-width:1024px) {
    .business_areas_list_icon {
        width: 50%;
    }

    .business_areas_list_txt_box {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .business_areas_list_box {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 15px));
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .business_areas_program {
        width: 100%;
        margin-top: 50px;
    }

    .specialty_areas {
        margin: 50px auto;
    }

    .specialty_areas_list_box {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 15px));
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-top: 50px;
    }

    .major_events {
        padding: 50px 0;
    }

    .major_events_contents {
        flex-wrap: wrap;
    }

    .major_events_img {
        display: none;
    }

    .major_events_txt {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .business_areas_list_box {
        display: block;
    }

    .business_areas_list {
        margin-bottom: 20px;
    }

    .specialty_areas_list_box {
        display: block;
    }

    .specialty_areas_list {
        margin-bottom: 20px;
    }
}

/*회사소개_수상/인증*/
.award_list_box {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 22.5px));
    grid-column-gap: 30px;
    grid-row-gap: 80px;
}

.award_list_img {
    width: 100%;
    overflow: hidden;
}

.award_list_img img {
    width: 100%;
}

.award_list_type {
    color: #666;
    text-align: center;
    margin: 20px 0 7px 0;
}

.award_list_name {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .award_list_box {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 10px));
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }
}

@media screen and (max-width:430px) {
    .award_list_box {
        display: block;
    }

    .award_list {
        margin-bottom: 50px;
    }
}

/*리스트_공통*/
.sub_search_box {
    width: 100%;
    height: 60px;
    padding: 18px 20px;
    box-sizing: border-box;
    border: 1.5px solid #222;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.sub_search_txt {
    width: calc(100% - 20px);
    float: left;
    background: none;
    border: none;
    outline: none;
    font-family: Pretendard;
    color: #666;
    font-size: 16px;
}

.sub_search_btn {
    float: right;
    width: 20px;
    height: 20px;
    border: none;
    background: url(/images/icon/search_sub.svg);
    cursor: pointer;
}

.common_tab_box {
    width: fit-content;
    margin: 0 auto;
}

.common_tab_mg_b {
    margin-bottom: 100px;
}

.common_tab {
    display: flex;
}

.common_tab li {
    width: 180px;
    padding: 10px 0; box-sizing: border-box;
    border: 1px solid #CCC;
    background: #FFF;
    text-align: center;
    margin-right: 24px;
    font-family: "Pretendard";
    font-size: 16px;
}

.common_tab li:last-child {
    margin-right: 0;
}

.common_tab li:hover {
    cursor: pointer;
    border: 1px solid #A437DA;
    background: #A437DA;
    color: #fff;
}

.common_tab button {
    width: 180px;
    padding: 10px 0; box-sizing: border-box;
    border: 1px solid #CCC;
    background: #FFF;
    text-align: center;
    /*margin-right: 20px;*/
    font-family: "Pretendard";
    font-size: 16px;
}

.common_tab button:last-child {
    margin-right: 0;
}

.common_tab button:hover {
    cursor: pointer;
    border: 1px solid #A437DA;
    background: #A437DA;
    color: #fff;
}
.common_tab .on {
    border: 1px solid #A437DA;
    background: #A437DA;
    color: #fff;
    font-weight: 600;
}

.common_list_wrap {
    padding-bottom: 80px;
    border-bottom: 1.5px solid #222;
}

.common_list_box {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 23.3px));
    grid-column-gap: 35px;
    grid-row-gap: 80px;
}

.common_list {
    cursor: pointer;
}

.common_list:hover .common_list_img img {
    transform: scale(1.1);
}


.common_list_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.common_list_img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.common_list_title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.common_list_ex {
    color: #444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.common_list_price {
    font-size: 24px;
    font-weight: 600;
    margin: 24px 0;
}

.common_list_category {
    width: 80px;
    height: 27px;
    border-radius: 2px;
    background: #2B2B2B;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
}

@media screen and (max-width: 430px) {
    .common_tab li {
        width: fit-content;
        padding: 5px;
        margin-right: 10px;
        font-size: 14px;
    }
}


/*페이지네이션*/
.paging_box {
    margin-top: 40px;
}

.paging {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.paging_arrow {
    /* width: 7px; */
    height: 14px;
    width: 11px;
    cursor: pointer; outline: unset; border: unset;
}
.paging_arrow a {
    width: 11px;
    height: 20px;
    display: block;
}

.paging_arrow:disabled{
    opacity: 0.5;
}

.paging_arrow_prev {
    background: url(/images/icon/paging_arrow.svg) no-repeat;
    transform: rotate(180deg);
    margin-right: 24px;
}

.paging_arrow_next {
    background: url(/images/icon/paging_arrow.svg) no-repeat;
    margin-left: 24px;
}

.paging_number {
    display: flex;
    color: #666;
    font-size: 16px;
}

.paging_number .on {
    color: #A437DA;
    font-weight: 500;
}

.paging_number li {
    margin-right: 24px;
    cursor: pointer;
}

.paging_number li:last-child {
    margin-right: 0;
}

.paging_number li:hover {
    color: #222;
}

@media screen and (max-width:768px) {
    .common_list_box {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 15px));
        grid-column-gap: 30px;
        grid-row-gap: 60px;
    }
}

@media screen and (max-width:600px) {
    .common_tab_mg_b {
        margin-bottom: 50px;
    }

    .common_list_box {
        display: block;
    }

    .common_list {
        margin-bottom: 50px;
    }

    .common_list_wrap {
        padding-bottom: 0px;
        border-bottom: 1.5px solid #222;
    }
}



/*상품_뷰페이지*/
.view_contens_img_info_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.view_contens_img_box {
    width: calc(100% - 564px - 20px);
    position: relative;
    padding: 0 28px;
    box-sizing: border-box;
}
.view_place_img_box {
    width: calc(100% - 564px - 20px);
}

.view_contens_big {
    position: relative;
    overflow:hidden;
}
.view_contens_img_box .slide_arrow_prev,
.view_contens_img_box .slide_arrow_next
{
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 50%;
    border:1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 4px;
}
.view_contens_slide_arrow_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9999;
    background: url(/images/icon/main_arrow02.svg) center center no-repeat #fff;
}
.view_contens_slide_arrow_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
    background: url(/images/icon/main_arrow03.svg) center center no-repeat #fff;
}
.view_contens_img_box .slide_arrow_prev:hover{
    background: url(/images/icon/main_arrow02.svg) center center no-repeat #f5f5f5;
    border:1px solid #ccc;
}
.view_contens_img_box .slide_arrow_next:hover{
    background: url(/images/icon/main_arrow03.svg) center center no-repeat #f5f5f5;
    border:1px solid #ccc;
}
 div.view_contens_img {
    width:100%;
    height:437px;
    /*overflow: hidden;상품썸네일 영향*/
}

.view_contens_img img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.view_contens_info_box {
    width: 564px;
    margin-left: 20px;
}

.view_contents_category {
    width: 80px;
    height: 27px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    margin-bottom: 26px;
    background: #2B2B2B;
    border-radius: 2px;
}

.view_contens_title {
    color: #222;
    font-size: 32px;
    font-weight: 600;
}

.view_contens_ex {
    color: #444;
    margin: 15px 0 30px 0;
}

.view_contens_price {
    font-size: 28px;
    font-weight: 600;
}

.view_contens_price_info {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.view_contens_price_info li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #222;
}

.view_contens_price_info li:last-child {
    margin-bottom: 0;
}

.view_price_list {
    min-width: 120px;
    height: 30px;
    background: #2B2B2B;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}

.product_info_select_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.product_info_box {
    width: calc(100% - 320px - 60px);
}

.product_info_box img {
    width: 100%;
    height: auto;
}

.product_select_box {
    width: 320px; height: fit-content;
    padding: 30px; box-sizing: border-box;
    border: 1px solid #666;
}

.product_select {
    margin-bottom: 24px;
}

.product_select_title {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.calender {
    width: 100%; height: 237px;
    /*border: 1px solid #D9D9D9;*/
}

.people {
    padding: 13px 15px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    margin-bottom: 12px;
}

.people_title {
    color: #222;
    font-weight: 500;
    margin-bottom: 12px;
}

.people_number_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.people_number_out_box {
    display: flex; align-items: center;
}
.people_number_box {
    display: flex;
    align-items: center;
}

.people_minus {
    color: #222;
    font-size: 14px;
    cursor: pointer;
}

.people_plus {
    width: 20px; height: 20px;
    color: #222;
    font-size: 14px;
    cursor: pointer;
}

.people_number {
    width: 60px;
    height: 28px;
    border: 1px solid #D9D9D9;
    margin: 0 10px;
    text-align: center;
}

.people_number_price_red {
    color: #E74133;
    font-weight: 500;
}

.all_price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.all_price_title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.all_price_red {
    color: #E74133;
    font-weight: 600;
}

.view_btn button {
    width: 100%;
    padding: 13px 0px;
    background: #A437DA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
}

.view_btn button:hover {
    cursor: pointer;
    opacity: 0.9;
}


.list_product_inquiry_modal{
    padding-top:5%;
    z-index: 9999999999;
}
.list_product_inquiry_modal .modal-footer{
    align-items: center;
    flex-wrap: nowrap;
}
.list_product_inquiry_modal .modal-footer .list_modal_submit_btn{
    width:70%;
    margin:0;
    margin-right:20px;
    background-color:#A437DA;
}
.list_product_inquiry_modal .modal-footer .list_modal_submit_cancel{
    width:30%;
    margin:0;
    background-color:#222;
}

    /* 탭 버튼 스타일 */
    .product_info_tab .tab-buttons {
        display: flex;
        align-items: center;
        border-bottom:1px solid #ccc;
        width:100%;
        margin-bottom:50px;
    }

    .product_info_tab .tab-btn {
        cursor: pointer;
        width:125px;
        height:42px;
        line-height:42px;
        text-align: center;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background-color:#e9e9e9;
        color:#666;
        font-size:20px;
        box-sizing: border-box;
        border:none;
        font-family: 'pretendard';
        font-weight:300;
    }
    .product_info_tab .tab-btn.active {
        background-color:#A437DA;
        font-weight:700;
        color:#fff;
    }
    

    /* 탭 콘텐츠 스타일 */
    .tab-contents {
        position: relative;
    }
    .tab-content {
        display: none;
    }
    .tab-content.active {
        display: block;
    }



@media screen and (max-width:1024px) {
    .view_contens_img_box, .view_place_img_box {
        width: calc(100% - 400px - 20px);
    }

    .view_contens_info_box {
        width: 400px;
    }
}

@media screen and (max-width:768px) {

    .view_contens_img_info_box {
        flex-wrap: wrap;
    }

    .view_contens_img_box {
        width: 100%;
    }
    div.view_contens_img {
        height: unset;
        aspect-ratio: 1/1.325;
    }
    .view_contens_info_box {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .view_contens_img_box, .view_place_img_box{
        width:100%;
    }
    .view_contens_title {
    font-size:28px;   
    }
    .product_info_select_box {
        flex-wrap: wrap;
    }

    .product_info_box {
        width: 100%;
        order: 2;
    }

    .product_select_box {
        width: 100%;
        order: 1;
        margin-bottom: 50px;
        padding:30px 20px;
    }

    .product_info_tab .tab-btn {
        font-size:16px;
        width:80px;
    }
    .product_info_tab .tab-contents .tab-content{
        min-height:250px;
    }
    
    .func-reservation-modal .popup_contents{
        padding:0;
        padding-right:10px;
    }

    .daterangepicker.single .drp-calendar.left{
        margin:0 auto;
    }
    .list_product_inquiry_modal .modal-dialog{
        box-sizing: border-box;
        padding:0 15px;
        max-width:unset;
    }
    .list_product_inquiry_modal .list_modal_privacy_box{
        height:150px;
    }
    .list_product_inquiry_modal .list_modal_rsv_inner_box {
        flex-direction: column;
    }
    .list_product_inquiry_modal .list_modal_rsv_box h4{
        margin-bottom:20px;
        margin-top:20px;
    }
    .list_product_inquiry_modal .list_modal_content_title_text{
        margin-bottom:10px;
    }
    .list_product_inquiry_modal .list_modal_rsv_input_box {
        width: 100%;
        flex-direction: column;
    }
    .list_product_inquiry_modal .list_modal_rsv_input{
        width:80%;
        margin-bottom:10px;
    }
    .list_product_inquiry_modal .list_modal_rsv_inner_box{
        margin-bottom:0;
    }
    .list_product_inquiry_modal .modal-footer .list_modal_submit_btn{
        margin-right:10px;
    }
    
}

@media screen and (max-width:600px) {
    .view_contens_img_info_box {
        margin-bottom: 50px;
    }

    .view_price_list {
        min-width: 80px;
        font-size:14px;
    }

    .view_contens_price_info {
        margin-top: 20px;
        padding: 20px 0;
    }
    .view_contens_img_box{
        padding:0 15px;
    }
    .view_contens_img_box .slide_arrow_prev, .view_contens_img_box .slide_arrow_next {
        width:46px;
        height:46px;
    }
    .view_contens_slide_arrow_next{
        background: url(/images/icon/main_arrow03.svg) center center no-repeat #fff;
        background-size:25%;
    }
    .view_contens_slide_arrow_prev{
        background: url(/images/icon/main_arrow02.svg) center center no-repeat #fff;
        background-size:25%;
    }
    .view_contens_slide_arrow_next:hover{
        background: url(/images/icon/main_arrow03.svg) center center no-repeat #fff;
        background-size:25%;
    }
    .view_contens_slide_arrow_prev:hover{
        background: url(/images/icon/main_arrow02.svg) center center no-repeat #fff;
        background-size:25%;
    }
}

/*팝업_쉐도우*/
.shadow{
    position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, 0.50);width: 100%;height: 100vh;display: none;
    z-index: 999999999999;
}

/*팝업*/
.popup{
    position: fixed;
    width: 800px;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px; box-sizing: border-box;
    display: none;
    background: #fff;
    z-index: 9999999999999999;
}
.popup .close{
    width: 19px;
    height: 19px;
    background: url(/images/icon/popup_close.svg);
    border: 0;
    position: absolute;
    right: 0px;top: -39px;
    cursor: pointer;
}

.popup_contents {
    height: 500px;
    padding: 10px; box-sizing: border-box;
    overflow-y: scroll;
}

/* 스크롤바의 폭 너비 */
.popup_contents::-webkit-scrollbar {
    width: 10px;
}

.popup_contents::-webkit-scrollbar-thumb {
    background: #A437DA; /* 스크롤바 색상 */
    border-radius: 10px;
}

.popup_contents::-webkit-scrollbar-track {
    background: rgba(164, 55, 218, 0.10);  /*스크롤바 배경 색상*/
    border-radius: 10px;
}

.popup_img_name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.popup_img {
    width: 255px;
    height: auto;
    margin-right: 30px;
}

.popup_img img {
    width: 100%;
}

.popup_name {
    margin-bottom: 16px;
}

.popup_day {
    font-weight: 500;
}

.popup .all_price {
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 0 15px; box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
}

.popup_ex_txt {
    width: 100%;
    padding: 21px 10px; box-sizing: border-box;
    border: 1px solid #D9D9D9;
    background: rgba(164, 55, 218, 0.10);
    text-align: center;
    line-height: 24px;
}

.popup_ex_txt .bold {
    font-weight: 500;
}

.add_request {
    width: 100%;
    height: 200px;
    padding: 11px 15px; box-sizing: border-box;
    border: 1px solid #ccc;
    resize: none;
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.popup_btn_box {
    width: fit-content;
    display: flex;
    margin: 40px auto 10px auto;
}

.pop_btn {
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-weight: 600;
    background: #2B2B2B;
}

.pop_btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.popup_btn_box .point_color_bg {
    background: #A437DA;
    margin-right: 10px;
}

.car_list_title .common_list_title {
    margin: 15px 0 0 0;
}

@media screen and (max-width:800px) {
    .popup {
        width: calc(100% - 30px);
    }

    .popup_contents {
        height: calc(100vh - 200px);
    }

    .popup_ex_txt {
        padding: 10px;
    }
    .popup_btn_box {
        width: 100%;
        margin: 20px auto 10px auto;
    }
    .pop_btn {
        width: calc(50% - 5px);
    }
}

/*기업연수 여행지_뷰페이지*/
.view_contens_photo {
    position: relative;
}

.corporate_training_view .view_contens_info_box {
    margin-left: 48px;
}

.corporate_training_view .view_contens_price_info {
    margin-top: 90px;
    padding: 30px 0;
}

.dibs_btn {
    padding: 16px 0;
    background: #A437DA;
    margin-top: 30px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.dibs_btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.view_contents_ex .enter {
    margin-bottom: 20px;
    line-height:24px;
}

.corporate_training_view .car_view_contens_price_info {
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    .corporate_training_view .view_contens_info_box {
        margin-left: 0;
    }

    .corporate_training_view .view_contens_price_info {
        margin-top: 30px;
        padding: 30px 0;
    }
}

/*자동견적*/
.automatic_quote_banner {
    width: 100%;
    display: flex;
    border: 1px solid rgba(204, 204, 204, 0.80);
    margin-bottom: 100px;
}

.automatic_quote_banner_img {
    width: 310px;
}

.automatic_quote_banner_img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

.automatic_quote_banner_txt {
    width: calc(100% - 310px);
    padding: 52px 66px;
}

.automatic_quote_banner_title {
    color: #111;
    font-family: "Cafe24 Danjunghae OTF";
    font-size: 36px;
    margin-bottom: 24px;
}

.automatic_quote_banner_ex {
    color: #111;
    line-height: 28px;
}

.automatic_quote_contents_box {
    margin-bottom: 80px;
}

.automatic_quote_contents_title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 27px;
}

.automatic_quote_form_list_box {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.automatic_quote_form_list {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 0px;
    border-bottom: 1px solid #ccc;
}

.automatic_quote_form_list_top {
    display: flex;
    align-items: top;
    padding: 20px 0 20px 0px;
    border-bottom: 1px solid #ccc;
}

.automatic_quote_form_list_boder_n {
    border: none;
}

.automatic_quote_form_list label, .automatic_quote_form_list_top label {
    display: inline-block;
    width: 101px;
    margin-right: 50px;
    font-weight: 600;
    color: #222;
}

.form_common {
    height: 40px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background: #FFF;
    padding: 0 20px;
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
}

.select_common {
    appearance:none;
    background:url('/images/icon/select_drop.svg') no-repeat right 18px center;
}

.select_common:hover {
    border: 2px solid #A437DA;
}

.automatic_quote_form_box {
    display: flex;
    align-items: center;
}

.automatic_quote_form_box input[type="number"]::-webkit-inner-spin-button,
.automatic_quote_form_box input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.automatic_quote_form_box input[type="number"] {
    -moz-appearance: textfield;
}

.automatic_quote_form_box_mg_b {
    margin-bottom: 30px;
}

.people_ex {
    color: #666;
    font-size: 15px;
}

.day_form_box {
    display: flex;
}

.form_people {
    margin-right: 20px;
}

.form_mg_r {
    margin-right: 10px;
}

.form_long {
    width: 520px;
}

.form_middle {
    width: 280px;
}

.form_short {
    width: 160px;
}
input[type=date]::-webkit-datetime-edit-month-field
, input[type=date]::-webkit-datetime-edit-day-field
, input[type=date]::-webkit-datetime-edit-year-field
, input[type=date]::-webkit-datetime-edit-text{
   opacity: 0;
}

input[type=date]::before {
    content: attr(placeholder);
    position: absolute; top: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type='date'] {
    position: relative;
    width: 280px;
    background: url('/images/icon/calendar.svg') no-repeat right 20px center;
    /*background-color: #fff;*/
}


input[type="date"]::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.automatic_quote_form_wrap {
    width: 100%;
}

.automatic_quote_list_img_name_number {
    border: 1px solid #CCC;
    display: flex;
    width: calc(100% - 50px);
}

.automatic_quote_list_img {
    width: 140px;
    height: 100px;
    overflow: hidden;
}

.automatic_quote_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people_number_price_rayout {
    width: calc(100% - 140px);
    padding: 0 20px;
}

.automatic_quote_list_delete_btn {
    width: 30px; height: 30px;
    background: url(/images/icon/delete_btn.svg);
    margin-left: 20px;
    cursor: pointer;
}

.automatic_quote_list_add {
    width: 180px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
}

.automatic_quote_list_add:hover {
    cursor: pointer;
    opacity: 0.9;
}

.list_add_icon {
    width: 12px; height: 12px;
    background: url(/images/icon/list_add.svg);
    margin-left: 5px;
}

.common_btn_box {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
}

.common_btn {
    width: 180px;
    height: 40px;
    background: #222;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    border: none;
}

.common_btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.common_btn_mg_r {
    margin-right: 10px;
}

.common_btn_box .point_color_bg {
    background: #A437DA;
}

@media screen and (max-width: 1120px) {
    input[type='date'] {
        width: 220px;
    }

    .form_short {
        width: 110px;
    }
}

@media screen and (max-width: 820px) {
    .automatic_quote_form_list, .automatic_quote_form_list_top {
        flex-wrap: wrap;
    }

    .automatic_quote_form_list label, .automatic_quote_form_list_top label {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .automatic_quote_form_list_day .automatic_quote_form_box {
        flex-wrap: wrap;
    }

    .day_form_box {
        width: 100%;
    }

    .day_form_box_mg_b {
        margin-bottom: 10px;
    }

    .wave_txt {
        display: none;
    }

    input[type='date'] {
        width: 280px;
    }

    .form_short {
        width: 160px;
    }

    .automatic_quote_form_list_people .automatic_quote_form_box {
        flex-wrap: wrap;
    }

    .people_ex {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .automatic_quote_banner_img {
        width: 250px;
    }

    .automatic_quote_banner_txt {
        padding: 20px 20px;
    }

    .automatic_quote_banner_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .automatic_quote_banner_img {
        display: none;
    }

    .automatic_quote_banner_txt {
        width: 100%;
    }
    .automatic_quote_banner {
        margin-bottom: 50px;
    }

    .common_btn_three_box {
        width: 100%;
    }

    .common_btn_three_box .common_btn {
        width: calc(33.3% - 6.6px);
    }
    input[type='date']{
        padding:0 10px;
        background: url(/images/icon/calendar.svg) no-repeat right 10px center;
    }
}

@media screen and (max-width: 580px) {
    .automatic_quote_form_box {
        width: 100%;
    }

    .form_long {
        width: 100%;
    }

    .form_people {
        margin-right: 10px;
    }

    .automatic_quote_form_box_people {
        width: 100%;
    }

    .automatic_quote_form_list_people .form_short {
        width: calc(33.3% - 13px);
    }

    .form_mg_r_none {
        margin: 0;
    }
}

@media screen and (max-width: 430px) {

    .automatic_quote_banner_txt {
        text-align: center;
    }
    .automatic_quote_banner_txt span {
        display: block;
    }

    .common_btn_box {
        width: 100%;
    }
    .common_btn {
        width: calc(50% - 5px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .form_short {
        width: 120px;
    }
}

/*자동견적_팝업*/
#search_tab_chk, #dibs_list_tab_chk {display: none;}

#search_tab_chk:checked ~ .popup_tab_box .search_tab {background: #A437DA; color: #FFF; font-weight: 600;}
#dibs_list_tab_chk:checked ~ .popup_tab_box .dibs_list_tab {background: #A437DA; color: #FFF; font-weight: 600;}

#search_tab_chk:checked ~ .automatic_popup_contents .search_tab_sheet {display: block;}
#dibs_list_tab_chk:checked ~ .automatic_popup_contents .dibs_list_tab_sheet {display: block;}

.automatic_popup {
    position: fixed;
    width: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: none;
    background: #fff;
    z-index: 9999999999999999;
    padding: 0;
}

.automatic_popup .close {
    width: 19px;
    height: 19px;
    background: url(/images/icon/popup_close.svg);
    border: 0;
    position: absolute;
    right: 0px;
    top: -39px;
    cursor: pointer;
}
.automatic_popup.modal1 .close {
    background: url(/images/icon/popup_close.svg);
}

.automatic_popup_contents {
    height: 450px;
    padding: 30px;
    box-sizing: border-box;
    overflow-y: scroll;
}

/* 스크롤바의 폭 너비 */
.automatic_popup_contents::-webkit-scrollbar {
    width: 10px;
}

.automatic_popup_contents::-webkit-scrollbar-thumb {
    background: #A437DA; /* 스크롤바 색상 */
    border-radius: 10px;
}

.automatic_popup_contents::-webkit-scrollbar-track {
    background: rgba(164, 55, 218, 0.10);  /*스크롤바 배경 색상*/
    border-radius: 10px;
}

.popup_tab_box {
    display: flex;
}

.popup_tab {
    display: block;
    width: 50%; height: 50px;
    background: #F3F3F3;
    color: #666;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}

.search_tab_sheet {display: none;}
.dibs_list_tab_sheet {display: none;}

.automatic_popup .common_tab li {
    margin-right: 10px;
}

.automatic_popup .common_tab li:last-child {
    margin-right: 0;
}

.automatic_popup_list_box {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: 1px solid #222;
}

.automatic_popup_list {
    border: 1px solid #CCC;
    display: flex;
    margin-bottom: 20px;
}

.automatic_popup_list:last-child {
    margin-bottom: 0;
}

.automatic_popup_btn {
    width: 120px;
    height: 30px;
    background: #222;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
}

.automatic_popup_list_title {
    font-size: 18px;
    font-weight: 500;
}

.automatic_popup_list_ex {
    color: #444;
    margin-top: 10px;
}

.automatic_delete_btn {
    background: #E74133;
    margin-top: 10px;
}

@media screen and (max-width:800px) {
    .automatic_popup {
        width: calc(100% - 30px);
    }

    .automatic_popup_contents {
        height: 500px;
        padding: 20px;
    }
}

/*견적문의_완료페이지*/
.list_product_inquiry_modal {
    display: none; background: #000000b5;
    position: fixed; top: 0; padding-top: 5%; width: 100%; height: 100%; z-index: 999999
}

.list_modal_privacy_box{
    height: 200px; overflow: scroll;
}

.list_modal_text_area {
    width: 100%; padding: 5px;
    border:1px solid #eee; resize: none;
}

.list_modal_content_box {
    padding: 10px 0; border-bottom: 1px solid #CCCCCC;
}

.list_modal_estimate_center_box {
    display: flex;
}

.list_modal_estimate_content_box {
    padding: 20px 10px; border: 1px solid #CCCCCC;
}

.list_modal_content_title_text {
    min-width: 100px;
    font-weight: 300; font-size: 15px; align-content: center;
}

.list_modal_rsv_inner_box {
    display: flex; margin-bottom: 20px;
}
.list_modal_rsv_input_box {
    display: flex; width: calc(100% - 100px);
}

.list_modal_rsv_input {
    display: flex; width: calc(100% - 100px); margin-right: 10px;
    padding:10px; font-size:14px; line-height:20px; border:1px solid #eee;
}

.list_modal_rsv_input_schedule {
    display: flex; margin-right: 10px;
    padding:10px; font-size:14px; line-height:20px; border:1px solid #eee;
}

.list_modal_text_area {
    width: 100%; padding: 5px;
    border:1px solid #eee; resize: none;
}

.list_modal_submit_btn {
    padding: 9px; border: none;  border-radius: 5px;
    color: #FFFFFF; background-color: #35B7ADE5;
    cursor: pointer;
}

.list_modal_submit_cancel {
    background-color: #d32535;
}

.list_modal_rsv_input {
    display: flex; width: calc(100% - 100px); margin-right: 10px;
    padding:10px; font-size:14px; line-height:20px; border:1px solid #eee;
}

.list_modal_content_box {
    padding: 10px 0; border-bottom: 1px solid #CCCCCC;
}

.list_modal_rsv_box {
    margin-top: 10px;
}
.automatic_quote_list_img_name_number_done {
    border: 1px solid #CCC;
    display: flex;
    width: 100%;
}

.people_number_price_done {
    display: flex;
    align-items: center;
}

.people_number_done {
    width: 60px;
    height: 28px;
    border: 1px solid #D9D9D9;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
}

.people_price_done {
    color: #E74133;
    font-weight: 500;
}

.people_include_done {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_price_expectation_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}

.all_price_expectation_title {
    color: #333;
    font-size: 24px;
}

.all_price_expectation_title .bold {
    font-weight: 600;
}

.all_price_expectation {
    color: #E74133;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
}
.automatic_popup_btn_price_box {
    display: flex; justify-content: space-between; align-items: center;
}
@media screen and (max-width:1120px) {
    .people_include_done .form_short{
        width:160px;
    }
    .people_include_done .form_common{
        padding:0 10px;
    }
}
@media screen and (max-width:600px) {
    .popup_img_name{
        flex-direction: column;
    }
    .people_include_done{
        flex-direction: column;
        align-items: flex-start
    }
    .popup_img_name .popup_img{
        width:100%;
        height:unset;
        aspect-ratio: 1/1;
        margin-right:0;
        margin-bottom:20px;
    }
    .popup_img_name .popup_img img{
        height:100%;
        object-fit: cover;
    }
    .popup_img_name .popup_name_day{
        width:100%;
    }
    .popup_img_name .popup_name_day .popup_name{
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom:20px;
    }
    .popup_img_name .popup_name_day .popup_name span{
        margin-bottom:10px;
        font-size:14px;
    }
    .popup_img_name .popup_name_day .popup_name .popup_day{
        font-size:16px;
        font-weight:500;
        margin-bottom:0;
    }
    .popup_img_name .popup_name_day .popup_start{
        display:flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .popup_img_name .popup_name_day .popup_start span{
        margin-bottom:10px;
        font-size:14px;
    }
    .popup_img_name .popup_name_day .popup_start .popup_day{
        font-size:16px;
        font-weight:500;
        margin-bottom:0;
    }

    .people_include_done{
        align-items: flex-start;
    }
    .people_include_done .form_short{
        width:100%;
        margin-bottom:20px;
    }
    .people_include_done label{
        margin-bottom:10px;
    }

    .popup_btn_box .pop_btn{
        height:40px;
        line-height:40px;
        width:calc(50% - 5px);
    }


    .people_include_done{
        align-items: flex-start;
    }
    .automatic_quote_form_box{
        flex-direction: column;
        width: 100%;
    }
    .automatic_quote_list_img_name_number {
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 00px 20px;
        width:100%;
        box-sizing: border-box;
        margin-bottom:10px;
    }

    .automatic_quote_list_delete_btn{
        width:100%;
        margin-left:0;
        background: url(/images/icon/delete_btn.svg) center center no-repeat #D4445C;
        height:40px;
    }
    .people_number_price_rayout{
        box-sizing: border-box;
        padding:20px;
        flex-direction: column;
    }
    .automatic_quote_list_add{
        margin:0;
        width:100%;
        height:50px;
    }
    .automatic_quote_list_img {
        width:100%;
        height:unset;
        aspect-ratio: 1/0.714;
    }
    .people_number_price_rayout{
        width:100%;
    }
    .people_number_box{
        margin-top:10px;
    }

    .automatic_popup_list{
        flex-direction: column;
    }
    .automatic_popup_btn_box{
        width:100%;
        margin:20px 0 0 0;
    }
    .automatic_popup_btn{
        width:100%;
        height:40px;
        line-height:40px;
    }
    .popup_tab{
        font-size:14px;
    }


}



@media screen and (max-width:600px) {
    .all_price_expectation_box {
        flex-wrap: wrap;
    }

    .all_price_expectation {
        width: 100%;
        margin-top: 20px;
    }

    .list_product_inquiry_modal {
        padding-top: 5%;
    }

    .list_modal_rsv_input {
        margin-bottom: 10px;
    }
}

/*커뮤니티_행사갤러리*/
.common_tab_enter_mg_b {
    margin-bottom: 80px;
}

.common_tab_enter, .gallery_common_tab_enter {
    flex-wrap: wrap; justify-content: space-between; gap: 20px;
}

.gallery_common_tab_enter {
    justify-content: unset;
}

.common_tab_enter button {
    width: calc(16.6% - 20px);
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #CCC;
    background: #FFF;
    text-align: center;
    /*margin-right: 20px;*/
    /*margin-bottom: 20px;*/
}

.common_tab_enter button:last-child {
    margin-right: 0;
}
@media screen and (max-width:440px) {
    .gallery_common_tab_enter{
        flex-direction: column;
        width: 100%;
    }
    .gallery_common_tab_enter button{
        width:100%;
    }
    .people_number_out_box {
        display: block;
    }
    .people_price_done {
        margin-top: 10px;
        padding-left: 9px;
        padding-left:0;
        text-align: center;
    }
}

@media screen and (max-width:430px) {
    .common_tab_enter_mg_b {
        margin-bottom: 30px;
    }

    .common_tab_enter {
        justify-content: unset;
        gap: 20px 2px;
    }

    .common_tab_enter button {
        width: calc(25% - 7.5px);
        margin-right: 6px;
    }

    .common_tab_enter button:nth-child(6n) {
        /*margin-right: 10px;*/
    }

    .common_tab_enter button:nth-child(4n) {
        /*margin-right: 0px;*/
    }
}

.community_gallery_view_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.community_gallery_view_day {
    margin-right: 20px;
}

.community_gallery_view_contents_box {
    margin-top: 20px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.community_faq_view_contents_file {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.community_gallery_view_contents_file {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.community_gallery_view_contents_file_title {
    font-weight: 500;
}

.community_gallery_view_contents {
    padding: 40px 0;
}

.community_gallery_view_contents img {
	max-width: 100%;
}

.community_gallery_view_img {
    width: 100%;
    height: auto;
}

.community_gallery_view_img img {
    width: 100%;
}

.community_gallery_view_ex {
    margin-top: 40px;
}

.gallery-file-list, .faq-file-list{
    display:flex;
}
.gallery-file-list div, .faq-file-list div{
    margin-right:10px;
}
.gallery-file-list ul li, .faq-file-list ul li{
    cursor: pointer;
    margin-bottom:5px;
    line-height:1.4;
}
@media screen and (max-width:768px) {
    .community_gallery_view_contents_file{
        padding:20px 0;
    }
}

@media  (hover : hover) {
    .gallery-file-list ul li:hover{
        text-decoration: underline;
    }
    .faq-file-list ul li:hover{
        text-decoration: underline;
    }
}
@media screen and (max-width:768px) {
    .gallery-file-list {
        flex-direction: column;
    }
    .gallery-file-list div{
        margin-right:0;
        margin-bottom:15px;
        font-size:18px;
        font-weight:700;
    }
}
/*공지사항*/
.list_all_number {
    color: #666;
}

.board_table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 90px;
    table-layout: fixed;
}

.board_table_mg_b {
    margin-bottom: 20px;
}

.board_table thead tr{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    height: 56px;
    text-align: center;
    font-weight: 600;
}

.table_no {
    width: 30px;
    padding: 20px 10px;
    vertical-align: top;

}

.estimate_table_no {
    width: 130px;
    padding: 20px 10px;
    vertical-align: top;
}

.board_table tbody tr{
    border-bottom: 1px solid #D9D9D9;
    height: 56px;
    text-align: center;
}

.table_title_name {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break:break-all;
    overflow: hidden;
    table-layout: fixed;
    line-height: 55px;
    padding: 0 30px;
    cursor: pointer;
}

.table_title_name a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break:break-all;
    overflow: hidden;
}

.table_day {
    width: 92px;
    padding: 0 10px;
}

@media screen and (max-width:600px) {
    .board_table {
        margin-bottom: 40px;
    }

    .table_title_name {
        padding-right: 10px;
    }

    .table_day {
        display: none;
    }
}

/*자주하는질문*/
.table_title_question {
    text-align: left;
    cursor: pointer;
}

.table_title_question p {
    padding: 20px 0px;
}

.table_type {
    width: 100px;
    padding: 20px 60px;
    vertical-align: top;
}

.qna_answer {
    width: 100%;
    padding: 24px 15px;
    box-sizing: border-box;
    background: #FCF4FF;
    line-height: 24px;
    margin-bottom: 20px;
    white-space: wrap;
}

@media screen and (max-width: 768px) {
    .table_type {
        width: 90px;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 430px) {
    .table_type {
        display: none;
    }
}

/*문의하기*/
.contact_us_write_box {
    overflow: hidden;
    margin: 30px 0 20px 0;
}

.contact_us_write_btn {
    float: right;
    width: 180px;
    height: 40px;
    background: #222;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}

.contact_us_write_btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.table_write {
    width: 92px;
    padding: 0 10px;
}

.table_status {
    width: 90px;
    padding: 0 10px;
}

.answer_ok {
    color: #A437DA;
}

@media screen and (max-width: 768px) {
    .table_write {
        display: none;
    }
}

/*문의하기_뷰페이지*/
.writing_view_contents {
    margin-top: 88px;
}
.qna_write_table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #888888;
    margin-bottom: 40px;
}

.qna_write_table td {
    padding: 40px 0;
    border-bottom: 1px solid rgba(136, 136, 136, 0.53);
}

.graph_title {
    color: #222;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}

.group_select_typeA {
    width: 430px;
    height: 40px;
    background-color: #FFFFFF;
}

.group_select_typeA select {
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    color: #666666;
    font-family: Pretendard;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 25px;
    appearance:none;
    background:url('/images/icon/i_drop.svg') no-repeat right 18px center;
}

.group_title {
    width: 100%;
    height: 40px;
    border: 1px solid #CCC;
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    box-sizing: border-box;
}

.table_list_border_n td {
    border: none;
    padding-bottom: 20px;
}

.table_list_last td {
    padding-top: 0;
}

.table_list_last .graph_title {
    vertical-align: top;
    line-height: 40px;
    word-break: keep-all;
}

.inquiry_input_box {
    padding: 10px 0 10px 10px;
}

.inquiry_input {
    width: 100%;
    height: 248px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    resize: none;
}

.img_attach_btn {
    width: 180px;
    height: 40px;
    background: #222;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}

.graph_title_flie {
    vertical-align: top;
}

.file_name_delete_box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.file_name_delete_line {
    width: 1px; height: 12px;
    border-left: 1px solid #222;
    margin: 0 8px;
}

.file_name_delete {
    color: #E74133;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .group_select_typeA  {
        width: 100%;
    }
	.graph_title{
		font-size:16px;
		margin-right:10px;
		width:75px;
	} /* 작업중 */
}

/*문의하기_뷰페이지*/
.contact_us_category {
    width: 80px;
    height: 27px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    line-height: 27px;
    border-radius: 2px;
    background: #2B2B2B;
    margin-bottom: 20px;
}

.border_view_title {
    font-size: 28px;
    font-weight: 600;
}

.border_view_day {
    margin-top: 20px;
}

.border_view_name {
    margin-right: 20px;
}

.border_view_box {
    margin: 20px 0 0px 0;
    padding: 40px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.answer_contents {
    margin-top: 80px;
}

.answer_situation {
    width: 80px;
    height: 27px;
    text-align: center;
    font-weight: 500;
    line-height: 27px;
    border-radius: 2px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.red_color_bg {
    background: #E74133
;
}

/*로그인*/
.user_title_box {
    padding: 60px 0 100px 0;
    color: #111;
    text-align: center;
    font-size: 18px;
}

.user_title_box h3 {
    font-family: "Cafe24 Danjunghae OTF";
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 16px;
}

.login_box {
    width: 477px;
    margin: 0 auto;
}

.login_box .change-text {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
}

.login_pw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_title {
    min-width: 56px;
    margin-right: 25px;
    font-weight: 600;
}

.login_pw input {
    width: calc(100% - 56px - 25px);
    padding-left: 5px;
    height: 50px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.login_pw_mg_b {
    margin-bottom: 20px;
}

.login_btn {
    width: 100%; height: 50px;
    background: #A437DA;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    margin: 50px 0 40px 0;
}

.login_btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.find_join {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.find_box {
    font-size: 0;
    line-height: 17px;
}

.find_box li{
    display: inline-block;
    font-size: 18px;
    padding: 0 12px 0 0;
    border-right: 1px solid #888;
    color: #444;
    cursor: pointer;
}

.find_box li:last-child {
    border: none;
    padding: 0 0 0 12px;
}

.join_box {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: -6px;
}

.join_icon {
    width: 9px; height: 16px;
    background: url(/images/icon/join_icon.svg);
    margin-left: 11px;
}

.simple_login {
    text-align: center;
    margin-top: 80px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
}

.sns_box {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.naver {
    width: 60px;
    height: 61px;
    background: url(/images/icon/naver.svg);
    cursor: pointer;
}

.kakao {
    width: 60px;
    height: 61px;
    background: url(/images/icon/kakao.svg);
    margin-left: 20px;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .user_title_box {
        padding: 0 0 50px 0;
        color: #111;
        text-align: center;
        font-size: 18px;
    }
}

@media screen and (max-width:520px) {
    .login_box {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .user_title_box h3 {
        font-size: 28px;
    }

    .user_title_box span {
        display: block;
    }
}

@media screen and (max-width:375px) {
    .find_box li {
        font-size: 16px;
    }
}

/*회원가입*/
.email_join_box {
    padding: 0 30px;
}

.email_join_box:hover .email_join {
    cursor: pointer;
    text-decoration: underline;
}

.email_join {
    padding: 45px 90px;
    border: 1px solid #A437DA;
    color: #A437DA;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.input_form_box_mg_n {
    margin-top: 0;
}

@media screen and (max-width:430px) {
    .email_join {
        padding: 20px 30px;
    }
}
/**/
.join_complete_box {
    display: none; justify-content: center; align-items: center;
    position: fixed; width: 100%; height: 100%;
    z-index: 999999; background-color: #000000B2;
}

.join_complete_box .join_complete_inner_box {
    max-width: 900px; width: 100%; max-height: 505px; height: 100%;
}

.join_complete_box .x_box {
    position: relative;
    width: 100%; height: 60px; padding: 0 30px;
}

.join_complete_box .x_box img {
    position: absolute; right: 0; width: 34px; height: 34px;
    cursor: pointer;
}
.join_complete_box .join_complete_main_box {
    display: flex; justify-content: center; align-items: center;
    max-width: 900px; width: 100%; max-height: 435px; height: 100%;
    padding: 0 30px; background-color: #FFFFFF;
}
.join_complete_box .join_go_login_btn {
    max-width: 246px; width: 100%;  height: 48px;
    font-family: 'Pretendard'; font-size: 18px; font-weight: 600; color: #FFFFFF;
    border-radius: 25px; border-color: unset; background-color: #A437DA; cursor: pointer; outline: auto;
}

.join_complete_box .complete_title1 {
    margin-bottom: 35px;
    font-size: 30px; font-weight: 600; color: #222222;
}

.join_complete_box .complete_title2 {
    margin-bottom: 50px;
    text-align: center; font-size: 16px; font-weight: 400; color: #222222; line-height: 29px;
}

/*회원정보_입력폼*/
.input_form_box {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #333;
    font-family: pretendard;
    margin-top: 20px;
}

.input_form_list {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #D9D9D9;
}

.input_form_list_boder_n {
    border: none;
}

.input_form_list label {
    display: inline-block;
    width: 101px;
    margin-right: 50px;
    font-weight: 600;
    color: #222;
}

.input_form_list input {
    height: 50px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-sizing: border-box;
    padding: 0 16px;
    color: #333;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
}

.input_id_box {
    display: flex;
}

.input_id {
    width: calc(100% - 130px - 13px);
}

.double_check {
    width: 130px; height: 50px;
    border-radius: 5px;
    background: #222;
    margin-left: 13px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-weight: 600;
}

.double_check:hover {
    cursor: pointer;
    opacity: 0.9;
}

.input_form_list .long {
    width: calc(100% - 105px - 50px);
}

.input_form_list .id_long {
    width: calc(100% - 101px - 50px - 130px - 13px);
}

.input_form_list .password {
    width: 370px;
}

.input_form_list .password input {
    width: 100%;
}

.eyes_input_box {
    display: flex;
    align-items: center;
}

.eyes_input {
    position: relative;
}

.eyes_input .eyes {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px; height: 21px;
    background: url(/images/icon/eyes.svg);
    cursor: pointer;
}

.input_form_list_pw {
    justify-content: space-between;
}

.input_address_box {
    display: flex;
}

.input_address {
    width: 265px;
}

.address_search {
    width: 130px; height: 50px;
    border-radius: 5px;
    background: #EEE;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    margin: 0 30px 0 10px;
}

.address_search:hover {
    cursor: pointer;
    background: #ddd;
}

.input_address_detail {
    width: calc(100% - 265px - 130px - 40px);
}

.input_tel input {
    width: 140px;
}

.input_tel span {
    margin: 0 10px;
}

.email_chk_box {
    display: flex;
    align-items: center;
}

.email_chk {
    margin-right: 10px;
}

.email_mg_r {
    margin-right: 22px;
}

.email_chk[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;

    border: 7px solid white;
    box-shadow: 0 0 0 1.6px #DDD;
    padding: 0;
}

.email_chk[type='radio']:checked {
    border: 4px solid #fff;
    background-color: #222;
}

.argee_secession {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

#agree_chk {display: none;}

.agree {
    display: flex;
    align-items: center;
}

.agree_chk {
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    margin-right: 13px;
    position: relative;
    cursor: pointer;
}

.agree_chk_txt {
    color: #444;
}

#agree_chk:checked + label::after{
    content:'✔';
    font-size: 18px;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    top:0;
}

.underline {
    text-decoration: underline;
}

.cancel_member {
    color: #AAA;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width:1120px) {
    .input_form_list_pw {
        display: block;
    }

    .password_mg_b {
        margin-bottom: 10px;
    }

    .input_form_list .password {
        width: calc(100% - 101px - 50px);
    }
}

@media screen and (max-width:1024px) {
    .input_address_box {
        flex-wrap: wrap;
    }

    .input_address_detail {
        width: 100%;
        margin-top: 10px;
    }

    .estimate_table_no {
        width: 100px;
    }
}

@media screen and (max-width:768px) {
    .input_form_box {
        margin-top: 0;
    }

    .input_form_list {
        padding: 20px 0 20px 0px;
    }

    .input_address {
        width: calc(100% - 130px - 10px);
    }

    .address_search {
        margin: 0 0 0 10px;
    }

    .input_tel input {
        width: calc(33.3% - 24px);
    }

    .input_form_list label {
        width: 101px;
        margin-right: 20px;
    }

    .input_form_list .long {
        width: calc(100% - 105px - 20px);
    }

    .input_form_list input {
        padding: 0 10px;
    }

    .input_form_list .id_long {
        width: calc(100% - 101px - 20px - 130px - 13px);
    }

    .input_form_list .password {
        width: calc(100% - 101px - 20px);
    }

    .estimate_table_no {
        width: 50px;
    }
}

@media screen and (max-width:600px) {
    .input_form_list {
        display: block;
    }

    .input_form_list label {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .input_form_list .long {
        width: 100%;
    }

    .double_check, .address_search {
        width: 70px;
    }

    .input_id, .input_address {
        width: calc(100% - 70px - 13px);
    }

    .eyes_input_box {
        display: block;
    }

    .input_form_list .password {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .argee_secession {
        display: block;
    }

    .cancel_member {
        display: inline-block;
        margin: 20px 0 0 39px;
    }
}

/*회원가입_팝업*/
.join_popup_contents {
    padding: 145px 10px; box-sizing: border-box;
    text-align: center;
}

.join_popup_title {
    font-size: 30px;
    font-weight: 600;
}

.join_popup_ex {
    line-height: 24px;
    margin: 30px 0;
}

.join_popup_btn {
    width: 246px;
    height: 48px;
    background: #A437DA;
    border-radius: 66px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 auto;
}

@media screen and (max-width:600px) {
    .join_popup_contents {
        padding: 75px 10px;
    }

    .join_popup_title {
        font-size: 24px;
    }
}

@media screen and (max-width:340px) {
    .join_popup_btn {
        width: 100%;
    }
}

/*마이페이지_문의내역*/
.table_img {
    width: 175px;
    padding: 20px 20px 20px 80px;
}

.table_img img{
    width: 100%;
}

.mypage_contact_us_list .table_no {
    vertical-align: middle;
}

.mypage_contact_us_list .table_title_question {
    text-align: center;
}

@media screen and (max-width:768px) {
    .table_img {
        display: none;
    }

    .mypage_contact_us_list .table_title_question {
        text-align: left;
    }
}

/*마이페이지_견적내역*/
.mypage_estimate_list .sub_search_box {
    margin-bottom: 50px;
}

.quote_ing_box {
    display: flex;
    border: 1px solid #CCC;
    margin: 147px 0 60px 0;
}

.quote_ing_img {
    width: 480px;
    height: auto;
}

.quote_ing_img img {
    display: block;
    width: 100%; height: 100%;
    object-fit: cover;
}

.quote_ing_txt {
    padding: 128px 30px;
}

.quote_ing_txt .bold {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .quote_ing_txt {
        padding: 50px 30px;
    }

    .quote_ing_box {
        margin: 50px 0 40px 0;
    }
}

@media screen and (max-width:430px) {
    .quote_ing_img {
        display: none;
    }

    .quote_ing_txt {
        text-align: center;
    }

    .quote_ing_txt .bold {
        font-size: 24px;
    }
}

/*개인정보처리방침, 이용약관*/
.terms_wrap {
    margin-top: 50px;
    margin-bottom: 100px;
}

.terms_title {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 100px;
}

.terms_sub_title {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.terms_txt {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.terms_list {
    margin-bottom: 30px;
}

@media screen and (max-width:600px) {
    .terms_wrap {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .terms_title {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .terms_sub_title {
        font-size: 16px;
    }

    .terms_txt {
        font-size: 14px;
        line-height: 20px;
    }
    .automatic_popup_btn_price_box {
        display: block;
    }
}


/*검색결과페이지*/
.search_contents_box {
    margin-top: 120px;
}
.search_contents_title_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_contents_title {
    font-size: 25px;
    font-weight: 500;
    margin-left: 10px;
}
.search_contents_pd {
    min-height: 480px;
}

.search_page_box {
    width: 702px; height: 48px;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    border: 1px solid #666;
    margin: 30px auto 80px auto;
}

.search_page_box .search_txt {
    width: calc(100% - 90px);
    float: left;
    background: none;
    border: none;
    outline: none;
    font-family: Pretendard;
    color: #888;
    font-size: 15px;
    line-height: 48px;
}

.search_page_btn {
    float: right;
    width: 90px;
    height: 46px;
    border: none;
    cursor: pointer;
    background: #222;
    color: #FFF;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
}

.search_contents_number {
    font-family: Pretendard;
    font-size: 23px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.search_contents_number .bold {
    font-weight: 700;
}



.search_all_number {
    font-family: Pretendard;
    font-size: 21px;
    font-weight: 700;
}

.search_number {
    font-family: Pretendard;
    font-size: 19px;
}
.product_list {
    cursor: pointer;
}

.product_list:hover .product_on {
    opacity: 1;
}
.product_img_box {
    width: 100%; max-height: 400px; height: 100%;
    position: relative;
    overflow: hidden;
}
.product_img_box_list .spot_img {
    width: 100%;
    max-height: 400px;
}

.product_img_box_list .spot_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 3;
}

.product_list {
    cursor: pointer;
}

.product_list:hover .product_on {
    opacity: 1;
}

.product_img_box_list {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.product_img img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}
.automatic_popup_btn_price {
    margin-right: 15px;
}

.sheet_title_box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.sheet_title_bar {
    width: 4px;
    height: 21px;
    background: #333;
    margin-right: 10px;
}

.sheet_title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}
.day_schedule {
    padding: 18px;
    background: #ECECEC;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 30px;
}

.day_schedule_list_box {
    padding-left: 20px;
    margin-bottom: 40px;
}

.day_schedule_list_title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.day_schedule_list_title_mg_t {
    margin-top: 35px;
}

.day_schedule_list_detail li {
    list-style: square;
    list-style-position: inside;
    color: #333;
    font-size: 15px;
    margin: 10px 0;
}

.day_schedule_list_detail_img_box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.day_schedule_list_detail_img {
    display: flex;
    width: 139px;
    height: 95px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.day_schedule_list_detail_img img {
    margin-right: 10px;
    width: 100%; height: 100%;
    object-fit: cover;
}