.dplp-hotels .bg {
    background-color: #EBEBEB;
    min-height: 300px;
}
.dplp-hotels .border-red {
	width: 40px;
	border: 1px solid #FF503E;
    margin: 16px auto 24px;
}
.dplp-hotels .list-asterisk li {
    margin-left: 0;
    text-indent: 0;
}
.dplp-hotels .dpResult-header {
    background: inherit;
    border-bottom: 2px solid #F5F5F5;
}
.dplp-hotels .dpResult-header .sub a:link {
    text-decoration: none;
}
.dplp-hotels .dpResult-header .before-menu a {
    color: #000;
    text-shadow: unset !important;
}
.dplp-hotels .kv {
	height: 460px;
	position: relative;
	overflow: hidden;
}
.dplp-hotels .kv-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.dplp-hotels .kv-inner {
	position: absolute;
	text-align: center;
	bottom: 40px;
	left: 0;
	right: 0;
}
.dplp-hotels .kv-inner h1 img {
	vertical-align: bottom;
}
.dplp-hotels .dp-campaign {
    background-color: #F3F8FD;
    padding: 16px 0;
}
.dplp-hotels .dp-campaign .btn-relux {
    height: 40px;
    padding: 8px;
}
.dplp-hotels .list-airline {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dplp-hotels .list-airline ul {
    display: flex;
    gap: 16px;
    align-items: center;
}
.dplp-hotels .list-airline ul li img {
    height: auto;
}

.dplp-hotels .search-form .field-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 32px;
}
.dplp-hotels .search-form .field-wrapper .field {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.dplp-hotels .search-form .field-wrapper .field label {
    cursor: auto;
    pointer-events: none;
}
.dplp-hotels .search-form .field-wrapper .field:has(input) {
    max-width: 313px;
}
.dplp-hotels .search-form .field-wrapper .field:has(select),
.dplp-hotels .search-form .field-wrapper .field:has(.searchForm-select) {
    max-width: 231px;
}
.dplp-hotels .search-form .field-wrapper .field input,
.dplp-hotels .search-form .field-wrapper .field select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #C6C6C6;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
}
.dplp-hotels .search-form .field-wrapper .field input {
    color: #333;
    padding: 4px 16px;
}
.dplp-hotels .search-form .field-wrapper .field input::placeholder {
    color: #C6C6C6;
}
.dplp-hotels .search-form .field-wrapper .field input[type="search"]::-webkit-search-cancel-button,
.dplp-hotels .search-form .field-wrapper .field input[type="search"]::-webkit-search-decoration,
.dplp-hotels .search-form .field-wrapper .field input[type="search"]::-webkit-search-results-button,
.dplp-hotels .search-form .field-wrapper .field input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.dplp-hotels .search-form .field-wrapper .field input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.dplp-hotels .search-form .field-wrapper .field .input-wrapper {
    position: relative;
}
.dplp-hotels .search-form .field-wrapper .field .btn-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 10;
}
.dplp-hotels .search-form .field-wrapper .field .btn-wrapper .btn-clear{
    background: url(/stcontents/img/common/icon-reset.svg) no-repeat center center / contain;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.dplp-hotels .search-form .suggestion-box {
    position: absolute;
    top: 100%;
    right: 0; 
    z-index: 1000;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #C6C6C6;
    background-color: #fff;
    max-height: 240px;
    overflow-y: auto;
}
.dplp-hotels .search-form .suggestion-box li {
    padding: 5px 16px;
    cursor: pointer;
    border-bottom: 1px solid #C6C6C6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 48px;
    font-size: 14px;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion:has(.pref) {
    padding: 5px 16px 5px 40px;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion:has(.region) {
    padding: 5px 16px 5px 60px;
}
.dplp-hotels .search-form .suggestion-box li:last-of-type{
    border-bottom: none;
}
.suggestion-box li:hover,
.suggestion-box li:focus {
    background: #f5f5f5;
    outline: none;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .hotel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .hotel span {
    height: 24px;
    padding: 4px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .hotel span::before {
    content: "";
    background: url(/stcontents/img/common/icon-room-2.svg) no-repeat center center / contain;
    width: 20px;
    height: 16px;
    display: inline-block;
}
.dplp-hotels .search-form .suggestion-box li p {
    margin: 0;
    font-size: 14px;
}
.dplp-hotels .search-form .suggestion-box li p.count {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 40px;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .area,
.dplp-hotels .search-form .suggestion-box li.input-suggestion .pref,
.dplp-hotels .search-form .suggestion-box li.input-suggestion .region {
    display: flex;
    align-items: center;
    gap: 4px;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .area span {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .region span {
    height: 24px;
    display: flex;
    padding-top: 2px;
    padding-left: 2px;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .area span::before {
    content: "";
    background: url(/stcontents/img/common/icon-map.svg) no-repeat center center / contain;
    width: 11.25px;
    height: 17.5px;
    display: inline-block;
}
.dplp-hotels .search-form .suggestion-box li.input-suggestion .pref span::before,
.dplp-hotels .search-form .suggestion-box li.input-suggestion .region span::before {
    content: "";
    background: url(/stcontents/img/common/icon-hang.svg) no-repeat center center / contain;
    width: 14px;
    height: 12px;
    display: inline-block;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper {
    position: relative;
    height: 48px;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .searchForm-select {
    width: 100%;
    height: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    padding: 0 16px;
    cursor: pointer;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .searchForm-select .selected-value {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-height: 240px;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    overflow-x: auto;
    margin-top: 1px;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option .option {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #C6C6C6;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option .option:last-of-type {
    border-bottom: none;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .rotate180::after {
    transform: rotate( 180deg );
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .icon-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    pointer-events: none;
}
.dplp-hotels .search-form .field-wrapper .field .select-wrapper .icon-arrow::after {
    content: "";
    background: url(/stcontents/img/sub-page/lp/dp/icon-arrow-down.svg) no-repeat center center / contain;
    display: inline-block;
    width: 14px;
    height: 10px;
}
.dplp-hotels .search-form .field-wrapper .field input:focus,
.dplp-hotels .search-form .field-wrapper .field .searchForm-select:focus {
    border: 1px solid #0F0A64;
}
.dplp-hotels .search-form .btn-submit {
    color: #fff;
    background-color: #0F0A64;
    width: 167px;
    height: 48px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}
.dplp-hotels .search-form .shortcut-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList button {
    color: #0F0A64;
    background-color: inherit;
    border: 1px solid #0F0A64;
    border-radius: 31px;
    padding: 8px 16px 8px 12px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList button span {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList button span::before {
    content: "";
    mask: url(/stcontents/img/common/icon-search-white.svg) no-repeat center center / contain;
    -webkit-mask: url(/stcontents/img/common/icon-search-white.svg) no-repeat center center / contain;
    background: #0F0A64;
    width: 100%;
    height: 12.8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dplp-hotels .area-wrap:not(:last-of-type) {
	margin-bottom: 40px;
}
.dplp-hotels .hotel-list {
	align-items: center;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 32px;
}
.dplp-hotels .hotel-list:first-of-type {
	margin-top: 24px;
}
.dplp-hotels .hotel-list p {
    margin: 0;
}
.dplp-hotels .hotel-list li {
	width: 256px;
	background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.dplp-hotels .hotel-list li a {
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.dplp-hotels .hotel-list li .hotel-img {
	position: relative;
}
.dplp-hotels .hotel-list li .hotel-img .hotel-thumbnail::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 30%);
}
.dplp-hotels .hotel-list li .hotel-img .hotel-thumbnail img {
    border-radius: 8px 8px 0 0;
    display:block;
    object-fit: cover;
	width: 100%;
    max-width: 256px;
}
.dplp-hotels .hotel-list li .hotel-img .hotel-grade {
	position: absolute;
	bottom: 8px;
	left: 16px;
}
.dplp-hotels .hotel-list li .hotel-img .hotel-grade .grade {
	border: 1px solid #fff;
    padding: 3px;
    border-radius: 2px;
}
.dplp-hotels .hotel-list li .hotel-img .hotel-grade .grade .icon-grade {
	height: 14px;
}
.dplp-hotels .hotel-list li .hotel-info {
    padding: 8px 16px 16px;
	min-height: 118px;
}
.dplp-hotels .hotel-list li .hotel-name {
    font-weight: 700;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dplp-hotels .btn-back {
    padding-top: 76px;
    margin-bottom: 16px;
}
.dplp-hotels .btn-back a  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.dplp-hotels .btn-back a .icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dplp-hotels .btn-back a .icon::before {
    content: "";
    mask: url(/stcontents/img/sub-page/lp/dp/icon-arrow-left.svg) no-repeat center center / contain;
    -webkit-mask: url(/stcontents/img/sub-page/lp/dp/icon-arrow-left.svg) no-repeat center center / contain;
    background: #0F0A64;
    display: inline-block;
    width: 100%;
    height: 12px;
}
.dplp-hotels .notFoundtext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 767px) {
    .dplp-hotels .kv-inner h1 img {
		width: 326px;
	}
    .dplp-hotels .list-airline ul {
        flex-wrap: nowrap;
        min-width: max-content;
    }
    .dplp-hotels .list-airline ul li {
        flex: 0 0 auto;
    }

    .dplp-hotels .search-form .field-wrapper{
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .dplp-hotels .search-form .field-wrapper .field:has(input),
    .dplp-hotels .search-form .field-wrapper .field:has(select),
    .dplp-hotels .search-form .field-wrapper .field:has(.searchForm-select) {
        min-width: inherit;
        max-width: inherit;
    }
    .dplp-hotels .search-form .submit-wrapper {
        width: 100%;
    }
    .dplp-hotels .search-form .btn-submit {
        min-width: 343px;
        width: 100%;
        height: 40px;
        padding: 8px;    
    }
    .dplp-hotels .search-form .suggestion-box li p {
        font-size: 12px;
    }
    .dplp-hotels .search-form .shortcut-wrapper {
        flex-direction: column;
        align-items: normal;
    }
    .dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList {
        flex-wrap: wrap;
    }
    .dplp-hotels .area-wrap {
        padding: 0;
    }
	.dplp-hotels .area-wrap:not(:last-of-type) {
		margin-bottom: 24px;
	}	
	.dplp-hotels .area-wrap ul {
        padding-left: 16px;
        padding-right: 16px;

    }
	.dplp-hotels .hotel-list {
        overflow-x: auto;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: normal;
        align-items: normal;
        gap: 8px;     
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 8px;
		margin-top: 0;
    }
	.dplp-hotels .hotel-list:first-of-type {
		margin-top: 16px;
    }
	.dplp-hotels .hotel-list li {
		width: 298px;
	}
	.dplp-hotels .hotel-list li .hotel-img .hotel-thumbnail img {
        width: 298px;
        height: 170px;
		max-width: inherit;
    }

}
@media (min-width: 768px) {
    .dplp-hotels .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option .option:hover {
        background-color: #F5F5F5;
    }
    .dplp-hotels .search-form .btn-submit:hover {
        background-color: #554B98;
        border-color: #554B98;      
    }
    .dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList button:hover {
        color: #554B98;
        border: 1px solid #554B98;
    } 
    .dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList button:hover span::before {
        background: #554B98;
    }       
}
@media (min-width: 1040px) {
    .dplp-hotels .list-airline {
        justify-content: center;
    }    
}
@media (hover: hover) and (pointer: fine) {
    .dplp-hotels .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option .option:hover {
        background-color: #F5F5F5;
    }
    .dplp-hotels .search-form .btn-submit:hover {
        background-color: #554B98;
        border-color: #554B98;      
    }
    .dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList button:hover {
        color: #554B98;
        border: 1px solid #554B98;
    }
    .dplp-hotels .search-form .shortcut-wrapper .shortcut-btnList button:hover span::before {
        background: #554B98;
    }   
}