#demo-account-page{
    padding-top: 44px;
}
#demo-account-page .award-imgs img{
    width: 90%;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}
#demo-account-page .breadcrumb p{
    font-size: 15px;
    color: #2882c0;
}
#demo-account-page .banner{
    background-image: url("/assets/images/account-page/demo-banner-m-n.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 16px;
}
#demo-account-page .banner .form-box{
    max-width: 324px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
#demo-account-page .breadcrumb{
    background-image: linear-gradient(
            #fafafa,
            #fafafa),
    linear-gradient(
            #f4f6f6,
            #f4f6f6);
    background-blend-mode: normal,
    normal;
    padding: 12px 16px;
}
#demo-account-page .banner h2{
    font-size: 20px;
    font-weight: bold;
    color: #fbfcfd;
    margin-bottom: 40px;
    text-align: center;
}
#demo-account-page .banner .text-ul p{
    font-size: 10px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #fbfcfd;
}
#demo-account-page .banner .text-ul{
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
}
#demo-account-page .banner .text-ul li{
    padding: 0 16px;
    border-right: 1px solid #ccc;
}
#demo-account-page .banner .text-ul li div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 89px;
}
#demo-account-page .banner .text-ul li img{
    width: 60px;
}
#demo-account-page .banner .text-ul li:last-of-type{
    border-right: none;
}
#demo-account-page .three-box{
    padding: 32px 16px;
}
#demo-account-page .three-box ul{
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
#demo-account-page .three-box ul li{
    background-color: #f1f9fc;
    border-radius: 10px;
    border: solid 1px #e7f0f3;
    background-image: url("/assets/images/account-page/icon-bg-1.png");
    background-size: 120px 140px;
    background-repeat: no-repeat;
    background-position: top 16px right;
    padding: 20px 12px 16px;
}
#demo-account-page .three-box ul li h3{
    font-size: 20px;
    color: #2882c0;
    line-height: 1;
    margin-bottom: 16px;
}
#demo-account-page .three-box ul li p{
    font-size: 12px;
    color: #5a5a5a;
    line-height: 24px;
}
#demo-account-page .three-box ul li:nth-of-type(2){
    background-size: 120px 128px;
    background-position: top 22px right;
    background-image: url("/assets/images/account-page/icon-bg-2.png");
}
#demo-account-page .three-box ul li:nth-of-type(3){
    background-size: 138px 120px;
    background-position: top 32px right;
    background-image: url("/assets/images/account-page/icon-bg-3.png");
}
#demo-account-page .text-sec{
    background-color: #f3f3f3;
    padding: 28px 20px 40px;
    margin-bottom: 28px;
}
#demo-account-page .text-sec .text-box{
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
}
#demo-account-page .text-sec h2{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #0b253a;
    margin-bottom: 12px;
    margin-top: 20px;
}
#demo-account-page .text-sec h2:first-of-type{
    margin-top: 0;
}
#demo-account-page .text-sec p{
    font-size: 12px;
    line-height: 24px;
    color: #546675;
}
@media (min-width: 1284px) {
    #demo-account-page .three-box ul li p{
        white-space: nowrap;
    }
    #demo-account-page .banner .text-ul li div{
        height: 178px;
    }
    #demo-account-page .banner .text-ul li:nth-of-type(3) img{
        width: 136px;
    }
    #demo-account-page .banner .text-ul li img{
        width: 120px;
    }
    #demo-account-page .banner .form-box{
        order: 2;
        margin-right: 0;
        margin-left: 0;
    }
    #demo-account-page .text-sec .text-box{
        max-width: unset;
        width: 1284px;
        margin-right: auto;
        margin-left: auto;
    }
    #demo-account-page .text-sec p{
        font-size: 20px;
        line-height: 36px;
    }
    #demo-account-page .text-sec h2{
        margin-top: 80px;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 40px;
    }
    #demo-account-page .text-sec{
        padding: 60px 0 80px;
        margin-bottom: 60px;
    }
    #demo-account-page .three-box ul{
        max-width: unset;
        width: 1284px;
        margin-right: auto;
        margin-left: auto;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 14px;
    }
    #demo-account-page .three-box{
        padding: 80px 0;
    }
    #demo-account-page .banner{
        background-image: url("/assets/images/account-page/demo-banner-pc.jpg");
        padding: 181px 0 187px;
    }
    #demo-account-page .banner .text-box{
        margin-top: 60px;
        margin-right: 40px;
    }
    #demo-account-page .banner .flex-box{
        display: flex;
        justify-content: center;
    }
    #demo-account-page .banner .text-ul{
        margin-bottom: 0;
        max-width: unset;
    }
    #demo-account-page .banner .text-ul li{
        padding: 0 40px;
    }
    #demo-account-page .banner .text-ul p{
        font-size: 20px;
        line-height: 36px;
    }
    #demo-account-page .banner h2{
        font-size: 40px;
        margin-bottom: 80px;
    }
    #demo-account-page .breadcrumb{
        padding: 20px 0;
    }
    #demo-account-page .breadcrumb p{
        font-size: 30px;
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    #demo-account-page .award-imgs img{
        width: 1280px;
        max-width: 100%;
        margin-bottom: 48px;
    }
    #demo-account-page{
        padding-top: 80px;
    }
}