/* 메인 반응형 */
@media all and (min-width: 1200px) and (max-width: 1420px) {
  .visual {
    justify-content: center;
    align-items: center;
  }
  .visual .title {
    margin-top: 5%;
    padding: 86px 72px;
  }
  .visual .title::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .visual .title img {
    width: 70px;
  }
  .visual .title h2 {
    font-size: 36px;
    line-height: 1.2;

    margin: 26px 0 20px;
  }
  .visual .title p {
    font-size: 18px;
    line-height: 1.5;
  }
  .visual .scroll_down {
    left: 70px;
    bottom: 50px;
    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;
  }

  /* intro */
  .intro {
    padding: 160px 0;
  }
  .intro .inner {
    width: 90%;

    justify-content: space-between;
    align-items: center;
  }
  .intro .desc {
  }
  .intro .desc h2 {
    font-size: 82px;
    letter-spacing: -3.5px;
  }
  .intro .desc .line {
    width: 60px;
    height: 1px;
    margin: 52px 0;
  }
  .intro .desc p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 26px;
  }
  .intro .intro_point {
    width: 520px;
    height: 680px;
  }
  .intro .intro_point::after {
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .intro .intro_point::before {
    right: -10px;
    bottom: -10px;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .intro .desc .intro_btn {
    width: 140px;
    height: 42px;

    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }
  .intro .desc .intro_btn span {
    font-size: 18px;
  }

  /* banner */
  .banner {
    padding: 180px 0;
    justify-content: center;
    align-items: center;
  }
  .banner .title {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .banner .title h2 {
    font-size: 52px;
  }
  .banner .title .line {
    width: 60px;
    height: 1px;
    margin: 32px 0;
  }
  .banner .title p {
    font-size: 20px;
    line-height: 32px;
  }

  /* special */
  .special {
    padding: 170px 0;
  }
  .special .inner {
    width: 90%;

    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .special .title {
    margin-bottom: 80px;
  }
  .special .title h2 {
    font-size: 52px;
  }
  .special .title p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 12px;
  }
  .special .items {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .special .items .item {
  }
  .special .items .item.item01,
  .special .items .item.item03 {
  }
  .special .items .item.item02 {
  }
  .special .items .item .desc {
    padding: 20px;
    box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.219);
  }
  .special .items .item .desc .special_img {
    width: 100%;
    height: 240px;
  }
  .special .items .item.item01 .desc .special_img {
  }
  .special .items .item.item02 .desc .special_img {
    width: 100%;
    height: 370px;
  }
  .special .items .item.item03 .desc .special_img {
  }
  .special .items .item .desc .special_img img {
    width: 100%;
    height: 100%;
  }
  .special .items .item .desc h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  .special .items .item p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 20px;
  }
  .special_reservation {
    margin-top: 260px;
  }
  .special_reservation p,
  .special_reservation span {
    font-size: 18px;
    line-height: 30px;
    margin: 42px 0 22px;
  }
  .special_reservation span {
    margin: 0 0 32px;
  }
  .special_reservation .intro_btn {
    width: 140px;
    height: 42px;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }
  .special_reservation .intro_btn span {
    font-size: 18px;
    margin: 0;
  }
}
@media all and (min-width: 720px) and (max-width: 1199px) {
  /* header */
  .header {
    height: 80px;
    display: block;
  }
  .mo_header {
    display: none;
  }
  .header.active {
  }
  .header .inner {
    width: calc(100% - 80px);
  }
  .header .inner .logo {
    width: 180px;
  }
  .header .inner .logo a {
  }
  .header .inner .logo a img {
  }
  .header .inner .logo a img.logo_c {
  }
  .header .inner .logo a img.logo_w {
  }
  .header.active .inner .logo a img.logo_c {
  }
  .header.active .inner .logo a img.logo_w {
  }
  .header .inner .reservation_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .inner .reservation_btn span {
    font-size: 16px;
    padding: 15px 31.04px;
    display: block;
  }
  .header .menu {
  }
  .header .menu ul {
  }
  .header .menu ul .ho_sub {
    margin: 0 32px;
  }
  .header .menu ul .ho_sub a {
    font-size: 18px;
    line-height: 80px;
  }
  .header.active .menu ul .ho_sub a {
  }
  .header .menu ul .ho_sub .ho_menu {
    top: 80px;
    padding: 15px 0;
  }

  .header .menu ul .ho_sub:hover .ho_menu {
  }

  .header .menu ul .ho_sub:hover .ho_menu {
    display: flex;
  }
  .header .menu ul .ho_sub .ho_menu li {
    width: 200px;
    margin: 6px 0;
  }
  .header .menu ul .ho_sub .ho_menu li a {
    width: 100%;
    text-align: center;
    line-height: 32px;
  }
  .header .menu ul .ho_sub .ho_menu li a:hover {
  }

  .header .reservation_btn {
  }
  .header .reservation_btn a {
    font-size: 18px;
  }
  .header .reservation_btn a span {
  }

  /* footer */
  .footer {
    width: 100%;
  }

  .footer_sec {
  }
  .cube_foot {
    width: 100%;
    text-align: center;
    padding: 70px 0;
  }
  .cube_foot .foot_logo {
    width: 97px;
  }
  .cube_foot h3 {
    font-size: 18px;
    margin: 32px 0 22px;
  }
  .cube_foot p {
    font-size: 16px;
  }
  .cube_foot h2 {
    font-size: 18px;
    margin-top: 70px;
  }

  .brand_foot {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brand_foot .bb_logo {
    width: 230px;
  }
  .brand_foot .txt {
    margin-left: 32px;
  }
  .brand_foot .txt h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .brand_foot .txt h3:last-child {
    margin: 0;
  }
  .brand_foot .txt h3 a {
  }
  .brand_foot .txt h3 span {
    font-size: 14px;
  }
  .brand_foot .txt h3 span a {
  }

  .visual {
  }
  .visual .title {
    margin-top: 5%;
    padding: 86px 72px;
  }
  .visual .title::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .visual .title img {
    width: 70px;
  }
  .visual .title h2 {
    font-size: 42px;
    margin: 22px 0 24px;
  }
  .visual .title p {
    font-size: 22px;
  }
  .visual .scroll_down {
    left: 70px;
    bottom: 50px;
  }
  .visual .scroll_down span {
    font-size: 20px;
  }
  .visual .scroll_down .fa {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 5px;
  }

  /* intro */
  .intro {
    padding: 13% 0;
  }
  .intro .inner {
    width: 90%;

    justify-content: space-between;
    align-items: center;
  }
  .intro .desc {
  }
  .intro .desc h2 {
    font-size: 62px;
    letter-spacing: -3.5px;
  }
  .intro .desc .line {
    width: 52px;
    height: 1px;
    margin: 32px 0;
  }
  .intro .desc p {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .intro .intro_point {
    width: 42%;
    height: 560px;
  }
  .intro .intro_point::after {
    width: 100%;
    height: 100%;
  }
  .intro .intro_point::before {
    width: 100%;
    height: 100%;
  }
  .intro .desc .intro_btn {
    width: 140px;
    height: 42px;

    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }
  .intro .desc .intro_btn span {
    font-size: 18px;
  }

  /* banner */
  .banner {
    padding: 180px 0;
    justify-content: center;
    align-items: center;
  }
  .banner .title {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .banner .title h2 {
    font-size: 52px;
  }
  .banner .title .line {
    width: 60px;
    height: 1px;
    margin: 32px 0;
  }
  .banner .title p {
    font-size: 20px;
    line-height: 32px;
  }

  /* special */
  .special {
    padding: 13% 0;
  }
  .special .inner {
    width: 90%;

    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .special .title {
    margin-bottom: 80px;
  }
  .special .title h2 {
    font-size: 52px;
  }
  .special .title p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 12px;
  }
  .special .items {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .special .items .item {
  }
  .special .items .item.item01,
  .special .items .item.item03 {
  }
  .special .items .item.item02 {
  }
  .special .items .item .desc {
    padding: 10px;
  }
  .special .items .item .desc .special_img {
    height: 20vw;
  }
  .special .items .item.item01 .desc .special_img {
  }
  .special .items .item.item02 .desc .special_img {
    height: 30vw;
  }
  .special .items .item.item03 .desc .special_img {
  }
  .special .items .item .desc .special_img img {
  }
  .special .items .item .desc h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .special .items .item p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
  }
  .special_reservation {
    margin-top: 16%;
  }
  .special_reservation p,
  .special_reservation span {
    font-size: 18px;
    line-height: 30px;
    margin: 42px 0 22px;
  }
  .special_reservation span {
    margin: 0 0 32px;
  }
  .special_reservation .intro_btn {
    width: 140px;
    height: 42px;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }
  .special_reservation .intro_btn span {
    font-size: 18px;
    margin: 0;
  }
}
@media all and (min-width: 220px) and (max-width: 719px) {
  /* header */
  .header {
    display: none;
  }
  .mo_header {
    display: block;
  }
  .mo_header {
    width: 100%;
    height: 16.67vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    letter-spacing: 0;
  }
  .mo_header .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    position: relative;
    z-index: 9999;
  }
  .logo {
    width: calc(100% - 33.34vw);
    height: 16.67vw;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo a {
    width: 45vw;
  }
  .logo a img {
    width: 100%;
    /* height: 100%; */
  }

  .head_link {
    width: 16.67vw;
    height: 16.67vw;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reservation_btn {
    background: #231917;
  }
  .reservation_btn a {
    width: 16.67vw;
    height: 16.67vw;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reservation_btn a .fa {
    font-size: 6vw;
    color: #fff;
  }
  .menuBtn {
    position: relative;
    cursor: pointer;
  }
  .menuBtn div {
    width: 5.83vw;
    height: 4.44vw;
    position: relative;
  }
  .menuBtn span {
    position: absolute;
    width: 100%;
    height: 0.7vw;
    transition: 0.5s;
    background: #231917;
  }
  .menuBtn span:nth-child(1) {
    left: 0;
    top: 0;
  }
  .menuBtn span:nth-child(2) {
    right: 0;
    bottom: 0;
  }
  .menuBtn span:nth-child(3) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .menuBtn span:nth-child(4) {
    right: 0;
    bottom: 0;
  }
  .menuBtn span:nth-child(4),
  .menuBtn span:nth-child(5) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .menuBtn span:nth-child(5) {
  }
  .menuBtn.active {
  }

  .menuBtn.active span:nth-child(1),
  .menuBtn.active span:nth-child(2),
  .menuBtn.active span:nth-child(3),
  .menuBtn.active span:nth-child(4) {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .menuBtn.active span:nth-child(4),
  .menuBtn.active span:nth-child(5) {
    width: 36px;
    height: 5px;
    opacity: 1;
  }
  .menuBtn.active span:nth-child(4) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menuBtn.active span:nth-child(5) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .meun-bar {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.3s;
    opacity: 0;
    background: white;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .meun-bar.active {
    transform: translateX(0);
    opacity: 1;
  }
  .menu-box {
    width: 60%;
    margin-top: 15vw;
    background: #fff;
    text-align: center;
  }
  .menu-box li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  .menu-box li:last-child {
    border: none;
  }
  .menu-box li a {
    width: 100%;
    height: 100%;
    padding: 3.5vw 0;
    font-size: 3.8vw;
    font-weight: 600;

    display: block;
  }
  .menu-box .link {
    cursor: pointer;
    display: block;
    color: #000;
    padding: 3.5vw 0;
    font-size: 3.8vw;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: all 0.4s ease;
  }
  .menu-box li:nth-child(1) .link {
  }
  .submenu {
    display: none;
    background: #231917;
  }
  .submenu li {
    width: 100%;
    height: 100%;
  }
  .submenu li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 3.5vw 0;
    font-size: 3.8vw;
    transition: all 0.25s ease;
  }
  /* footer */
  .footer {
    width: 100%;
  }

  .footer_sec {
  }
  .cube_foot {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0;
  }
  .cube_foot .foot_logo {
    width: 15vw;
  }
  .cube_foot h3 {
    font-size: 3vw;
    line-height: 1.5;
    margin: 5vw 0 4vw;
  }
  .cube_foot p {
    font-size: 3vw;
    line-height: 1.5;
  }
  .cube_foot h2 {
    font-size: 3vw;
    margin-top: 5vw;
  }

  .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;
  }

  .visual {
  }
  .visual .title {
    margin-top: 5%;
    padding: 10vw 6vw;
  }
  .visual .title::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .visual .title img {
    width: 10vw;
  }
  .visual .title h2 {
    font-size: 6vw;
    margin: 6vw 0 5vw;
  }
  .visual .title p {
    font-size: 3.5vw;
  }
  .visual .scroll_down {
    left: 8vw;
    bottom: 5vw;
  }
  .visual .scroll_down span {
    font-size: 4vw;
  }
  .visual .scroll_down .fa {
    font-size: 4vw;
    margin-top: 5px;
    margin-left: 5px;
  }

  /* intro */
  .intro {
    padding: 13% 0;
  }
  .intro .inner {
    width: 90%;

    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .intro .desc {
  }
  .intro .desc h2 {
    font-size: 14vw;
  }
  .intro .desc .line {
    width: 12vw;
    height: 2px;
    margin: 8vw 0;
  }
  .intro .desc p {
    font-size: 3.3vw;
    line-height: 5.1vw;
    margin-bottom: 2vw;
  }
  .intro .intro_point {
    width: 100%;
    height: 52vw;
  }
  .intro .intro_point::after {
    opacity: 0.92;
  }
  .intro .intro_point::before {
    right: 0;
    bottom: 0;
    background: #000;
  }
  .intro .desc .intro_btn {
    width: 30vw;
    height: 8vw;

    margin: 10vw 0 6vw;
  }
  .intro .desc .intro_btn span {
    font-size: 4vw;
  }

  /* banner */
  .banner {
    padding: 13vw 0;
    justify-content: center;
    align-items: center;
    margin-top: 10vw;
  }
  .banner .title {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .banner .title h2 {
    font-size: 8vw;
  }
  .banner .title .line {
    width: 12vw;
    height: 2px;
    margin: 5vw 0;
  }
  .banner .title p {
    font-size: 3.3vw;
    line-height: 5.1vw;
  }

  /* special */
  .special {
    padding: 13% 0;
  }
  .special .inner {
    width: 90%;

    /* justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; */
  }
  .special .title {
    margin-bottom: 80px;
  }
  .special .title h2 {
    font-size: 8vw;
  }
  .special .title p {
    font-size: 3.3vw;
    line-height: 5.1vw;
    margin-top: 2vw;
  }
  .special .items {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .special .items .item {
    width: 100%;
    margin-bottom: 8vw;
  }
  .special .items .item.item01,
  .special .items .item.item03 {
  }
  .special .items .item.item02 {
  }
  .special .items .item .desc {
    padding: 3vw;
  }
  .special .items .item .desc .special_img {
    width: 100%;
    height: 45vw;
  }
  .special .items .item.item01 .desc .special_img {
  }
  .special .items .item.item02 .desc .special_img {
    width: 100%;
    height: 45vw;
  }
  .special .items .item.item03 .desc .special_img {
  }
  .special .items .item .desc .special_img img {
  }
  .special .items .item .desc h3 {
    font-size: 5vw;
    margin-top: 5vw;
  }
  .special .items .item p {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-top: 4vw;
  }

  .special_reservation {
    margin-top: 25%;
  }
  .special_reservation img {
    width: 12%;
  }
  .special_reservation p,
  .special_reservation span {
    font-size: 3.5vw;
    line-height: 5vw;
    margin: 42px 0 22px;
  }
  .special_reservation span {
    margin: 0 0 32px;
  }
  .special_reservation .intro_btn {
    width: 30vw;
    height: 8vw;
    margin: 10vw auto 0;
  }
  .special_reservation .intro_btn span {
    font-size: 4vw;
  }
}
