        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            line-height: 1.6;
            color: #333;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Navigation */
        nav {
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1.5em;
            font-weight: bold;
            color: #1677FF;
        }

        .nav-menu {
            display: flex;
            gap: 40px;
            list-style: none;
        }

        .nav-menu a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s ease;
            font-size: 1.05em;
        }

        .nav-menu a:hover {
            color: #1677FF;
        }

        .mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8em;
            color: #1677FF;
            cursor: pointer;
        }

        /* Header */
        header {
		    background: linear-gradient(135deg, rgba(125, 173, 241,0.45) 0%, rgba(84, 133, 198, 0.45) 100%),
            url('alipay1920.png');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0 80px;
            text-align: center;
            position: relative;
            min-height: 550px;
            display: flex;
            align-items: center;
        }

        header .container {
            position: relative;
            z-index: 2;
            width: 100%;
        }

        header h1 {
            font-size: 3em;
            margin-bottom: 20px;
            font-weight: 700;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.9);
        }

        header p {
            font-size: 1.3em;
            opacity: 0.95;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
        }

        .company-name {
            font-size: 1.1em;
            margin-top: 10px;
            opacity: 0.9;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        /* 반응형 배경 이미지 */
        @media (min-width: 1920px) {
            header {
		    background: linear-gradient(135deg, rgba(125, 173, 241, 0.45) 0%, rgba(84, 133, 198, 0.45) 100%),
                                  url('alipay1920.png'); /* 1920px 이상용 */
            }
        }

        @media (min-width: 768px) and (max-width: 1200px) {
            header {
		    background: linear-gradient(135deg, rgba(125, 173, 241,0.45) 0%, rgba(84, 133, 198, 0.45) 100%),
                                  url('alipay1200.png'); /* 데스크톱용 */
                                  min-height: 509px;

            }
        }

        @media (min-width: 600px) and (max-width: 768px) {
            header {
		    background: linear-gradient(135deg, rgba(125, 173, 241,0.45) 0%, rgba(84, 133, 198, 0.45) 100%),
                                  url('alipay768.png'); /* 태블릿용 */
                background-position: center center;
                                  min-height: 380px;
            }

        }

        @media (max-width: 600px) {
            header {
		    background: linear-gradient(135deg, rgba(125, 173, 241,0.45) 0%, rgba(84, 133, 198, 0.45) 100%),
                                  url('alipaymobile.png'); /* 모바일용 */
                background-position: center center;
                min-height: 310px;
                padding: 40px 0 20px;
            }
        }
        
.payment-service{display: flex;justify-content: start;flex-wrap: wrap;}
.payment-service > div{margin-bottom:10px;}
.payment-service > div{flex:1 1 20%;}
.global-payment .tab-cont01 .btn-wrap{padding:70px 40px 0}
.global-payment .tab-cont01 .btn-wrap .btn-counseling{float:right}
.payment-method:after{content:'';display:block;clear:both}
.payment-method li{position:relative;float:left;width:276px;height:299px;margin-left:20px;padding-top:210px;font-size:16px;color:#fff;box-sizing:border-box;text-align:center}
.payment-method li:first-child{margin-left:0}
.payment-method li strong{display:block;margin-bottom:10px;font-weight:700;font-size:20px;line-height:20px;}
.payment-method li:before{content:'';display:block;z-index:-1;position:absolute;top:0;left:0;width:276px;height:211px;border-radius: 40px 40px 0px 0px;}        
.payment-service div{text-align:center;box-sizing:border-box;line-height: 20px;min-width: 260px;width:25%;margin-top: 20px;}
.payment-service div{min-width: auto}

.payment-service div::before{content:'';display:block;width:145px;height:145px;margin:0 auto 10px;border-radius:100%}
.payment-service div.alipay::before{background:#F5F5F5 url(./images/logo_alipay.png) no-repeat center/ 115px auto}
.payment-service div.wechatpay::before{background:#F5F5F5 url(./images/logo_wechatpay.png) no-repeat center/ 125px auto}
.payment-service div.unionpay::before{background:#F5F5F5 url(./images/logo_unionpay.png) no-repeat center/ 86px auto}
.payment-service div.alipayplus::before{background:#F5F5F5 url(./images/logo_alipayplus.png) no-repeat center/ 110px auto}
.payment-service div.thai::before{background:#F5F5F5 url(./images/thai.png) no-repeat center/ 115px auto}
.payment-service div.paynow::before{background:#F5F5F5 url(./images/paynow.png) no-repeat center/ 125px auto}
.payment-service div.xnap::before{background:#F5F5F5 url(./images/snap.png) no-repeat center/ 86px auto}
.payment-service div.kakao::before{background:#F5F5F5 url(./images/kakao.png) no-repeat center/ 110px auto}
.payment-service div.paypal::before{background:#F5F5F5 url(./images/paypal.png) no-repeat center/ 110px auto}

 .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 비율 */
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
        /* Section 공통 스타일 */
        section {
            padding: 80px 0;
        }

        section:nth-child(even) {
            background-color: #f8f9fa;
        }

        h2 {
            font-size: 2.5em;
            text-align: center;
            margin-bottom: 50px;
            color: #081f3e;
        }

        /* 알리페이 소개 */
        .intro-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .intro-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 1px 4px 4px 4px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .intro-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }

        .intro-card h3 {
            color: #0d4ea8;
            font-size: 1.5em;
            margin-bottom: 15px;
        }

        .intro-card p {
            color: #666;
            line-height: 1.8;
        }

        /* 사용법 */
        /* 사용법 */
        .usage-steps {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .step {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .step-number {
            background: linear-gradient(135deg, #1677FF, #0050B3);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5em;
            font-weight: bold;
            flex-shrink: 0;
        }

        .step-content h3 {
            color: #1677FF;
            margin-bottom: 10px;
        }

        .step-content p {
            color: #666;
        }

        /* 가맹절차 */
        .process-timeline {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
        }

        .process-item {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
            position: relative;
        }

        .process-item::before {
            content: '';
            position: absolute;
            left: 25px;
            top: 50px;
            width: 2px;
            height: calc(100% + 40px);
            background: #1677FF;
        }

        .process-item:last-child::before {
            display: none;
        }

        .process-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #1677FF, #0050B3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.2em;
            flex-shrink: 0;
            z-index: 1;
            position: relative;
        }

        .process-content {
            margin-left: 30px;
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            flex: 1;
        }

        .process-content h3 {
            color: #1677FF;
            margin-bottom: 10px;
        }

        .process-content p {
            color: #666;
        }

        /* 혜택 */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .benefit-card {
	        margin-top: 50px;
            background: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }

        .benefit-icon {
            font-size: 3em;
            margin-bottom: 15px;
        }

        .benefit-card h3 {
            color: #1677FF;
            margin-bottom: 10px;
        }

        .benefit-card p {
            color: #666;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, #1677FF 0%, #0050B3 100%);
            color: white;
            text-align: center;
            padding: 40px 0;
        }

        .cta-section h2 {
            color: white;
            margin-bottom: 30px;
        }

        .cta-button {
            display: inline-block;
            background: white;
            color: #1677FF;
            padding: 15px 40px;
            font-size: 1.3em;
            font-weight: bold;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .cta-button:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }

        .contact-info {
            margin-top: 30px;
            font-size: 1.2em;
        }

        /* Footer */
        footer {
            background: #333;
            color: white;
            text-align: center;
            padding: 30px 0;
        }

        footer p {
            opacity: 0.8;
        }

  
         /* 프로세스 플로우 */
        .process-flow {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            gap: 20px;
            flex-wrap: wrap;
        }

        .flow-item {
            flex: 1;
            min-width: 150px;
            text-align: center;
        }

        .flow-icon-wrapper {
            position: relative;
            margin-bottom: 20px;
        }

        .flow-circle {
            width: 150px;
            height: 150px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .flow-item:hover .flow-circle {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        }

        .flow-icon {
            font-size: 3.5em;
            color: #FF8C00;
        }

        .flow-number {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 45px;
            height: 45px;
            background: #FF8C00;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.3em;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

        .flow-arrow {
            font-size: 2em;
            color: #ccc;
            align-self: center;
            margin: 0 10px;
        }

        .flow-title {
            font-size: 1.1em;
            font-weight: bold;
            color: #333;
            line-height: 1.4;
        }

        /* 가맹절차 */
        .process-timeline {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
        }

        .process-item {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
            position: relative;
        }

        .process-item::before {
            content: '';
            position: absolute;
            left: 25px;
            top: 50px;
            width: 2px;
            height: calc(100% + 40px);
            background: #1677FF;
        }

        .process-item:last-child::before {
            display: none;
        }

        .process-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #1677FF, #0050B3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.2em;
            flex-shrink: 0;
            z-index: 1;
            position: relative;
        }

        .process-content {
            margin-left: 30px;
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            flex: 1;
        }

        .process-content h3 {
            color: #1677FF;
            margin-bottom: 10px;
        }

        .process-content p {
            color: #666;
        }
 
  
        /* 반응형 */
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
                position: absolute;
                top: 80px;
                left: 0;
                right: 0;
                background: white;
                flex-direction: column;
                gap: 0;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            }

            .nav-menu.active {
                display: flex;
            }

            .nav-menu li {
                border-bottom: 1px solid #eee;
            }

            .nav-menu a {
                display: block;
                padding: 20px;
            }

            .mobile-menu-toggle {
                display: block;
            }

            .logo {
                font-size: 1.2em;
            }

            header h1 {
                font-size: 1.4em;
            }

            header p {
                font-size: 1.1em;
            }

            h2 {
                font-size: 1.8em;
            }

            .intro-card h3 {
                font-size: 1.2em;
            }

            .intro-grid, .benefits-grid {
                grid-template-columns: 1fr;
            }

            .usage-steps {
                grid-template-columns: 1fr;
            }

            .step {
                flex-direction: row;
                text-align: left;
            }

            .step-number {
                width: 40px;
                height: 40px;
                font-size: 1.2em;
            }


            .process-item {
                flex-direction: column;
                align-items: flex-start;
            }

            .process-item::before {
                left: 25px;
            }

            .process-flow {
                flex-direction: column;
                gap: 30px;
            }

            .flow-arrow {
                display: none;
            }

            .flow-circle {
                width: 120px;
                height: 120px;
            }

            .flow-icon {
                font-size: 2.5em;
            }

            .flow-number {
                width: 40px;
                height: 40px;
                font-size: 1.1em;
            }
            

.payment-service dt {display: none}
.payment-service dd {display: none}
.benefit-card p{display: none}

.payment-service div::before{content:'';display:block;width:80px;height:80px;margin:0 auto 20px;border-radius:100%}
.payment-service div.alipay::before{background:#F5F5F5 url(./images/logo_alipay.png) no-repeat center/ 70px auto}
.payment-service div.wechatpay::before{background:#F5F5F5 url(./images/logo_wechatpay.png) no-repeat center/ 70px auto}
.payment-service div.unionpay::before{background:#F5F5F5 url(./images/logo_unionpay.png) no-repeat center/ 60px auto}
.payment-service div.alipayplus::before{background:#F5F5F5 url(./images/logo_alipayplus.png) no-repeat center/ 70px auto}
.payment-service div.thai::before{background:#F5F5F5 url(./images/thai.png) no-repeat center/ 70px auto}
.payment-service div.paynow::before{background:#F5F5F5 url(./images/paynow.png) no-repeat center/ 70px auto}
.payment-service div.xnap::before{background:#F5F5F5 url(./images/snap.png) no-repeat center/ 70px auto}
.payment-service div.kakao::before{background:#F5F5F5 url(./images/kakao.png) no-repeat center/ 70px auto}
.payment-service div.paypal::before{background:#F5F5F5 url(./images/paypal.png) no-repeat center/ 70px auto}



h2 {margin-bottom:5px; }
.cta-section h2 {            margin-bottom: 5px;}   


}
