/* BASIC css start */
/* 글로벌 모바일 가로 스크롤(좌우 흔들림) 강제 방지 */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* 하단 영역 박스 크기 기준 고정 */
#footer, #footer *, .section_fixedFooter, .section_fixedFooter * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer {
    width: 100%;
    max-width: 100%;
    border-top: 2px solid #3c3c3c; 
    clear: both; 
    margin-top: 36px;
    overflow: hidden; /* 가로 스크롤 완벽 차단 */
}

#footer .footerInfo { display: block; width: 100%; max-width: 100%; }
#footer .footerInfo .footerInfoTop { border-bottom: 1px solid #b3b3b3; padding: 20px; overflow: hidden; }
#footer .footerInfo .footerInfoTop .footerInfoTopLeft { float: left; }
#footer .footerInfo .footerInfoTop .footerInfoTopLeft dt { margin-bottom: 6px; font-size: 1.3em; }
#footer .footerInfo .footerInfoTop .footerInfoTopLeft .tel { color: #f1494d; font-size: 1.500em; margin-bottom: 6px; }
#footer .footerInfo .footerInfoTop .footerInfoTopRight { width: 70px; height: 70px; border-radius: 35px; background-color: #3c3c3c; display: table; text-align: center; float: right; }
#footer .footerInfo .footerInfoTop .footerInfoTopRight a { color: #fff; display: table-cell; vertical-align: middle; }

#footer .footerInfo .footerInfoBottom { border-bottom: 1px solid #b3b3b3; padding: 20px; overflow: hidden; }
#footer .footerInfo .footerInfoBottom .footerInfoBottomLeft { float: left; }
#footer .footerInfo .footerInfoBottom .footerInfoBottomLeft dt { margin-bottom: 6px; font-size: 1.3em; }
#footer .footerInfo .footerInfoBottom .footerInfoBottomRight { width: 70px; height: 70px; border-radius: 35px; background-color: #3c3c3c; display: table; text-align: center; float: right; }
#footer .footerInfo .footerInfoBottom .footerInfoBottomRight a { color: #fff; display: table-cell; vertical-align: middle; }

#footer .footerMiddle { background-color: #ebebeb; text-align: center; padding: 12px 0; overflow: hidden; width: 100%; }
#footer .footerMiddle a { width: 33.33%; float: left; display: block; border-left: 1px solid #b3b3b3; text-align: center; word-break: keep-all; }
#footer .footerMiddle a:first-child { border-left: none; }

#footer .footerlogo { position: relative; overflow: hidden; zoom: 1; padding: 10px 0 0 0; }
#footer .footerlogo p { width: 25%; float: left; text-align: center; }
#footer address { padding: 12px 10px; color: #606060; word-break: break-all; }
#footer address .agreeButton { margin: 5px 0; }
#footer address .agreeButton a { color: #fff; background-color: #b3b3b3; padding: 2px 5px; display: inline-block; }

/* 하단 고정 버튼 */
.section_fixedFooter .btn_toggle_area { width: 100%; height: 44px; position: relative; }
.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: 0; right: 10px; }
.section_fixedFooter .btn_toggle_area .btn_fixedFooter { 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: 0; left: 10px; }

/* 하단 고정 메뉴 */
.section_fixedFooter { width: 100%; max-width: 100%; position: fixed; bottom: 0px; right: 0px; left: 0; z-index: 999; overflow: hidden; }
.section_fixedFooter .section_fixedFooter_dn { display: none; box-shadow: 0 0 10px 1px #404040; border-top: 1px solid #C1C1C1; }
.section_fixedFooter .footerInfo { background-color: #fff; }
.section_fixedFooter .footerInfo .footerInfoTop { border-bottom: 1px solid #b3b3b3; padding: 20px; overflow: hidden; }
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft { float: left; }
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft dt { font-size: 1.3em; margin-bottom: 6px; }
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft .tel { color: #f1494d; font-size: 1.500em; margin-bottom: 6px; }
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopRight { width: 70px; height: 70px; border-radius: 35px; background-color: #3c3c3c; display: table; text-align: center; float: right; }
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopRight a { color: #fff; display: table-cell; vertical-align: middle; }

.section_fixedFooter .footerInfo .footerInfoBottom { border-bottom: 1px solid #b3b3b3; padding: 20px; overflow: hidden; }
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomLeft { float: left; }
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomLeft dt { font-size: 1.3em; margin-bottom: 6px; }
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomRight { width: 70px; height: 70px; border-radius: 35px; background-color: #3c3c3c; display: table; text-align: center; float: right; }
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomRight a { color: #fff; display: table-cell; vertical-align: middle; }

.section_fixedFooter .footerMiddle { background-color: #3e4347; text-align: center; padding: 12px 0; clear: both; overflow: hidden; }
.section_fixedFooter .footerMiddle a { width: 25%; float: left; display: block; border-left: 1px solid #A2A2A2; color: #fff; text-align: center; word-break: keep-all; }
.section_fixedFooter .footerMiddle a:first-child { border-left: none; }

/* 미디어 쿼리 패딩 및 여백 계산 보완 */
@media screen and (min-width:420px) and (max-width:767px) {
    #footer .footerInfo { position: relative; overflow: hidden; zoom: 1; border-bottom: 1px solid #b3b3b3; }
    #footer .footerInfo .footerInfoTop { width: 50%; float: left; border-bottom: 0; border-right: 1px solid #b3b3b3; padding: 20px 10px; }
    #footer .footerInfo .footerInfoTop .footerInfoTopLeft { float: left; }
    #footer .footerInfo .footerInfoBottom { width: 50%; float: left; border-bottom: 0; padding: 20px 10px; }
    #footer .footerInfo .footerInfoBottom .footerInfoBottomLeft { float: left; }
}

@media screen and (min-width:768px) {
    #footer .footerInfo { position: relative; overflow: hidden; zoom: 1; border-bottom: 1px solid #b3b3b3; }
    #footer .footerInfo .footerInfoTop { width: 50%; float: left; border-bottom: 0; border-right: 1px solid #b3b3b3; padding: 20px 10px; }
    #footer .footerInfo .footerInfoTop .footerInfoTopLeft { float: left; }
    #footer .footerInfo .footerInfoBottom { width: 50%; float: left; border-bottom: 0; padding: 20px 10px; }
    #footer .footerInfo .footerInfoBottom .footerInfoBottomLeft { float: left; }
}
/* BASIC css end */

