@charset "utf-8";



html, body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  /* overflow-x: scroll;  */
} 
::-webkit-scrollbar {
    /* display: auto;  */
    background-color: transparent;
  }
#wrapper {
    /* min-height: calc(100% - 60px); */
    height: auto;
    min-height: 100%;
    padding-bottom: 60px;
    width:100%;
    position: relative;
    /* display: flex;
    justify-content: center; */

}

.container{
    padding-left:10px;
    /* margin-top:5px;
    margin-right:10px; */
    /* max-width: 960px;  */
    margin: auto;
    
}

.container2{
    /* margin-top:5px;
    margin-right:10px; */
    margin: 0 auto;
    /* max-width: 960px; */
    /* overscroll-behavior: contain;
    overflow: hidden; */
}

/* 모든기기공통 CSS */
body{ 
    .container{
        margin: 0 auto;        
    }
 }

/* desktop 규격 */
@media screen and (min-width: 1024px){
    .container{
        padding-left:10px;
        max-width: 960px;     
    }
}

/* tablet 규격 */
@media screen and (max-width: 1023px){
    .container{
        max-width: 960%; 
        /* padding-left:0;     */
    }
}

/* mobile 규격 */
@media screen and (max-width: 540px){
    .container{
        max-width: 100%; 
        /* padding-left:0;     */
        
    }
    
}

::placeholder {
    color: var(--c, rgb(80, 80, 80));
    font-size:13px;
}

#cFrame{
    margin-top:10px;
    margin-bottom: 10px;
}

/***** footer gnb   *****/    
.bottom_gnb {  
    position:fixed; left:0; right:0; bottom:0;
    /* transform : translateY(-100%);  */

    width:100%; height:60px;

    font-size:0.7rem; box-sizing:border-box; 
    padding-left:12%; padding-right:25px; 
    background:#032b70; 
    border-top:1px solid #c5c5c5; border-bottom:1px solid #c5c5c5; 
    z-index:1000;
}
.bottom_gnb .gnb_menu {
    position:absolute; display:block; 
    width:12%; height:57px; top:0; left:0; 
    background:linear-gradient( #142999, #2e4db9); color:#fff; 
    text-align:center; border:0; 
    font-size:0.7rem;
}
.bottom_gnb ul li {float:right;} 
.bottom_gnb li a {
    display:block; text-align:center; 
    color:#fff; height:52px; white-space:nowrap; 
    padding-left:10px; padding-right:10px; 
}
.gnb_icon {
    display:block; width:40px; height:38px; 
    margin:0 auto; 
    background:url('../images/icon_gnb.png') no-repeat; 
    background-size:50px 600px; 
    opacity:0.5;
}
.active .gnb_icon {opacity:1;}
.bottom_gnb .active a {background:#1a181b;}
/* .bottom_gnb .flex-direction-nav a {display:block; width:30px; height:58px; box-sizing:border-box; overflow:hidden; position:absolute; right:0; top:0; z-index:1; white-space:nowrap;}
.bottom_gnb .flex-direction-nav a:before {content:''; display:inline-block; width:30px; height:58px;}
.bottom_gnb .flex-prev {background:#424b5a url('../images/gnb_arrow_left.png') center no-repeat; background-size:10px 21px;}
.bottom_gnb .flex-next {background:#424b5a url('../images/gnb_arrow_right.png') center no-repeat; background-size:10px 21px;}
.bottom_gnb .flex-direction-nav .flex-disabled {display:none;} */
.gnb_menu .gnb_icon {background-position:center 0; opacity:1;}
.gnb_num1 .gnb_icon {width:80px; background-position:center -60px;}
.gnb_num2 .gnb_icon {width:80px; background-position:center -120px;}
.gnb_num3 .gnb_icon {width:80px; background-position:center -180px;}
.gnb_num4 .gnb_icon {width:80px; background-position:center -240px;}
.gnb_num5 .gnb_icon {width:80px; background-position:center -300px;}
.gnb_num6 .gnb_icon {width:80px; background-position:center -360px;}
.gnb_num7 .gnb_icon {width:80px; background-position:center -420px;}
.gnb_num8 .gnb_icon {width:80px; background-position:center -480px;}


ul{
    list-style:none;
}

a{
    text-decoration-line: none;
}

.fs-6{
    font-size:0.85rem !important;
}

.fs-7{
    font-size:1.0rem;
}

.fs-8{
    font-size:1.75rem;
}

.fs-11{
    font-size:11px;
}

.fs-12{
    font-size:12px;
}

.fs-13{
    font-size:13px;
}

.fs-14{
    font-size:13px;
}

.bg-darkblue{background:#1e4588 !important;}
.nav-fill .nav-item .active {
    /* color:  */
    background: #1e4588 !important;
    /* border: solid 2px #1e4588; */
}
.bg-canvasLeft-Header{background:#032b70;}
.bg-canvasLeft-Header h5{color:white !important;}
.text-reset{color:white !important;}

.menu-list.list-custom-small i:first-child {
    font-size: 11px !important;
  }
  
  .menu-list.list-custom-small {
    margin-right: 21px;
    margin-left: 8px;
  }
  
  .menu-list.list-custom-small span {
    color: #1f1f1f;
    font-size: 13px;
    padding-left: 5px;
  }

.offcanvas-menu { 
    width: 220px; height: 100%; 
    position: fixed; top: 0; 
    /* overflow: inherit;  */
    -webkit-transition: all 0.6s; transition: all 0.6s; z-index: 10000; 
}

.main-card-top{
    background: #0a1a4b;
    color:aliceblue;
}

.main-card-top button{
    border:none;
    border-radius: 10px;
    width:100px;
    padding: 10px 10px;
}

.btn-blue-light{
    background:#38466b;
    color:aliceblue;
}

.aleo-register{
    margin: 30px auto;
    text-align:center;
}

.aleo-register button{
    width: 250px;
    border-radius: 20px !important;
}

.mybtn{
    font-size:13px !important;
    width:90px;
}

.mymenu{
    white-space:nowrap;
    overflow:auto; 
}

.form-group .form-control {
    padding-left: 1.375rem;
    margin-bottom: 1.2rem;
}
.form-group{
  position:relative;
}
.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #0a1a4b;
    right:0;
    top: 0px;
}



.chartNodeClass{
    border:#1c67e7 1px solid !important;
    background-color: rgba(206, 208, 146, 0.209);
}
.selectedNodeClass {
    border: none;
}

.min-width-100 {
    min-width:100px !important;
}

.min-width-120 {
    min-width:120px !important;
}

.min-width-150 {
    min-width:150px !important;
}

.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.page-item{
    margin-right: 2px !important;
}

.page-link{
    background: black !important;
    color:white !important;
}

.page-link .active{
    background:rgb(29, 16, 209) !important;
}

.datepicker-input::placeholder {
    color: #324cda !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}

/* Spin Reverse - class fa-spin required */
.fa-spin.spin-reverse{
    -webkit-animation-direction:reverse;
       -moz-animation-direction:reverse;
            animation-direction:reverse;
  }

  .slow-ani > * {
    animation-duration:4s;
  }
  
  /* ////////////////////////////// */
  /* CSS versus */
  .vs{position:relative; display:inline-block; padding:0 15px; font-family:monospace;}
  .vs:before{content:"v"; display:block; position:absolute; top:0; left:0;}
  .vs:after{content:"s"; display:block; position:absolute; bottom:0; right:0;}
  .vs:before,
  .vs:after{font-size:80%;}
  .color-tangerine{color: #FFA978;}
  .color-instagram{color: #d6249f;} 
  .instagram {
    /* display: inline-block;
    width: 250px;    
    border-radius: 40px;
    height: 250px; 
    font-size: 220px;
    line-height: 250px; */
    text-align: center;
    /* color: #fff; */
    color:#2d282b;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  }
