-
{hotel[0].hotelName}
- {hotel[0].roomType}
+ {hotel[1].hotelName}
+ {hotel[1].roomType}
- {CHKIN0} ~ {CHKOUT0}
+ {CHKIN1} ~ {CHKOUT1}
-
{hotel[0].originalPrice}
+ {hotel[1].originalPrice}
- {priceFormat(hotel[0].salePrice)} 원
- {Math.floor(hotel[0].salePercentage * 100)}%
+ {priceFormat(hotel[1].salePrice)} 원
+ {Math.floor(hotel[1].salePercentage * 100)}%