.header_wrap {
	display: none;
}

.util_lan_con .lan_list_con ul.lan_list > li:last-child {
	padding-bottom: 8px !important;
}

.booking_history_btn {
	background: #04a2df;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.cruise_wrap {
	overflow: visible;
}

.title_under_line {
	border: solid 2.5px #1b3282;
    width: 100px;
    display: inline-block;
}

.cruise_info_box {
	margin-bottom: 10px;
	box-shadow: 0px 10px 13px 2px rgba(0, 0, 0, 0.25), inset 0 0 0 0.5px #c8c8c8;
	
    /* border: solid 2px #c8c8c8; */
    border-radius: 15px;
    margin-top: -2px;
    background: #fff;
    overflow: hidden;
}

/* .cruise_info_box:hover {
	box-shadow: 0px 10px 13px 2px rgba(0, 0, 0, 0.25), inset 0 0 0 2px #04a2df; 
}
 */
.cruise_info_inner_box {
	padding: 15px 10px;
	display: flex;
    min-height: 160px;
}

.cruise_img {
    width: 36%;
    margin-right: 15px;
    border-radius: 20px;
}

.tel, .facility {
    border-radius: 3px;
    border: solid 1px #ddd;
    font-weight: 600;
    padding: 3px 16px;
}

.tel {
	color: #2b3138; 
	background-image: url('/weven_template/theme/PORTAL/1/resource/img/14x14_2b3138_call_icon.png'); 
	background-repeat: no-repeat; 
	background-size: 14px 14px; 
    background-position: 9px center;
    padding-left: 25px;
    margin-right: 5px;
}

.tag {
    /* background-color: #DCF1F9; */
    width: fit-content;
}

.route-list {
  	display: grid;
    grid-template-columns: 1fr 1fr;
    background: inherit;
}

.route_list_open_btn, .route_list_close_btn {
    padding: 12px 0px;
    text-align: center;
    background: #728C9D;
    color: white;
    cursor: pointer;
}

.cruise_info_under_box {
	background: #667484;
}

.room_info_list {
	 height: 0;
	 overflow: hidden;
	 background: #667484;
	 color: white;
}

.room_info_list.open {
	 overflow: visible;
}

input[type="radio"][name="route"] {
	 margin: 0 5px;
}

.roomListContainer tr {
    padding: 10px 0;
    border-bottom: solid 1px #fff;
}

.route-option {
	 display: flex;
	 align-items: center;
	 padding: 10px 15px 10px 15%;
	 gap: 10px;
	 border-bottom: solid 1px #fff;
}

.arrow {
	 color: #add8f5;
	 font-weight: bold;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    background: inherit;
    padding: 8px 10px;
}

.buttons button {
	 padding: 10px 36px;
	 border: none;
	 border-radius: 8px;
	 cursor: pointer;
}

.buttons .oneway {
	 background: white;
	 color: #333;
}

.buttons .round {
	 background: #c6e9fb;
	 color: #333;
}

.container {
	 max-width: 100%;
	 margin: 0 auto;
}

.buttons button:hover {
	 opacity: 0.9;
	 transition: 0.2s ease;
}


.facilities {
	z-index: 1;
	display: none;
    background: #04a2df;
    border-radius: 10px;
    color: white;
    padding: 15px 16px;
    width: 350px;
    height: fit-content;
}

.close {
	cursor: pointer;
}

.facilities::after {
    content: '';
    width: 38px;
    padding-top: 22px;
    position: absolute;
    top: -21px;
    right: calc(50% - 16px);
    background-image: url('/weven_template/theme/PORTAL/1/resource/img/help_box_top_arrow.png');
    background-repeat: no-repeat;
    background-size: 38px 10px;
    background-position: center bottom;
}

.list_con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
}

.list_inner { 
	background-color: #45b2db; 
	padding-top: 12px; 
	padding-bottom: 11px; 
	text-align: center; 
	font-size:15px; 
	font-size:1.5rem; 
	line-height:21px; 
	line-height:2.1rem; 
	font-weight: 400; 
	border-radius: 3px;
}

.bottom_bg_con {
	z-index: -1;
}

.route-option input[type="radio"] {
    transform: scale(1.5);
    margin-right: 5px;
}

@media all and (max-width: 768px) {
	.cruise_info_inner_box {
		padding: 0;
		flex-direction: column;
	}
	
	 /* PC에서만 순서 재지정 */
	 .route-option.order-1 { order: 1; }
	 .route-option.order-2 { order: 2; }
	 .route-option.order-3 { order: 4; }
	 .route-option.order-4 { order: 3; }
	 .route-option.order-5 { order: 5; }
	 .route-option.order-6 { order: 6; }

	.cruise_img {
	    width: 100%;
	    margin-right: 0;
	    border-radius: 0;
	}
	
	.cruise_info_right_box {
		padding: 10px 15px;
		gap: 10px; /* 요소들 사이 간격 */
	}
	
	.route-list {
		grid-template-columns: 1fr; /* 한 줄씩 정렬 */
	}
	
	.route-option {
		padding-left: 12px;
	}
	
	.route_list_open_btn, .route_list_close_btn {
    	padding: 15px 0px;
    }
}

@media all and (max-width: 480px) {
    .buttons button {
        padding: 10px 20px;
    }
}