/* BASIC css start */
/* =========================================================
   CUSTOMER CENTER LAYOUT
========================================================= */

#contentWrap.akcommunity-layout {
    display:block;
    width:1100px;
    max-width:1100px;
    margin:0 auto;
    padding:55px 0 80px;
    box-sizing:border-box;
}

#contentWrap.akcommunity-layout::after {
    display:block;
    clear:both;
    content:"";
}

#contentWrap.akcommunity-layout > #aside {
    float:left;
    width:210px;
    margin:0;
}

#contentWrap.akcommunity-layout > #content.akcommunity-content {
    float:right;
    width:860px;
    min-width:0;
    margin:0;
    padding:0;
}


/* =========================================================
   BASE
========================================================= */

#productClass .akschool-page {
    width:100%;
    margin:0;
    padding:0;
    color:#222;
    box-sizing:border-box;
}

#productClass .akschool-page,
#productClass .akschool-page * {
    box-sizing:border-box;
}

#productClass .akschool-page a {
    text-decoration:none;
}


/* =========================================================
   PAGE HEAD
========================================================= */

#productClass .akcommunity-page-head {
    margin:0 0 30px;
}

#productClass .akcommunity-page-head > span {
    display:block;
    margin:0 0 6px;
    color:#7189a3;
    font-size:12px;
    line-height:1.35;
    font-weight:700;
    letter-spacing:.09em;
}

#productClass .akcommunity-page-head h1 {
    margin:0 0 9px;
    color:#111;
    font-size:30px;
    line-height:1.35;
    font-weight:700;
}

#productClass .akcommunity-page-head p {
    margin:0;
    color:#555;
    font-size:15px;
    line-height:1.75;
}


/* =========================================================
   INTRO
========================================================= */

#productClass .akschool-intro {
    overflow:hidden;
    margin:0 0 48px;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#productClass .akschool-intro-top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:28px 28px;
    border-bottom:1px solid #dce3ea;
    background:#f4f7fa;
}

#productClass .akschool-intro-title {
    flex:1;
    min-width:0;
}

#productClass .akschool-intro-title > span {
    display:block;
    margin-bottom:7px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
}

#productClass .akschool-intro-title h2 {
    margin:0;
    color:#111;
    font-size:23px;
    line-height:1.5;
    font-weight:700;
}


/* PLATFORM */

#productClass .akschool-platforms {
    display:flex;
    flex:0 0 auto;
    gap:8px;
}

#productClass .akschool-platforms > div {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:96px;
    height:72px;
    border:1px solid #d1dce6;
    border-radius:7px;
    background:#fff;
}

#productClass .akschool-platforms strong {
    color:#174d7c;
    font-size:17px;
    line-height:1.3;
    font-weight:800;
}

#productClass .akschool-platforms span {
    margin-top:4px;
    color:#666;
    font-size:10px;
}


/* INTRO BODY */

#productClass .akschool-intro-body {
    padding:31px 30px 33px;
}

#productClass .akschool-small-title {
    display:block;
    margin-bottom:8px;
    color:#7189a3;
    font-size:12px;
    font-weight:700;
}

#productClass .akschool-intro-body h3 {
    margin:0 0 19px;
    color:#111;
    font-size:22px;
    line-height:1.5;
    font-weight:700;
}

#productClass .akschool-intro-body p {
    max-width:735px;
    margin:0 0 13px;
    color:#444;
    font-size:14px;
    line-height:1.9;
    word-break:keep-all;
}

#productClass .akschool-intro-body p:last-child {
    margin-bottom:0;
}


/* =========================================================
   SECTION HEAD
========================================================= */

#productClass .akschool-section {
    margin-bottom:50px;
}

#productClass .akschool-section-head {
    margin-bottom:18px;
}

#productClass .akschool-section-head > span {
    display:block;
    margin-bottom:5px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
}

#productClass .akschool-section-head h2 {
    margin:0 0 8px;
    color:#111;
    font-size:22px;
    line-height:1.45;
    font-weight:700;
}

#productClass .akschool-section-head p {
    margin:0;
    color:#666;
    font-size:13px;
    line-height:1.75;
}


/* =========================================================
   BENEFIT GRID
========================================================= */

#productClass .akschool-benefit-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:11px;
}

#productClass .akschool-benefit-card {
    min-height:166px;
    padding:21px 19px 22px;
    border:1px solid #dce3ea;
    border-radius:8px;
    background:#fff;
}

#productClass .akschool-benefit-card > span {
    display:block;
    margin-bottom:13px;
    color:#9eb0c2;
    font-size:11px;
    font-weight:700;
}

#productClass .akschool-benefit-card strong {
    display:block;
    margin-bottom:8px;
    color:#222;
    font-size:16px;
    line-height:1.45;
    font-weight:700;
}

#productClass .akschool-benefit-card p {
    margin:0;
    color:#666;
    font-size:13px;
    line-height:1.75;
    word-break:keep-all;
}


/* =========================================================
   TRUST
========================================================= */

#productClass .akschool-trust {
    margin-bottom:50px;
    padding:27px 28px 28px;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#f7f9fb;
}

#productClass .akschool-trust-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:20px;
}

#productClass .akschool-trust-grid > div {
    min-height:150px;
    padding:19px 18px;
    border:1px solid #dce3ea;
    border-radius:7px;
    background:#fff;
}

#productClass .akschool-trust-grid > div > span {
    display:block;
    margin-bottom:10px;
    color:#9eb0c2;
    font-size:11px;
    font-weight:700;
}

#productClass .akschool-trust-grid strong {
    display:block;
    margin-bottom:7px;
    color:#222;
    font-size:15px;
    line-height:1.45;
    font-weight:700;
}

#productClass .akschool-trust-grid p {
    margin:0;
    color:#666;
    font-size:12px;
    line-height:1.75;
    word-break:keep-all;
}


/* =========================================================
   CONTACT
========================================================= */

#productClass .akschool-contact-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    overflow:hidden;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#productClass .akschool-contact-card {
    min-height:145px;
    padding:23px 23px;
    border-right:1px solid #e3e8ed;
    border-bottom:1px solid #e3e8ed;
}

#productClass .akschool-contact-card:nth-child(2n) {
    border-right:0;
}

#productClass .akschool-contact-card:nth-last-child(-n+2) {
    border-bottom:0;
}

#productClass .akschool-contact-label {
    display:block;
    margin-bottom:7px;
    color:#7189a3;
    font-size:10px;
    font-weight:700;
    letter-spacing:.08em;
}

#productClass .akschool-contact-card strong {
    display:block;
    margin-bottom:6px;
    color:#222;
    font-size:15px;
    font-weight:700;
}

#productClass .akschool-contact-card p {
    margin:0;
    color:#174d7c;
    font-size:20px;
    line-height:1.4;
    font-weight:700;
}

#productClass .akschool-contact-note {
    display:block;
    margin-top:9px;
    color:#666;
    font-size:12px;
    line-height:1.5;
}


/* =========================================================
   PROCESS
========================================================= */

#productClass .akschool-process {
    margin-bottom:50px;
}

#productClass .akschool-process-list {
    display:flex;
    align-items:stretch;
    width:100%;
    padding:24px 17px;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#fff;
}

#productClass .akschool-process-list > div {
    flex:1;
    min-width:0;
    text-align:center;
}

#productClass .akschool-process-list > i {
    align-self:center;
    width:18px;
    height:1px;
    margin:0 4px;
    background:#cdd9e4;
}

#productClass .akschool-process-list span {
    display:flex;
    align-items:center;
    justify-content:center;
    width:35px;
    height:35px;
    margin:0 auto 11px;
    border-radius:50%;
    background:#edf3f8;
    color:#526b84;
    font-size:11px;
    font-weight:800;
}

#productClass .akschool-process-list strong {
    display:block;
    margin-bottom:7px;
    color:#222;
    font-size:14px;
    font-weight:700;
}

#productClass .akschool-process-list p {
    margin:0;
    color:#666;
    font-size:11px;
    line-height:1.65;
    word-break:keep-all;
}


/* =========================================================
   ADMIN SUPPORT
========================================================= */

#productClass .akschool-admin {
    margin-bottom:18px;
    padding:28px 29px;
    border:1px solid #dce3ea;
    border-radius:10px;
    background:#fff;
}

#productClass .akschool-admin-head > span {
    display:block;
    margin-bottom:6px;
    color:#7189a3;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
}

#productClass .akschool-admin-head h2 {
    margin:0 0 10px;
    color:#111;
    font-size:22px;
    line-height:1.5;
    font-weight:700;
}

#productClass .akschool-admin-head p {
    margin:0;
    color:#555;
    font-size:13px;
    line-height:1.8;
}

#productClass .akschool-admin-points {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:9px;
    margin-top:20px;
}

#productClass .akschool-admin-points > div {
    padding:15px 16px;
    border-radius:7px;
    background:#f5f8fb;
}

#productClass .akschool-admin-points strong {
    display:block;
    margin-bottom:4px;
    color:#222;
    font-size:14px;
    font-weight:700;
}

#productClass .akschool-admin-points span {
    display:block;
    color:#666;
    font-size:11px;
    line-height:1.5;
}


/* =========================================================
   CALL CTA
========================================================= */

#productClass .akschool-call {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:31px 30px;
    border-radius:10px;
    background:#526b84;
}

#productClass .akschool-call > div:first-child {
    flex:1;
    min-width:0;
}

#productClass .akschool-call > div:first-child > span {
    display:block;
    margin-bottom:6px;
    color:#cbd6e0;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
}

#productClass .akschool-call h2 {
    margin:0 0 9px;
    color:#fff;
    font-size:23px;
    line-height:1.45;
    font-weight:700;
}

#productClass .akschool-call p {
    margin:0;
    color:#e3e9ee;
    font-size:13px;
    line-height:1.75;
}


/* NUMBER BOX */

#productClass .akschool-call-number {
    flex:0 0 220px;
    padding:20px 20px;
    border-radius:8px;
    background:#fff;
    text-align:center;
}

#productClass .akschool-call-number > span {
    display:block;
    margin-bottom:4px;
    color:#7189a3;
    font-size:12px;
    font-weight:700;
}

#productClass .akschool-call-number strong {
    display:block;
    color:#174d7c;
    font-size:27px;
    line-height:1.35;
    font-weight:800;
    letter-spacing:-.02em;
}

#productClass .akschool-call-number em {
    display:block;
    margin-top:5px;
    color:#666;
    font-size:11px;
    line-height:1.4;
    font-style:normal;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width:1120px) {

    #contentWrap.akcommunity-layout {
        width:calc(100% - 40px);
        max-width:1100px;
    }

    #contentWrap.akcommunity-layout > #content.akcommunity-content {
        width:calc(100% - 240px);
    }

}
/* BASIC css end */

