/* 메인배너 배경 동영상 영역 */
.container {position: relative; width: 100%; overflow: hidden; padding-bottom: 100px;}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -5;
    backface-visibility: hidden;
}
.content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
    color: #fff;
    display: flex;
    gap: 30px;
}
/* 로그인 섹션 */
.login-section {background: #fff; padding: 0; width: 414px; height: 432px; flex-shrink: 0;}
.login-section h3 {
    width: 414px;
    height: 73px;
    background: url("../Image/index/index-loginBG.png") no-repeat;
    margin: 0;
    padding: 0 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
.login-form {margin-top: 20px; padding: 0 30px;}
.input-group {margin-bottom: 15px;}
.input-group label {display: block; color: #333; margin-bottom: 5px; font-weight: 600;}
.input-group input {width: 100%; padding: 20px; border: 1px solid #ddd; height: 46px;}
.save-id {display: flex; align-items: center; margin-bottom: 20px; color: #666; font-size: 14px;}
.save-id input {font-size: 14px;}
.forgot-link {margin-left: auto; color: #666; cursor: pointer;}
.button-group {display: flex; gap: 8px; margin-bottom: 12px;}
.button-group button {border: none; cursor: pointer;}
.button-group button:active {transform: translateY(1px);}
.button-group button:disabled {opacity: 0.6; cursor: not-allowed;}
.login-btn {
    height: 70px;
    background: #7b10dd;
    color: white;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 2;
}
.login-btn img {width: auto;}
.register-btn {height: 40px; display: flex; align-items: center; justify-content: center; background: #f1f5f9; color: #333; font-size: 18px; flex: 1;}
.register-btn img {max-width: 100%; height: auto; padding: 8px;}
.login-info {padding: 20px 30px;}
.user-welcome {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}
.user-welcome i {color: #3858e9; margin-right: 0;}
.user-stats {padding: 5px 0; border-bottom: 1px solid #eee;}
.stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #f8fafc;
    padding: 15px;
    color: #000;
    border-radius: 3px;
}
.stat-item i {color: #3858e9; margin-right: 0;}
.stat-row {display: flex; gap: 10px;}
.stat-row .stat-item {flex: 1;}
.stat-item .label {color: #333; margin-right: 10px;}
.stat-item .value {font-weight: 600; color: #000;}
.stat-item span.label {margin-left: 10px;}
.user-buttons {display: flex; gap: 8px; margin-top: 20px;}
.mypage-btn {
    flex: 1;
    background: #7b10dd;
    color: white;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.logout-btn {
    flex: 1;
    background: #f1f5f9;
    color: #333;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 480px) {
    .login-info {padding: 15px 10px;}
    .stat-item {padding: 10px;}
    .stat-item i {margin-right: 0; font-size: 14px;}
    .stat-item .label {font-size: 14px; margin-right: 3px;}
    .stat-item .value {font-size: 14px;}
    .stat-row {gap: 3px;}
    .user-buttons {gap: 5px;}
    .mypage-btn, .logout-btn {padding: 25px 10px; font-size: 16px;}
}
/* 신청 버튼 */
.right-section {width: 414px; flex-shrink: 0; display: flex; flex-direction: column;}
.apply-buttons {width: 100%; margin-top: 45px; display: flex; flex-direction: column; gap: 8px;}
.apply-btn {
    display: grid;
    grid-template-columns: 88px 1px 1fr;
    align-items: center;
    background: #fff;
    padding: 29px 30px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
    outline: none;
}
.apply-btn:hover {transform: translateY(-3px);}
.apply-btn:focus-visible {outline: 2px solid #2563eb; outline-offset: 2px;}
.apply-btn .icon-wrapper {display: flex; justify-content: center; align-items: center; width: 100%;}
.apply-btn .divider {width: 1px; height: 40px; background-color: #e5e7eb; margin: 0 0 0 20px;}
.apply-btn span {margin-left: 60px; font-size: 25px; font-weight: 500;}

/* 메인배너 */
.index-banner {max-width: 947px; width: 100%; height: 716px; position: relative; overflow: hidden; margin: 0 auto;}
.index-banner .banner-wrapper {
   display: flex; 
   position: relative; 
   transition: transform 0.5s ease-in-out; 
   transform: translate3d(0, 0, 0); 
   will-change: transform; 
   -webkit-transform: translate3d(0, 0, 0); 
   -webkit-transition: transform 0.5s ease-in-out; 
   -webkit-backface-visibility: hidden; 
   backface-visibility: hidden;
}
.index-banner .banner-slide {flex: 0 0 466px; height: 716px; position: relative; box-sizing: border-box;}
.index-banner .banner-slide:not(:last-child) {margin-right: 16px;}
.index-banner .banner-slide img {width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.index-banner .banner-button {position: absolute; top: 50%; transform: translateY(-50%); padding: 20px; color: white; background: rgba(0, 0, 0, 0.3); border: none; border-radius: 5px; cursor: pointer; z-index: 10;}
.index-banner .banner-button:hover {background: rgba(255, 255, 255, 1); color: #000;}
.index-banner .prev-button {left: 20px; font-size: 30px; font-weight: 600;}
.index-banner .next-button {right: 20px; font-size: 30px; font-weight: 600;}
@media (max-width: 1400px) {
   .content {max-width: 100%; padding: 20px; box-sizing: border-box;}
}
@media (max-width: 1024px) {
   .content {flex-direction: column;}
   #home {order: 2;}
   .right-section {width: 100%; order: 1; margin-bottom: 30px; align-items: center; flex-grow: 0;}
   .index-banner {width: 100%; height: auto; aspect-ratio: 466/716; margin-top: -30px;}
   .index-banner .banner-wrapper {position: relative; height: 100%; width: 100%;}
   .index-banner .banner-slide {flex: 0 0 100%; height: 100%; aspect-ratio: 466/716;}
   .index-banner .banner-slide img {width: 100%; height: 100%; object-fit: contain;}
   .index-banner .banner-slide:not(:last-child) {margin-right: 0;}
   .login-section, .login-section h3 {width: 100%;}
   .login-section {height: auto; padding-bottom: 20px;}
   .button-group {width: 100%;}
   .login-btn {width: auto;}
   .register-btn {width: auto;}
   .apply-buttons {margin-top: 30px; flex-grow: 0;}
}
@media (max-width: 768px) {
   .content {padding: 20px;}
   .button-group button {height: 60px;}
   .login-section {max-width: 100%; padding-bottom: 20px;}
   .apply-buttons {flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 20px;}
   .apply-btn {flex: 1 1 calc(50% - 5px); min-width: 200px; padding: 20px; grid-template-columns: 60px 1px 1fr;}
   .apply-btn .divider {height: 30px; margin: 0 0 0 10px;}
   .apply-btn span {margin-left: 20px; font-size: 16px;}
   .index-banner .prev-button {font-size: 18px; margin-top: 100px;}
   .index-banner .next-button {font-size: 18px; margin-top: 100px;}
}
@media (max-width: 480px) {
   .apply-btn {flex: 1 1 100%; grid-template-columns: 70px 1px 1fr;}
   .apply-btn span {font-size: 18px;}
}
@media (prefers-color-scheme: dark) {
   .login-section {background: #1a1a1a; color: #fff;}
   .login-section h3 {background: #2a2a2a; color: #fff;}
   .input-group input {background: #333; border-color: #444; color: #fff;}
   .input-group label, .save-id, .forgot-link {color: #e0e0e0;}
   .register-btn {background: #2a2a2a; color: #fff;}
   .apply-btn {background: #1a1a1a; color: #fff;}
}

/* 메인 작은배너 */
.small-banner {max-width: 1440px; margin: -55px auto 0; padding: 50px; background: #fff; display: flex; gap: 40px; overflow: hidden;}
.small-banner img {object-fit: cover;}
@media (max-width: 768px) {
	.small-banner {flex-direction: column; padding: 20px 20px 30px; text-align: center; gap: 20px;}
}

/* 좌측 공지사항 & 우측 버튼 */
.index-notice-btns {max-width: 1440px; margin: -80px auto 0; padding: 50px; background: #fff; display: flex; gap: 40px; overflow-x: hidden;}
/* 공지사항 */
.index-notice {width: 648px; background: #fff; border-radius: 10px;}
.notice-header {display: flex; justify-content: space-between; align-items: center; padding: 20px; background: #00b2c0; height: 70px;}
.notice-header h2 {font-size: 23px; font-weight: 600; color: #fff;}
.btn-more {width: 30px; height: 30px; font-size: 40px; color: #fff; background: none; border: 0; line-height: 20px; display: flex; align-items: center; justify-content: center;}
.notice-list li .ico-new {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background: #178feb; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.notice-list {padding: 0 20px; border: 1px solid #eeeeee;}
.notice-list li {position: relative; padding: 20px 0; padding-left: 25px; border-bottom: 1px solid #eee;}
.notice-list li:last-child {border: 0;}
.notice-list li img {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px;}
.notice-list li.urgent a {color: #f00;}
.notice-list li a {color: #333; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
/* 우측 버튼 */
.index-btns {flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;}
.btns-row {width: 100%; background: #fff; border: 1px solid #eee; border-radius: 8px;}
.btns-row img {width: 40px; height: 40px; object-fit: contain; margin-right: 10px; padding-right: 10px; border-right: 1px solid #eee;}
.btns-menu {position: relative; display: flex; align-items: center; width: 100%; height: 64px; padding: 0 20px; text-decoration: none;}
.menu-ico {width: 24px; height: 24px; margin-right: 15px; padding-right: 15px; object-fit: contain;}
.menu-ico:after {content: ''; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); width: 1px; height: 20px; background: #eee;}
.btns-menu p {font-size: 18px; font-weight: 500; color: #333; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 70px);}
.btns-menu p span {display: block; margin-top: 4px; font-size: 12px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.arrow-ico {position: absolute; right: 20px; border-radius: 50%; color: #178feb; font-weight: 600; display: flex; align-items: center; justify-content: center; font-size: 22px;}
.arrow-ico i {color: #178feb;}
.btns-menu.green .arrow-ico i {color: #17cdeb;}
.btns-menu:hover {background: #f9f9f9;}
.notice-list li a:hover {text-decoration: none;}
@media (max-width: 1024px) {
	.index-notice-btns {padding: 30px; flex-direction: column; margin-top: -50px;}
	.index-notice {width: 100%;}
	.index-btns {display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: -10px;}
	.btns-menu {height: 54px;}
	.index-btns {background: #f9f9f9; padding: 10px;}
}
@media (max-width: 768px) {
	.index-notice-btns {padding: 20px; margin-top: -10px;}
	.notice-header {padding: 15px;}
	.notice-header h2 {font-size: 22px; font-weight: 500; overflow: visible; white-space: nowrap;}
	.notice-list {padding: 0 15px;}
	.notice-list li {padding: 15px 0 15px 25px;}
	.index-btns {margin-top: -20px;}
	.btns-menu {height: 50px;}
	.btns-menu p {font-size: 14px; overflow: visible; white-space: nowrap; max-width: none;}
	.btns-row img {width: 35px; height: 35px; object-fit: contain; margin-right: 5px;}
	.menu-ico {padding-right: 5px;}
	.arrow-ico {display: none;}
}
@media (max-width: 480px) {
	.index-notice-btns {padding: 13px;}
	.index-btns {margin-top: -20px;}
	.btns-menu {padding: 0 10px; height: 48px;}
	.btns-menu p {font-size: 13px; overflow: visible; white-space: nowrap; max-width: none;}
	.btns-row img {width: 28px; height: 28px; object-fit: contain; margin-right: 5px; padding-right: 5px;}
	.menu-ico {width: 28px; height: 28px; margin-right: 5px;}
}

/* 트래킹 번호 입력 */
.trackingBar {margin-top: -10px; width: 100%; box-sizing: border-box; overflow: hidden;}
.tracking-bar {max-width: 1440px; margin: 0 auto; padding: 0 40px; display: flex; gap: 20px; width: 100%; box-sizing: border-box;}
.search-wrap {display: flex; align-items: center; flex: 1; padding: 20px 40px; background: #fff; border-radius: 50px; box-sizing: border-box;}
.search-wrap:first-child {border: 1px solid #f45b5b;}
.search-wrap:last-child {border: 1px solid #1096dd;}
.search-tit {display: flex; align-items: center; margin-right: 20px;}
.search-tit i {font-size: 24px; margin-right: 8px;}
.search-tit span {white-space: nowrap;}
.search-wrap:first-child .input-wrap {border-left: 1px solid #ff6b81;}
.search-wrap:last-child .input-wrap {border-left: 1px solid #178feb;}
.search-wrap:first-child i,
.search-wrap:first-child span {color: #f45b5b;}
.search-wrap:last-child i,
.search-wrap:last-child span {color: #1096dd;}
.search-wrap span {font-size: 20px; font-weight: 600;}
.input-wrap {flex: 1; display: flex; align-items: center; border-left: 1px solid #1096dd; padding-left: 20px; box-sizing: border-box;}
.input-wrap input {flex: 1; height: 40px; border: 0; font-size: 20px; padding: 0 10px; width: 100%; box-sizing: border-box;}
.input-wrap input::placeholder {color: #999;}
.search-wrap:first-child .btn-enter {color: #f45b5b;}
.search-wrap:last-child .btn-enter {color: #1096dd;}
.btn-enter {border: 0; background: none; cursor: pointer; padding: 0;}
.btn-enter img {width: 100%; height: 100%; object-fit: contain;}
.m-block {display: inline;}

@media (max-width: 1280px) {
   .tracking-bar {padding: 0 20px;}
   .search-wrap {padding: 12px 15px;}
   .search-tit {margin-right: 10px;}
   .search-tit i {font-size: 18px; margin-right: 6px;}
   .search-wrap span {font-size: 15px;}
   .input-wrap {padding-left: 10px;}
   .input-wrap input {height: 36px; font-size: 14px;}
}

@media (max-width: 768px) {
   .trackingBar {margin-top: 10px;}
   .tracking-bar {flex-direction: column; gap: 10px; padding: 0 15px;}
   .search-wrap {padding: 12px 15px;}
   .search-tit {margin-right: 10px;}
   .search-tit i {font-size: 18px; margin-right: 6px;}
   .search-wrap span {font-size: 15px;}
   .input-wrap {padding-left: 10px;}
   .input-wrap input {height: 36px; font-size: 14px;}
}

@media (max-width: 480px) {
   .trackingBar {margin-top: 10px;}
   .tracking-bar {padding: 0 10px;}
   .search-wrap {padding: 10px;}
   .search-tit i {font-size: 16px;}
   .input-wrap input {font-size: 13px;}
   .m-block {display: block;}
}

/* 구매대행 절차 */
.buy-process {width: 100vw; max-width: 1440px; margin: 0 auto; padding: 100px 20px; width: 100%; box-sizing: border-box; overflow: hidden;}
.top-tit {text-align: center; margin-bottom: 80px; position: relative; }
.top-tit h2 {font-size: 50px; font-weight: 700; margin-bottom: 20px;}
.top-tit p {font-size: 20px; color: #666; line-height: 21px;}
.top-tit p:after {content: ''; position: absolute; left: 50%; height: 80px; bottom: -20px; transform: translateX(-50%); width: 100vw; height: 1px; background: #d5d5d5;}
.process {display: flex; justify-content: space-between; gap: 60px; width: 100%; box-sizing: border-box;}
.step {flex: 1; text-align: center;}
.step-box {display: flex; align-items: center; gap: 10px; margin-bottom: 40px; justify-content: center;}
.step-num {
	width: 30px;
	height: 30px;
	background: #2fb4ff;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	flex-shrink: 0;
}
.step-box span {font-size: 24px; font-weight: 600;}
.step-img {margin: 0 auto 30px;}
.step-txt {font-size: 18px; line-height: 1.5; color: #333; border: 1px solid #d5d5d5; padding: 10px 10px; box-sizing: border-box;}
.widthline {width: 100%; background: #d5d5d5; position: relative;}
.widthline p:after {
    content: ''; 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 100vw;
    height: 1px;
    background: #d5d5d5;
    bottom: -40px;
	
}
@media (max-width: 1200px) {
	.buy-process {padding: 80px 20px;}
	.process {gap: 40px;}
	.step-box span {font-size: 20px;}
	.step-img {width: 160px; height: 160px;}
	.step-txt {font-size: 13px;}
}

@media (max-width: 768px) {
	.buy-process {padding: 60px 20px;}
	.top-tit {margin-bottom: 50px;}
	.top-tit h2 {font-size: 32px; margin-bottom: 15px;}
	.top-tit p {font-size: 16px;}
	.process {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
		width: 100%;
	}
	.step {width: 100%; box-sizing: border-box;}
	.step-box {justify-content: center;}
	.step-box span {font-size: 18px;}
	.step-img {width: 140px; height: 140px; margin-bottom: 20px;}
	.step-txt {height: 80px; display: flex; align-items: center; justify-content: center;}
	.top-tit:after {bottom: -20px;}
	.widthline p:after {bottom: -20px; margin-bottom: 10px;}
}

@media (max-width: 480px) {
	.buy-process {padding: 40px 15px;}
	.top-tit h2 {font-size: 28px;}
	.step-img {width: 120px; height: 120px;}
	.step-txt {padding: 10px 3px;}
	.top-tit:after {bottom: -20px;}
	.widthline p:after {bottom: -20px;}
}

/* 핫딜 */
.hot-deal {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 20px;
    position: relative;
    overflow-x: hidden;
}
.section-title {font-size: 50px; font-weight: 700; margin-bottom: 20px; text-align: center;}
.section-desc {font-size: 20px; color: #666; line-height: 21px; text-align: center; margin-bottom: 50px;}
.rolling-back {text-align: center; background: #f5f5f5; color: #000;}
.rolling-wrap {
    position: relative;
    padding: 50px 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
}
.roll-prev, .roll-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
}
.roll-prev {left: calc((100% - 1400px) / 2);}
.roll-next {right: calc((100% - 1400px) / 2);}
.rolling-container {
    overflow: hidden; 
    position: relative; 
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.rolling-slide {display: flex; width: 100%; touch-action: pan-x;}
.product-item {
    flex: 0 0 calc(25% - 15px);
    min-width: calc(25% - 15px);
    margin-right: 20px;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-drag: none;
}
.product-item:last-child {margin-right: 0;}
.product-img {margin-bottom: 15px; border-radius: 8px; overflow: hidden;}
.product-img img {width: 100%; height: auto; display: block; pointer-events: none;}
.product-img:hover img {transform: none;}
.product-info {text-align: center;}
.product-info h3 {font-size: 18px; font-weight: 500; margin-bottom: 8px;}
.discount {display: inline-block; color: #ff3838; font-weight: 500; margin-bottom: 5px;}
.price {font-size: 20px; font-weight: 600; color: #222;}

@media (max-width: 1440px) {
    .roll-prev {left: 20px;}
    .roll-next {right: 20px;}
}

@media (max-width: 1024px) {
    .hot-deal {padding: 80px 20px;}
    .section-title {font-size: 36px;}
    .section-desc {font-size: 16px;}
    .product-item {
        flex: 0 0 calc(33.333% - 14px);
        min-width: calc(33.333% - 14px);
    }
    .rolling-container {max-width: 900px;}
}

@media (max-width: 768px) {
    .hot-deal {padding: 60px 15px;}
    .section-title {font-size: 32px; margin-bottom: 15px;}
    .section-desc {font-size: 15px; margin-bottom: 30px;}
    .rolling-wrap {padding: 30px 0;}
    .product-item {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-right: 15px;
    }
    .rolling-container {max-width: 600px;}
    .roll-prev, .roll-next {width: 40px; height: 40px; font-size: 20px;}
}

@media (max-width: 480px) {
    .hot-deal {padding: 40px 15px;}
    .section-title {font-size: 28px;}
    .section-desc {font-size: 14px;}
    .product-item {
        flex: 0 0 calc(100% - 10px);
        min-width: calc(100% - 10px);
    }
    .product-info h3 {font-size: 16px;}
    .price {font-size: 18px;}
    .rolling-container {max-width: 300px;}
}

/* 중국배너 */
.shop-banner {max-width: 1440px; margin: 0 auto; padding: 0 20px 100px; width: 100%; box-sizing: border-box; overflow: hidden;} 
.shop-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}
.shop-prev, 
.shop-next {
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: rgba(0,0,0,0.2); 
	border-radius: 3px; 
	color: #fff; 
	font-size: 18px; 
	cursor: pointer; 
	z-index: 1;
	box-sizing: border-box;
}
.shop-prev {left: 50px;}
.shop-next {right: 50px;}
.shop-container {overflow: hidden; width: 100%; max-width: 1000px; margin: 0 auto; box-sizing: border-box;}
.shop-slide {display: flex; gap: 8px; width: 100%; box-sizing: border-box;}
.shop-item {flex: 0 0 calc(25% - 6px); min-width: calc(25% - 6px); box-sizing: border-box;}
.shop-item img {display: block; width: 100%; border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box;}
@media (max-width: 1024px) {
	.shop-banner {padding: 0 20px 80px;}
	.shop-container {max-width: 800px;}
	.shop-slide {gap: 6px;}
	.shop-item {flex: 0 0 calc(33.333% - 4px); min-width: calc(33.333% - 4px);}
}
@media (max-width: 768px) {
	.shop-banner {padding: 0 15px 60px;}
	.shop-container {max-width: 600px;}
	.shop-slide {gap: 5px;}
	.shop-item {flex: 0 0 calc(50% - 3px); min-width: calc(50% - 3px);}
	.shop-prev {left: 0;}
	.shop-next {right: 0;}
}
@media (max-width: 480px) {
	.shop-banner {padding: 0 15px 40px;}
	.shop-container {max-width: 400px;}
	.shop-slide {gap: 10px;}
	.shop-item {flex: 0 0 calc(50% - 5px); min-width: calc(50% - 5px);}
}

/* 지금 우리 센터는 */
.center {padding: 100px 0; text-align: center; background: #f5f5f5; color: #000;}
.center-title {font-size: 50px; font-weight: 600; color: #333; margin-bottom: 20px;}
.center-desc {font-size: 18px; color: #666; margin-bottom: 50px; word-break: keep-all;}
.center-wrap {max-width: 1440px; margin: 0 auto; padding: 0 20px; position: relative; box-sizing: border-box;}
.center-container {overflow: hidden; padding: 70px 0;}
.center-slide {display: flex; transition: transform 0.5s ease; position: relative;}
.center-item {
	min-width: calc(100% / 5);
	padding: 0 10px;
	transition: all 0.5s ease;
	transform-origin: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}
.center-item img {
	width: 314px; 
	height: 208px; 
	object-fit: cover; 
	border-radius: 10px; 
	transition: all 0.5s ease;
	max-width: 100%;
}
.center-item.active {transform: scale(1.66); z-index: 2;}
.center-item.edge {opacity: 0.3;}
.center-controls {display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 30px;}
.center-prev, 
.center-next {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.center-prev:hover, 
.center-next:hover {background: #f5f5f5;}
.center-pagination {display: flex; gap: 10px;}
.center-pagination span {width: 10px; height: 10px; border-radius: 50%; background: #ddd; cursor: pointer;}
.center-pagination span.active {background: #333;}
@media (max-width: 768px) {
	.center {padding: 50px 0; margin-bottom: 30px;}
	.center-title {font-size: 28px; font-weight: 600; color: #000;}
	.center-container {padding: 30px 0;}
	.center-desc {font-size: 16px; margin-bottom: 30px; padding: 0 20px; line-height: 1.5; width: 100%;	box-sizing: border-box;}
	.center-desc br {display: block;}
	.center-item {min-width: calc(100% / 3);}
	.center-item img {width: 160px; height: 106px; max-width: 100%;}
	.center-item.active {transform: scale(1.5);}
}

/* 환율안내 고객센터 출고마감 계좌안내 */
.info-container {
	display: flex; 
	gap: 20px; 
	max-width: 1440px; 
	margin: 50px auto; 
	padding: 0 20px; 
	width: 100%; 
	box-sizing: border-box; 
	overflow: hidden;
}
.info-box {
	max-width: 340px; 
	flex: 1; 
	background: #fff; 
	border: 1px solid #e9e9e9; 
	height: 346px; 
	box-sizing: border-box; 
	box-shadow: 0 2px 8px rgba(0,0,0,0.08); 
	transition: all 0.3s ease;
}
.info-box:hover {box-shadow: 0 4px 16px rgba(0,0,0,0.12); transform: translateY(-2px);}
.info-box h2 {
	margin: 0; 
	padding: 30px 15px; 
	background: linear-gradient(135deg, #923be7 0%, #7928ca 100%); 
	color: #fff; 
	font-size: 23px; 
	text-align: center; 
	font-weight: 600;
}
.exchange-rate {height: calc(346px - 86px); display: flex; flex-direction: column; padding: 15px;}
.rate-item {flex: 1; display: flex; flex-direction: column; justify-content: center; text-align: center; position: relative;}
.rate-item:first-child {border-bottom: 1px solid #f0f0f0;}
.rate-item:first-child::after {
	content: ''; 
	position: absolute; 
	bottom: 0; left: 50%; 
	transform: translateX(-50%); 
	width: 80%; height: 1px; 
	background: linear-gradient(90deg, transparent, #e9e9e9, transparent);
}
.rate-item p {font-size: 20px; color: #666; font-weight: 500;}
.rate-item span {
	display: block; 
	margin-top: 8px; 
	font-size: 35px; 
	font-weight: 700; 
	background: linear-gradient(135deg, #923be7 0%, #7928ca 100%); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	background-clip: text; 
	word-break: break-all; 
	max-width: 100%;
}
.cs-center {
	max-width: 644px; 
	height: 346px; 
	position: relative; 
	background: url("../Image/Index/info_background.png") no-repeat center/cover; 
	padding: 15px; 
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}
.cs-center::before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(59,150,231,0.1) 0%, rgba(146,59,231,0.1) 100%);}
.cs-center:hover {box-shadow: 0 4px 16px rgba(0,0,0,0.12);}
.cs-wrap {
	width: 60%; 
	background: rgba(255,255,255,0.75); 
	backdrop-filter: blur(10px); 
	box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
	position: relative; 
	z-index: 1;
}
.cs-wrap h2 {background: none; color: #333; font-size: 32px; font-weight: 700; margin: 0; padding: 25px 15px 15px; text-align: center;}
.cs-info {padding: 15px 20px 25px;}
.cs-info p {
	font-size: 24px; 
	font-weight: 700; 
	color: #333; 
	padding: 8px 0; 
	text-align: center; 
	background: linear-gradient(135deg, #3b96e7 0%, #17cdeb 100%); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	background-clip: text;
}
.cs-info .time {font-size: 16px; color: #666; font-weight: 500; background: none; -webkit-text-fill-color: #666;}
.cs-info .lunch {color: #999; font-size: 15px; background: none; -webkit-text-fill-color: #999;}
.info-box.right {max-width: 340px; display: flex; flex-direction: column; gap: 15px; box-shadow: none; border: 0; box-sizing: border-box;}
.info-ship,
.info-account {
	background: #fff;
	border: 1px solid #e9e9e9; 
	padding: 30px; 
	height: 165.5px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.info-ship::before,
.info-account::before {content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, #dd7010 0%, #ff8c42 100%); transition: width 0.3s ease;}
.info-account::before {background: linear-gradient(180deg, #3b96e7 0%, #17cdeb 100%);}
.info-ship:hover,
.info-account:hover {box-shadow: 0 4px 16px rgba(0,0,0,0.12); transform: translateY(-2px);}
.info-ship:hover::before,
.info-account:hover::before {width: 6px;}
.info-ship img,
.info-account img {width: 60px; height: 60px; object-fit: contain;}
.info-account h2 {color: #333; display: flex; align-items: center; gap: 10px;} 
.info-ship h2, 
.info-account h2 {
	background: none; 
	color: #333;
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px; 
	text-align: left;
}
.info-ship h2 {background: linear-gradient(135deg, #dd7010 0%, #ff8c42 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}
.info-account h2 {background: linear-gradient(135deg, #3b96e7 0%, #17cdeb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}
.ship-time p {font-size: 18px; font-weight: 500; color: #555; padding: 3px 0;}
.ship-wrap,
.account-wrap {flex: 1;}
.account-info p:first-child {font-size: 20px; font-weight: 600; margin-bottom: 5px; color: #333;}
.account-info p:last-child {font-size: 15px; color: #777;}
@media (max-width: 1200px) {
	.info-container {flex-wrap: wrap; gap: 15px;}
	.cs-center {
	flex: 0 0 100%; 
	width: 100%;
	max-width: 100%;
	order: -1;
	height: 300px;
	background-size: cover; 
	background-position: right;
	margin: 0;
    }
	.info-box.exchange {flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); height: 255px;}
	.info-box.right {flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); order: 0; height: 255px;}
	.exchange-rate {height: calc(255px - 86px); padding: 15px;}
	.rate-item {padding: 10px 0;}
	.rate-item p {font-size: 18px;}
	.rate-item span {font-size: 30px;}
	.cs-wrap {width: 60%; margin: 0 auto;}
	.info-ship, .info-account {width: 100%; height: 120px; min-height: auto;}
}
@media (max-width: 768px) {
	.info-container {flex-direction: column; align-items: stretch; padding: 0 15px;}
	.cs-center {
	background: #fff;
	height: auto;
	padding: 0;
	overflow: hidden;
	flex: 0 0 100%; 
	width: 100%;
	max-width: 100%;
	order: -1;
	}
	.cs-center::before {display: none;}
	.cs-wrap {width: 100%; background: #fff; box-shadow: none; backdrop-filter: none;}
	.cs-wrap h2 {
		font-size: 26px; 
		background: linear-gradient(135deg, #3b96e7 0%, #17cdeb 100%); 
		-webkit-background-clip: text; 
		-webkit-text-fill-color: transparent; 
		background-clip: text; 
		margin: 0; 
		padding: 20px 15px 10px; 
		font-weight: 700;
	}
	.cs-info {padding: 20px;}
	.cs-info p {
	font-size: 20px;
	color: #333;
	margin: 10px 0;
	padding: 12px 15px;
	background: linear-gradient(135deg, rgba(59,150,231,0.1) 0%, rgba(23,205,235,0.1) 100%);
	font-weight: 600;
	border-left: 3px solid #3b96e7;
	-webkit-text-fill-color: #333;
	margin-top: -5px;
	}
	.cs-info .time {font-size: 15px; color: #666; background: #f8f8f8; border-left: 3px solid #ddd; padding-left: 20px; font-weight: 500;}
	.cs-info .lunch {font-size: 14px; color: #888; background: #fff5f5; border-left: 3px solid #ffdddd;}
	.info-box.exchange,
	.info-box.right {flex: 0 0 100%; max-width: 100%;}
	.info-box.right {flex-direction: column;}
	.info-box,
	.info-ship,
	.info-account {width: 100%; max-width: 100%;}
	.info-ship,
	.info-account {height: 130px; padding: 20px;}
	.info-ship h2,
	.info-account h2 {font-size: 20px; margin: 0 0 15px;}
	.ship-time p {font-size: 16px;}
	.account-info p:first-child {font-size: 18px;}
	.account-info p:last-child {font-size: 14px;}
}
@media (max-width: 480px) {
	.info-container {gap: 15px;}
	.cs-info p {font-size: 18px;}
	.cs-info .time {font-size: 14px;}
	.cs-info .lunch {font-size: 13px;}
	.rate-item span {font-size: 22px;}
	.info-ship img,
	.info-account img {width: 50px; height: 50px;}
}



