/* ==========================================================
   SUPPORT PAGE
========================================================== */

.support-hero{
    background: linear-gradient(135deg,#12b8c9,#39d5d4);
    color:#fff;
    padding:120px 20px 90px;
    text-align:center;
}

.support-hero .inner{
    max-width:1200px;
    margin:0 auto;
}

.support-hero h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.3;
}

.support-hero p{
    font-size:18px;
    opacity:.92;
    line-height:1.8;
}

.support-hero span{
    display:inline-block;
    margin-top:22px;
    font-size:15px;
    opacity:.75;
}


.support-header{

    height:80px;

    border-bottom:1px solid #eee;

    background:#fff;

}

.support-header .container{

    display:flex;

    align-items:center;

    justify-content:flex-start;

    height:100%;

}

.support-header .logo img{

    height:42px;

}

/* ============================== */

.support-wrap{
    max-width:1100px;
    margin:80px auto;
    background:#fff;
    border-radius:18px;
    padding:70px;
    box-shadow:0 12px 40px rgba(0,0,0,.06);
}

/* ============================== */

.support-content{
    display:none;
}

.support-content.active{
    display:block;
}

/* ============================== */

.support-section{
    margin-bottom:60px;
}

.support-section:last-child{
    margin-bottom:0;
}

.support-section h2{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
    padding-bottom:15px;
    border-bottom:2px solid #12b8c9;
}

.support-section h3{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin:35px 0 15px;
}

.support-section p{
    font-size:16px;
    line-height:1.9;
    color:#555;
}

.support-section ul{
    margin:15px 0;
    padding-left:20px;
}

.support-section li{
    margin:8px 0;
    line-height:1.8;
    color:#555;
}

/* ============================== */

.support-divider{
    height:1px;
    background:#ececec;
    margin:45px 0;
}

/* ============================== */

.support-table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

.support-table th,
.support-table td{
    border:1px solid #e5e5e5;
    padding:15px;
    text-align:left;
    font-size:15px;
}

.support-table th{
    background:#f7f8fa;
    width:220px;
    font-weight:600;
}

/* ============================== */


.footer-detail{

    max-height:0;

    overflow:hidden;

    transition:.35s;

}

.footer-detail.open{

    max-height:500px;

}

.footer-toggle{

    cursor:pointer;

}

.footer-toggle.active{

    color:var(--primary-color);

}

.support-page #openMypage{
    display:none;
}

.support-body{

    background:#f7f8fa;

    padding:80px 0;

}

@media(max-width:991px){

.support-hero{
    padding:90px 20px 60px;
}

.support-hero h1{
    font-size:34px;
}

.support-hero p{
    font-size:16px;
}

.support-wrap{
    margin:40px 20px;
    padding:35px 25px;
}

.support-section h2{
    font-size:24px;
}

.support-section h3{
    font-size:18px;
}

.support-table th,
.support-table td{
    padding:12px;
    font-size:14px;
}

}

@media(max-width:600px){

.support-wrap{
    margin:25px 15px;
    padding:25px 18px;
    border-radius:14px;
}

.support-hero h1{
    font-size:28px;
}

.support-section h2{
    font-size:22px;
}

.support-section p,
.support-section li{
    font-size:15px;
    line-height:1.8;
}

.support-table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
}

}