/* BASIC css start */
/* 230705 하단 추가 */
.linkBox_a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
}

.linkBox_a a:nth-child(-n+2){
    width: 48.58%;
    border: 1px solid #9c9c9c;
}

.linkBox_a a:nth-child(3){
    width: 100%;
}

.linkBox_a .btnLink{
    background-color: #000;
    color: #fff;
    width: 100%;
    border: 1px solid #000;
    margin-top: 8px;
    line-height: 22px;
    font-size: 12px;
    padding: 12px 0;
    letter-spacing: 0;
}

.linkBox_a a{display:block;line-height:39px;border: 1px solid #9C9C9C; letter-spacing: -0.05em;font-weight: 400;font-size: 13px;text-align:center;}
.linkBox_a a img{vertical-align:middle;margin-left:8px;}


/* 2205 위브 리뉴얼 -> 2025 메인 리뉴얼하면서 삭제처리함 */


/* 스크롤 탑/바텀 버튼 */
.scroll_btn a { width: 40px;height:40px;border-radius:50%;display:block;position:fixed;bottom:80px;text-align:center;z-index:1000;box-sizing:border-box;right:12px;display:none;transition:all .3s}
.scroll_btn a img { width: 100%; }
.scroll_btn a.top_btn { bottom: 130px; }
.scroll_btn a.recent_btn { bottom: 180px; }
.scroll_btn a.cs_btn { bottom: 230px; }


/* 도영 footer 수정(결제 페이지 오류 수정) */
#footer .info1 .toggle .bank{ width: 100%; }


/* 하단 공통 */
#footer { padding: 30px 24px 70px; border-top: 1px solid #d9d9d9; }
/* 고객센터 부분 */
#footer .top .cs__wrap a { display: flex; flex-direction: row; gap: 7px; justify-content: flex-start; align-items: center; }
#footer .top .cs__wrap a p { font-size: 16px; font-weight: 600; color: #505050; }
#footer .top .cs__wrap a div { width: 12px; height: 12px; }
#footer .top .cs__wrap a div img { height: 100%; }
#footer .top .cs__wrap .tel { margin-top: 12px; font-size: 26px; color: #505050; font-weight: 600; }
#footer .top .cs__wrap .time { margin-top: 12px; font-size: 13px; color: #505050; font-weight: 400; line-height: 22px; letter-spacing: -1px; }
/* 사업자 정보 부분 */
#footer .top .info1 { margin-top: 33px; }
#footer .top .info1 .jinfo .jinfo_tit { display: flex; flex-direction: row; gap: 4px; justify-content: flex-start; align-items: center; cursor: pointer; }
#footer .top .info1 .jinfo .jinfo_tit h3 { color: #a7a7a7; font-size: 10px; font-weight: 400; letter-spacing: -1px; line-height: 22px; }
#footer .top .info1 .jinfo .jinfo_tit div img { height: 100%; vertical-align: middle; }
#footer .top .info1 .jinfo .jinfo_tit div.rotate { transform: rotate(180deg);}
#footer .info1 .toggle { display:none; }
#footer .info1 .toggle .a1 { margin-top: 3px; }
#footer .info1 .toggle .a1 li { font-size: 10px; color: #a7a7a7; letter-spacing: -1px; line-height: 22px; }
#footer .info1 .toggle .a1 .escrow { display:inline-block; margin-top: 8px; }
#footer .info1 .toggle .copy { margin: 20px 0 30px; font-size: 10px; color: #a7a7a7; letter-spacing: -1px; line-height: 15px;}
/* 하단 메뉴 */
#footer .menu1 { margin-top: 5px; display: flex; flex-direction: row; gap: 2px 13px; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
#footer .menu1 li a { font-size: 10px; color: #a7a7a7; letter-spacing: -1px; line-height: 18px;}
/* SNS */
#footer .sns_wrap { display: flex; flex-direction: row; gap: 11px; justify-content: flex-start; align-items: center; margin-top: 30px; margin-bottom: 37px; } 
#footer .sns_wrap .imgBox { height: 35px; }
#footer .sns_wrap .imgBox img { height: 100%; }
/* BASIC css end */

