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


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

#footer {
    margin: 0px;
    padding: 30px 25px 0;
    border-top: 1px solid #c6c6c6;
    color: #151515;
}


.footerlogo {
    padding-bottom: 15px;
}


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

.footerlogo a img {
    width: 100%;
}



.cs-center {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 21px;
}

.cs-number {
    font-size: 13px;
    font-weight: 600;
    color: #151515;
}

.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: inline-block;
    width: 100%;
    padding: 0 0 20px;
}

.sns_wrap {
    display: flex;
    gap: 3%;
}

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


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


li.sns_menu img {
    width: 85%;
}












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








/* =========================================
   1. ¾ÆÄÚµð¾ð ¹öÆ° ¿µ¿ª (OFFICIAL)
   ========================================= */
.footer_accordion {
    position: relative;
    background-color: #fff;
    color: #151515;
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Pretendard Variable';
    
    /* ´ÝÇôÀÖÀ» ¶§ À§¾Æ·¡ Å×µÎ¸® ³ëÃâ */
    border: none;
    border-bottom: 1px solid #ddd !important; 
}

/* ¿­·ÈÀ» ¶§ ÇÏ´Ü Å×µÎ¸® Åõ¸í Ã³¸® (³»¿ë¹°°ú ¿¬°áµÇ°Ô) */
.footer_accordion.active_footer {
    border-bottom-color: transparent !important; 
}


/* =========================================
   2. ¾ÆÄÚµð¾ð ¿ìÃø ½ÊÀÚ°¡ (+ / -) ¾ÆÀÌÄÜ
   ========================================= */
.footer_accordion:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #151515;
    top: calc(50% - 1px);
    right: 5px !important;          
}

.footer_accordion:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 1px; 
    background: #151515;
    top: calc(50% - 1px); 
    right: 5px !important;
    transform: rotate(90deg); /* 90µµ È¸ÀüÇØ¼­ ¼¼·Î¼± ¸¸µé±â (+) */
    transition: .3s linear;
}

/* ¿­·ÈÀ» ¶§ ¼¼·Î¼±À» °¡·Î·Î ´¯È÷±â (-) */
.active_footer:after {
    transform: rotate(0deg);            
}


/* =========================================
   3. ¾ÆÄÚµð¾ð ³»¿ë¹° ¿µ¿ª (ÇÏÀ§ ¸Þ´ºµé)
   ========================================= */
.footer-menu {
    display: flex;
    flex-wrap: nowrap; /* °¡·Î ¹Ð¸² ¹æÁö */
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    max-height: 0;
    overflow: hidden; /* ³ôÀÌ ¾Ö´Ï¸ÞÀÌ¼ÇÀ» À§ÇØ ÇÊ¼ö */
    transition: max-height 0.2s ease-out;
    background-color: #fff;
    color: #151515;
    font-size: 12px;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: none;
    
}

/* ³»¿ë¹° ¿­·ÈÀ» ¶§ ÇÏ´Ü Å×µÎ¸® »ý¼º (¹Ú½º ÀüÃ¼ °¨½Î±â) */
.active_footer + .footer-menu {
    padding-bottom: 20px;          
    border-bottom: 1px solid #ddd; 
}

/* ³»ºÎ ¸µÅ©(±Û¾¾) ½ºÅ¸ÀÏ */
.footer-menu a {
    display: inline-block;
    padding: 2px 0;
    font-size: 12px;
    color: #151515;
}

/* ¸ð¹ÙÀÏ È¯°æ µî¿¡¼­ ½ºÅ©·Ñ¹Ù ¼û±â±â */
.footer-menu::-webkit-scrollbar {
    display: none !important;
}






.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 */

