/*
Auto Create CSS File
by Ted 20260724
*/
/* header */
.aos02_header{
    position:relative;
    z-index:200;
}


.aos02_top{
    background:#111827;
    color:#fff;
    font-size:13px;
}

.aos02_top .aos02_inner{
    height:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.aos02_top strong{
    margin-left:8px;
    color:#7dd3fc;
}

.aos02_top_draft{
    display:flex;
    align-items:center;
    gap:0;
}

.aos02_top_draft strong{
    margin-left:0;
}

.aos02_top_draft strong + strong{
    margin-left:8px;
    padding-left:8px;
}

.aos02_top_draft a{
    margin-left:0;
}

.aos02_top a{
    margin-left:18px;
    color:#d1d5db;
}

.aos02_top_links{
    display:flex;
    align-items:center;
    gap:16px;
}



.aos02_nav{
    background:rgba(255,255,255,.95);
    border-bottom:1px solid #e5e7eb;
    backdrop-filter:blur(10px);
}

.aos02_nav .aos02_inner{
    height:86px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.aos02_logo{
    width:148px;
}

.aos02_logo a{
    display:block;
}

.aos02_logo img{
    width:100%;
    height:auto;
}

.aos02_menu{
    display:flex;
    gap:34px;
    list-style:none;
    padding:0;
    margin:0;
    font-weight:700;
}

.aos02_menu > li{
    position:relative;
}

.aos02_menu > li::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:10px;
}

.aos02_menu > li > a{
    display:block;
    padding:8px 0;
}

.aos02_menu a:hover{
    color:#2563eb;
}


.aos02_depth2{
    position:absolute;
    top:calc(100% + 8px);
    left:50%;
    width:max-content;
    min-width:0;
    height:auto;
    margin:0;
    padding:8px;
    list-style:none;
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:16px;
    box-shadow:0 18px 36px rgba(15,23,42,.12);
    transform:translateX(-50%) translateY(10px);
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    transition:opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.aos02_depth2:not(:has(li)){
    display:none !important;
}

ul.aos02_depth2,
.aos02_depth2 > ul{
    display:grid;
    grid-template-rows:repeat(8, max-content);
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    align-content:start;
    justify-items:stretch;
    column-gap:6px;
    row-gap:4px;
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    list-style:none;
}

.aos02_depth2 li{
    margin:0;
    padding:0;
    min-width:0;
    background:transparent;
}

.aos02_menu > li:hover .aos02_depth2{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}

.aos02_depth2 a{
    display:block;
    box-sizing:border-box;
    width:100%;
    min-width:0;
    padding:10px 16px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
    color:#1f2937;
    text-align:left;
    white-space:nowrap;
    transition:color .2s ease, background-color .2s ease;
}

.aos02_depth2 a:hover{
    background:#003b7a;
    color:#fff;
}
/* footer */
.aos02_footer{
    padding:30px 0 20px 60px;
    background:#0f172a;
    color:#cbd5e1;
    text-align:left;
}

.aos02_footer_top{
    display:flex;
    align-items:center;
    gap:24px;
}

.aos02_footer img{
    height:62px;
    width:auto;
    max-width:100%;
    display:block;
    flex-shrink:0;
}

.aos02_footer_nav{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}

.aos02_footer a{
    color:#fff;
    font-weight:700;
}

.aos02_footer p{
    margin:0;
    line-height:1.8;
    color:#94a3b8;
    white-space:nowrap;
}

.aos02_footer p small{
    color:#64748b;
}

/* visual */
.aos02_visual{
    padding:30px 0 110px;
    background:linear-gradient(135deg, rgba(37,99,235,.78), rgba(14,165,233,.55)),
        url("../images/main/main02.jpeg") center/cover no-repeat;
    color:#fff;
}

.aos02_visual .aos02_inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.aos02_visual_text span{
    display:inline-block;
    margin-bottom:20px;
    padding:9px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
}

.aos02_visual_text h2{
    margin:0;
    font-size:58px;
    line-height:1.2;
    letter-spacing:-2px;
}

.aos02_visual_text p{
    margin:24px 0 28px;
    font-size:20px;
    color:rgba(255,255,255,.9);
    line-height:1.7;
}

.aos02_visual_points{
    display:flex;
    flex-wrap:wrap;
    gap:10px 24px;
    margin:0 0 32px;
    padding:0;
    list-style:none;
}

.aos02_visual_points li{
    font-size:15px;
    font-weight:600;
    color:rgba(255,255,255,.92);
}

.aos02_visual_btns{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.aos02_visual_text a{
    display:inline-flex;
    align-items:center;
    height:54px;
    padding:0 30px;
    border-radius:999px;
    background:#fff;
    color:#2563eb;
    font-weight:900;
}

.aos02_visual_text a.is-outline{
    border:1px solid rgba(255,255,255,.55);
    background:transparent;
    color:#fff;
}

.aos02_wrap a.aos02_visual_card{
    position:relative;
    color:#fff;
    text-decoration:none;
    transition:transform .2s ease, box-shadow .2s ease;
}

.aos02_wrap a.aos02_visual_card:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 34px 74px rgba(0,0,0,.28);
}

.aos02_visual_card_badge{
    position:absolute;
    top:30px;
    left:30px;
    z-index:1;
    padding:7px 14px;
    border-radius:999px;
    background:#003b7a;
    font-size:12px;
    font-style:normal;
    font-weight:700;
    letter-spacing:.5px;
}

.aos02_visual_card small{
    display:block;
    margin-top:8px;
    font-size:13px;
    font-weight:600;
    color:rgba(255,255,255,.78);
}

.aos02_visual_card{
    width:360px;
    padding:18px;
    border-radius:34px;
    background:rgba(255,255,255,.18);
    box-shadow:0 30px 70px rgba(0,0,0,.25);
    backdrop-filter:blur(12px);
}

.aos02_visual_card img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:26px;
}

.aos02_visual_card div{
    padding:20px 10px 8px;
}

.aos02_visual_card span{
    display:block;
    margin-bottom:8px;
    font-size:13px;
    color:#dbeafe;
}

.aos02_visual_card strong{
    display:block;
    font-size:26px;
}

.aos02_visual_card p{
    margin:8px 0 0;
    font-size:22px;
    font-weight:900;
}
.aos02_title{
    text-align:center;
    margin-bottom:42px;
}

.aos02_title h2{
    margin:10px 0;
    font-size:36px;
    letter-spacing:-1px;
}

.aos02_title p{
    margin:0;
    color:#6b7280;
}


.aos02_magazine{
    padding:30px 0;
}

.aos02_magazine_list{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
}

.aos02_magazine_list article{
    display:flex;
    gap:18px;
    padding:18px;
    border-radius:26px;
    background:#fff;
    box-shadow:0 14px 32px rgba(15,23,42,.08);
    transition:.25s;
    cursor:pointer;
    overflow:hidden;
}

.aos02_magazine_list article:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 44px rgba(15,23,42,.14);
}

.aos02_magazine_list img{
    width:130px;
    height:120px;
    border-radius:10px;
    object-fit:cover;
    transition:.3s;
}

.aos02_magazine_list article:hover img{
    transform:scale(1.06);
}

.aos02_magazine_list span{
    color:#2563eb;
    font-size:17px;
    font-weight:900;
}

.aos02_magazine_list h3{
    margin:8px 0;
    font-size:20px;
    transition:.25s;
}

.aos02_magazine_list article:hover h3{
    color:#2563eb;
}

.aos02_magazine_list p{
    margin:0;
    color:#6b7280;
}.aos_image_card_01{
    padding:56px 0;
    background:#f8fafc;
}

.aos_image_card_01_wrap_inner{
    width:1200px;
    margin:0 auto;
}

.aos_image_card_01_head{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:16px;
    margin-bottom:40px;
    padding-bottom:14px;
    border-bottom:1px solid #e2e8f0;
}

.aos_image_card_01_head h2{
    margin:0;
    font-size:24px;
    font-weight:800;
    letter-spacing:-.6px;
    line-height:1.3;
    color:#0f172a;
}

.aos_image_card_01_head a{
    flex:0 0 auto;
    color:#94a3b8;
    font-size:13px;
    font-weight:600;
    line-height:1.3;
    text-decoration:none;
    transition:color .2s;
}

.aos_image_card_01_head a:hover{
    color:#0f172a;
}

.aos_image_card_01_list{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:20px;
    margin:0;
    padding:0;
    list-style:none;
}

.aos_image_card_01_list li{
    flex:1;
    max-width:200px;
    text-align:center;
    cursor:pointer;
}

.aos_image_card_01_list a{
    display:block;
    color:inherit;
    text-decoration:none;
}

.aos_image_card_01_thumb{
    display:flex;
    align-items:center;
    justify-content:center;
    width:168px;
    height:168px;
    margin:0 auto 14px;
    overflow:visible;
}

.aos_image_card_01_thumb img{
    display:block;
    width:148px;
    height:148px;
    border-radius:50%;
    object-fit:cover;
    background:#e2e8f0;
    box-shadow:0 4px 14px rgba(15,23,42,.06);
    transition:transform .35s ease, box-shadow .35s ease;
}

.aos_image_card_01_list strong{
    display:block;
    margin-bottom:6px;
    font-size:15px;
    line-height:1.4;
    letter-spacing:-.3px;
    color:#0f172a;
    transition:color .25s ease;
}

.aos_image_card_01_list p{
    margin:0;
    font-size:13px;
    line-height:1.5;
    color:#94a3b8;
}

.aos_image_card_01_list li:hover .aos_image_card_01_thumb img,
.aos_image_card_01_list li.is-active .aos_image_card_01_thumb img{
    transform:scale(1.12);
    box-shadow:0 8px 20px rgba(15,23,42,.12);
}

.aos_image_card_01_list li:hover strong,
.aos_image_card_01_list li.is-active strong{
    color:#0284c7;
}

@media screen and (max-width:1200px){
    .aos_image_card_01_wrap_inner{
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }

    .aos_image_card_01_list{
        gap:12px;
    }

    .aos_image_card_01_thumb{
        width:140px;
        height:140px;
    }

    .aos_image_card_01_thumb img{
        width:120px;
        height:120px;
    }
}

@media screen and (max-width:768px){
    .aos_image_card_01_head{
        margin-bottom:28px;
    }

    .aos_image_card_01_head h2{
        font-size:20px;
    }

    .aos_image_card_01_list{
        flex-wrap:wrap;
    }

    .aos_image_card_01_list li{
        flex:0 0 calc(50% - 8px);
        max-width:none;
    }

    .aos_image_card_01_thumb{
        width:128px;
        height:128px;
    }

    .aos_image_card_01_thumb img{
        width:120px;
        height:120px;
    }

    .aos_image_card_01_list li:hover .aos_image_card_01_thumb img,
    .aos_image_card_01_list li.is-active .aos_image_card_01_thumb img{
        transform:scale(1.06);
    }
}
.aos_multi_category_06{
    padding:60px 0;
    background:#fff;
}

.aos_category_06_wrap_inner{
    width:1200px;
    margin:0 auto;
}

.aos_category_06_title{
    margin-bottom:30px;
    text-align:center;
}

.aos_category_06_title span{
    display:inline-block;
    margin-bottom:10px;
    padding:6px 14px;
    border-radius:999px;
    background:#ecfdf5;
    color:#0d9488;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.5px;
}

.aos_category_06_title h2{
    margin:0 0 10px;
    font-size:34px;
    letter-spacing:-1px;
    color:#134e4a;
}

.aos_category_06_title p{
    margin:0;
    color:#64748b;
    font-size:15px;
}

.aos_multi_category_06_tab{
    display:flex;
    justify-content:center;
    gap:8px;
    margin:0 auto 36px;
    padding:8px;
    width:fit-content;
    max-width:100%;
    list-style:none;
    border-radius:999px;
    background:#f0fdfa;
    box-sizing:border-box;
}

.aos_multi_category_06_tab button{
    min-width:84px;
    height:42px;
    padding:0 18px;
    border:0;
    border-radius:999px;
    background:transparent;
    color:#0f766e;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    transition:background .2s, color .2s, box-shadow .2s;
}

.aos_multi_category_06_tab button:hover{
    background:#ccfbf1;
}

.aos_multi_category_06_tab li.is-active button{
    background:#0d9488;
    color:#fff;
    box-shadow:0 8px 18px rgba(13,148,136,.28);
}

.aos_multi_category_06_panel{
    display:none;
}

.aos_multi_category_06_panel.is-active{
    display:block;
}

.aos_multi_category_06_list{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
}

.aos_multi_category_06_list article{
    overflow:hidden;
    border-radius:22px;
}

.aos_multi_category_06_list a{
    position:relative;
    display:block;
    height:340px;
    overflow:hidden;
}

.aos_multi_category_06_list img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s;
}

.aos_multi_category_06_list a:hover img{
    transform:scale(1.08);
}


.aos_multi_category_06_list div{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:48px 20px 22px;
    background:linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,.72) 42%, rgba(15,23,42,.94) 100%);
    color:#fff;
}

.aos_multi_category_06_list em{
    display: inline-block;
    margin-bottom: 8px;
    padding: 0;
    border-radius: 0;
    background: #000;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .08em;
}

.aos_multi_category_06_list h3{
    margin:0 0 6px;
    font-size:26px;
    letter-spacing:-.4px;
    color:#fff;
    line-height:1.3;
}

.aos_multi_category_06_list p{
    margin:0 0 10px;
    color:rgba(255,255,255,.72);
    font-size:16px;
}

.aos_multi_category_06_list strong{
    display:inline-block;
    color:#fff;
    font-size:26px;
    font-weight:800;
    letter-spacing:-.3px;
}

@media screen and (max-width:1200px){
    .aos_category_06_wrap_inner{
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }

    .aos_multi_category_06_list{
        grid-template-columns:repeat(2, 1fr);
    }

    .aos_multi_category_06_tab{
        flex-wrap:wrap;
        border-radius:24px;
    }
}

@media screen and (max-width:768px){
    .aos_multi_category_06_list{
        grid-template-columns:1fr;
    }

    .aos_multi_category_06_list a{
        height:280px;
    }

    .aos_category_06_title h2{
        font-size:26px;
    }
}.aos_image_card_05{
    padding:56px 0;
    background:#fff;
}

.aos_image_card_05_wrap_inner{
    width:1200px;
    margin:0 auto;
}

.aos_image_card_05_title{
    margin-bottom:36px;
    text-align:center;
}

.aos_image_card_05_title em{
    display:block;
    margin-bottom:10px;
    color:#059669;
    font-size:12px;
    font-style:normal;
    font-weight:800;
    letter-spacing:.12em;
}

.aos_image_card_05_title h2{
    margin:0 0 10px;
    font-size:28px;
    letter-spacing:-1px;
    color:#0f172a;
}

.aos_image_card_05_title p{
    margin:0;
    font-size:15px;
    color:#94a3b8;
}

.aos_image_card_05_list{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
    margin:0;
    padding:0;
    list-style:none;
}

.aos_image_card_05_list li{
    border:1px solid #e2e8f0;
    border-radius:24px;
    background:#fff;
    transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.aos_image_card_05_list li:nth-child(1){ border-top:3px solid #0ea5e9; }
.aos_image_card_05_list li:nth-child(2){ border-top:3px solid #10b981; }
.aos_image_card_05_list li:nth-child(3){ border-top:3px solid #f59e0b; }
.aos_image_card_05_list li:nth-child(4){ border-top:3px solid #6366f1; }

.aos_image_card_05_list li:hover{
    border-color:#cbd5e1;
    box-shadow:0 12px 28px rgba(15,23,42,.08);
    transform:translateY(-4px);
}

.aos_image_card_05_list a{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:22px 18px 18px;
    color:inherit;
    text-decoration:none;
    box-sizing:border-box;
}

.aos_image_card_05_text{
    flex:0 0 auto;
    margin-bottom:18px;
    min-height:118px;
}

.aos_image_card_05_text span{
    display:block;
    margin-bottom:10px;
    color:#94a3b8;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
}

.aos_image_card_05_list li:nth-child(1) .aos_image_card_05_text span{ color:#0284c7; }
.aos_image_card_05_list li:nth-child(2) .aos_image_card_05_text span{ color:#059669; }
.aos_image_card_05_list li:nth-child(3) .aos_image_card_05_text span{ color:#d97706; }
.aos_image_card_05_list li:nth-child(4) .aos_image_card_05_text span{ color:#4f46e5; }

.aos_image_card_05_text strong{
    display:block;
    margin-bottom:8px;
    font-size:18px;
    letter-spacing:-.5px;
    color:#0f172a;
    line-height:1.3;
}

.aos_image_card_05_text p{
    margin:0;
    font-size:13px;
    line-height:1.5;
    color:#64748b;
}

.aos_image_card_05_thumb{
    display:block;
    overflow:hidden;
    width:100%;
    height:168px;
    border-radius:16px;
}

.aos_image_card_05_thumb img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.aos_image_card_05_list a:hover .aos_image_card_05_thumb img{
    transform:scale(1.05);
}

@media screen and (max-width:1200px){
    .aos_image_card_05_wrap_inner{
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }

    .aos_image_card_05_list{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media screen and (max-width:768px){
    .aos_image_card_05_title h2{
        font-size:24px;
    }

    .aos_image_card_05_list{
        grid-template-columns:1fr;
    }

    .aos_image_card_05_text{
        min-height:0;
    }

    .aos_image_card_05_list li:hover{
        transform:none;
    }
}.aos_image_card_02{
    padding:56px 0;
    background:#f5f7fb;
}

.aos_image_card_02_wrap_inner{
    width:1200px;
    margin:0 auto;
}

.aos_image_card_02_title{
    margin-bottom:36px;
    text-align:center;
}

.aos_image_card_02_title h2{
    margin:0 0 10px;
    font-size:28px;
    letter-spacing:-1px;
    color:#0f172a;
}

.aos_image_card_02_title p{
    margin:0;
    font-size:15px;
    color:#94a3b8;
}

.aos_image_card_02_list{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    margin:0;
    padding:0;
    list-style:none;
}

.aos_image_card_02_list li{
    height:142px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 6px 18px rgba(15,23,42,.06);
    transition:box-shadow .25s ease, transform .25s ease;
}

.aos_image_card_02_list li:hover{
    box-shadow:0 9px 22px rgba(15,23,42,.09);
    transform:translateY(-2px);
}

.aos_image_card_02_list a{
    display:flex;
    align-items:center;
    box-sizing:border-box;
    height:100%;
    padding:16px;
    gap:16px;
    color:inherit;
    text-decoration:none;
}

.aos_image_card_02_thumb{
    flex:0 0 110px;
    width:110px;
    height:110px;
    overflow:hidden;
    border-radius:14px;
}

.aos_image_card_02_thumb img{
    display:block;
    width:110px;
    height:110px;
    object-fit:cover;
    transition:transform .3s ease;
}

.aos_image_card_02_list a:hover .aos_image_card_02_thumb img{
    transform:scale(1.03);
}

.aos_image_card_02_body{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
    height:110px;
}

.aos_image_card_02_body em{
    display:block;
    margin-bottom:6px;
    color:#2563eb;
    font-size:13px;
    font-style:normal;
    font-weight:800;
    line-height:1.2;
}

.aos_image_card_02_body strong{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:8px;
    font-size:16px;
    letter-spacing:-.3px;
    line-height:1.35;
    color:#0f172a;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.aos_image_card_02_body p{
    display:-webkit-box;
    overflow:hidden;
    margin:0;
    font-size:13px;
    line-height:1.45;
    color:#94a3b8;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

@media screen and (max-width:1200px){
    .aos_image_card_02_wrap_inner{
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }

    .aos_image_card_02_list{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media screen and (max-width:768px){
    .aos_image_card_02_title h2{
        font-size:24px;
    }

    .aos_image_card_02_list{
        grid-template-columns:1fr;
    }

    .aos_image_card_02_list li:hover{
        transform:none;
    }
}
/* customer center */
.aos02_customer{
    padding:30px 0;
    background:#fff;
}

.aos02_customer .aos02_inner{
    display:grid;
    grid-template-columns:1fr 1fr 320px;
    gap:24px;
    align-items:stretch;
}


.aos02_board{
    padding:24px 28px;
    background:#fff;
    border:1px solid #ccc;
}

.aos02_board_head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:16px;
    padding-bottom:14px;
    border-bottom:2px solid #222;
}

.aos02_board_head h3{
    margin:0;
    padding:0;
    font-size:18px;
    font-weight:700;
    color:#111;
    border-bottom:none;
}

.aos02_board_head a{
    font-size:13px;
    color:#666;
    white-space:nowrap;
}

.aos02_board_head a:hover{
    color:#003b7a;
}

.aos02_board ul{
    padding:0;
    margin:0;
    list-style:none;
}

.aos02_board li{
    display:flex;
    justify-content:space-between;
    gap:16px;
    padding:13px 0;
    border-bottom:1px solid #e5e7eb;
    font-size:14px;
}

.aos02_board span{
    color:#9ca3af;
    white-space:nowrap;
}


.aos02_account{
    grid-column:3;
    grid-row:1;
    display:flex;
    flex-direction:column;
    height:100%;
    padding:0;
    background:#fff;
    border:1px solid #ccc;
    overflow:hidden;
}



.aos02_account h3{
    margin:0;
    padding:14px 20px;
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#003b7a;
    border-bottom:none;
}

.aos02_account_body{
    flex:1;
    display:flex;
    flex-direction:column;
    padding:24px 28px;
}

.aos02_account_cs{
    padding-bottom:18px;
    border-bottom:1px solid #e4e7eb;
}

.aos02_account_cs strong{
    display:block;
    margin-bottom:6px;
    font-size:24px;
    font-weight:800;
    color:#003b7a;
    letter-spacing:0.5px;
}

.aos02_account_cs p{
    margin:0;
    font-size:13px;
    color:#666;
    line-height:1.5;
}

.aos02_account_bank{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding-top:18px;
}

.aos02_account_bank h4{
    margin:0 0 12px;
    font-size:14px;
    font-weight:700;
    color:#111;
}

.aos02_account_bank dl{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:8px 12px;
    margin:0;
}

.aos02_account_bank dt{
    font-size:13px;
    color:#888;
}

.aos02_account_bank dd{
    margin:0;
    font-size:13px;
    font-weight:600;
    color:#333;
}

.aos02_account_bank dd.is-num{
    font-size:16px;
    font-weight:800;
    color:#003b7a;
    letter-spacing:0.5px;
}


