﻿body {
    background-color: #171721;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Conv_ROCKB';
    src: url('fonts/ROCKB.html');
    src: local('☺'), url('../fonts/ROCKB.woff') format('woff'), url('../fonts/ROCKB.ttf') format('truetype'), url('../fonts/ROCKB.html') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ROCK';
    src: url('fonts/ROCK.html');
    src: local('☺'), url('../fonts/ROCK.woff') format('woff'), url('../fonts/ROCK.ttf') format('truetype'), url('../fonts/ROCK.html') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Conv_ROCKB';
    position: relative;
}
img {
        height: auto;

}

/*-------toTop-----------*/
#toTop {
    transition: transform 0.5s ease 0s;
    bottom: 55px;
    padding: 5px;
    position: fixed;
    right: 24px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #171721;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

    #toTop img {
        position: absolute;
        left: 13px;
        z-index: 99;
        margin-top: 8px;
    }

#star-svg {
    position: fixed;
    right: 19px;
    bottom: 50px;
    width: 80px;
    height: 80px;
}
h1 {
    font-size: 65px;
    line-height: 65px;
}

h2 {
    font-size: 75px;
    font-family: 'Conv_ROCK';
    line-height: 80px;
}

h1:after {
    border-top: solid 5px #fff;
    width: 30%;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
}

h2:after {
    border-top: solid 5px #fff;
    width: 18%;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -26px;
}

h2 {
    font-size: 75px;
}

p {
    line-height: 40px;
    font-size: 30px;
}
a{ text-decoration:none;}
.btn {
    font-size: 40px;
    text-transform: uppercase;
    background: #fff;    
    font-family: 'Conv_ROCK';
    padding: 20px 50px;
    border: solid 2px #fff; position:relative;
    text-align: center;
    display: inline-block;

}
    .btn:before {
        content: "";
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: $borderW solid $cyan;
        border-radius: 30px;
    }


    .btn:hover {
        background: none;
        border: solid 2px #2677BC; color:#fff;
        box-shadow: 0 0 0px 0 #2677BC inset, 0 0 15px 0px #2677BC;
    }
.my200 {
    margin: 200px 0;
}
.py200 {
    padding: 200px 0;
}
.pt200 {
    padding: 200px 0 0 0;
}

.sep{border:solid 3px #fff;}
/*--Header-Start--*/
header .navbar {
    position: fixed;
    width: 15%;
    padding: 0 30px;
    background: rgb(34,121,195);
    background: linear-gradient(0deg, rgba(34,121,195,0.008823597798494398) 0%, rgba(31,17,43,1) 100%);
    transition: 0.5s all;
}

header .navbar {
    color: #fff;
    padding-top: 50px;
    background: #171721; z-index:10;
    height: 100%;
}

    header .navbar.fixed {
        background: rgba(31,17,43, .75);
        position: fixed;
    }

header .navbar-collapse {
    padding-top: 50px;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}
    .navbar .navbar-nav .nav-link:focus {
        color: #fff; outline:none;
    }
    .navbar .navbar-nav .nav-link:hover {
        color: #2677BC;
    }

.navbar ul.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.navbar .dropdown-menu {
    visibility: hidden;
    display: inherit;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 40px;
    opacity: 0;
}

.navbar-nav .dropdown .dropdown-menu {
    border: 0;
    padding: 0;
}

    .navbar-nav .dropdown .dropdown-menu li {
        padding: 0;
    }

.navbar .logo {
    width: 170px;
    transition: all 0.5s;
}

.navbar.fixed .logo {
    width: 130px;
}


/*------page css-----*/


.banner .bottomAlign {
    position: relative;
  bottom: 200px;
    left: -150px;
}

.banner .bannerContent svg {
    width: 35px;
    height: 35px;
}

    .banner .bannerContent svg.map {
        height: 48px;
        position: relative;
        top: -35px;
    }

.banner .bannerContent h1 {
    margin-left: -120px;
    position: relative;
}

.banner .bannerContent span {
    display: inline-block; line-height:30px;
}

.banner .bannerContent svg {
    display: inline-block
}

.pagecontent {
    padding-left: 280px;
}

.sep {
    width: 50%;
    border-top: solid 5px #fff;
}

.socialLink {
    position: absolute;
    right: 0;
    top: 50px;
}

    .socialLink a {
        background: #4A4A4A;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        line-height: 45px;
        border-radius: 50px;
        transition: all 0.35s;
    }

        .socialLink a svg {
            width: 25px;
            height: 25px;
            fill: #fff
        }

        .socialLink a:hover {
            background: #2677BC
        }



.welcome {
    padding-top:0px;
}
.specialMenu h2:after {
    border: none;
}
.specialMenu h2:before {
   border-top: solid 5px #fff;
width:45%;
height: 5px;
content: "";
position: absolute;
left: -160px;
top: -15px;
}

.foodlover h2:after {
    border-top: solid 5px #fff;
    width: 30%;
    height: 5px;
    content: "";
    position: absolute;
    right: 0px; left:auto;
    bottom: -25px;
}

.foodlover h2:before {
    border-top: solid 5px #fff;
    width: 60%;
    height: 5px;
    content: "";
    position: absolute;
    right:0px;
    top: 0px;
}

h2.head-border-0:after{ border:none;}

.img-overlap{ margin-top:-200px;}
.img-overlap2 {margin-top: -130px;}
.game h2:after {
    width: 35%;
    left: -315px; z-index:3;
    bottom: 140px;
}
.contact-img{ z-index:1}
.veganMenu{ margin-top:-356px;}

.mapframe  iframe{ opacity:.5; height:800px !important; width:100vw; max-width:100% }
.mapframe .contectFrame { background:#2F2E2E; width:40%; position:absolute; right:0; bottom:-135px; padding:80px; }


.covid { background:#1B1B24; padding:200px 100px 100px; margin-top:-15px; }
.footer { padding-left:200px; padding-bottom:100px;}
.footer .socialLink {z-index:1;}
.collapse:not(.show) {
    display: block !important;
}
#mapDiv div{ left:-450px !important}
/*------mobile-responsive-----*/
@media(max-width: 1660px) {
    h1 {font-size: 50px;line-height: 50px;}
h2 {font-size: 60px;line-height: 60px;}
p{ font-size:25px;}
.btn{ font-size:25px;}
header .navbar{ padding:0 20px; width: 250px;}
    .game h2::after {
        left: -270px;
        bottom: 104px;
    }
.veganMenu {  margin-top: -284px; }
    .img-overlap {
        margin-top: -150px;
    }

    .img-overlap2 {
        margin-top: -80px;
    }
    .mapframe .contectFrame {
        width: 50%;
    }
    .gm-style {
        left: -450px !important;
        width: 110vw !important;
    }

}
@media(max-width: 1440px) {
p{ font-size:20px; line-height:30px;}
.mapframe .contectFrame{ padding:50px;}
.banner .bottomAlign {bottom: 100px;}
.veganMenu {margin-top: -236px;}
.img-overlap {margin-top:-140px;}
.img-overlap2 {margin-top: -80px;}

.game h2::after {  left: -230px;    }


}
@media(max-width: 1366px) {
h1 {font-size: 40px;line-height: 50px;}
h2 {font-size: 50px;line-height: 60px;}
p{ font-size:20px; line-height:30px;}
.game h2::after { left: -200px;    }
    .img-overlap {
        margin-top: -40px;
    }
    .img-overlap2 {
        margin-top: 40px;
    }
    .veganMenu {
        margin-top: -205px;
    }

}
@media(max-width: 1100px) {
header .navbar{ width:100%; height:auto; padding:10px 0}
.pagecontent {padding-left: 0;}
.banner .bottomAlign {bottom: 140px; left:0}
.banner .bannerContent h1{ margin-left:0}
.bannerContent{ margin-top:-100px;}
.pt200{ padding-top:50px;}
.specialMenu h2::before { display:none;}

.navbar-nav.dropdown-toggle:empty::after {
        margin-left: 0;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .navbar-nav .nav-link {
        display: inline-block;
        line-height: 40px;
    }

    .navbar-nav .dropdown-toggle::after, .navbar-nav .dropdown-toggle::before {
        content: '';
        margin-left: 0;
        position: absolute;
        right: 7px;
        top: 16px;
        width: 30px;
        height: 4px;
        border: 0;
        background: #ccc;
        line-height: 30px;
        cursor: pointer;
        transition: all 0.5s;
    }

    .navbar-nav .dropdown-toggle::before {
        transform: rotate(90deg);
    }

    .navbar-nav .dropdown-toggle.show::before {
        transform: rotate(180deg);
    }

    .navbar .collapse:not(.show) {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0; text-align:center;
        left: 100%;
        width: 100%;
        height: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        background-color: #171721;
        transition: ease-in-out, transform .3s ease-in-out;
        transform: translateX(0);
        z-index: 1;
        padding-top: 110px;
        margin-top: 120px;
    }

    .navbar .navbar-nav .nav-link {

  font-size: 34px;
  line-height: 50px;
}
        .navbar-collapse.show {
            transform: translateX(-100%);
        }

    .navbar-toggler .menu-icon, .navbar-toggler .menu-icon::before, .navbar-toggler .menu-icon::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background: #fff;
        border-radius: 1px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .collapsed.navbar-toggler .menu-icon::before {
            top: 10px; width:30px;
        }
         .navbar-toggler .menu-icon::before {
            top: 8px; width:38px;
        }
        .navbar-toggler .menu-icon::after {
            bottom: -20px;
        }

    .navbar-toggler {
        display: block;
        position: absolute;
        width: 28px;
        height: 20px;
        transform: translateY(-50%);
        left: 48px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        top: 50%
    }

    .navbar-light .navbar-toggler {
        color: inherit;
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: inherit;
    }

    .navbar .dropdown-menu {
        visibility: visible;
        display: none;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin-top: 0;
        opacity: 1;
        background-color: inherit;
    }

    .dropdown-menu.show {
        display: block;
    }


    .navbar-toggler[aria-expanded="true"] .menu-icon::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .menu-icon::after {
        bottom: -8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .menu-icon {
        background: none;
    }

    .navbar-nav .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 10px;
        height: 36px;
        width: 42px;
        z-index: 99;
        cursor: pointer;
    }

    header .navbar {
        background:#171721; z-index:10;
    }
        .socialLink{right:20px; z-index: 10;
position: fixed;}
        .pagecontent {padding-top: 150px;}
        .navbar-toggler-icon{ width:40px;}
        .footer {padding-left: 0;}
         .footer .socialLink{ right:0}
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar .logo {
        margin: auto;
    }
.gm-style{left:-200px !important;}
.footer{ padding-top:200px;}
.img-overlap2 {margin-top: -40px;}
.img-overlap {margin-top: -110px;}
.banner .bottomAlign{left: -40px;}
.socialLink{ top:38px; display:flex;}
.footer .socialLink {display: block;}
}




@media(max-width: 999px) {
    .foodlover h2::before{ right:auto; left:0; width:50%;}
    .foodlover h2::after{ right:auto; left:0}
      .foodlover .owl-nav{ display:none}
      .my200 {margin: 80px 0;}
      .contact-img{ margin-left:auto;}
      .img-overlap {margin-top: -170px;}
      .cnt-tab{ margin-right:auto; margin-left:0}
      .img-overlap2 {margin-top: -200px;}
      
.game h2::after{ display:none;}
.mapframe .contectFrame {
  padding: 50px;
  margin: 0 auto; width:70%;
  left: 0;bottom: -315px;
}

.covid {

  padding: 80px 50px 50px;
 margin:20px;
}
.footer-logo{ width:200px; margin:auto;}
.footer{ padding-left:0}

.footer .socialLink {right: 0px;}

    .navbar-toggler{ left:20px;}
.pagecontent {
  padding-top: 250px;
}
.banner .bottomAlign{ bottom:70px;}
.footer {
  padding-top: 50px;
}
.game-slide .owl-nav{ position:absolute; top:50%; transform:translateY(-50%); width:100%;}
.game-slide.owl-carousel .owl-nav a.owl-next{ position:absolute; right:0;}
.mapframe .contectFrame {
  text-align: center;
  width: 90%;
  position: relative;
  bottom: 0;
  margin-top: -200px;
}
.mapframe .contectFrame h2::after{ left:0; right:0; margin:auto;}
}



@media(max-width: 767px) {
h1 {font-size: 30px;line-height: 40px;}
h2 {font-size: 30px;line-height: 40px;}
.bannerContent {margin-top: 150px; }
h1::after{ width:100%; bottom:-30px;}
p {font-size: 20px; line-height:30px;}
.banner .bottomAlign {bottom: 90px;}
.bannerContent p {font-size: 17px; line-height:25px; padding-top:10px;}
.banner .bannerContent svg.map{ top:-5px;}
    .bannerContent p{ display:flex;}
    h2::after {
        width: 70%;
    }
.btn {font-size: 20px; padding:13px 50px;}
.foodlover h2::before {width: 90%;}
.foodlover h2::after{ width:55%}
.sep{ width:auto !important; margin:50px 18px;}
.img-overlap {margin-top: -70px;}

.covid {padding: 40px 20px 40px;}
.mapframe {margin-bottom: 0;}
.footer .sep{ width:90% !important;}
.footer p{ font-size:17px;}

.footer ul li{ width:100px;}
.socialLink a{ width:35px; height:35px; line-height:33px; margin-right:7px;}
.socialLink a svg{ width:20px; height:20px;}
.navbar .logo {width:130px;}

.navbar .navbar-nav .nav-link {font-size: 25px; line-height: 35px;}
.bannerContent {margin-top: 0px;}
.pagecontent {padding-top: 130px;}

.gm-style {left: 0 !important;}

.banner .bottomAlign {
  left: 0px;
}
.mapframe .contectFrame{ padding:25px;}
}

