header { position: fixed; top: 0; left: 0; width: 100%; border-bottom: 0.1rem solid #dddddd; box-shadow: rgba(0, 0, 0, 0.1) 0 0.4rem 0.6rem -0.1rem, rgba(0, 0, 0, 0.06) 0 0.2rem 0.4rem -0.1rem; }

.head_title_wrap { width: 100%; height: 6rem; display: flex; align-items: center; justify-content: space-between; padding: 0 2.4rem; }
.head_title_wrap > h1 { font-size: 2.2rem; font-weight: 500; }

.sch_logo_wrap { display: flex; }
.sch_logo_img { display: inline-block; width: 14rem; }
.sch_logo_img > img { width: 100%; height: auto; }
.sch_logo_text { margin-left: 1rem; }
.sch_logo_text > span { display: block; line-height: 1; }
.sch_logo_text > span:nth-of-type(1) { font-size: 1rem; color: #999999; }
.sch_logo_text > span:nth-of-type(2) { margin-top: 0.2rem; font-size: 1.8rem; font-weight: 700; }

.home_btn, .cls_btn { display: none; }
.tel_num > span { display: inline-block; padding: 0.8rem 1.6rem; font-size: 1.8rem; font-weight: 500; color: #ffffff; background: #0085CC; border-radius: 1rem; }

.fix_box { height: 6rem;}

.itinerary_footer { background: #2b2b2b; text-align: center; }
.itinerary_footer > span { display: inline-block; padding: 1rem; font-size: 1.5rem; color: #ffffff; }

section { padding: 0 1.6rem; }

.item_wrap { margin: 0 auto; width: 111rem; box-sizing: border-box; }

.travel_info_wrap { margin-top: 5rem;  }
.head_tltle { font-size: 2.4rem; font-weight: 500;}
.head_tltle > em::before { content: "-"; margin-right: 0.8rem; }
.travel_info_wrap > ul { list-style: none; padding: 0; margin-top: 1rem; display: flex; width: 100%; border-top: 0.1rem solid #000000; }
.travel_info_wrap > ul > li { text-align: right; }
.travel_info_wrap > ul > li:nth-child(1) { width: calc(100% - 78%); text-align: left; }
.travel_info_wrap > ul > li:nth-child(2) { width: 26%;  }
.travel_info_wrap > ul > li:nth-child(3) { width: 26%; }
.travel_info_wrap > ul > li:nth-child(4) { width: 26%; }
.travel_info_wrap > ul > li > div { border-bottom: 0.1rem solid #e5e5e5; padding: 0 1.6rem; }
.travel_info_wrap > ul > li > div:nth-child(1) { height: 8rem; line-height: 8rem;}
.travel_info_wrap > ul > li > div:nth-child(2) { padding-top: 3rem; height: 12rem; line-height: 1.5;}

.travel_info_wrap_europe { margin-top: 5rem;  }
.travel_info_wrap_europe > ul { list-style: none; padding: 0; margin-top: 1rem; display: flex; align-items: stretch; width: 100%; border-top: 0.1rem solid #000000; }
.travel_info_wrap_europe > ul > li { flex: 1; text-align: right; display: flex; flex-direction: column; align-items: stretch;}
.travel_info_wrap_europe > ul > li:nth-child(1) { flex: initial; width: 8%; text-align: left; }
.travel_info_wrap_europe > ul > li > div { padding: 3rem 1.6rem; border-bottom: 0.1rem solid #e5e5e5; }
.travel_info_wrap_europe > ul > li > div:nth-child(2) { flex: 1; line-height: 1.5; }

.info_title { box-sizing: border-box; }
.info_title > span { font-size: 1.8rem; font-weight: 500; }
.info_title.mt_10 { margin-top: 1rem; box-sizing: border-box; }
.info_title.mt_10 > span { font-size: 1.8rem; box-sizing: border-box; }
.info_contents { box-sizing: border-box; }
.info_contents > span { color: #999999; }
.info_contents > span:nth-child(1) { display: block; color: #000000; font-weight: 500; font-size: 1.8rem; white-space: nowrap;  }
.info_contents > span:nth-child(2) { margin-top: 0.6rem; display: inline-block; font-size: 1.5rem; }

.scd_wrap { margin-top: 5rem;}
.scd_wrap_edit { margin-top: 1rem;}
.company_name { font-size: 1.8rem; color: #0085CC;}

.scd_nav { margin-top: 2rem;}
.scd_nav > ul { margin-top: 1rem; display: flex; border-top: 0.1rem solid #000000; border-bottom: 0.1rem solid #e5e5e5;  }
.scd_nav > ul > li { position: relative; padding: 0 1.6rem; }
.scd_nav > ul > li > a { width: 12rem; height: 8rem; line-height: 8rem; text-align: center; display: block; color: #999999; box-sizing: border-box;}
.scd_nav > ul > li::after { display: none; position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0.3rem; background: #000000; }
.scd_nav > ul > li:hover::after { display: block; }
.scd_nav > ul > li:hover > a { font-weight: 500; color: #000000; }
.scd_nav > ul > li.active::after { display: block; }
.scd_nav > ul > li.active> a { font-weight: 500; color: #000000; }

.noti_wrap { margin-top: 3rem; border: 0.1rem solid #e5e5e5; border-top-color: #000000; padding: 0 3rem; }
.noti_tltle { padding: 3rem 0; display: flex; align-items: center; width: 100%; }
.noti_tltle > span { font-size: 1.8rem; font-weight: 500; }
.info_icon { display: inline-block; width: 2.6rem; height: 2.6rem; margin-right: 1rem; pointer-events: none;}
.info_icon > img { width: 100%;}
.noti_detail { padding: 2rem 0; border-top: 0.1rem solid #e5e5e5;}
.noti_detail > span { font-size: 1.6rem; }
.noti_detail > span.impo { margin-top: 0.4rem; position: relative; display: block; padding: 0 0 0 2.2rem; font-size: 1.5rem; font-weight: 400; color: #51545f; }
.noti_detail > span.impo:nth-of-type(1) { margin-top: 0; }
.noti_detail > span.impo::before { position: absolute; content: "※"; top: 0; left: 0; color: inherit; }

.flight_noti_wrap { margin-bottom: 3rem; border: 0.1rem solid #fc7100; padding: 0 3rem; }
.flight_noti_tltle { padding: 2rem 0; display: flex; align-items: center; width: 100%; }
.flight_noti_tltle > span { font-size: 1.8rem; font-weight: 500; }
.flight_info_icon { position: relative; display: inline-block; width: 2.4rem; height: 2.4rem; text-align: center; background: #fc7100; border-radius: 50%; border: 0.2rem solid rgba(0, 0, 0, 0.06); margin-right: 1rem; pointer-events: none;}
.flight_info_icon::before { position: absolute; content: "i"; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 1.8rem; color: #ffffff; font-weight: 700; }
.flight_noti_detail { padding: 2rem 0; border-top: 0.1rem solid #ffd8d8;}
.flight_noti_detail > span { position: relative; display: block; padding: 0.4rem 0 0 1.4rem; font-size: 1.6rem; font-weight: 500; }
.flight_noti_detail > span::before { position: absolute; content: "·"; top: 0.2rem; left: 0; font-size: 1.8rem; font-weight: 500; color: #0085CC; }
.flight_noti_detail > span.star::before { content: "*"; top: 0.8rem; font-size: 1.6rem; color: #ff5500; }
.flight_noti_detail > span.impo { padding: 0.4rem 0 0 2.2rem; font-weight: 400; color: #51545f; }
.flight_noti_detail > span.impo::before { content: "※"; top: 0.4rem; font-size: 1.6rem; color: inherit; }

.promotion_wrap { border: 0.1rem solid #e5e5e5; }
.promotion_wrap > div { padding: 3rem; }
.promotion_badge { font-size: 1.8rem; font-weight: 700; color: #0085CC;}
.promotion_badge.sp { color: #fd00ad;}
.promotion_detail { margin-top: 0.6rem; font-size: 1.6rem; line-height: 1.8; color: #4c4c4c; }
.promotion_detail > span { position: relative; display: block; padding: 0.4rem 0 0 1.4rem; font-size: 1.6rem; font-weight: 500; }
.promotion_detail > span::before { position: absolute; content: "·"; top: 0.2rem; left: 0; font-size: 1.8rem; color: #0085CC; }
.promotion_detail > span.star::before { content: "*"; top: 0.8rem; font-size: 1.6rem; color: #ff5500; }
.promotion_detail > span.impo { padding: 0.4rem 0 0 2.2rem; font-weight: 400; color: #51545f; }
.promotion_detail > span.impo::before { content: "※"; top: 0.4rem; font-size: 1.6rem; color: inherit; }

.schedule_wrap { margin-top: 3rem;}
.schedule_wrap > ul { list-style: none; padding: 0; margin: 0; }
.schedule_wrap > ul > li { list-style: none; border-top: 0.1rem solid #000000; padding-bottom: 3rem; }

.day_wrap { background: #F0F0F0; display: flex; align-items: center; height: 8rem; line-height: 8rem; padding: 0 3rem; box-sizing: border-box;}
.day_wrap > span { font-size: 1.8rem; }

.day_num { display: inline-block; font-size: 4rem; color: #999999; font-weight: 700; box-sizing: border-box;}
.day_num > em { font-size: 2.6rem; color: #999999;}

.day_title { position: relative; margin-left: 3rem; font-size: 2.4rem; font-weight: 700; flex: 1;}

.day_detail_wrap { padding: 5rem 3rem 3rem 5.2rem; }
.day_detail_wrap > ul { list-style: none; padding: 0; margin: 0; }
.day_detail_wrap > ul > li { position: relative; padding: 0 0 6rem 6rem; border-left: 0.1rem dashed #000000; }
.day_detail_wrap > ul > li.choice > div { padding: 5rem 4rem 2rem 4rem; border: 0.1rem solid #e5e5e5; }
/* .day_detail_wrap > ul > li::before { position: absolute; content: ""; top: -0.4rem; left: -0.4rem; width: 0.8rem; height: 0.8rem; border-radius: 50%; background: #40C4FF; } */
/* .day_detail_wrap > ul > li.choice::before { top: 2.6rem; } */
.day_detail_wrap > ul > li:last-child { border-left: 0; padding-bottom: 0; }
.dot { position: absolute; top: -0.4rem; left: -0.4rem; width: 0.8rem; height: 0.8rem; border-radius: 50%; background: #40C4FF; }
.day_detail_wrap > ul > li.choice .dot { top: 4.8rem; }

.day_datail_title { transform: translateY(-1.4rem); font-size: 1.8rem; display: block; font-weight: 500; }
.day_datail { color: #555555; margin-top: -0.8rem; font-size: 1.6rem; }

.img_contents_wrap { margin-top: 2rem; padding-bottom: 2rem;}
.img_contents_wrap > span { display: block; margin-top: 1rem; }
.img_title { display: block; font-size: 1.8rem; color: #0085CC;}
.img_sub_ment { display: inline-block; font-size: 1.6rem; color: #4c4c4c; }
.img_info { font-size: 1.6rem; }

.img_wrap { margin-top: 1.6rem; padding-bottom: 0.4rem; display: flex; justify-content: space-between; align-items: center;} 
.img_thumb { width: 47.5%; overflow: hidden; border-radius: 1.2rem; box-shadow: rgba(0, 0, 0, 0.08) 0 0.4rem 1.2rem; box-sizing: border-box;} 
.img_thumb.cnt3 { width: 32%; } 
.img_thumb > span.img { display: block; padding-top: 75%; background-image: url(); background-repeat: no-repeat; background-size: cover; background-position: center center; font-size: 0; text-indent: -9999em; box-sizing: border-box;} 

.day_info_wrap { padding: 0 3rem;}
.day_info_wrap > div { padding: 2rem 0; display: flex; align-items: center; border-bottom: 0.1rem solid #e5e5e5;}
.day_info_wrap > div:last-child { border-bottom: 0; }
.day_info_icon { flex-shrink: 0; text-align: center; pointer-events: none; }
.day_info_icon > span { display: block; font-size: 1.4rem; color: #40C4FF; margin-top: 0.8rem; }

.day_info_detail { margin-left: 4rem; }
.hotel_name { font-size: 1.8rem; font-weight: 500; }
.hotel_area { display: inline-block; margin-right: 0.6rem; padding: 0.2rem 1rem; font-size: 1.4rem; font-weight: 500; background: #94b5d3; border-radius: 1rem; color: #ffffff; } 
.hotel_area::before { display: inline-block; content: '숙박지역 :'; margin-right: 0.6rem; }
.day_info_detail > ul { display: flex; align-items: center; list-style: none; padding: 0; margin: 0;}
.day_info_detail > ul > li { min-width: 20rem; margin-right: 8rem; font-size: 1.8rem; font-weight: 400;}
.day_info_detail > ul > li:last-child { margin-right: 0;}
.day_info_noti { margin-top: 1rem; display: block; font-size: 1.4rem; color: #777777; font-weight: 400; }

.scd_nav_tabbox { padding: 3rem 0; }

.transport_icon { position: absolute; top:-1.2rem; left: 1.6rem; display: inline-block; width: 3.6rem; background: url() no-repeat center center/contain; }
.transport_icon::before { display: inline-block; content: ''; font-size: 0; padding-top: 83.34%; }
.transport_icon.car { background-image: url(../img/etc/transport_car.png); }
.transport_icon.van { background-image: url(../img/etc/transport_van.png); }
.transport_icon.rent { background-image: url(../img/etc/transport_rent.png); }
.transport_icon.bus { background-image: url(../img/etc/transport_bus.png); }
.transport_icon.train { background-image: url(../img/etc/transport_train.png); }
.transport_icon.air { background-image: url(../img/etc/transport_air.png); }
.transport_icon.ship { background-image: url(../img/etc/transport_ship.png); }

.d_like_btn { margin: 0.4rem 0; display: inline-block; color: #ffffff; background: #40C4FF; border: 0.1rem solid rgba(0, 0, 0, 0.15); padding: 0.4rem 0.6rem; font-weight: 500; border-radius: 0.4rem; }

/* 일정 리스트 start */
.sch_nav_wrap { margin: 5rem auto 0 auto; width: 111rem; overflow: hidden; }
.sch_nav { position: relative; margin: -0.6rem; display: flex; align-items: center; flex-wrap: wrap; }
.sch_nav li { margin: 0.6rem; }
.sch_nav li > a { display: block; padding: 1.2rem 2rem; border-radius: 1rem; font-size: 1.8rem; color: #708090; font-weight: 500; border: 0.1rem solid #708090; }
.sch_nav li > a:hover { background: #003153; color: #ffffff; border-color: rgba(0, 0, 0, 0.6); opacity: 0.7; }
.sch_nav li > a.nobtn { color: #ffffff; font-weight: 500; background: #fc6500; border-color: rgba(0, 0, 0, 0.1); pointer-events: none; }
.sch_nav li > a.nobtn:hover { opacity: initial; }
.sch_nav li.active > a { background: #003153; color: #ffffff; border-color: rgba(0, 0, 0, 0.6); }
.sch_head_title { margin-top: 3rem; font-size: 2.4rem; font-weight: 500; padding: 1.8rem 3rem; border-top: 0.2rem solid #000000; border-bottom: 0.1rem solid #000000; }

.sch_list_container { margin: 0 auto; width: 111rem; }

.sch_core_info_wrap { margin: 3rem 0; padding: 1rem 3rem; display: flex; align-items: center; border: 0.1rem solid #fc7100; }
.sch_core_info_tltle { text-align: center; box-sizing: border-box; flex-shrink: 0; }
.sch_core_info_icon { position: relative; display: inline-block; width: 4rem; height: 4rem; text-align: center; background: #fc7100; border-radius: 50%; border: 0.1rem solid rgba(0, 0, 0, 0.06); }
.sch_core_info_icon::before { position: absolute; content: "i"; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 2rem; color: #ffffff; font-weight: 700; }
.sch_core_info_detail { padding: 0 2rem; }
.sch_core_info_detail > span { margin-top: 0.4rem; position: relative; display: block; padding:0 0 0 1.4rem; font-size: 1.4rem; font-weight: 500; }
.sch_core_info_detail > span:nth-of-type(1) { margin-top: 0; }
.sch_core_info_detail > span::before { position: absolute; content: "·"; top: 0.2rem; left: 0; font-size: 1.8rem; font-weight: bold; color: #0085CC; }
.sch_core_info_detail > span.star::before { content: "*"; top: 0.1rem; font-size: 1.6rem; color: #ff5500; }
.sch_core_info_detail > span.impo { padding: 0.4rem 0 0 2.2rem; font-weight: 400; color: #51545f; }
.sch_core_info_detail > span.impo::before { content: "※"; top: 0.4rem; font-size: 1.6rem; color: inherit; }

.sch_list_wrap { margin-top: 3.6rem; }
.sch_list_title { font-size: 1.8rem; background: #f6fbff; font-weight: 500; padding: 1.8rem 3rem; border: 0.1rem solid #d4d4d4; border-top-color: #000000; border-bottom: 0; }
.sch_list { border: 0.1rem solid #d4d4d4; padding: 0 3rem; }
.sch_list > li { display: flex; align-items: center; font-size: 1.8rem; border-bottom: 0.1rem solid #d4d4d4; padding: 1.8rem 0; box-sizing: border-box; }
.sch_list > li:last-of-type { border-bottom: 0; }
.sch_list > li > div { padding: 0 1rem;  }
.sch_list > li > div:nth-of-type(1) { flex: 1; }
.sch_list > li > div:nth-of-type(2) { padding-right: 6rem; text-align: right; }

.sch_country { font-size: 1.8rem; font-weight: 500; }

.sch_city { position: relative; padding-left: 6.4rem; font-size: 1.6rem; margin-top: 0.4rem; }
.sch_city::before { position: absolute; content: '여행지역'; top: 0.4rem; left: 0; display: inline-block; padding: 0rem 0.8rem; border: 0.1rem solid #e7005e; border-radius: 0.4rem; color: #e7005e; left: 0; font-size: 1rem; }

.sch_lodge { position: relative; padding-left: 6.4rem; font-size: 1.4rem; color: #8C92AC; margin-top: 0.4rem; }
.sch_lodge::before { position: absolute; content: '숙박지역'; top: 0.1rem; left: 0; display: inline-block; padding: 0rem 0.8rem; border: 0.1rem solid #0085CC; border-radius: 0.4rem; color: #0085CC; left: 0; font-size: 1rem; }

.sch_list_btn { display: inline-block; padding: 1rem 2.4rem; border-radius: 1rem; font-size: 1.6rem; color: #ffffff;background: #0085CC; }

.fc_1 { color: #000000 }
.fc_2 { color: #0093ff }
.fc_3 { color: #a120ff }
.fc_4 { color: #ff7800 }
.fc_5 { color: #00b78e }

footer { position: relative; }
.land_nav { position: absolute; left: 0; top: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; z-index: 10; }
.land_nav > a { display: inline-block; padding: 0.4rem 1rem; color: rgba(0, 0, 0, 0.1); font-size: 1.4rem; }

/* 일정 리스트 end */

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

    body { padding-bottom: 0; }

    .head_title_wrap { height: 5rem; padding: 0 1.6rem; }
    .head_title_wrap > h1 { font-size: 1.5rem;}
    .sch_logo_wrap { display: none; }
    .home_btn, .cls_btn { display: block; font-size: 1.8rem; }

    .tel_num { display: none; }
    .tel_num > span { display: inline-block; padding: 0.8rem 1.6rem; font-size: 1.8rem; font-weight: 500; color: #ffffff; background: #0085CC; border-radius: 1rem; }
    .fix_box { height: 5rem;}

    footer { padding: 0; }
    .itinerary_footer > span { font-size: 1.2rem; }

    .item_wrap { width: 100%; }

    .travel_info_wrap { margin-top: 2rem; }
    .head_tltle { font-size: 1.6rem; }
    .head_tltle > em { display: block; margin-top: 0.4rem; }
    .head_tltle > em::before { display: none; }
    .travel_info_wrap > ul { margin-top: 0.6rem; display: block; }
    .travel_info_wrap > ul > li { text-align: initial; display: flex; align-items: center; font-size: 1.4rem; }
    .travel_info_wrap > ul > li:nth-child(1) { width: auto; display: none; }
    .travel_info_wrap > ul > li:nth-child(2) { width: auto; }
    .travel_info_wrap > ul > li:nth-child(3) { width: auto; }
    .travel_info_wrap > ul > li:nth-child(4) { width: auto; }
    .travel_info_wrap > ul > li > div { display: flex; flex-direction: column; justify-content: center; }
    .travel_info_wrap > ul > li > div:nth-child(1) { flex: 1; height: 6rem; line-height: 1; }
    .travel_info_wrap > ul > li > div:nth-child(2) { flex: 2; padding-top: 0; height: 6rem; }
    
    .travel_info_wrap_europe { margin-top: 2rem; }
    .travel_info_wrap_europe > ul { margin-top: 0.6rem; display: block; }
    .travel_info_wrap_europe > ul > li { display: block; align-items: center; font-size: 1.4rem; }
    .travel_info_wrap_europe > ul > li:nth-child(1) { width: auto; display: none; }
    .travel_info_wrap_europe > ul > li > div { padding: 1rem; display: block; text-align: initial; }
    .travel_info_wrap_europe > ul > li > div:nth-of-type(1) { background: #efefef; }
    .travel_info_wrap_europe > ul > li > div:nth-of-type(2) { border-color: #b1b1b1; }

    .info_title > span { font-size: 1.4rem; }
    .info_title.mt_10 { margin-top: 0; box-sizing: border-box; text-align: right; }
    .info_title.mt_10 > span { font-size: 1.4rem; box-sizing: border-box; }
    .info_contents { margin-top: 0; text-align: right; }
    .info_contents > span:nth-child(1) { display: block; color: #000000; font-size: 1.4rem; line-height: 1; white-space: initial; }
    .info_contents > span:nth-child(2) { margin-top: 0; display: block; font-size: 1.2rem;  }

    .scd_wrap { margin-top: 3rem;}
    .scd_wrap_edit { margin-top: 2rem;}
        
    .company_name { font-size: 1.4rem; }

    .scd_nav { margin-top: 0.6rem;}
    .scd_nav > ul { margin-top: 0; }
    .scd_nav > ul > li > a { width: auto; height: 6rem; line-height: 6rem; font-size: 1.4rem; }

    .noti_wrap { margin-top: 2rem; padding: 0 1.6rem; }
    .noti_tltle { padding: 1rem 0;  }
    .noti_tltle > span { font-size: 1.4rem; }
    .info_icon { width: 2rem; height: 2rem; }
    .info_icon > img { width: 100%; }
    .noti_detail { padding: 1rem 0; }
    .noti_detail > span { font-size: 1.2rem;}

    .flight_noti_wrap { margin-bottom: 2rem; padding: 0 1.6rem; }
    .flight_noti_tltle { padding: 1rem 0; }
    .flight_noti_tltle > span { font-size: 1.4rem; }
    .flight_info_icon { width: 2rem; height: 2rem; }
    .flight_info_icon::before { top: 50%; left: 50%; font-size: 1.4rem; }
    .flight_noti_detail { padding: 1rem 0; }
    .flight_noti_detail > span { padding: 0.4rem 0 0 1rem; font-size: 1.2rem; font-weight: 500; }
    .flight_noti_detail > span::before { top: 0.1rem; font-size: 1.6rem; }
    .flight_noti_detail > span.star::before { top: 0.6rem; font-size: 1.2rem; }
    .flight_noti_detail > span.impo { padding: 0.4rem 0 0 1.4rem; }
    .flight_noti_detail > span.impo::before { font-size: 1.2rem; }

    .promotion_wrap > div { padding: 1rem 1.6rem; }
    .promotion_badge { font-size: 1.4rem; }
    .promotion_detail  { margin-top: 0.6rem; font-size: 1.2rem; line-height: 1.5; color: #4c4c4c; }
    .promotion_detail > span { padding: 0.4rem 0 0 1rem; font-size: 1.2rem; font-weight: 500; }
    .promotion_detail > span::before { top: 0.1rem; font-size: 1.6rem; }
    .promotion_detail > span.star::before { top: 0.6rem; font-size: 1.2rem; }
    .promotion_detail > span.impo { padding: 0.4rem 0 0 1.4rem; }
    .promotion_detail > span.impo::before { font-size: 1.2rem; }

    .schedule_wrap { margin-top: 2rem;}
    .schedule_wrap > ul > li { padding-bottom: 2rem; }

    .day_wrap { height: 6rem; line-height: 6rem; padding: 0 1.6rem; font-size: 1.2rem; }
    .day_num { font-size: 1.8rem; }
    .day_num > em { font-size: 1.2rem; }
    .day_wrap > span { font-size: 1rem; }

    .day_title { margin-left: 1rem; font-size: 1.4rem; }

    .day_detail_wrap { padding: 2.4rem 0.8rem; }
    .day_detail_wrap > ul > li { position: relative; padding: 0 0 4rem 1.6rem; }
    .day_detail_wrap > ul > li.choice > div { padding: 2.4rem 1rem; border: 0.1rem solid #e5e5e5; }
    .day_detail_wrap > ul > li.choice .dot { top: 2.2rem; }

    .day_datail_title { transform: translateY(-1rem); font-size: 1.4rem;}
    .day_datail { color: #777777; font-size: 1.2rem;}

    .img_contents_wrap { margin-top: 0; padding-bottom: 1rem;}
    .img_contents_wrap > span { margin-top: 0.6rem; }
    .img_title { font-size: 1.3rem; }
    .img_sub_ment { font-size: 1.2rem; }
    .img_info { font-size: 1.2rem; }

    .img_wrap { margin-top: 1rem; } 

    .day_info_wrap { padding: 0;}
    .day_info_wrap > div { padding: 1rem 0; }
    .day_info_icon > img { width: 2.6rem; height: 2.6rem; }
    .day_info_icon > span { font-size: 1.2rem; margin-top: 0.6rem; }

    .day_info_detail { margin-left: 1.4rem; }
    .hotel_name { font-size: 1.3rem; font-weight: 500; }
    .hotel_area { padding: 0.2rem 0.6rem; font-size: 1rem; border-radius: 0.6rem; } 
    .day_info_detail > ul { flex-wrap: wrap ;}
    .day_info_detail > ul > li { min-width: 0; margin-right: 1rem; font-size: 1.3rem; font-weight: 500;}
    .day_info_noti { margin-top: 0.6rem; font-size: 1rem; color: #777777; font-weight: 400; }

    .transport_icon { top:-0.6rem; left: -0.6rem;  width: 2.2rem; height: 2rem; }
    
    /* 일정 리스트 start */
    .sch_nav_wrap { margin-top: 3rem; width: 100%; padding: 0; }
    .sch_nav { margin: -0.4rem; padding: 0 1rem; }
    /* .sch_nav:has(li.active) { padding-bottom: 7rem; } */
    .sch_nav li { margin: 0.4rem; }
    .sch_nav li > a { padding: 0.6rem 1rem; border-radius: 0.6rem; font-size: 1.2rem; }
    .sch_head_title { font-size: 1.6rem; padding: 1rem 1.2rem; }

    .sch_list_container { width: 100%; }
    
    .sch_core_info_wrap { margin: 2rem 0; padding: 0.6rem 1rem; }
    .sch_core_info_tltle { display: none; }
    .sch_core_info_icon { width: 4rem; height: 4rem; }
    .sch_core_info_icon::before { font-size: 2rem; }
    .sch_core_info_detail { width: 100%; padding: 0; }
    .sch_core_info_detail > span { margin-top: 0.2rem; padding:0 0 0 1rem; font-size: 1rem; }
    .sch_core_info_detail > span.star::before { font-size: 1.2rem; }

    .sch_list_wrap { margin-top: 2.4rem; }
    .sch_list_title { font-size: 1.6rem; padding: 1rem; }
    .sch_list { border: 0.1rem solid #d4d4d4; padding: 0 1rem; }
    .sch_list > li { flex-wrap: wrap; font-size: 1.4rem; padding: 1rem 0; }
    .sch_list > li > div { padding: 0; }
    .sch_list > li > div:nth-of-type(1) { width: 100%; flex: initial; margin-bottom: 1rem; }
    .sch_list > li > div:nth-of-type(2) { width: calc(100% / 2); padding: 0; text-align: initial; }
    .sch_list > li > div:nth-of-type(3) { width: calc(100% / 2); text-align: right; }

    .sch_country { font-size: 1.6rem; }

    .sch_city { padding-left: 2.8rem; font-size: 1.4rem; }
    .sch_city::before { content: '여행'; top: 0.1rem; left: 0; padding: 0rem 0.1rem; border-radius: 0.2rem; }

    .sch_lodge { padding-left: 2.8rem; font-size: 1.2rem; }
    .sch_lodge::before { content: '숙박'; top: 0; left: 0; padding: 0rem 0.1rem; border-radius: 0.2rem; }
    .sch_list_btn { padding: 0.4rem 1rem; border-radius: 0.4rem; font-size: 1.2rem; }

    section:has(.sch_list_container) { padding: 0 1rem; }
    /* 일정 리스트 end */
}
