@charset "UTF-8";

body{
    font-family: Roboto, Noto sans, Be Vietnam Pro, Arial, Helvetica, sans-serif;
    background: linear-gradient(180deg,#444,#050505,#444);
}
.panel{
    display: none;
}
.bg_deco{
    background: url('img/deco.png');
    background-repeat: no-repeat;
}
.user_bg{
    background: url('img/user_bg.png');
    background-repeat: no-repeat;
}
.lot_bg{
    background: url('img/lot_bg.png');
    background-repeat: no-repeat;
}
.top img{
    transform: scale(0.9);
    padding-left: 20px;
}
.link{
    display: inline-block;
    margin: 3rem 2rem 0 1rem;
    font-size:1.5rem;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    max-width: 100%;
}
.link:hover{
    color:#444;
    font-weight: bold;
    text-decoration:none;
    background-color:#b2b2b2;
    border-radius: 15px;
}
.select{
    color:#444;
    font-weight: bold;
    text-decoration:none;
    background-color:#fff;
    border-radius: 15px;
}
.top{
    display: flex;
    vertical-align: bottom;
    height:100px;
    color:#fff;
}
.carousel-item{
    height:43rem;
    color:#fff;
}
.slideone{
    background: url('img/usermain_img.jpg');
    background-size: cover;
}
.slidetwo{
    background: url('img/adminmain_img.jpg');
    background-size: cover;
}
.slidethree{
    background: url('img/mainparkinglot_img.jpg');
    background-size: cover;
}
.video-container{
    position: relative;
    width:100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-container iframe{
    position: absolute;
    width:100%;
    height:100%;
}
/* .video-container .overlaytext{
    position: absolute;
    bottom:30%;
    color:#fff;
    font-size:60px;
    line-height: 70px;
    text-align: center;
    padding:40px;
    font-weight: 600;
} */
.textbox{
    text-align: left;
    padding-bottom:150px;
}
.textbox h1{
    font-size:3.2rem;
    font-weight: bold;
}
.admintxt{
    font-size:1rem;
    font-weight: bold;
    color:#444;
}
.admintxt h1{
    font-size:3.2rem;
    font-weight: bold;
    color:#444;
}
.mobliebox{
    display: none;
}
.Wrap{
    overflow: hidden;
    padding-bottom: 100px;
}
.container{
    color:#fff;
    text-align:center;
}
.topbox{
    padding-top:100px;
}
.mainbox{
    padding-top: 80px;
}
.lotbox{
    padding-top: 80px;
}
.intro{
    padding-top:30px;
}
.boximg{
    padding-top:30px;
}
.boximg img{
    border-radius: 20px;
}
.bigtxt{
    text-align: left;
    font-size:45px;
}
.bigtxt strong{
    color:#FDC231;
}
.introtxt{
    text-align: left;
    color:#eee;
    font-size: 1.2rem;
    font-weight:lighter;
}
.admintextbox{
    text-align: right;
}
.mobiledown{
    display: none;
}
.Subtitle{
    font-size:3.2rem;
    font-weight: bold;
    padding-top:20px;
}
.point{
    color:#FDC231;
}
.downinfo{
    font-size:25px;
    color:#939393;
    font-weight: 200;
}
.userqr{
    border-right: 1px solid #444;
}
.appleqr{
    margin-left: 40px;
}
.down{
    padding-bottom: 50px;
}
.applebtn{
    margin-left: 40px;
}
strong{
    color:#FDC231;
}
.scroll-down{
    z-index: 11;
    position: fixed;
    width: 40px;
    height: 60px;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.2);
    left:50%;
    transform: translate(-50%,-50%);
    bottom:40px;
    border: 2px solid #fff;
    border-radius: 50px;
}
.scroll-down::before, .scroll-down::after{
    content: "";
    position:absolute;
    top:23%;
    left:50%;
    border:2px solid #eee;
    height: 11px;
    width: 11px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: transparent;
    border-left: transparent;
    animation: MoveArrow 1.2s ease-in-out infinite;
}
.scroll-down::after{
    top:30%;
    animation-delay: 0.3s;
}
@keyframes MoveArrow{
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100%{
        opacity: 0;
        top:90%;
    }
}
/*user*/
.userpage{
    color:#fff;
    margin:0;
    text-align: center;
    overflow: hidden;
}
.Cbox{
    display:inline;
    padding-top:50px;
}
.Mbox{
    display: none;
}
.Cusermain img{
    max-width: 100%;
}
.Musermain{
    display: none;
}
.userPtxt{
    font-size: 4.5rem;
}
.userinfo{
    color:#fff;
    text-align: left;
    font-size: 2.4rem;
    padding-top:2em;
}
.userStxt{
    text-align: left;
    color:#ccc;
    font-size: 1.5rem;
    font-weight: 200;
}
/*Admin*/
.adminMmain img{
    display: none;
}
.Amain img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.Admintitle{
    padding-top:50px;
    font-size: 48px;
    font-weight: 600;
}
.admininfo{
    color:#ccc;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 200;
    margin-top: 30px;
}
.adminMmain img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.before{
    padding-top:10px;
}
.before img{
    width: auto;
    height: auto;
    max-width: 95%;
    margin-top: 60px;
}
.Atxt{
    font-size:45px;
}
/*Parking Lot*/

.contact{
    text-align: left;
}
.contactimg img{
    margin-top : 120px;
    max-width: 100%;
}
.lotPtxt{
    font-size: 4.5rem;
}
/*FOOTER*/
footer{
    background-color: #212121;
    text-align: center;
    color:#bbb;
    font-size:20px;
    font-weight: 300;
    padding: 50px;
    border-top: 1px solid #444;
    overflow: hidden;
}
footer .row{
    margin-left:70px;
}
.footermenu{
    text-align: left;
}
.submenutext{
    display: flex;
}
.submenutext p{
    padding:20px 30px 0 0;
}
.footermenu a{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}
.footermenu a:hover{
    color:#bbb;
}
.footericon{
    padding-top: 20px;
}
.footericon a{
     margin-right:15px;
}
.address{
    text-align: left;
    margin: 10px 0 0 40px;
}
.address strong{
    color:#eee;
}
.address a{
    text-decoration: none;
    color:#2e9dfd;
}
.address a:hover{
    color:#005fbe;
}
.mobilefooter{
    display: none;
}
.memobox textarea::placeholder{
    color:#ccc;
}

@media(max-width:1420px){
 /*User*/
    .userPtxt{
        padding-left: 0;
    }
    .userinfo{
        font-size: 1.9rem;
        padding:4em 0 0 2em;
    }
    .userStxt{
        font-size: 1.2rem;
    }
    footer .row{
        margin-left:50px;
    }
}
@media(max-width:1385px){
    .slideone{
        background: url('img/main_img1280.jpg');
    }
    .slidetwo{
        background: url('img/admin_img1280.jpg');
    }
    .slidethree{
        background: url('img/parkinglot_img1280.jpg');
    }
    .intro{
        text-align: center;
        margin-left:0;
        padding-top:60px;
    }
    .boximg{
        transform: scale(0.8);
        padding-bottom:25px;
    }
    .bigtxt{
        font-size:2.5rem;
    }
    .introtxt{
        color:#eee;
        font-size: 1rem;
        font-weight:lighter;
    }
    .clickinfo{
        color:#ccc;
        font-size: 0.8rem;
        font-weight: 200;
    }
    .mainbox{
        display: none;
    }
    .topbox{
        padding-top:70px;
    }
    .lotbox{
        padding-top: 0;
        margin-bottom: 80px;
    }
    .mobliebox{
        display: inline;
        padding:0;
    }
    .Subtitle{
        font-size:3rem;
        padding-top:60px;
        border-top: 1px solid #444;
    }
    .userqr{
        border-right: 1px solid #444;    
    }
    .appleqr{
        margin-left: 40px;
    }
    .down{
        padding-bottom: 30px;
    }
    /*User*/
    .Cbox{
        display: none;
    }
    .Mbox{
        display: inline;
    }
    .Mbox img{
        max-width: 100%;
    }
    .userPtxt{
        font-size: 3.6rem;
    }
    .userinfo{
        text-align: center;
        font-size: 2.4rem;
        padding:0;
    }
    .userStxt{
        text-align: center;
        font-size: 1.5rem;
    }
    /*Admin*/
    .Admintitle{
        font-size:4rem;
    }
    .admininfo{
        margin-top: 50px;
        font-size: 1.5rem;
    }


    /*Parking lot*/
    .lotPtxt{
        font-size: 4rem;
    }
    .address{
        margin: 0;
        padding: 0; 
    }

    /*footer*/
    footer{
        font-size:1rem;
        font-weight:200;
        padding: 50px 80px 50px 80px;
    }
    .footericon img{
        transform: scale(0.9);
    }
    .footericon a{
        padding:0;
        margin:0;
    }
    .footerlogo img{
        transform: scale(0.9);
        padding-bottom: 10px;
        padding-left:0;
    }
}
@media(max-width:1050px){
    .bg_deco{
        background: linear-gradient(180deg,#444,#050505,#444);
        background-repeat: no-repeat;
    }
    .Wrap{
        padding-bottom:100px;
    }
    .topbox{
        padding-top:120px;
    }
    .intro{
        
        margin-left:0;
        padding-top:0;
    }
    .boximg{
        transform: scale(0.8);
        padding-bottom: 0;
    }
    .bigtxt{
        text-align: center;
        font-size:2.5rem;
        padding-top: 50px;
    }
    .introtxt{
        text-align: center;
        font-size: 24px;
    }
    .webdown{
        display: none;
    }
    .mobiledown{
        display: inline;
        border-top: 1px solid #444;
        padding-top: 50px;
    }
    .mobiledown p{
        font-size:36px;
        font-weight: bold;
    }
    .mobiledown strong{
        color:#FDC231;
    }
    .downinfo{
        font-size:18px;
        color:#939393;
        font-weight: 200;
    }
    .clickinfo{
        color:#ccc;
        font-size: 0.8rem;
        font-weight: 200;
   
    }
    .userqr{
        border-right: none;
    }
   /*User*/
    .Mbox img{
        max-width: 100%;
    }
    .userPtxt{
       font-size: 2.5em;
    }
    .userinfo{
        font-size: 2rem;
        padding:0;
    }
    .userStxt{
        font-size: 1.4rem;
    }
    /*Admin*/
    .Admintitle{
        font-size:3.2rem;
    }
    .Asub{
        padding-top: 60px;
        border-top: 1px solid #444;
    }
    .admininfo{
        text-align: center;
        font-size: 1.5rem;
        margin-top: 20px;
    } 
    /*Parking lot*/
    .contactimg{
        display: none;
    }
    .lotPtxt{
        font-size: 3rem;
    }
    .downwrap{
        border-top: 1px solid #444;
        padding-top:50px;
    }
    .footericon img{
        transform: scale(0.8);
    }
    .address{
        text-align: center;
    }
    .footermenu{
        text-align: center;
        margin-left:0;
    }
    .submenutext{
       display: none;
    }
    footer .row{
        margin-left:0;
    }

}
@media(max-width:840px){
    .scroll-down{
        display:none;
    }
    .slideone{
        background: url('img/main_img840.jpg');
    }
    .slidetwo{
        background: url('img/admin_img840.jpg');
    }
    .slidethree{
        background: url('img/parkinglot_img840.jpg');
    }
    /*ADMIN*/
    .Atxt{
        font-size:40px;
    }
     /*Parking lot*/
    .lotPtxt{
        font-size: 2.5rem;
    }
}
@media(max-width:600px){
    .hiddenlist{
        display: none;
    }
    .mobilefooter{
        display: inline; 
    }
    .mobilefooter li{
        padding-bottom:10px;
    }
    .mobilefooter a{
        text-decoration: none;
        color:#2e9dfd;
    }
    .mobilefooter a:hover{
        color:#005fbe;
    }
}
@media(max-width:580px){
    .logo{
        position: absolute;
        left:33%;
    }
    .nav li{
        display: none;
    }
    /*mobile menu*/
    #carouselExampleCaptions{
        margin-top:116px;
    }
    .topbar{
        position:fixed;
        top:0;
        left:0;
        right: 0;

        z-index: 9998;
        background-color: #444;
    }
    .panel {
        display: inline;
    }
    .panel {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        position: fixed;
        z-index: 9999;
        top: 0;
        height: 100%;
        width: 43%;
        background-color: #444;
    }
    .panel .ninja-btn {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        display: inline-block;
        cursor: pointer;
        padding: 20px 0 0 30px;
        position: absolute;
        z-index: 2;
        top: 0;
        width: 30px;
        height: 20.18181818px;
    }
    .panel .ninja-btn span,
    .panel .ninja-btn span:before,
    .panel .ninja-btn span:after {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        width: 30px;
        height: 2px;
        background-color: #fff;
    }
    .panel .ninja-btn span {
        position: relative;
        display: inline-block;
        margin-top: 9.09090909px;
    }
    .panel .ninja-btn span:before,
    .panel .ninja-btn span:after {
        content: "";
        position: absolute;
        left: 0;
    }
    .panel .ninja-btn span:before {
        top: -9.09090909px;
    }
    .panel .ninja-btn span:after {
        top: 9.09090909px;
    }
    
    /*메뉴 클릭후, 메뉴 버튼을 활성화 시켰을때 속성*/
    .panel .ninja-btn.active span {
        background-color: transparent;
    }
    .panel .ninja-btn.active span:before,
    .panel .ninja-btn.active span:after {
        top: 0;
    }
    .panel .ninja-btn.active span:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
    }
    .panel .ninja-btn.active span:after {
        -webkit-transition-delay: 0.09s;
        -moz-transition-delay: 0.09s;
        -o-transition-delay: 0.09s;
        -msa-transition-delay: 0.09s;
        transition-delay: 0.09s;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
    }
    .panel ul {
        width:100%;
        list-style-type: none;
        position: absolute;
        z-index: 1;
        margin: 0;
        padding: 0;
        top: 15%;
        left: 0;
        right: 60px;
        height: auto;
        text-align: left;
    }
    
    .panel ul li,
    .panel ul a {
        display: inline-block;
        width: 100%;
        line-height: 1.4;
        padding: 0;
        font-weight: 400;
        color:#ccc;
        text-decoration: none;
    }
    .panel ul a:hover{
        color:#FDC231;
    }
    .panel ul li{
        height:45px;
    }
    .panel ul li.menu-label a{
        padding:11px 0 0 40px;
        height:100%;
        display:block;
        font-size: 17px;
    }
    .panel ul li.menu-label:first-child {
        border-top: 0;
    }
    
    .panel ul li.menu-contacts a {
        font-size: 16px;
        text-transform: inherit;
    }
    
    /* 안보이는 패널위치고정 */
    .panel-overlay {
        position: fixed;
        top: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.6);
        cursor: pointer;
    }
    
    .panel.left {
        left: -800px;
    }
    /*패널 버튼 부분 위치*/
    .panel.left .ninja-btn {
        left: 790px;
    }
    /* 패널이 활성화 되었을때 */
    .panel.left.active {
        left: 0;
    }
    .panel.left.active .ninja-btn {
        left: 100%;
        margin-left: -75px;
    }
    
    .panel ul li.sub-menu{
        background: #2e333c;
        padding:11px 0 0 50px;
    }
    .top img{
        padding-left: 0;
    }
    .slideone{
        background: url('img/main_img560.jpg');
    }
    .slidetwo{
        background: url('img/admin_img560.jpg');
    }
    .slidethree{
        background: url('img/parkinglot_img560.jpg');
    }
    .link{
        display: inline-block;
        margin: 2rem 2rem 0 2rem;
        font-size:1.4rem;
    }
    .topbox{
        padding-top:30px;
    }
    .boximg img{
        max-width: 100%;
        padding-bottom: 0;
        margin-left: 0;
    }
    .bigtxt{
        font-size:2.5rem;
        padding-top: 50px;
    }
    .mobiledown{
        padding-top: 50px;
    }
    .mobiledown img{
        transform: scale(0.9);
    }
    .mobiledown p{
        font-size:3rem;
        font-weight: bold;
    }
    .mobiledown strong{
        color:#FDC231;
    }
    .downinfo{
        font-size:1rem;
        color:#939393;
        font-weight: 200;
    }
    .clickinfo{
        color:#ccc;
        font-size: 0.8rem;
        font-weight: 200;
    }
    .userqr{
        border-right: none;
    }
    .applebtn{
        margin-left: 0;
    }

    .video-container{
        margin-top:110px;
    }
    /*User*/
    .Cusermain{
        display: none;
    }
    .Musermain{
        display: inline;
    }
    .Musermain img{
        max-width: 100%;
    }
    .userPtxt{
       font-size: 1.4em;
    }
    .userinfo{
        text-align: center;
        font-size: 1.5rem;
        padding: 2em 0 0 0;
    }
    .userStxt{
        text-align: center;
        font-size: 1rem;
    }
    /*Admin*/
    .Amain{
        display: none;
    }
    .before img{
        display: none;
    }
    .adminMmain img{
        display: inline;
    }
    .Admintitle{
        font-size: 2.2rem;
    }
    .admininfo{
        font-size: 1.2rem;
    }   
    footer{
        font-size:1rem;
    }
    .address{
        padding:0;
    }
    .footericon a{
        margin-left: 0;
    }
    .footericon img{
        transform: scale(0.8);
    }
    .Atxt{
        font-size:34px;
    }
    /*Parking lot*/
    .lotPtxt{
        font-size: 2rem;
    }
    .downtitle p{
        font-size:32px;
    }
    
}
@media(max-width:390px){ 
    .logo{
        left:27%;
     }
     .panel {
        width: 44%;
        background-color: #444;
    }
     .panel ul li.menu-label a{
        padding:11px 0 0 20px;
    }
    .link{
        display: none;     
    }
    .link:hover{
        color:#444;
        font-weight: bold;
        text-decoration:none;
        background-color:#b2b2b2;
        border-radius: 15px;
    }
    .select{
        color:#444;
        font-weight: bold;
        text-decoration:none;
        background-color:#fff;
        border-radius: 15px;
    }
    .carousel-item{
        height:29rem;
    }
    .slideone{
        background: url('img/main_img390.jpg');
    }
    .slidetwo{
        background: url('img/admin_img390.jpg');
    }
    .slidethree{
        background: url('img/parkinglot_img390.jpg');
    }
    .lotbox{
        margin-bottom: 0;
    }
    .applebtn{
        margin-left: 0;
    }
    .applebtn img{
        padding-top:10px;
    }
    .Atxt{
        font-size:28px;
    }
}
