.subHeader__section.--bgType99 {
    background: #F9F5EA;
}

.subHeader__area.--imgType99::before {
    background-image: url(/public/assets/luxury/images/sub/luxury_icon.png);
    width: 384px;
    height: 289px;
    bottom: -75px;
}

.luxury_selectBox ul {
    list-style-type: none;
    padding-left: 0px;
}

.luxury_selectBox.select {
    display: inline-block;
    width: 250px;
    cursor: pointer;
}

.luxury_selectBox.select .selected {
    border: 1px solid #BBB;
    margin-right: 10px;
    border-radius: 4px;
    padding: 13px 16px;
    padding-right: 22px;
    width: 100%;
    background: transparent url(https://english.visitkorea.or.kr/static/front/images/advance/destination/icon_arrow2.png) no-repeat right 3px center / 20px;
}

.luxury_selectBox.select .selected .selected-value {
    max-width: inherit;
}

.luxury_selectBox.select ul {
    min-width: inherit;
    width: inherit;
    max-width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    /*margin: 1px 0 0 -1px;*/
    cursor: pointer;
}

.luxury_selectBox.select ul li {
    padding: 5px 5px;
}

.luxury_selectBox.select ul li.active {
    background: #1967D2;
    color: #FFF;
}

.select ul li:hover {
    background: #1967D2;
    color: #FFF;
}

.luxury_selectBox.select ul li,
.luxury_selectBox.select .selected .selected-value {
    overflow: hidden;
    text-overflow: ellipsis; /* 말줄임 적용 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.selected .selected-value {
    -webkit-line-clamp: 1 !important;
}

.luxury_selectBox.select ul {
    display: none;
}

.luxury_selectBox.select.active ul {
    display: initial;
    z-index: 10;
    max-height: 30vh;
    overflow-y: auto;
}

.luxury_selectBox {
    width: 250px;
    box-sizing: border-box;
}

.luxury_selectBox select {
    border: 1px solid #BBB;
    margin-right: 10px;
    border-radius: 4px;
    padding: 13px 16px;
    padding-right: 22px;
    width: 100%;
    background: transparent url(https://english.visitkorea.or.kr/static/front/images/advance/destination/icon_arrow2.png) no-repeat right 3px center / 20px;
}

.search__ipt {
    max-width: calc(100% - 620px);
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .subHeader__area.--imgType16::before {
        background-position-y: 38px;
        right: -33px;
    }

    .search__section {
        justify-content: space-evenly;
    }

    .search__ipt {
        width: 100%;
        max-width: 100%;
        margin-left: 7px;
        margin-right: 7px;
    }

    .luxury_selectBox.select {
        flex: 0.45;
        margin: 0 0 10px 0;
    }

}