/* 메인 반응형 */
@media all and (min-width: 1200px) and (max-width: 1420px) {
  .visual {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .visual .title {
    margin-top: 4%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .visual .title img {
  }
  .visual .title img.visual_txt01 {
    width: 760px;
  }
  .visual .title img.visual_txt02 {
    width: 640px;
    margin: 6px 0 20px;
  }
  .visual .title img.visual_txt03 {
    width: 400px;
  }

  .visual .scroll_down {
    position: absolute;
    left: 70px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .visual .scroll_down span {
    font-size: 18px;
  }
  .visual .scroll_down .fa {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 5px;
  }

  /* floors */
  .floors {
    padding: 240px 0;
  }
  .floors::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .floors .inner {
    width: 78%;
    margin: 0 auto;
  }

  .floors .title {
    text-align: center;
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .floors .title h2 {
    font-size: 110px;
    line-height: 140px;
  }
  .floors .title .txt_point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .floors .title .txt_point .point {
    border-radius: 50px;
    position: absolute;
  }
  .floors .title .txt_point .point.point01 {
    left: -5%;
    top: -1%;
  }
  .floors .title .txt_point .point.point02 {
    top: 48%;
    left: 33%;
  }
  .floors .title .txt_point .point.point03 {
    top: 5%;
    right: -7%;
  }
  .floors .title .txt_point .point.point04 {
    bottom: 0;
    right: 0;
  }
  .floors .title .txt_point .point span {
    font-size: 18px;
    padding: 11px 25px;
  }

  .floors .desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    margin-top: 82px;
  }
  .floors .desc .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .floors .desc .items .item {
    flex: 1;
    height: 360px;
    position: relative;
    border-radius: 30px;
  }
  .floors .desc .items .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .floors .desc .items .item.item01 {
  }
  .floors .desc .items .item.item02 {
  }
  .floors .desc .items .item.item03 {
  }
  .floors .desc .items .item.item04 {
  }
  .floors .desc .items .item .txt {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 555;
  }
  .floors .desc .items .item .txt h3 {
    font-size: 30px;
  }
  .floors .desc .items .item .txt p {
    font-size: 18px;
    margin-top: 12px;
  }

  /* value */
  .value {
    padding: 200px 0;
  }
  .value .title {
    text-align: center;
  }
  .value .title .value_txt {
    height: 62px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .value .title .value_txt:last-child {
    margin-bottom: 0;
  }
  .value .title .value_txt h2 {
    font-size: 46px;
  }
  .value .title .value_txt h2 strong {
    /* height: 68px; */
    padding: 8px 20px;
    margin: 0 10px;
    display: inline-block;
  }
  .value .title .value_txt.value_txt02 h2 strong {
  }
  .value .title .value_txt.value_txt03 h2 strong {
  }
  .value .title .value_txt.value_txt06 h2 strong {
  }

  .value img {
    position: absolute;
  }
  .value img.value_point01 {
    width: 9%;
    width: 9%;
    left: 13%;
    top: 14%;
  }
  .value img.value_point02 {
    width: 48%;
    top: 6%;
    right: -16%;
  }
  .value img.value_point03 {
    width: 27%;
    left: -4%;
    bottom: -6%;
  }
  .value img.value_point04 {
    width: 7%;
    right: 16%;
    bottom: 6%;
  }

  /* skinny */
  .skinny {
    padding: 200px 0;
  }
  .skinny .inner {
    width: 78%;
    margin: 0 auto;
  }
  .skinny .title {
  }
  .skinny .title h2 {
    font-size: 52px;
    line-height: 72px;
  }
  .skinny .title p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 12px;
  }

  .skinny .items .dummy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 62px;
  }
  .skinny .items .dummy .item {
    flex: 1;
    height: 360px;
    border-radius: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .skinny .items .dummy .item img {
  }
  .skinny .items .dummy .item.item01 img {
    width: 18.57%;
  }
  .skinny .items .dummy .item.item02 img {
    width: 19.59%;
  }
  .skinny .items .dummy .item.item03 img {
    width: 14.08%;
  }
  .skinny .items .dummy .item h3 {
    font-size: 30px;
    line-height: 46px;
    margin: 32px 0 12px;
  }
  .skinny .items .dummy .item p {
    font-size: 18px;
    line-height: 30px;
  }

  .skinny .items .item.item04 {
    width: 100%;
    height: 360px;
    border-radius: 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .skinny .items .item.item04 .txt {
    margin-left: 62px;
  }
  .skinny .items .item.item04 .txt h3 {
    font-size: 30px;
    line-height: 46px;
  }
  .skinny .items .item.item04 .txt p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
  }

  .skinny .items .item.item04 .skinny_btn {
    width: 170px;
    height: 52px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 62px;
  }
  .skinny .items .item.item04 .skinny_btn span {
    font-size: 18px;
    margin-left: 20px;
  }
  .skinny .items .item.item04 .skinny_btn .fa {
    font-size: 18px;
    margin-right: 20px;
  }
}
@media all and (min-width: 720px) and (max-width: 1199px) {
  .header .inner .reservation_btn {
    display: none;
  }

  .visual {
  }
  .visual .title {
    margin-top: 4%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .visual .title img {
  }
  .visual .title img.visual_txt01 {
    width: 66%;
  }
  .visual .title img.visual_txt02 {
    width: 56%;
    margin: 2% 0 3%;
  }
  .visual .title img.visual_txt03 {
    width: 38%;
  }

  .visual .scroll_down {
    left: 70px;
    bottom: 50px;
  }
  .visual .scroll_down span {
    font-size: 18px;
  }
  .visual .scroll_down .fa {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 5px;
  }

  /* floors */
  .floors {
    padding: 200px 0;
  }
  .floors::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .floors .inner {
    width: 85%;
    margin: 0 auto;
  }

  .floors .title {
    text-align: center;
    position: relative;
    width: 83%;
    margin: 0 auto;
  }
  .floors .title h2 {
    font-size: 92px;
    line-height: 120px;
  }
  .floors .title .txt_point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .floors .title .txt_point .point {
    border-radius: 50px;
    position: absolute;
  }
  .floors .title .txt_point .point.point01 {
    left: -5%;
    top: -1%;
  }
  .floors .title .txt_point .point.point02 {
    top: 48%;
    left: 33%;
  }
  .floors .title .txt_point .point.point03 {
    top: 5%;
    right: -7%;
  }
  .floors .title .txt_point .point.point04 {
    bottom: 0;
    right: 0;
  }
  .floors .title .txt_point .point span {
    font-size: 18px;
    padding: 11px 25px;
  }

  .floors .desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 82px;
  }
  .floors .desc .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .floors .desc .items .item {
    flex: 1;
    height: 300px;
    position: relative;
    border-radius: 30px;
  }
  .floors .desc .items .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .floors .desc .items .item.item01 {
  }
  .floors .desc .items .item.item02 {
  }
  .floors .desc .items .item.item03 {
  }
  .floors .desc .items .item.item04 {
  }
  .floors .desc .items .item .txt {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 555;
  }
  .floors .desc .items .item .txt h3 {
    font-size: 28px;
  }
  .floors .desc .items .item .txt p {
    font-size: 16px;
    margin-top: 12px;
  }

  /* value */
  .value {
    padding: 200px 0;
  }
  .value .title {
    text-align: center;
  }
  .value .title .value_txt {
    height: 62px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .value .title .value_txt:last-child {
    margin-bottom: 0;
  }
  .value .title .value_txt h2 {
    font-size: 46px;
  }
  .value .title .value_txt h2 strong {
    /* height: 68px; */
    padding: 8px 20px;
    margin: 0 10px;
    display: inline-block;
  }
  .value .title .value_txt.value_txt02 h2 strong {
  }
  .value .title .value_txt.value_txt03 h2 strong {
  }
  .value .title .value_txt.value_txt06 h2 strong {
  }

  .value img {
    position: absolute;
  }
  .value img.value_point01 {
    width: 9%;
    width: 9%;
    left: 13%;
    top: 14%;
  }
  .value img.value_point02 {
    width: 48%;
    top: 6%;
    right: -16%;
  }
  .value img.value_point03 {
    width: 27%;
    left: -4%;
    bottom: -6%;
  }
  .value img.value_point04 {
    width: 7%;
    right: 16%;
    bottom: 6%;
  }

  /* skinny */
  .skinny {
    padding: 200px 0;
  }
  .skinny .inner {
    width: 85%;
    margin: 0 auto;
  }
  .skinny .title {
  }
  .skinny .title h2 {
    font-size: 46px;
    line-height: 66px;
  }
  .skinny .title p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
  }

  .skinny .items .dummy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 62px;
  }
  .skinny .items .dummy .item {
    flex: 1;
    height: 280px;
    border-radius: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .skinny .items .dummy .item img {
  }
  .skinny .items .dummy .item.item01 img {
    width: 18.57%;
  }
  .skinny .items .dummy .item.item02 img {
    width: 19.59%;
  }
  .skinny .items .dummy .item.item03 img {
    width: 14.08%;
  }
  .skinny .items .dummy .item h3 {
    font-size: 28px;
    line-height: 42px;
    margin: 28px 0 10px;
  }
  .skinny .items .dummy .item p {
    font-size: 17px;
    line-height: 29px;
  }

  .skinny .items .item.item04 {
    width: 100%;
    height: 360px;
    border-radius: 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .skinny .items .item.item04 .txt {
    margin-left: 62px;
  }
  .skinny .items .item.item04 .txt h3 {
    font-size: 30px;
    line-height: 46px;
  }
  .skinny .items .item.item04 .txt p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
  }

  .skinny .items .item.item04 .skinny_btn {
    width: 170px;
    height: 52px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 62px;
  }
  .skinny .items .item.item04 .skinny_btn span {
    font-size: 18px;
    margin-left: 20px;
  }
  .skinny .items .item.item04 .skinny_btn .fa {
    font-size: 18px;
    margin-right: 20px;
  }
  .pc_stie_map .menuWrap {
    width: 45vw;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .pc_stie_map .menuWrap .qMenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;

    margin: 10% 0 0 10%;
  }
  .pc_stie_map .menuWrap .qMenu a {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu {
    margin-left: 0;
    margin-top: 2vw;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu li {
    margin-right: 40px;
  }
}
@media all and (min-width: 220px) and (max-width: 719px) {
  .header {
    width: 100%;
    height: 17vw;

    display: block;
  }

  .header.active {
    height: 17vw;
  }
  .header .inner {
    width: calc(100% - 80px);
  }
  .header .inner .logo {
    width: 30vw;
  }
  .header .inner .logo a {
    width: 100%;
  }
  .header .inner .logo a img {
  }
  .header .inner .logo a img.logo_c {
    opacity: 0;
  }
  .header .inner .logo a img.logo_w {
    opacity: 1;
  }
  .header.active .inner .logo a img.logo_c {
    opacity: 1;
  }
  .header.active .inner .logo a img.logo_w {
    opacity: 0;
  }
  .header .inner .pc_menu_btn {
    width: 6vw;
    height: 6vw;
    margin-left: 0;
  }

  .header .inner .pc_menu_btn .dummy {
    width: 6vw;
    height: 6vw;
  }

  .header .inner .pc_menu_btn .dummy span.act {
    width: 2vw;
    height: 2vw;
    opacity: 1;
  }

  .header .inner .pc_menu_btn h4 {
    font-size: 18px;
  }

  .header .inner .reservation_btn {
    display: none;
  }

  /* .pc_stie_map */
  .pc_stie_map {
  }
  .pc_stie_map.show {
    right: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 1s;
  }
  .pc_stie_map .menuWrap {
    width: 35vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .pc_stie_map .menuWrap .qMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    /* border: 1px solid #fff; */
    margin: 20px 0 20px 10%;
  }
  .pc_stie_map .menuWrap .qMenu a {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu li {
    margin-right: 40px;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu li a {
    font-size: 18px;
    opacity: 1;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu li:hover a {
    opacity: 1;
  }

  .visual {
  }
  .visual .title {
    margin-top: 4%;
  }
  .visual .title img {
  }
  .visual .title img.visual_txt01 {
    width: 85%;
  }
  .visual .title img.visual_txt02 {
    width: 78%;
    margin: 2% 0 3%;
  }
  .visual .title img.visual_txt03 {
    width: 58%;
  }

  .visual .scroll_down {
    left: 10vw;
    bottom: 6vw;
  }
  .visual .scroll_down span {
    font-size: 3vw;
  }
  .visual .scroll_down .fa {
    font-size: 4vw;
    margin-top: 2px;
    margin-left: 2vw;
  }

  /* floors */
  .floors {
    padding: 20vw 0;
  }
  .floors::before {
  }
  .floors .inner {
    width: 95%;
    margin: 0 auto;
  }

  .floors .title {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .floors .title h2 {
    font-size: 16vw;
    line-height: 18vw;
  }
  .floors .title .txt_point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .floors .title .txt_point .point {
    border-radius: 50px;
    position: absolute;
  }
  .floors .title .txt_point .point.point01 {
    left: 2%;
    top: -3%;
  }
  .floors .title .txt_point .point.point02 {
    top: 48%;
    left: 33%;
  }
  .floors .title .txt_point .point.point03 {
    top: 17%;
    right: 1%;
  }
  .floors .title .txt_point .point.point04 {
    bottom: 1%;
    right: 10%;
  }
  .floors .title .txt_point .point span {
    font-size: 3vw;
    padding: 1.5vw 3vw;
  }

  .floors .desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 82px;
  }
  .floors .desc .items {
    width: 100%;
    height: 60vw;

    flex-direction: column;
    gap: 20px;
  }
  .floors .desc .items .item {
    width: 100%;
    height: auto;
  }
  .floors .desc .items .item::before {
  }
  .floors .desc .items .item.item01 {
  }
  .floors .desc .items .item.item02 {
  }
  .floors .desc .items .item.item03 {
  }
  .floors .desc .items .item.item04 {
  }
  .floors .desc .items .item .txt {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 555;
  }
  .floors .desc .items .item .txt h3 {
    font-size: 5vw;
  }
  .floors .desc .items .item .txt p {
    font-size: 3vw;
    margin-top: 2vw;
  }

  /* value */
  .value {
    padding: 20vw 0;
  }
  .value .title {
    text-align: center;
  }
  .value .title .value_txt {
    height: 7.5vw;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .value .title .value_txt:last-child {
    margin-bottom: 0;
  }
  .value .title .value_txt h2 {
    font-size: 5.4vw;
  }
  .value .title .value_txt h2 strong {
    /* height: 68px; */
    padding: 1.3vw 2vw;
    margin: 0 1.3vw;
    display: inline-block;
  }
  .value .title .value_txt.value_txt02 h2 strong {
  }
  .value .title .value_txt.value_txt03 h2 strong {
  }
  .value .title .value_txt.value_txt06 h2 strong {
  }

  .value img {
    position: absolute;
  }
  .value img.value_point01 {
    width: 15%;
    left: 9%;
    top: 12%;
  }
  .value img.value_point02 {
    width: 60%;
    top: 4%;
    right: -11%;
  }
  .value img.value_point03 {
    width: 32%;
    left: 0%;
    bottom: -8%;
  }
  .value img.value_point04 {
    width: 12%;
    right: 14%;
    bottom: 3%;
  }

  /* skinny */
  .skinny {
    padding: 20vw 0;
  }
  .skinny .inner {
    width: 95%;
    margin: 0 auto;
  }
  .skinny .title {
  }
  .skinny .title h2 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .skinny .title p {
    font-size: 2.5vw;
    line-height: 4vw;
    margin-top: 2vw;
  }

  .skinny .items .dummy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 62px;
  }
  .skinny .items .dummy .item {
    width: 100%;
    padding: 3vw 0;
    flex-direction: column;
  }
  .skinny .items .dummy .item img {
  }
  .skinny .items .dummy .item.item01 img {
    width: 10.57%;
  }
  .skinny .items .dummy .item.item02 img {
    width: 9.59%;
  }
  .skinny .items .dummy .item.item03 img {
    width: 6.08%;
  }
  .skinny .items .dummy .item h3 {
    font-size: 4vw;
    line-height: 5vw;
    margin: 2vw 0 1vw;
  }
  .skinny .items .dummy .item p {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .skinny .items .dummy .item p br {
    display: none;
  }

  .skinny .items .item.item04 {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-top: 15px;

    flex-direction: column;
    padding: 5vw 0;
  }
  .skinny .items .item.item04 .txt {
    margin-left: 0;
    text-align: center;
  }
  .skinny .items .item.item04 .txt h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .skinny .items .item.item04 .txt p {
    font-size: 2.5vw;
    line-height: 3vw;
    margin: 2vw 0 5vw;
  }

  .skinny .items .item.item04 .skinny_btn {
    width: 25vw;
    height: 6vw;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
  }
  .skinny .items .item.item04 .skinny_btn span {
    font-size: 3vw;
    margin-left: 5vw;
  }
  .skinny .items .item.item04 .skinny_btn .fa {
    font-size: 3vw;
    margin-right: 5vw;
  }
  .pc_stie_map .menuWrap {
    width: 100vw;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .pc_stie_map .menuWrap .qMenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;

    /* flex-direction: column; */
    /* border: 1px solid #fff; */
    margin: 10% 0 0 10%;
  }
  .pc_stie_map .menuWrap .qMenu a {
    font-size: 6vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu {
    margin-left: 0;
    margin-top: 5vw;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu li {
    margin-right: 40px;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu li a {
    font-size: 4vw;
    opacity: 1;
  }
  .pc_stie_map .menuWrap .qMenu .ho_menu li:hover a {
    opacity: 1;
  }

  .reservation_sec {
    position: relative;
    width: 100%;
    height: 120vw;

    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .reservation_sec .title {
    position: relative;
    z-index: 555;
    text-align: center;
  }
  .reservation_sec .title span {
    font-size: 4.5vw;
    font-weight: 600;
  }
  .reservation_sec .title h2 {
    font-size: 7.5vw;
    font-weight: 600;
    line-height: 9.5vw;
    margin: 4vw 0;
  }
  .reservation_sec .title p {
    font-size: 3vw;
    font-weight: 600;
    line-height: 4vw;
  }

  .reservation_sec .title .reservation_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15vw;
  }
  .reservation_sec .title .reservation_btn span {
    font-size: 3vw;
    font-weight: 600;
    color: #1d1d1d;
  }
  .reservation_sec .title .reservation_btn a {
    width: 6vw;
    height: 6vw;
  }
  .reservation_sec .title .reservation_btn a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin-left: 3vw;
  }

  .reservation_sec .reservation_point {
    position: absolute;
  }
  .reservation_sec .reservation_point01 {
    width: 12%;
    left: 0;
    bottom: 0;
  }
  .reservation_sec .reservation_point02 {
    width: 39%;
    left: 0;
    bottom: 0;
  }
  .reservation_sec .reservation_point03 {
    width: 40%;
    right: 0;
    bottom: 0;
  }
  .reservation_sec .reservation_point04 {
    width: 26%;
    right: 0;
    bottom: 0;
  }

  .cube_foot {
    width: 100%;
    height: 374px;
    background: url("../image/foot_bg.png") no-repeat center center;
    background-size: cover;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    color: #8f8f8f;
  }
  .cube_foot .foot_logo {
    width: 30vw;
  }
  .cube_foot h3 {
    width: 96%;
    font-size: 3vw;
    line-height: 4vw;
    margin: 3vw 0 2vw;
  }
  .cube_foot p {
    width: 96%;
    font-size: 2.8vw;
    line-height: 3.8vw;
  }
  .cube_foot h2 {
    font-size: 3vw;
    margin-top: 6vw;
  }

  .brand_foot {
    width: 100%;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #fff;
  }
  .brand_foot .bb_logo {
    width: 45vw;
    margin-bottom: 2vw;
  }
  .brand_foot .txt {
    margin-left: 0;
  }
  .brand_foot .txt h3 {
    font-size: 2.5vw;
    font-weight: 500;
    margin-bottom: 1vw;
  }
  .brand_foot .txt h3:last-child {
    margin: 0;
  }
  .brand_foot .txt h3 a {
    color: #2c2c2c;
  }
  .brand_foot .txt h3 span {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
  }
  .brand_foot .txt h3 span a {
    color: #a5a5a5;
  }
}
