ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/originalPublishing/ |
Upload File : |
/* Reset */ * { margin: 0; padding: 0; outline: none; -webkit-tap-highlight-color : transparent !important; box-sizing: border-box;} body {margin: 0; padding: 0;} html { scroll-behavior: smooth; } html, body {font: 400 17px/1.3 'Inter', 'Noto Sans KR', sans-serif; color: #232527; width: 100%; height: 100%; position: relative;} ul, li {list-style: none; padding: 0; margin: 0;} a {text-decoration: none; color: inherit; -webkit-tap-highlight-color: transparent;} button, select {font-family: inherit; cursor: pointer;} .NotoSansKR {font-family: 'Noto Sans KR', sans-serif;} .Inter {font-family: 'Inter', 'Noto Sans KR', sans-serif;} body.hidden {overflow: hidden;} .pc {display: block !important;} .mob {display: none !important;} .img-full {max-width: 100%;} .text-center {text-align: center;} .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: none;} .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: none;} .btn_clear {border: 0px; background: none; padding: 0px; } .bold {font-weight: 700;} .wrap {width: 100%; position: relative; } .inner { width: 100%; max-width: 1260px; min-width: 1200px; margin: auto;padding: 0 30px;} .sub_title { font-size: 45px; font-weight: 700;} .sub_title::after { content: ""; display: block; background: rgba(232, 49, 41, 0.66); width: 95px; height: 5px; margin: 30px auto 0;} @keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @keyframes fadeUp { 0% {opacity:0; transform: translateY(50px)} 100% {opacity:1; transform: translateY(0px);} } /* 상품리스트 */ .PrdList { padding: 50px 0;} .PrdList .prd_titbox { position: relative; } .PrdList .prd_titbox .txt { position: relative; padding-left: 35px; color: #000;font-size: 28px; font-weight: 700;} .PrdList .prd_titbox .txt::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 10px; height: 1.65em; background: #F9545F;} .PrdList .prd_list_top { display: flex; align-items: center; justify-content: space-between; margin-top: 85px; margin-bottom: 25px;} .PrdList .prd_list_top .menu_postion { display: flex; align-items: center; color: #000; font-size: 18px; font-weight: 700; gap: 0 3px;} .PrdList .prd_list_top .menu_postion .menu_txt.on { color: #F9545F;} .PrdList .prd_list_top .schbox { display: flex; align-items: center;} .PrdList .prd_list_top .schbox > .sch_input { width: 235px; height: 40px; border: 1px solid #000; background: #FFF; font-size: 17px; font-weight: 400; color: #000000; font-family: inherit; line-height: 40px; padding: 10px; border-radius: 0;} .PrdList .prd_list_top .schbox > .sch_btn { width: 90px; height: 40px; background: #000; color: #FFF; font-size: 17px; font-weight: 700; padding-bottom: 4px;} .PrdList .prd_list_wrap {position: relative;} .PrdList .prd_catebox { display: flex; gap: 30px; margin-bottom: 48px;} .PrdList .prd_catebox .prdcate_nav {position: relative; flex: 1; min-height: 130px; border-radius: 20px; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 25px; font-weight: 700; line-height: normal; cursor: pointer; background: no-repeat center/cover;} .PrdList .prd_catebox .prdcate_nav.cate1 {background-image: url(../img/cate1_bg.jpg);} .PrdList .prd_catebox .prdcate_nav.cate2 {background-image: url(../img/cate2_bg.jpg);} .PrdList .prd_catebox .prdcate_nav.cate3 {background-image: url(../img/cate3_bg.jpg);} .PrdList .prd_catebox .prdcate_nav.cate4 {background-image: url(../img/cate4_bg.jpg);} .PrdList .prd_catebox .prdcate_nav::after { content: ""; position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%); width: 12px; height: 12px; background-color: #F9545F; border-radius: 50%; opacity: 0; transition: all 0.25s ease-in;} .PrdList .prd_catebox .prdcate_nav.on::after {opacity: 1;} .PrdList .filter_tab_wrap {position: relative;} .PrdList .filter_tab_wrap .filter_tabbox { display: flex; gap: 20px; margin-bottom: 100px; position: absolute; left: 0; top: 0; z-index: 5; width: 100%; opacity: 0; transform: translateY(35px); transition: all 0.6s ease-in-out;} .PrdList .filter_tab_wrap .filter_tabbox:nth-child(1) {position: relative; left: auto; top:auto;} .PrdList .filter_tab_wrap .filter_tabbox.on { z-index: 10; opacity: 1; transform: translateY(0px);} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab { position: relative; flex: 1; min-height: 60px; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 18px; font-weight: 700; border-radius: 20px; cursor: pointer;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab.bg0{background: #000000;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab.bg1{background: #A5A5A5;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab.bg2{background: #FFC700;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab.bg3{background: #090;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab.bg4{background: #F9545F;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab.bg5{background: #D0E4FF;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab::after { content: ""; position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%); width: 12px; height: 12px; background-color: #F9545F; border-radius: 50%; opacity: 0; transition: all 0.25s ease-in;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab.on::after{opacity: 1;} .PrdList .prd_contents { position: relative;} .PrdList .prd_contents .prd_cont { display: none; animation: 1.2s ease 0s fadeIn;} .PrdList .prd_contents .prd_cont.on {display: block;} .PrdList .prd_contents .prd_titbox { margin-bottom: 65px;} .PrdList .prd_contents .prd_listbox {position: relative;} .PrdList .prd_contents .prd_item { position: relative; width: 100%;} .PrdList .prd_contents .prd_item + .prd_item { margin-top: 85px;} .PrdList .prd_contents .prd_item .prd_item_imgbox { display: flex; gap: 15px; margin-bottom: 45px;} .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid { display: flex; flex-wrap: wrap; flex: 1 1 0%; gap: 15px;} .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid .grid_item { position: relative; width: calc((100% - 15px)/2); height: 0; padding-bottom: 30%; border-radius: 20px; overflow: hidden;} .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid .grid_item > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;} .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid_big { position: relative; width: 52.917%;} .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid_big .grid_item { position: relative; width: 100%; height: 100%; border-radius: 20px; overflow: hidden;} .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid_big .grid_item > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;} .PrdList .prd_contents .prd_item .prd_item_txtbox { display: flex; align-items: center; justify-content: space-between; padding: 0 3%;} .PrdList .prd_contents .prd_item .prd_item_txtbox .leftbox{max-width: 50%;} .PrdList .prd_contents .prd_item .prd_item_txtbox .leftbox .tit { color: #000; font-size: 25px; font-weight: 700;} .PrdList .prd_contents .prd_item .prd_item_txtbox .leftbox .desc { color: #000; font-size: 25px; font-weight: 400;} .PrdList .prd_contents .prd_item .prd_item_txtbox .rightbox{max-width: 50%;} .PrdList .prd_contents .prd_item .prd_item_txtbox .rightbox .price { color: #000; font-size: 25px; font-weight: 700;} /* 내 예약 */ .MyReserve { padding: 50px 0;} .MyReserve .reserve_list { display: flex; flex-direction: column; gap: 50px; margin-top: 150px;} .MyReserve .reserve_item { border-radius: 20px; border: 1px solid #ACA9A9; background: #FFF; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); display: flex; align-items: center; padding: 30px;} .MyReserve .reserve_item .imgbox { position: relative; width: 22%; height: 0; padding-bottom: 14%;} .MyReserve .reserve_item .imgbox > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;} .MyReserve .reserve_item .infobox { position: relative; flex: 1; padding: 0px 30px; display: flex; flex-direction: column; border-right: 1px solid #333333} .MyReserve .reserve_item .infobox .title { position: relative; font-size: 28px; font-weight: 600; margin-bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;} .MyReserve .reserve_item .infobox .detail_btn { display: flex; align-items: center; gap: 5px; font-size: 16px; font-weight: 700;color: #F9545F;} .MyReserve .reserve_item .infobox .detail_btn .icon { display: flex; width: 22px; height: 22px; padding: 3px; background-color: #F9545F; border-radius: 50%;} .MyReserve .reserve_item .infobox .datebox { display: flex; align-items: center; justify-content: flex-end; gap: 40px;} .MyReserve .reserve_item .infobox .datebox .date { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 500; color: #999999;} .MyReserve .reserve_item .infobox .datebox .date .color {color: #F9545F;} .MyReserve .reserve_item .infobox .infoitem { display: flex; flex-direction: column; gap: 10px; margin: 10px 0; padding: 15px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;} .MyReserve .reserve_item .infobox .infoitem .info_txt { display: flex; align-items: center; justify-content: space-between; font-size: 17px; font-weight: 500;} .MyReserve .reserve_item .infobox .infoitem .info_txt .sub { color: #999999;} .MyReserve .reserve_item .infobox .infoitem .info_txt .desc {color: #000000} .MyReserve .reserve_item .infobox .info_total { display: flex; align-items: center; justify-content: flex-end; gap: 15px; font-size: 24px; padding-top: 8px;} .MyReserve .reserve_item .infobox .info_total .sub { font-weight: 500; color: #666666;} .MyReserve .reserve_item .infobox .info_total .desc { font-weight: 700; color: #000000} .MyReserve .reserve_item .mob_info_total { display: none;} .MyReserve .reserve_item .btnbox { position: relative; align-self: stretch; display: flex; justify-content: center; flex-direction: column; gap: 30px; padding-left: 30px; width: 22%;} .MyReserve .reserve_item .btnbox > .btn_clear { width: 100%; height: 85px; border-radius: 10px; color: #FFF; font-size: 20px; font-weight: 700;} .MyReserve .reserve_item .btnbox > .review_btn { background: #E43232;} .MyReserve .reserve_item .btnbox > .inquiry_btn { background: #D1D1D1;} /* 예약하기 */ .PrdReserve { padding: 50px 0 0;} .PrdReserve .sub_titbox { position: relative; margin-bottom: 50px;} .PrdReserve .sub_titbox .txt { position: relative; color: #000000; font-size: 22px; font-weight: 700; padding-left: 16px;} .PrdReserve .sub_titbox .txt::before{content: ""; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 5px; height: 1.2em; border-radius: 5px; background: #fa7b24;} .PrdReserve .reserve_contents { display: flex; align-items: flex-start; margin-top: 150px;} .PrdReserve .cont_wrap { flex: 1; padding-right: 65px; padding-bottom: 50px; margin-bottom: 50px;} .PrdReserve .cont_wrap .prd_box { padding-bottom: 65px; border-bottom: 1px solid #A5A5A5;} .PrdReserve .cont_wrap .prd_box + .prd_box {margin-top: 45px;} .PrdReserve .cont_wrap .prd_info_cont { display: flex; align-items: center; gap: 40px;} .PrdReserve .cont_wrap .prd_info_cont .imgbox { position: relative; width: 22.5%; padding-bottom: 23%;} .PrdReserve .cont_wrap .prd_info_cont .imgbox > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;} .PrdReserve .cont_wrap .prd_info_cont .txtbox { flex: 1; align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; gap: 30px;} .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_top { margin-top: 28px;} .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_tit { color: #000; font-size: 20px; font-weight: 500; margin-bottom: 12px;} .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_date {color: #ACA9A9; font-size: 14px; font-weight: 500;} .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_option { display: flex; align-items: center; justify-content: space-between; border-radius: 10px; background: #EEE; padding: 15px 25px;} .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_option .option_cont { display: flex; align-items: center; gap: 18px; color: #000; font-size: 14px; font-weight: 500;} .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_option .total_pricee { color: #000; font-size: 14px; font-weight: 500;} .PrdReserve .cont_wrap .prd_info_cont .optionbox {display: none;} .PrdReserve .cont_wrap .prd_user_box { border-bottom: 0; padding-bottom: 0;} .PrdReserve .cont_wrap .prd_user_cont { padding: 0px 15px;} .PrdReserve .cont_wrap .prd_user_cont .input_wrap + .input_wrap { padding-top: 65px; margin-top: 65px; border-top: 1px solid #D9D9D9;} .PrdReserve .cont_wrap .prd_user_cont .user_tit { color: #000; font-size: 20px; font-weight: 700; margin-bottom: 30px;} .PrdReserve .cont_wrap .prd_user_cont .inputbox { display: flex; align-items: flex-start; justify-content: space-between; gap: 10%; margin-bottom: 35px;} .PrdReserve .cont_wrap .prd_user_cont .inputitem { flex: 1;} .PrdReserve .cont_wrap .prd_user_cont .inputitem .user_sub { color: #7B7B7B; font-size: 14px; font-weight: 500; margin-bottom: 8px;} .PrdReserve .cont_wrap .prd_user_cont .inputitem .user_sub .color { color: #F9545F; font-size: 12px; font-weight: 700;} .PrdReserve .cont_wrap .prd_user_cont .inputitem .user_desc { color: #000; font-size: 14px; font-weight: 500; margin: 15px 0 20px;} .PrdReserve .cont_wrap .prd_user_cont .inputitem .user_input { width: 100%; height: 50px; line-height: 50px; border-radius: 10px; border: 1px solid #ACA9A9; background: #FFF;padding: 0 12px;} .PrdReserve .cont_wrap .prd_user_cont .inputitem textarea.user_input { height: 140px;} .PrdReserve .cont_wrap .prd_cancell_box { padding-bottom: 0; border-bottom: 0;} .PrdReserve .cont_wrap .prd_cancell_box .sub_titbox { margin-bottom: 25px;} .PrdReserve .cont_wrap .prd_cancell_cont { width: calc(100% - 30px); margin: auto; border-radius: 10px; background: #EEE; padding: 25px 28px; display: flex; flex-direction: column; gap: 4px;} .PrdReserve .cont_wrap .prd_cancell_cont .cancell_item { flex: 1;} .PrdReserve .cont_wrap .prd_cancell_cont .cancell_item .txt { position: relative; color: #000; font-size: 16px; font-weight: 500; padding-left: 15px;} .PrdReserve .cont_wrap .prd_cancell_cont .cancell_item .txt::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 4px; height: 4px; background-color: #000; border-radius: 50%;} .PrdReserve .side_wrap { position: sticky; top: 30px; width: 28.5%; border: 1px solid #A5A5A5; border-radius: 5px; background-color: #fff;} .PrdReserve .side_wrap.sticky {top: 46px;} .PrdReserve .side_wrap .side_tit { color: #000; font-size: 16px; font-weight: 500; border-bottom: 1px solid #A5A5A5; padding-bottom: 18px;} .PrdReserve .side_wrap .sub_titbox { margin-top: 28px; margin-bottom: 0; padding: 0 15px;} .PrdReserve .side_wrap .pay_box { margin-bottom: 28px;} .PrdReserve .side_wrap .pay_box .sub_titbox { width: calc(100% - 30px); border-bottom: 1px solid #A5A5A5; margin: 0 auto; padding-bottom: 25px;} .PrdReserve .side_wrap .pay_box .pay_infobox { display: flex; flex-direction: column; gap: 10px; padding: 18px 15px;} .PrdReserve .side_wrap .pay_box .pay_infoitem { display: flex; justify-content: space-between; align-items: center; gap: 15px; color: #000; font-size: 14px; font-weight: 500;} .PrdReserve .side_wrap .pay_box .pay_infoitem .sub, .PrdReserve .side_wrap .pay_box .pay_infoitem .desc{flex: 1; word-break: break-word;} .PrdReserve .side_wrap .pay_box .pay_infoitem .desc {text-align: right;} .PrdReserve .side_wrap .pay_box .pay_total { display: flex; align-items: center; justify-content: space-between; padding: 15px; background: #FFB685; color: #FFF; font-size: 14px; font-weight: 500;} .PrdReserve .side_wrap .pay_box .pay_total .sub { font-weight: 700;} .PrdReserve .side_wrap .terms_box { margin: 28px 0; padding: 0 15px;} .PrdReserve .side_wrap .terms_box .check_box { display: flex; align-items: center; gap: 8px;} .PrdReserve .side_wrap .terms_box .check_box.check_all {padding: 15px 8px;} .PrdReserve .side_wrap .terms_box .check_wrap { border-radius: 10px; border: 1px solid #ACA9A9; background: #FFF;padding: 20px; display: flex; flex-direction: column; gap: 12px; margin: 8px 0 12px;} .PrdReserve .side_wrap .terms_box .check_box .check_input { width: 20px; height: 20px; border-radius: 5px; border: 1px solid #A5A5A5; background: url(../img/check_icon.png) no-repeat center / 70% auto #fff; appearance: none; cursor: pointer;} .PrdReserve .side_wrap .terms_box .check_box .check_input:checked { background-color: #FF9348; border-color: #FF9348;} .PrdReserve .side_wrap .terms_box .check_box .check_label { flex: 1; color: #000; font-size: 14px; font-weight: 500; cursor: pointer;} .PrdReserve .side_wrap .terms_box .check_alert { color: #E43232; font-size: 12px; font-weight: 500;} .PrdReserve .side_wrap .pay_method { margin: 40px 0; padding: 0 15px;} .PrdReserve .side_wrap .pay_method .radio_wrap { display: flex; flex-direction: column; gap: 15px; padding: 0px 15px; margin-top: 30px;} .PrdReserve .side_wrap .pay_method .radio_box { display: flex; align-items: center; gap: 8px;} .PrdReserve .side_wrap .pay_method .radio_box .radio_input { position: relative; width: 20px; height: 20px; border: 1px solid #A5A5A5; background: #fff; appearance: none; border-radius: 50%; box-sizing: border-box; cursor: pointer;} .PrdReserve .side_wrap .pay_method .radio_box .radio_label { flex: 1; color: #000; font-size: 16px; font-weight: 500; cursor: pointer;} .PrdReserve .side_wrap .pay_method .radio_box .radio_input::before { content: ""; position: absolute; left: 50%; top: 50%; width: 70%; height: 70%; border-radius: 50%; background-color: #fff; transform: translate(-50%,-50%);} .PrdReserve .side_wrap .pay_method .radio_box .radio_input:checked::before { background-color: #FF9348;} .PrdReserve .side_wrap .pay_btnbox { padding: 0 25px 25px; display: flex; justify-content: center;} .PrdReserve .side_wrap .pay_btnbox .pay_btn {width: 100%; max-width: 230px; height: 40px; border-radius: 10px; background: #FFA465; color: #FFF; font-size: 16px; font-weight: 700; font-family: inherit;} .PrdReserve .side_wrap .mob_pay_btnbox {display: none;} .terms_popup_wrap { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 999; opacity: 0; pointer-events: none; transition: all 0.4s ease-in;} .terms_popup_wrap.show { opacity: 1; pointer-events: auto;} .terms_popup_wrap .terms_popup { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; max-width: 350px; background-color: #fff; padding: 10px;} .terms_popup_wrap .terms_popup .popup_head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid #A5A5A5; margin-bottom: 10px;} .terms_popup_wrap .terms_popup .popup_head .title { flex: 1; color: #000; font-size: 16px; font-weight: 700;} .terms_popup_wrap .terms_popup .popup_close { display: flex; width: 30px;} .terms_popup_wrap .terms_popup .popup_body { padding: 10px 0 20px; min-height: 345px; max-height: 435px; overflow: auto;} .terms_popup_wrap .terms_popup .popup_body::-webkit-scrollbar { display: none; } .terms_popup_wrap .terms_popup .popup_body .popup_contents { color: #000; font-size: 14px; line-height: 1.4em; font-weight: 500;} /* mobile */ @media screen and (max-width: 1400px) { .PrdReserve .side_wrap { top: 25px; } .PrdReserve .side_wrap .side_tit { padding-bottom: 15px; } .PrdReserve .side_wrap .sub_titbox { margin-top: 22px; } .PrdReserve .side_wrap .pay_box { margin-bottom: 22px; } .PrdReserve .side_wrap .pay_box .sub_titbox {padding-bottom: 15px; } .PrdReserve .side_wrap .pay_box .pay_infobox { padding: 15px; } .PrdReserve .side_wrap .terms_box { margin: 22px 0; } .PrdReserve .side_wrap .pay_method { margin: 30px 0; } .PrdReserve .side_wrap .pay_method .radio_wrap {margin-top: 22px; } } @media screen and (max-width: 1023px) { .pc {display: none !important} .mob {display: block !important;} .inner { width: 90%; min-width: auto; padding: 0; } .PrdList .prd_list_top { margin-top: 120px; justify-content: flex-end;} .PrdList .prd_list_top .menu_postion { display: none; } .PrdList .prd_list_top .schbox { width: 50%; } .PrdList .prd_list_top .schbox > .sch_input {width: 76%; } .PrdList .prd_list_top .schbox > .sch_btn { width: 24%; } .PrdList .prd_catebox {position: relative; flex-wrap: wrap; gap: 30px 20px; margin-bottom: 45px; padding-bottom: 45px; } .PrdList .prd_catebox::after { content: ""; position: absolute;left: 50%; bottom: 0; transform: translateX(-50%); width: 90%; height: 1px; background-color: #333333; } .PrdList .prd_catebox .prdcate_nav {position: relative; flex: initial; width: calc((100% - 20px)/2); } .PrdList .prd_catebox .prdcate_nav::after { bottom: -20px; width: 10px; height: 10px;} .PrdList .filter_tab_wrap .filter_tabbox {position: relative; flex-wrap: wrap; gap: 22px; margin-bottom: 55px; padding-bottom: 45px; display: none; animation: 1.2s ease 0s fadeUp;} .PrdList .filter_tab_wrap .filter_tabbox.on { display: flex; } .PrdList .filter_tab_wrap .filter_tabbox::after { content: ""; position: absolute;left: 50%; bottom: 0; transform: translateX(-50%); width: 90%; height: 1px; background-color: #333333; } .PrdList .filter_tab_wrap .filter_tabbox .filter_tab { flex: initial; width: calc((100% - 22px)/2); } .PrdList .filter_tab_wrap .filter_tabbox .filter_tab::after { bottom: -16px; width: 10px; height: 10px;} .PrdList .prd_contents .prd_item + .prd_item { margin-top: 120px;} .PrdList .prd_contents .prd_item + .prd_item::before { content: ""; position: absolute; left: 50%; top: -55px; transform: translateX(-50%); width: 90%; height: 1px; background-color: #333333; } .PrdList .prd_contents .prd_item .prd_item_imgbox {flex-direction: column; } .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid_big { width: 100%; } .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid_big .grid_item { height: 0; padding-bottom: 47%;} .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid { flex-wrap: nowrap; overflow: auto; } .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid .grid_item { width: calc((100% - 30px)/3); min-width: calc((100% - 30px)/3); padding-bottom: 20%;} .MyReserve .reserve_item { padding: 25px 30px; flex-wrap: wrap;} .MyReserve .reserve_item .imgbox { width: 40%; padding-bottom: 35%;} .MyReserve .reserve_item .infobox { width: 60%; padding: 0px 0px 0px 30px; border-right: 0; flex: initial;} .MyReserve .reserve_item .infobox .title { font-size: 24px; margin-bottom: 15px; gap: 10px; flex-direction: column-reverse; align-items: flex-start;} .MyReserve .reserve_item .infobox .detail_btn { display: none;} .MyReserve .reserve_item .infobox .detail_btn .icon { width: 25px; height: 25px;} .MyReserve .reserve_item .infobox .datebox { gap: 25px; justify-content: flex-start; } .MyReserve .reserve_item .infobox .datebox .date { gap: 8px; font-size: 15px; } .MyReserve .reserve_item .infobox .infoitem { padding: 10px 0px;} .MyReserve .reserve_item .infobox .infoitem .info_txt { font-size: 15px; flex: 1; justify-content: flex-start; gap: 12px; } .MyReserve .reserve_item .infobox .info_total {display: none; } .MyReserve .reserve_item .mob_info_total { width: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-size: 24px; margin-top: 20px; } .MyReserve .reserve_item .mob_info_total .sub { font-weight: 500; color: #666666;} .MyReserve .reserve_item .mob_info_total .desc { font-weight: 700; color: #000000} .MyReserve .reserve_item .btnbox { width: 100%; padding: 0; gap: 12px; margin-top: 20px;} .MyReserve .reserve_item .btnbox > .btn_clear { height: 70px; } .PrdReserve .reserve_contents { flex-direction: column; } .PrdReserve .cont_wrap { width: 100%; padding-right: 0; } .PrdReserve .cont_wrap .prd_info_cont { flex-wrap: wrap; } .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_option { display: none; } .PrdReserve .cont_wrap .prd_info_cont .optionbox { width: 100%; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; background: #EEE; padding: 15px 25px;} .PrdReserve .cont_wrap .prd_info_cont .optionbox .option_cont { display: flex; align-items: center; gap: 18px; color: #000; font-size: 14px; font-weight: 500;} .PrdReserve .cont_wrap .prd_info_cont .optionbox .total_pricee { color: #000; font-size: 14px; font-weight: 500;} .PrdReserve .cont_wrap .prd_user_cont .user_tit {font-size: 18px; margin-bottom: 15px; } .PrdReserve .cont_wrap .prd_user_cont .inputbox { margin-bottom: 25px; flex-direction: column; gap: 25px; } .PrdReserve .cont_wrap .prd_user_cont .inputitem { width: 100%;} .PrdReserve .side_wrap {top: auto; width: 100%; border: none; padding-bottom: 120px;} .PrdReserve .side_wrap .sub_titbox { padding: 0; } .PrdReserve .side_wrap .pay_box { display: none; } .PrdReserve .side_wrap .terms_box { padding: 0;} .PrdReserve .side_wrap .pay_method { margin: 40px 0; padding: 0;} .PrdReserve .side_wrap .pay_btnbox { display: none;} .PrdReserve .side_wrap .mob_pay_btnbox { display: block; position: fixed;bottom: 0px; left: 0px; width: 100%; background-color: #fff; border: 1px solid #EEEEEE; padding: 10px; } .PrdReserve .side_wrap .mob_pay_btnbox .pay_btn { width: 100%; height: 65px; border-radius: 10px;background: #FFA465; color: #FFF; font-size: 20px; font-weight: 700; font-family: inherit; } } @media screen and (max-width: 700px) { .MyReserve .reserve_item .infobox .datebox {gap: 12px;} .MyReserve .reserve_item .infobox .infoitem { flex-direction: column; gap: 3px;} } @media screen and (max-width: 599px) { .sub_title { font-size: 30px; } .sub_title::after { width: 75px; height: 4px; margin: 15px auto 0; } .PrdList .prd_list_top { margin-top: 100px; } .PrdList .prd_list_top .schbox > .sch_input { width: 72%; height: 30px; font-size: 14px; } .PrdList .prd_list_top .schbox > .sch_btn { width: 28%; height: 30px; font-size: 14px; font-weight: 500; padding-bottom: 2px; } .PrdList .prd_catebox { gap: 18px 12px; margin-bottom: 35px;padding-bottom: 30px; } .PrdList .prd_catebox::after {width: 85%; } .PrdList .prd_catebox .prdcate_nav { width: calc((100% - 12px)/2); font-size: 18px; min-height: 68px;} .PrdList .prd_catebox .prdcate_nav::after {bottom: -13px; width: 7px; height: 7px; } .PrdList .filter_tab_wrap .filter_tabbox { margin-bottom: 45px; padding-bottom: 30px; gap: 14px; } .PrdList .filter_tab_wrap .filter_tabbox::after { width: 85%;} .PrdList .filter_tab_wrap .filter_tabbox .filter_tab { font-size: 16px; min-height: 45px; } .PrdList .filter_tab_wrap .filter_tabbox .filter_tab::after { bottom: -11px; width: 7px; height: 7px;} .PrdList .prd_contents .prd_titbox { margin-bottom: 45px; } .PrdList .prd_titbox .txt { padding-left: 30px; font-size: 25px; } .PrdList .prd_contents .prd_item .prd_item_imgbox { gap: 10px; margin-bottom: 25px; } .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid { gap: 10px; } .PrdList .prd_contents .prd_item .prd_item_imgbox .banner_grid .grid_item { width: calc((100% - 20px)/3); min-width: calc((100% - 20px)/3); padding-bottom: 22%; border-radius: 15px;} .PrdList .prd_contents .prd_item .prd_item_txtbox .leftbox .tit { font-size: 16px; } .PrdList .prd_contents .prd_item .prd_item_txtbox .leftbox .desc { font-size: 16px; } .PrdList .prd_contents .prd_item .prd_item_txtbox .rightbox .price { font-size: 16px; } .PrdList .prd_contents .prd_item + .prd_item {margin-top: 78px; } .PrdList .prd_contents .prd_item + .prd_item::before { top: -38px; width: 85%;} .MyReserve .reserve_list { gap: 35px; margin-top: 100px;} .MyReserve .reserve_item { padding: 20px 15px; } .MyReserve .reserve_item .imgbox { width: 45%; padding-bottom: 40%;} .MyReserve .reserve_item .infobox { width: 55%; padding: 0px 0px 0px 10px; } .MyReserve .reserve_item .infobox .title { font-size: 17px; margin-bottom: 6px; } .MyReserve .reserve_item .infobox .datebox { flex-direction: column; align-items: flex-start; gap: 3px;} .MyReserve .reserve_item .infobox .datebox .date {font-size: 13px; } .MyReserve .reserve_item .infobox .infoitem .info_txt {font-size: 13px; gap: 8px; } .MyReserve .reserve_item .mob_info_total { justify-content: center; font-size: 18px; margin-top: 5px; } .MyReserve .reserve_item .btnbox { gap: 8px; margin-top: 15px; } .MyReserve .reserve_item .btnbox > .btn_clear { height: 45px; font-size: 15px; } .PrdReserve .inner { width: 90%; padding: 0; } .PrdReserve .sub_titbox .txt { font-size: 18px; padding-left: 14px; } .PrdReserve .reserve_contents { margin-top: 100px; } .PrdReserve .cont_wrap { padding-bottom: 0; margin-bottom: 25px;} .PrdReserve .cont_wrap .prd_box { padding-bottom: 30px; } .PrdReserve .cont_wrap .prd_box + .prd_box { margin-top: 30px;} .PrdReserve .cont_wrap .prd_info_cont { gap: 20px 15px; } .PrdReserve .sub_titbox { margin-bottom: 25px; } .PrdReserve .cont_wrap .prd_info_cont .imgbox { width: 30%; padding-bottom: 30%; } .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_top { margin-top: 12px; } .PrdReserve .cont_wrap .prd_info_cont .txtbox .prd_tit { font-size: 16px; margin-bottom: 8px; } .PrdReserve .cont_wrap .prd_info_cont .optionbox .option_cont { gap: 10px; font-size: 12px; } .PrdReserve .cont_wrap .prd_info_cont .optionbox .total_pricee { font-size: 12px; } .PrdReserve .cont_wrap .prd_user_box {padding-bottom: 10px;} .PrdReserve .cont_wrap .prd_user_cont .inputitem .user_input { height: 38px; line-height: 38px; border-radius: 8px; } .PrdReserve .cont_wrap .prd_user_cont .inputbox { margin-bottom: 15px; gap: 15px; } .PrdReserve .cont_wrap .prd_user_cont .input_wrap + .input_wrap { padding-top: 40px; margin-top: 40px;} .PrdReserve .cont_wrap .prd_cancell_cont { width: 100%;padding: 15px; } .PrdReserve .cont_wrap .prd_cancell_cont .cancell_item .txt { font-size: 13px; padding-left: 12px; } .PrdReserve .side_wrap .terms_box .check_wrap { padding: 15px;} .PrdReserve .side_wrap .terms_box .check_box .check_input { width: 18px; height: 18px; border-radius: 4px; } .PrdReserve .side_wrap .terms_box .check_box .check_label { font-size: 12px; } .PrdReserve .side_wrap .pay_method .radio_wrap { margin-top: 15px; padding: 0 5px; } .PrdReserve .side_wrap .pay_method .radio_box .radio_input { width: 16px; height: 16px; } .PrdReserve .side_wrap .pay_method .radio_box .radio_label { font-size: 14px;} .PrdReserve .side_wrap .mob_pay_btnbox .pay_btn { height: 50px; font-size: 16px; } } @media screen and (max-width: 320px) { }