.lp-gds {
    background-color: #0F0A64;;
}
.lp-gds main p {
    font-size: 16px;
    margin-bottom: 0;
}
.lp-gds main .font-14 {
    font-size: 14px;
}
.lp-gds main .font-12 {
    font-size: 12px;
}
.lp-gds .gds-header .sub .before-menu > li a.text-deco-underline  {
    text-decoration: underline;
}
.lp-gds .kv {
    position: relative;
}
.lp-gds .kv img {
    max-width: 100%;
    width: 100%;
}
.lp-gds .kv h1 {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1120px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}
.lp-gds .kv h1 img {
    max-width: 620px;
    height: auto;
}
.lp-gds .border-red{
    border: 1px solid #FF503E;
    width: 40px;
    margin: 16px auto 24px;
}
.lp-gds .minHeight300 {
    min-height: 300px;
}
.lp-gds .height359 {
    height: 359px;
}
.lp-gds .gap-8 {
    gap: 8px;
}
.lp-gds .intro-link {
    justify-content: center;
}
.lp-gds .intro-link a {
    color: #fff;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-gds .news-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 24px;
}
.lp-gds .news-list .news-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border-bottom: 1px solid #C6C6C6;
}
.lp-gds .news-list .news-item:last-of-type{
    border-bottom: none;
}
.lp-gds .news-list .news-item .news-content {
    flex: 1;
}
.lp-gds .news-list .news-item .news-content h3,
.lp-gds .news-list .news-item .news-content p {
    line-height: 1.8;
}
.lp-gds .news-list .news-item .news-content p a {
    text-decoration: underline;
    color: #0F0A64;
}
.lp-gds .search-form .field-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 32px;
}
.lp-gds .search-form .field-wrapper .field {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.lp-gds .search-form .field-wrapper .field label {
    cursor: auto;
    pointer-events: none;
}
.lp-gds .search-form .field-wrapper .field:has(input:not([type=hidden])) {
    min-width: 372px;
}
.lp-gds .search-form .field-wrapper .field:has(.searchForm-select)  {
    max-width: 242.5px;
}
.lp-gds .search-form .field-wrapper .field input,
.lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #C6C6C6;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
}
.lp-gds .search-form .field-wrapper .field input {
    color: #333;
    padding: 4px 16px;
}
.lp-gds .search-form .field-wrapper .field input:focus,
.lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select:focus
 {
    border: 1px solid #998517;
}

.lp-gds .search-form .field-wrapper .field input::placeholder {
    color: #C6C6C6;
}
.lp-gds .search-form .field-wrapper .field input[type="search"]::-webkit-search-cancel-button,
.lp-gds .search-form .field-wrapper .field input[type="search"]::-webkit-search-decoration,
.lp-gds .search-form .field-wrapper .field input[type="search"]::-webkit-search-results-button,
.lp-gds .search-form .field-wrapper .field input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.lp-gds .search-form .field-wrapper .field input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.lp-gds .search-form .field-wrapper .field .input-wrapper {
    position: relative;
}
.lp-gds .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;
}
.lp-gds .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;
}
.lp-gds .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;
}
.lp-gds .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%;
    height: 48px;
    font-size: 14px;
}
.lp-gds .search-form .suggestion-box li.inputArea:has(.region) {
    padding: 5px 16px 5px 40px;
}
.lp-gds .search-form .suggestion-box li:last-of-type{
    border-bottom: none;
}
.suggestion-box li:hover,
.suggestion-box li:focus {
    background: #f5f5f5;
    outline: none;
}
.lp-gds .search-form .suggestion-box li.inputArea .hotel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.lp-gds .search-form .suggestion-box li.inputArea .hotel span {
    height: 24px;
    padding: 4px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-gds .search-form .suggestion-box li.inputArea .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;
}
.lp-gds .search-form .suggestion-box li p {
    margin: 0;
    font-size: 14px;
}
.lp-gds .search-form .suggestion-box li.inputArea .area,
.lp-gds .search-form .suggestion-box li.inputArea .region {
    display: flex;
    align-items: center;
    gap: 4px;
}
.lp-gds .search-form .suggestion-box li.inputArea .area span {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-gds .search-form .suggestion-box li.inputArea .region span {
    height: 24px;
    display: flex;
    padding-top: 2px;
    padding-left: 2px;
}
.lp-gds .search-form .suggestion-box li.inputArea .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;
}
.lp-gds .search-form .suggestion-box li.inputArea .region span::before {
    content: "";
    background: url(/stcontents/img/common/icon-hang.svg) no-repeat center center / contain;
    width: 14px;
    height: 12px;
    display: inline-block;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper {
    position: relative;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select {
    padding: 0 16px;
    cursor: pointer;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select .selected-value {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.lp-gds .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;
}
.lp-gds .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;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select img {
    width: 100%;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option .option:last-of-type {
    border-bottom: none;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .rotate180::after {
    transform: rotate( 180deg );
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .icon-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    pointer-events: none;
}
.lp-gds .search-form .field-wrapper .field .select-wrapper .icon-arrow::after {
    content: "";
    background: url("/stcontents/img/sub-page/lp/gds/icon-arrow-down.svg") no-repeat center center / contain;
    display: inline-block;
    width: 14px;
    height: 10px;
}
.lp-gds .search-form .btn-submit {
    color: #fff;
    background-color: #998517;
    width: 167px;
    height: 48px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}
.lp-gds .search-form .shortcut-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.lp-gds .search-form .shortcut-wrapper .shortcut-btnList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.lp-gds .search-form .shortcut-wrapper .shortcut-btnList button {
    color: #fff;
    background-color: inherit;
    border: 1px solid #fff;
    border-radius: 31px;
    padding: 8px 16px 8px 12px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.lp-gds .search-form .shortcut-wrapper .shortcut-btnList button span {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-gds .search-form .shortcut-wrapper .shortcut-btnList button span::before {
    content: "";
    background: url(/stcontents/img/common/icon-search-white.svg) no-repeat center center / contain;
    width: 100%;
    height: 12.8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-gds .hotelList-wrapper {
    min-height: 570px;
}
.lp-gds .hotel-list {
    margin-top: 16px;
    gap: 32px;
}
.lp-gds .hotel-list li{
    width: 352px;
    background-color: #fff;

}
.lp-gds .hotel-list li a {
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.lp-gds .hotel-list li .hotel-img {
    position: relative;
}
.lp-gds .hotel-list li .hotel-img img {
    display:block;
    object-fit: cover;
    width: 100%;
}
.lp-gds .hotel-list li .hotel-img .new-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    width: 36px;
    height: 20px;
    color: #fff;
    background-color: #FF503E;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-gds .hotel-list li .hotel-info {
    padding: 8px 16px 16px;
}
.lp-gds .hotel-list li .hotel-info a {
    color: #0066CC;
}
.lp-gds .hotel-list li .hotel-icon {
    gap: 8px;
}
.lp-gds .hotel-list li .hotel-icon .type {
    color: #333;
    border: 1px solid #333;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 16px;
    font-size: 12px;
}
.lp-gds .hotel-list li .hotel-icon .rate {
    height: 20px;
}
.lp-gds .hotel-list li .hotel-icon .rate img {
    width: 100%;
}
.lp-gds .hotel-list li .hotel-name {
    font-weight: 900;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lp-gds .hotel-list .hotel-code dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.lp-gds .hotel-list .hotel-code dl dt {
    width: 135px;
    height: 41px;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    background-color: #F5F5F5;
    border-top: 1px solid #C6C6C6;
    display: flex;
    align-items: center
}
.lp-gds .hotel-list .hotel-code dl dd {
    width: 185px;
    height: 41px;
    padding: 8px;
    font-size: 14px;
    border-top: 1px solid #C6C6C6;
    display: flex;
    align-items: center
}
.lp-gds .hotel-list .hotel-code dl dt:last-of-type,
.lp-gds .hotel-list .hotel-code dl dd:last-of-type {
    border-bottom: 1px solid #C6C6C6;
}
.lp-gds .btn-back {
    padding-top: 76px;
    margin-bottom: 16px;
}
.lp-gds .btn-back a  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.lp-gds .btn-back a .icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp-gds .btn-back a .icon::before {
    content: "";
    background: url(/stcontents/img/sub-page/lp/gds/icon-arrow-left.svg) no-repeat center center / contain;
    display: inline-block;
    width: 100%;
    height: 12px;
}
.lp-gds .notFoundtext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.lp-gds .result-bg {
    background-color: #EBEBEB;
}

@media (max-width: 767px) {
    .lp-gds main p {
        font-size: 14px;
    }
    .lp-gds main .sp-font-12 {
        font-size: 12px;
    }      
    .lp-gds .spHeight510 {
        height: 510px;
    }
    .lp-gds .kv h1 {
        max-width: 343px;
        height: 180px;
    }
    .lp-gds .kv h1 img {
        max-width: 343px;
        height: auto;
    }
    .lp-gds .intro-text p {
        text-align: left;
    }
    .lp-gds .intro-link {
        justify-content: flex-end;    
    }    
    .lp-gds .news-list {
        max-height: 400px;
    }
    .lp-gds .news-list .news-item {
        flex-direction: column;
        gap: 0;
    }
    .lp-gds .search-form .field-wrapper{
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .lp-gds .search-form .submit-wrapper {
        width: 100%;
    }
    .lp-gds .search-form .btn-submit {
        min-width: 343px;
        width: 100%;
        height: 40px;
        padding: 8px;    
    }
    .lp-gds .search-form .suggestion-box li p {
        font-size: 12px;
    }
    .lp-gds .search-form .shortcut-wrapper {
        flex-direction: column;
        align-items: normal;
    }
    .lp-gds .search-form .shortcut-wrapper .shortcut-btnList {
        flex-wrap: wrap;
    }
    .lp-gds .hotel-list {
        margin-top: 8px;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }    
    .lp-gds .hotel-list li{
        width: 100%;    
    }
    .lp-gds .hotel-list .hotel-code dl dt {
        min-width: 135px;
        width: 40%;
        height: 38px;
        font-size: 12px;
    }
    .lp-gds .hotel-list .hotel-code dl dd {
        min-width: 176px;
        width: 55%;
        height: 38px;
        font-size: 12px;
    }
}
@media (max-width: 1050px) {
    .lp-gds .search-form .field-wrapper .field:has(input),
    .lp-gds .search-form .field-wrapper .field:has(.select-wrapper) {
        min-width: inherit !important;
        max-width: inherit;
    }
    .lp-gds .search-form .field-wrapper{
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}
@media (min-width: 768px) {
    .lp-gds a.text-deco-underline:hover,
    .lp-gds .news-list .news-item .news-content p a:hover {
        opacity: 1;
        text-decoration: inherit !important;
    }
    .lp-gds .gds-header .sub .before-menu > li a:hover {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }
    .lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option .option:hover {
        background-color: #F5F5F5;
    }
    .lp-gds .search-form .btn-submit:hover {
        background-color: #c3b45f;
    }
    .lp-gds .btn-back a:hover {
        color: #fff;
        opacity: 0.7;
    }
    .lp-gds .search-form .shortcut-wrapper .shortcut-btnList button:hover {
        opacity: 0.7;
    }
}
@media (hover: hover) and (pointer: fine) {
    .lp-gds a.text-deco-underline:hover,
    .lp-gds .news-list .news-item .news-content p a:hover {
        opacity: 1;
        text-decoration: inherit !important;
    }
    .lp-gds .gds-header .sub .before-menu > li a:hover {
        color: #fff;
    }
    .lp-gds .search-form .field-wrapper .field .select-wrapper .searchForm-select .list-option .option:hover {
        background-color: #F5F5F5;
    }
    .lp-gds .search-form .btn-submit:hover {
        background-color: #c3b45f;
    }
    .lp-gds .btn-back a:hover {
        color: #fff;
        opacity: 0.7;
    }
    .lp-gds .search-form .shortcut-wrapper .shortcut-btnList button:hover {
        opacity: 0.7;
    }
}