/* Footer Layout - New Structure */
#customer.customer-info{padding: 0; height: auto; border-top: 1px solid #dedede;}
#customer.customer-info .customer-info-wrap{width: 1200px; margin: 0 auto; display: flex; align-items: center;}
#customer.customer-info .container {border-bottom: 1px solid #e7e7e7; text-align: center; margin-bottom: 24px;}

/* Left Section */
.logo-section .logo{width: 128px;}
.profile-section .inline-btn{line-height: 1; border-radius: 4px; color: #888; font-weight: 600; width: fit-content; text-decoration: none;}
.copyright{font-size: 13px; color: #dedede; margin-top: auto;}

/* Middle Section */
.middle-section{width: 822px; display: flex; flex-direction: column; gap: 24px;}
.contact-info{display: flex; flex-direction: column; gap: 12px;}
.business-hours{font-size: 14px; color: #555; line-height: 1.4;}
.email-section a{font-size: 14px; color: #555; text-decoration: none;}
.email-section a:hover{text-decoration: underline;}

.bank-info{display: flex; flex-direction: row; column-gap: 22px; row-gap: 2px; flex-wrap: wrap;}
.bank-detail{display: flex; gap: 4px; font-size: 13px; line-height: 1.4; position: relative;}
.bank-detail .value::after{content: ''; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #dedede;}
.bank-detail .label{color: #888; font-weight: 600;}
.bank-detail .value{color: #888;}

.bank-info.company-info .bank-detail .value::after {display: none;}

/* Right Section */
.company-details{display: flex; flex-direction: row; column-gap: 22px; row-gap: 2px; flex-wrap: wrap;}
.detail-item{display: flex; gap: 4px; font-size: 13px; line-height: 1.4;}
.detail-item .value{color: #888; position: relative;}
.detail-item .value::after{content: ''; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #dedede;}
.detail-item .label{color: #888; font-weight: 600;}

.ft-sns-wrap {display: flex; flex-direction: row; gap: 16px; margin-top: 8px;}
.sns-item {width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid #dedede;}

.legal-info {display: flex; justify-content: center; margin: 24px auto 0; padding: 10px calc((100% - 1200px) / 2); background-color: #555555;}
.legal-links{width: 1200px; display: inline-flex; flex-direction: row; justify-content: space-between; gap: 24px; padding: 10px 0; margin: auto;}
.legal-links a{color: #888; text-decoration: none; font-size: 13px;}
.legal-links a:hover{text-decoration: underline;}

.support-center {font-size: 16px; color: #888; font-weight: 600; display: flex; flex-direction: column; gap: 4px;}
.support-center-title {display: block;padding: 3px 8px 4px;background: #e7e7e7;width: fit-content;border-radius: 4px;color: #555;margin-bottom: 6px;}
.support-center .text {font-size: 13px; color: #888;}
.support-center .font-bold {font-weight: 700; font-size: 16px;}
.left-section{width: 65%; display: flex; flex-direction: column; gap: 8px;}
.right-section{width: 35%; display: flex; flex-direction: column; gap: 8px;}

/* Existing styles */
.info-wrap{width: auto;}
.info-wrap > div.txt-info{display: flex; flex-direction: column; font-size: 14px;}
.info-wrap > div.txt-info > div{display: flex;}
.info-wrap > div.txt-info.company-info > div{flex-direction: column; gap: 6px;}
.info-wrap > div.txt-info.company-info > div span a{color: #888888;}
.info-wrap > div.txt-info span.head{display: inline-block; padding-right: 12px; color: #555555;}
.info-wrap > div.txt-info span.con{color: #888888; position: relative; width: calc(100% - 168px);}

#footer .info-wrap{width: 1200px; margin: 0 auto; padding: 24px 0 24px 208px; box-sizing: border-box;}
#footer .info-wrap > div.txt-info{flex-direction: row; flex-wrap: wrap; width: 992px; margin: 0 auto; font-size: 13px;}
#footer .info-wrap > div.txt-info > div{line-height: 20px;}
#footer .info-wrap > div.txt-info span.head{width: fit-content;}
#footer .info-wrap > div.txt-info span.con{width: fit-content; margin-right: 24px;}
#footer .info-wrap > div.txt-info span.con::after{content: ''; display: block; position: absolute; top: 4px; right: -12px; width: 12px; height: 60%; border-right: 1px solid #DEDEDE;}
#footer .footer_03{font-family: 'Pretendard'; font-weight: normal; font-size: 13px; margin: 0;}

/* Quick Menu */
.toggleButton{position: fixed; width: 40px; height: 40px; right: 12px; top: 50%; transform: translateY(-50%); background-color: rgba(0,0,0,0.1); border: none; cursor: pointer; border-radius: 20px; z-index: 10000; transition: right 0.5s; text-indent: -999px; overflow: hidden; padding: 0;}
.toggleButton::after{content: ''; display: block; content: ""; border-color: #888888; border-width: 2px 2px 0 0; border-style: solid; width: 10px; height: 10px; transform: rotate(225deg) translate(-4px, 19px);}
.banner_r.new-ver.visible + .toggleButton::after{width: 10px; height: 10px; transform: rotate(45deg) translate(1px, -17px);}
.banner_r.new-ver.visible{right: 24px;}
.banner_r.new-ver{width: 112px; background: #ffffff; border-radius: 20px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; padding: 8px 0 0; top: 50%; left: auto; transform: translate(0,-50%); z-index: 9999; right: -300px; transition: right 0.5s;}

.banner_r.new-ver .qikBtn.lg{margin-bottom: 8px;}
.banner_r.new-ver .qikBtn.sm a{padding-left: 6px; flex-direction: row; justify-content: flex-start; box-sizing: border-box; border-top: 1px solid #dedede; line-height: 40px;}
.banner_r.new-ver .qikBtn.sm a span {width: calc(100% - 46px); display: block;}
.banner_r.new-ver .qikBtn.sm a span.ico {width: 40px; flex: 0 0 40px; display: flex; justify-content: center; align-items: center;}
.banner_r.new-ver .qikBtn.shipping a {font-size: 12.5px; font-weight: 700; line-height: 1.4; padding: 8px 0; flex-direction: column; gap: 8px;}
.banner_r.new-ver .qikBtn a{font-size: 13.5px; font-weight: 600; color: #555555; display: flex; flex-direction: row; align-items: center;}
.banner_r.new-ver .qik-title {font-size: 13.5px; font-weight: 600; color: #555555; text-align: center; display: block; padding: 0; border-top: 1px solid #dedede; line-height: 40px;}
.banner_r.new-ver .wing_sum{width: auto; border: 0; float: none; padding: 0;}
.banner_r.new-ver .wing_sum ul li a img{width: 80px; height: 80px; border-radius: 8px; margin: 0 auto 8px; border: 1px solid #e7e7e7;}
.banner_r.new-ver .stv-btn{margin:0 0 8px; border-collapse: collapse; border-spacing: 0; height: 24px; width: calc(100% - 32px);}
.banner_r.new-ver .stv-btn tr{display: flex; justify-content: space-between;}
.banner_r.new-ver .stv-btn tr td{display: flex; align-items: center; justify-content: center; padding: 0;}
.banner_r.new-ver .stv-btn tr td.pager{margin:0; font-size:13px; font-weight: 400; line-height:24px;}
.banner_r.new-ver .stv-btn tr td img{border: 0; width: 24px; height: auto; cursor: pointer;}

.banner_r.new-ver .no-data{background: #f4f4f4; width: calc(100% - 32px); margin: 0 auto; border-radius: 8px; line-height: 56px; color: #ababab; margin-bottom: 12px; text-align: center; font-size: 12px;}