@charset "UTF-8";.hotel-list-wrap {    padding: 30px 0;}.hotel-list-wrap .hotel-list {    display: flex;    flex-direction: column;    gap: 45px;}.hotel-list-wrap .hotel-list li {    display: flex;    flex-direction: column;    height: auto;    overflow: hidden;}.hotel-list-wrap .hotel-list li figure {    font-size: 0;}.hotel-list-wrap .hotel-list li img {    width: 100%;}.hotel-list-wrap .hotel-list li .hotel-info {    display: flex;    flex-direction: column;    justify-content: center;    align-items: flex-start;    width: 100%;    border-radius: 0 0 8px 8px;    border:1px solid #ddd;    border-top: 0;    padding: 18px 0 0;    overflow: hidden;}.hotel-list-wrap .hotel-list li .hotel-info .hotel-name {    width: 100%;    font-size: 18px;    font-weight: bold;    color: #222;    margin-bottom: 21px;    text-align: center;}.hotel-list-wrap .hotel-list li .hotel-info .hotel-address {    display: flex;    flex-direction: column;    gap: 10px;    font-size: 16px;    margin-bottom: 26px;    width: 100%;    padding: 0 25px;}.hotel-list-wrap .hotel-list li .hotel-info .hotel-address p {    padding-left: 25px;    margin: 0;}.hotel-list-wrap .hotel-list li .hotel-info .hotel-address p.ico-addr {    background: url('/imges/icon/i-addr.svg') no-repeat left center / 13px auto;}.hotel-list-wrap .hotel-list li .hotel-info .hotel-address p.ico-phone {    background: url('/imges/icon/i-phone.svg') no-repeat left center / 16px auto;}.hotel-list-wrap .hotel-list li .hotel-info a {    display: inline-flex;    align-items: center;    justify-content: center;    width: 100%;    height: 45px;    padding: 0;    font-size: 14px;    font-weight: bold;    background-color: #A73439;    color: #fff;}/* 231212 cdb */.hotel-txt-wrap {margin-top: 32.5px;}.hotel-txt-wrap h4 {font-size:17px; font-weight: bold; line-height:1.363; margin-bottom:11px;}.hotel-txt-wrap .txt {font-size:13px; line-height: 1.5; margin-bottom:17px;}.hotel-txt-wrap .sub-txt {font-size:12px; color:#959595; line-height: 1.391;}/* 240129 cdb */.hotel-list-wrap .hotel-img-wrap {position:relative; width: 100%; border-radius: 8px 8px 0 0; overflow: hidden; max-height:223px;}.hotel-list-wrap .swiper-btn-wrap {position: absolute; bottom: 15px; right:15px; width: 70px; height: 30px;}.hotel-list-wrap .swiper-btn-wrap .swiper-button-next,.hotel-list-wrap .swiper-btn-wrap .swiper-container-rtl .swiper-button-prev {right:0; background-image:url('/imges/hotel-swiper-next.png'); background-size: contain; width:30px; height:30px; margin-top: 0; top: 0;}.hotel-list-wrap .swiper-btn-wrap .swiper-button-prev,.hotel-list-wrap .swiper-btn-wrap .swiper-container-rtl .swiper-button-next {left:0; background-image:url('/imges/hotel-swiper-prev.png'); background-size: contain; width:30px; height:30px; margin-top: 0; top: 0;}