/* BASIC css start */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/*accordion toggle*/
.asidenav {
    display:flex;
    width:100%;
    flex-wrap:wrap;
    gap:5px;
    padding: 0 30% 0 4.5%;
}

.catecon {
    width:100%;
}

div.toggle_wrap {
    display:inline-block;
    width:100%;
    margin-top: 40px;
}

.collapsible {
    position:relative;
    padding: 0 15px 0 0;
    color: #000;;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background:none;
    outline: none;
    font-size: 15px;
    border:none;
    overflow-y: visible ;
}
        
.content {
    display:flex;
    flex-direction:column;
    gap:10px;
    *padding: 0px 10%;
    max-height: 0px;
    width:100%;
    height:100%;
    transition: max-height 0.2s ease-out;  
    overflow-y: auto;
}
        
.content div {
    display:block;
    font-size:13px;
}
        
.content span {
    font-size:13px !important;
}
        
.content p {
    font-size:13px;
    padding: 5px 0 7px;
}
        
.content::-webkit-scrollbar {
    display: none;
}
        
.content_tit{
    font-weight:600;
}

.content2 {
    display:flex;
    flex-direction:column;
    *padding: 0px 5%;
    max-height: 0px;
    width:100%;
    height:100%;
    transition: max-height 0.2s ease-out;            
}
.content2 {
    height: 100%;
    overflow-y:auto;
}
             
.content2 div {
    display:block;
    font-size:13px;
}
        
.content2 span {
    font-size:13px !important;
}

.content2 p {
    font-size:13px;           
    padding: 5px 0 7px;
}
        
.content2::-webkit-scrollbar {
    display: none;
}


.collapsible:before {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 55px;
}
        
.collapsible:after {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 55px;
    transform: rotate(90deg);
    transition: .3s linear;
           
}
   
.active:after {
    transform: rotate(0deg);         
}
        
.collapsible.collapsible2:before {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 75px !important;
}
        
.collapsible.collapsible2:after {
    content: "";
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 8px;
    height: 1px;
    background: #fff;
    top: calc(50% - 0px);
    right: 75px !important;
    transform: rotate(90deg);
    transition: .3s linear;
}

.collapsible.collapsible2.active2:after {
    transform: rotate(0deg);         
}

.drop-cate-list{
      padding: 3% 8%;
}

.drop-cate-list a {
      font-size:13px;
}

.catecon a {
    color:#fff;
}

.categoryItem {
   width:100%;
   *padding:3px 0;
}

.categoryItem a {
    display:inline-block;
    font-size:13px;
    padding:3px 30px;
}

.list li {
    padding: 5px 0;
}

.list li a {
    padding: 5px 45px;
}





/* Ä«Å×°í¸® */

.aside::-webkit-scrollbar {
    display: none;
}



.aside {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 998;
    display: none;
    transition: all ease-in .5s;
    backdrop-filter:blur(10px);
}

.aside_wrap {
    position:relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    color:#fff;
}


.aside_home {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 87%;
    margin: 0 auto;
}

.aside_home h1 {
    display: inline-block;
    padding: 10px 0;
}

.aside_home .close_btn {
    background-image: url(//liberclassy.jpg3.kr/2025_renewal/icon/close_white.png);
    width: 20px;
    height: 20px;
    padding: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 85%;
}


.login ul {
     display:flex;
}

.login li {
    width: 60px;
}

.login a{
    color:#fff;
    font-size:13px;
}


.aside_top {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 3%;
    white-space: nowrap;
    gap: 3%;
}


.aside_top a {
    text-align: center;
    display: flex;
    flex: 1;
    font-size: 12px;
    color: #000;
    flex-direction: column;
    align-items: center;
}

.aside_top a img {
    padding-bottom: 6px;
    width: 100%;
}

a.white {
    color: #fff !important;
}


.aside_login {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    margin:0 auto;
    padding:6% 0 6% 9.5%;
    gap:40px;
}

.aside_login a {
    display:inline-block;
    padding: 10px 0;
    color: #fff;
    font-size:13px;
}

.aside_login_cate {
    text-align:left;
}


/*ÇÏ´Ü ÇªÅÍ*/


#footer {
    margin: 0px;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
    color: #000;

}

.footer-bottom {
    padding-left: 15px;
}

.footerlogo {
    padding-bottom: 20px;
}


.footerlogo a {
    display: inline-block;
    width: 32%;
}


.footerlogo a img {
    width: 100%;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 20px;
    gap:0px 30px;
}

.footer-menu a {
    display: inline-block;
    padding-right: 7px;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    color: #000;
}

.cs-center {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 21px;
}

.cs-number {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #000;
}

.footerslide-btn {
    font-size: 12px;
    line-height: 12px;
    padding-bottom:30px;
}

img.slide-btn {
    padding-top: 3px;
    margin-left: 5px;
}

.copylight {
    padding-left: 15px;
    margin-top: 20px;
    color: #797979;
}

.sns {
    display: flex;
    justify-content: left;
    flex-direction: row;
    gap: 8%;
    padding: 0 0 20px;
}

.sns_menu > a {
    display: block;
    font-size:12px;
    text-align:left;
}



ul.sns_wrap {
    clear: both;
}

ul.sns_wrap li.sns_menu {
    float: left;
    position: relative;
    width: 70px;
    text-align: center;
}

li.sns_menu img {
    width: 50%;
}


li.sns_menu:hover .drop {
    display: block;
}


ul.drop {
    display: none;
    position: absolute;
    left: -22%;
    bottom: 100%;
    border: 1px solid #D9D9D9;
    background-color: #fff;
}

ul.drop li {
    width: 75px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #797979;
    font-size: 14px;
}

ul.drop li a {
    font-size:12px;
}



#customer {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0px auto 0;
    padding: 20px 0;
    border-top: 0px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    background-color: #E2E2E2;
    text-align: center;
}

#cus_left {
    overflow: hidden;
    float: left;
    width: 47%;
    margin: 0;
    padding: 0 10px 0 4px;
    text-align: center;
    font: bold 12px arial, Dotum, AppleGothic, sans-serif;
    letter-spacing: 0.2px;
    color: #000;
    border-right: 1px solid #E2E2E2;
    line-height: 17px;
}

#cus_left h2 {
    color: #000;
    font: 11px 'Montserrat', verdana;
    margin: 0 auto 10px;
    line-height: 14px;
    font-weight: bold;
}

#cus_right {
    overflow: hidden;
    float: left;
    width: 45%;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    font: bold 12px arial, Dotum, AppleGothic, sans-serif;
    letter-spacing: 0.2px;
    color: #000;
    border-left: 0px solid #E2E2E2;
}

#cus_right h2 {
    color: #000;
    font: 11px 'Montserrat', verdana;
    margin: 0 auto 10px;
    line-height: 14px;
    font-weight: bold;
}

#cus_right ul li {
    line-height: 17px;
    height: 40px;
    font-size: 12px;
}

#cus_right ul li:nth-child(2) {
    line-height: 17px;
    height: 25px;
    font-size: 12px;
}

.bottommenu {
    color: #fff;
    border-top: 1px solid #777;
    margin: 15px
}

.bottommenu .btm {
    height: 16px;
    padding: 10px 0 10px 0;
    width: 95%;
    margin: 0 auto;
}

.bottommenu:after {
    clear: both;
    display: block;
    content: ''
}

.bottommenu .btm li {
    display: inline-block;
    float: left;
    width: 33.333%
}

.bottommenu .btm li a {
    width: 100%;
    color: #777;
}

.bottommenu .btm li:last-child a {
    padding-right: 0px;
}



#footer address {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    color: #C1C1C1;
    text-align: center;
    font-weight: 100;
    padding-top: 15px;
}

#footer address img {
    width: 100%;
}

#footer address a {
    color: #fff;
}

#footer .footerTerms {
    margin: 15px 0 0;
    font-size: 11px;
    text-align: center;
}

#footer .footerTerms a {
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer .inis {
    margin: 10px auto 20px;
    text-align: center;
    padding: 0 20px;
}

#footer .inis img {
    width: 100%;
}

#footer .bloglink {
    margin: 10px auto;
    text-align: center;
    padding: 0 20px;
}

#footer .bloglink span {
    margin: 0 5px;
}

#footer .bloglink img {
    width: 10%;
    cursor: auto;
}





.footer_top {
    height: 30px;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 10px 0
}

.footer_top .logo {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.footer_top .logo img {
    width: 85%;
    padding: 7px 0 7px 0;
    max-width: 175px;
    min-width: 150px
}

.footer_top .sns {
    display: inline-block;
    float: right;
    width: 50%
}

.footer_top .sns a {
    display: inline-block;
    float: right;
    color: #fff;
    padding: 10px 15px 10px 0
}

.footer_top .sns a i {
    font-size: 16px
}

.customer {
    width: 95%;
    margin: 0 auto
}

.customer .num a {
    font-weight: 500;
    font-size: 14px;
    ;
    color: #C1C1C1
}

.customer .time {
    font-weight: 100;
    font-size: 12px;
    color: #C1C1C1
}







/* ÇÏ´Ü¸Þ´º³¡ */
.wizcall {
    margin: 7px auto 0px auto;
    text-align: center;
}

.wizcall a {
    display: inline-block;
    width: 80%;
    padding: 4px 10px 5px 10px !important;
    font-size: 12px;
    color: #000;
    border: 1px solid #E2E2E2 !important;
    background-color: #fff;
    box-shadow: inset 0px 1px 1px #fff;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.wizcall a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
    background: url("/design/lightbrain/wizmobile/ico_footer_tel.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.wizdeli {
    margin: 10px auto;
    text-align: center;
}

.wizdeli a {
    display: inline-block;
    width: 80%;
    padding: 6px 10px 5px 10px !important;
    font-size: 12px;
    color: #000;
    border: 1px solid #E2E2E2 !important;
    background-color: #fff;
    box-shadow: inset 0px 1px 1px #fff;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wizdeli a:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
    background: url("/design/lightbrain/wizmobile/ico_footer_de.png") no-repeat 0 0;
    background-size: 100% 100%;
}



/* //ÇÏ´Ü °íÁ¤ ¸Þ´º */
@media screen and (min-width:420px) and (max-width:767px) {
    #footer .footerInfo {
        position: relative;
        overflow: hidden;
        zoom: 1;
        border-bottom: 1px solid #999;
    }

    #footer .footerInfo .footerInfoTop {
        width: 46%;
        float: left;
        border-bottom: 0;
        border-right: 1px solid #999;
        margin-left: -1px;
        padding: 20px 2%;
    }

    #footer .footerInfo .footerInfoTop .footerInfoTopLeft {
        float: left;
    }

    #footer .footerInfo .footerInfoBottom {
        width: 46%;
        float: left;
        border-bottom: 0;
        padding: 20px 2%;
    }

    #footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {
        float: left;
    }
}

@media screen and (min-width:768px) {



    #footer .footerInfo {
        position: relative;
        overflow: hidden;
        zoom: 1;
        border-bottom: 1px solid #999;
    }

    #footer .footerInfo .footerInfoTop {
        width: 46%;
        float: left;
        border-bottom: 0;
        border-right: 1px solid #999;
        margin-left: -1px;
        padding: 20px 2%;
    }

    #footer .footerInfo .footerInfoTop .footerInfoTopLeft {
        float: left;
    }

    #footer .footerInfo .footerInfoBottom {
        width: 46%;
        float: left;
        border-bottom: 0;
        padding: 20px 2%;
    }

    #footer .footerInfo .footerInfoBottom .footerInfoBottomLeft {
        float: left;
    }
}






/* ÇÏ´Ü °íÁ¤ ¹öÆ° */
.section_fixedFooter .btn_toggle_area {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
}

.section_fixedFooter .btn_toggle_area .btn_up {
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: block;
    border: 2px solid rgba(88, 86, 86, 0.59);
    background-color: rgba(104, 108, 111, 0.8);
    text-align: center;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    top: 45px;
    right: 10px;
}

.btn_fixedFooter {
    z-index: 9999;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: block;
    border: 2px solid rgba(88, 86, 86, 0.59);
    background-color: rgba(104, 108, 111, 0.8);
    text-align: center;
    border-radius: 30px;
    color: #fff;
    position: fixed;
    bottom: 45px;
    left: 10px;
}


/* //ÇÏ´Ü °íÁ¤ ¹öÆ° */



/*ÇÏ´Ü ¸Þ´º*/



.nav_log {

    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    width: 16%;
    z-index: 9999;
}

.nav_log img {
    height: 30px;
}

.nav_top {
    display: inline-block;
    text-align: center;
    width: 30px;
    z-index: 9999;
    position: fixed;
    bottom: 120px;
    right: 0px;
}

.nav_top img {
    height: 30px;
}

.nav_down {
    display: inline-block;
    text-align: center;
    width: 30px;
    z-index: 9999;
    position: fixed;
    bottom: 90px;
    right: 0px;
}

.nav_down img {
    height: 30px;
}

.nav_tok {
    display: inline-block;
    text-align: center;
    width: 30px;
    z-index: 9999;
    position: fixed;
    bottom: 60px;
    right: 0px;
}

.nav_tok img {
    height: 30px;
}

.nav_home {

    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    width: 16%;
    z-index: 9999;

}

.nav_home img {
    height: 30px;
}

.fa_arrow {
    font: normal normal normal 14px/1 FontAwesome
}



#mbris_main_section {
    top: 0;
}


.footer-info {
    display: none;
    padding-bottom: 30px;
    line-height: 20px;
    color: #797979;
    font-size:12px;
}


.page-up {
    position: fixed;
    bottom: 70px;
    right: 10PX;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    transition: all .3s;
    z-index: 10;
}

.page-up img{
   height:45px;
}


 .talk {
    position: fixed;
    bottom: 125px;
    right: 10PX;
    z-index: 12;
 }

  .talk a {
  
    display:inline-block;
    width:45px;
    height: 45px;
    background: #fff;
     BOX-SHADOW: 0px 0px 16px rgba(0,0,0,0.1);
    BORDER-RADIUS: 50PX;
  }
  
.talk a p {
    line-height: 45px;
    text-align: center;
} 
  
  .talk img {
    margin: 10px 0 0 10px;
    width:31px;
  }

/* BASIC css end */

