/* 메인배너 배경 동영상 영역 */
.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: 10px;
    background: #f8fafc;
    padding: 10px;
    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;
}
.exhub_color2 {color: #D1171A !important;}
.exhub_color3 {color: #ff9900 !important;}
@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-buttons a {background: #a8dcf9;}
.apply-buttons a:first-child {background: #ffb298;}

.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;}
}

/* 트래킹 번호 입력 */
.trackingBar {width: 100%; box-sizing: border-box; overflow: hidden; margin: 50px auto 0;}
.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: 20px;}
   .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: 20px;}
   .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;}
}

/* 메인 작은배너 */
.small-banner {max-width: 1440px; margin: 0 auto; 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; justify-content: center; padding: 0 10px;}
	.btns-menu p {font-size: 14px; overflow: visible; white-space: nowrap; max-width: none;}
	.btns-row img {width: 28px; height: 28px; object-fit: contain; margin-right: 10px; padding-right: 0; border-right: none;}
	.menu-ico {padding-right: 5px;}
	.menu-ico:after {display: none;}
	.arrow-ico {display: none;}
}
@media (max-width: 480px) {
	.index-notice-btns {padding: 13px;}
	.index-btns {margin-top: -20px;}
	.btns-menu {justify-content: center; padding: 0 10px;}
	.btns-menu p {font-size: 14px; overflow: visible; white-space: nowrap; max-width: none;}
	.btns-row img {width: 25px; height: 25px; object-fit: contain; margin-right: 10px; padding-right: 0; border-right: none;}
	.menu-ico {width: 25px; height: 25px; margin-right: 10px;}
	.menu-ico:after {display: none;}
}

/* ================================================
   항공 해운 마감시간 섹션 스타일
   ================================================ */
.shipping-info {width: 100%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 80px 20px; position: relative; overflow: hidden;}
.shipping-info::before {content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%); animation: float 20s infinite linear;}
@keyframes float {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.shipping-info_container {max-width: 1440px; margin: 0 auto; width: 100%;}
.shipping-info_content {background: #fff; border-radius: 24px; padding: 50px 60px; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); position: relative; z-index: 1;}
.shipping-schedule {width: 100%;}
.shipping-schedule_header {display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0;}
.shipping-schedule_title {font-size: 36px; font-weight: 800; color: #1a1a1a; margin: 0; letter-spacing: -0.5px;}
.shipping-schedule_link {font-size: 15px; color: #667eea; text-decoration: none; font-weight: 600; transition: all 0.3s ease;}
.shipping-schedule_link:hover {color: #4a5de8; transform: translateX(4px);}
.shipping-schedule_table {display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: #e8e8e8; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);}
.shipping-schedule_date {background: #2c3e50; color: #fff; padding: 18px 15px; text-align: center; font-size: 17px; font-weight: 700; letter-spacing: -0.3px;}
.shipping-schedule_date span {display: inline-block; margin-left: 4px; font-size: 15px; font-weight: 500; opacity: 0.85;}
.shipping-schedule_item {padding: 18px 10px; background: #fff; transition: all 0.3s ease; display: flex; flex-direction: column; border-bottom: 1px solid #f0f0f0;}
.shipping-schedule_item:hover {background: #f8f9ff;}
.shipping-schedule_badge {display: inline-block; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.2px; background: #f1f3f5; color: #495057; border: 1px solid #e9ecef; flex-shrink: 0;}
.shipping-schedule_text {font-size: 14px; color: #555; margin: 0; line-height: 1.6; font-weight: 500; word-break: break-word; letter-spacing: -0.05em;}
.shipping-schedule_text .DlvrWayNm {padding-top:10px;}
.shipping-schedule_text .Cont {padding-left:12px;}
.shipping-schedule_footer {margin-top: 30px; padding: 25px 20px; background: #f8f9fa; border-radius: 12px;}
.shipping-schedule_notice {display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; margin: 10px 0; line-height: 1.6; font-weight: 500;}
.shipping-schedule_notice:first-child {margin-top: 0;}
.shipping-schedule_notice:last-child {margin-bottom: 0;}
.shipping-schedule_notice svg {flex-shrink: 0;}
@media screen and (max-width: 1024px) {
    .shipping-info {padding: 60px 20px;}
    .shipping-info_content {padding: 40px 35px;}
    .shipping-schedule_title {font-size: 32px;}
    .shipping-schedule_date {font-size: 16px; padding: 16px 12px;}
	.shipping-schedule_date.Hid{ display: none; }
	.shipping-schedule_item {padding: 20px 15px;}
	.shipping-schedule_item.Hid{ display: none; }
	.shipping-schedule_badge {font-size: 12px; padding: 5px 12px;}
    .shipping-schedule_text {font-size: 13px;}
	.shipping-schedule_notice {font-size: 13px; letter-spacing: -0.05em;}
}
@media screen and (max-width: 768px) {
    .shipping-info {padding: 40px 15px;}
    .shipping-info_content {padding: 30px 20px; border-radius: 16px;}
    .shipping-schedule_header {margin-bottom: 20px; padding-bottom: 15px;}
    .shipping-schedule_title {font-size: 28px;}
    .shipping-schedule_table {grid-template-columns: 1fr;}
    .shipping-schedule_date {font-size: 15px; padding: 14px 10px;}
    .shipping-schedule_item {padding: 18px 15px;}
    .shipping-schedule_footer {padding: 20px 15px;}
}
@media screen and (max-width: 480px) {
    .shipping-info {padding: 30px 15px;}
    .shipping-info_content {padding: 25px 15px; border-radius: 12px;}
    .shipping-schedule_title {font-size: 24px;}
    .shipping-schedule_link {font-size: 13px;}
}

/* ================================================
   이우시장 섹션 스타일
   ================================================ */
.ewoo-market {width: 100%; overflow: hidden;}
.ewoo-market_intro {width: 100%; background-color: #f4f9ff; padding: 80px 20px;}
.ewoo-market_container {max-width: 1212px; margin: 0 auto; width: 100%;}
.ewoo-market_content {display: flex; gap: 60px; align-items: center;}
.ewoo-market_text {flex: 1;}
.ewoo-market_title {font-size: 42px; font-weight: 300; line-height: 1.3; color: #222; margin-bottom: 25px;}
.ewoo-market_title strong {font-weight: 600;}
.ewoo-market_highlight {color: #0080ff; font-weight: 500;}
.ewoo-market_description {font-size: 15px; line-height: 1.8; color: #666;}
.ewoo-market_description p {margin: 0 0 5px 0;}
.ewoo-market_description p:last-child {margin-bottom: 0;}
.ewoo-market_description strong {font-weight: 500; color: #444;}
.ewoo-market_video {flex: 0 0 500px;}
.ewoo-market_video-link {display: block; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);}
.ewoo-market_video-image {width: 100%; height: auto; display: block;}
@media screen and (max-width: 1024px) {
    .ewoo-market_intro {padding: 60px 20px;}
    .ewoo-market_content {flex-direction: column; gap: 40px;}
    .ewoo-market_video {flex: 1; width: 100%; max-width: 500px;}
    .ewoo-market_title {font-size: 32px;}
}
@media screen and (max-width: 768px) {
    .ewoo-market_intro {padding: 40px 35px;}
    .ewoo-market_content {gap: 40px;}
    .ewoo-market_title {font-size: 36px; margin-bottom: 20px; line-height: 1.35;}
    .ewoo-market_title br {display: none;}
    .ewoo-market_title strong {display: block; margin-bottom: 5px;}
    .ewoo-market_description {font-size: 16px; line-height: 1.5;}
    .ewoo-market_description p {margin: 0 0 10px 0;}
    .ewoo-market_video {max-width: 100%;}
}
@media screen and (max-width: 480px) {
    .ewoo-market_intro {padding: 30px 30px;}
    .ewoo-market_title {font-size: 26px; margin-bottom: 18px;}
    .ewoo-market_description {font-size: 13px; line-height: 1.65;}
    .ewoo-market_description p {margin: 0 0 12px 0;}
    .ewoo-market_description p:first-child {padding-bottom: 8px; border-bottom: 1px solid #e5e5e5; margin-bottom: 15px;}
}
/* ================================================
   노데이터 섹션
   ================================================ */
.nodeitem {width: 100%; background: #ffffff; padding: 80px 20px;}
.nodeitem_container {max-width: 1212px; margin: 0 auto; width: 100%;}
.nodeitem_header {display: flex; align-items: center; gap: 20px; margin-bottom: 40px;}
.nodeitem_badge {display: flex; align-items: center; gap: 10px;}
.nodeitem_badge-arrow {display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: #5B6CFF; color: white; border-radius: 4px; font-size: 18px; font-weight: bold;}
.nodeitem_badge-text {font-size: 24px; font-weight: 600; color: #333;}
.nodeitem_description {background: #f9fafd; border: 1px solid #e6ebfa; border-radius: 8px; padding: 15px 20px;}
.nodeitem_description p {font-size: 15px; font-weight: 500; color: #666; line-height: 1.5; margin: 0;}
.nodeitem_products {display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px;}
.nodeitem_product {display: flex; flex-direction: column; cursor: pointer; transition: transform 0.3s ease;}
.nodeitem_product:hover {transform: translateY(-5px);}
.nodeitem_product-image {width: 100%; aspect-ratio: 1; background: #f5f5f5; border-radius: 8px; overflow: hidden; margin-bottom: 10px;}
.nodeitem_product-image img {width: 100%; height: 100%; object-fit: cover;}
.nodeitem_product-date {text-align: center; font-size: 13px; color: #999;}
@media screen and (max-width: 1024px) {
    .nodeitem {padding: 60px 20px;}
    .nodeitem_products {grid-template-columns: repeat(4, 1fr); gap: 15px;}
    .nodeitem_header {flex-direction: column; align-items: flex-start; gap: 15px;}
    .nodeitem_badge-text {font-size: 24px;}
    .nodeitem_description p {font-size: 15px;}
}
@media screen and (max-width: 768px) {
    .nodeitem {padding: 40px 20px;}
    .nodeitem_products {grid-template-columns: repeat(3, 1fr); gap: 12px;}
    .nodeitem_badge-arrow {width: 20px; height: 20px; font-size: 14px;}
    .nodeitem_badge-text {font-size: 20px;}
    .nodeitem_description {padding: 12px 16px;}
    .nodeitem_description p {font-size: 14px; font-weight: 400;}
}
@media screen and (max-width: 480px) {
    .nodeitem {padding: 30px 15px;}
    .nodeitem_products {grid-template-columns: repeat(2, 1fr); gap: 10px;}
    .nodeitem_product-date {font-size: 12px;}
    .nodeitem_badge-arrow {width: 18px; height: 18px; font-size: 12px;}
    .nodeitem_badge-text {font-size: 18px;}
    .nodeitem_description {padding: 10px 14px;}
    .nodeitem_description p {font-size: 13px;}
}
/* 구매대행 절차 */
.buy-process {width: 100vw; max-width: 1440px; margin: 0 auto; padding: 50px 20px 100px; 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;}
.info-box h2 {margin: 3px; padding: 30px 15px; background: #923be7; color: #fff; font-size: 23px; text-align: center;}
.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;}
.rate-item:first-child {border-bottom: 1px solid #e9e9e9;}
.rate-item p {font-size: 20px; color: #333;}
.rate-item span {display: block; margin-top: 5px; font-size: 35px; font-weight: 500; color: #333; 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; 
	border-radius: 4px;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
}
.cs-wrap {width: 60%; background: rgba(255,255,255,0.3); border-radius: 4px;}
.cs-wrap h2 {background: none; color: #000; font-size: 32px; font-weight: 600; margin: 3px; text-align: center;}
.cs-info {padding: 15px;}
.cs-info p {font-size: 24px; font-weight: 600; color: #000; padding: 5px 0; text-align: center;}
.cs-info .time {font-size: 18px; color: #000;}
.cs-info .lunch {color: #000;}
.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 {
	border: 1px solid #e9e9e9; 
	border-radius: 4px; 
	padding: 30px; 
	height: 165.5px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
}
.info-account h2 {color: #333; display: flex; align-items: center; gap: 10px;} 
.info-ship h2, 
.info-account h2 {
	background: none; 
	color: #dd7010;
	font-size: 22px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px; 
	text-align: left;
}
.info-account h2 {color: #333; font-size: 22px; font-weight: 600; padding: 0; margin: 0 0 20px; text-align: left;}
.kaokaoCenterTex {font-size: 16px; font-weight: 400; color: #333; padding: 3px 0;}
.kaokaoCenter {padding-top: 5px; display: block; border-radius: 5px; font-size: 14px; font-weight: 600; margin-top: 5px;}
.ship-wrap,
.account-wrap {flex: 1;}
.account-info p:first-child {font-size: 20px; font-weight: 500; margin-bottom: 5px;}
.account-info p:last-child {font-size: 15px; color: #666;}
@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-wrap {width: 100%; background: none;}
	.cs-wrap h2 {font-size: 22px; background: #3b96e7; color: #fff; margin: 0; padding: 15px;}
	.cs-info {padding: 20px;}
	.cs-info p {
	font-size: 20px;
	color: #333;
	margin: 10px 0;
	padding: 10px 15px;
	background: #f8f8f8;
	border-radius: 8px;
	}
	.cs-info .time {font-size: 15px; color: #666; background: none; padding-left: 20px;}
	.cs-info .lunch {font-size: 14px; color: #888; background: #fff5f5;}
	.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;}
	.kaokaoCenterTex {font-size: 15px;}
	.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;}
}



