
.page-beginner.profilecard section {
    background: #fff;
}

.profilecard section .container, .profilecard section .container-fluid {
    padding: 80px 0;
}

.profilecard section.banner-card, 
.profilecard section.banner-card .container-fluid, 
.page-beginner.profilecard .img {
    padding: 0;
}
.page-beginner.profilecard section .button {
    border-radius: 4px;
    color: #1A1A1A;
    font-weight: 500;
    padding: 13px 24px;
}

.lightstart, .lightline {
    font-style: normal;
}
.break-word {
    display: none;
}
 
.page-beginner.business-card.profilecard section.banner-card  h3 {
    font-size: 64px;
    line-height: 120%;
    text-align: left;
    position: relative;
}
.lightstart, .lightline {
    position: relative;
    z-index: 1;
    font-weight: auto;
}
.lightstart::after {
    content:"";
    width: 60px;
    height: 60px;
    display: block;
    background: url(/static/site/images/beginner/lightstar.svg) center center no-repeat;   
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: -1;
}
.lightline::after {
    content:"";
    width: 200px;
    height: 35px;
    display: block;
    background: url(/static/site/images/beginner/lightline1.svg) center center no-repeat;   
    background-size: contain;
    position: absolute;
    bottom:-15px;
    left: 0px;
    z-index: -1;
}
.enlang .lightline::after, .enlang .featuread .lightline::after, 
.enlang .senserole .lightline::after, 
.enlang .recommender-list .lightline::after, 
.enlang .sharecard .lightline::after,
.enlang .sharecard .lightline::after {
    width: 100%;
    background-size: cover;
}
.profilecard .banner-card .content-text {
    padding: 170px 0 170px 120px;
}
.page-beginner.profilecard .banner-card .img {
    height: 100%;
}

.profilecard section.feature .container {
    padding: 40px 0 60px;
}

.feature-box ul {
    display: flex;
}
.feature-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    border-right: 1px solid #E1B9FF;
}
.enlang .feature-box ul li {
    padding: 0 32px;
}
.iconbox {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 16px;
    background: #F9F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 16px 24px 0px #6061701F;
}
.feature-box ul li:last-child {
    border-right: 0px;
}
.page-beginner .feature .feature-box h5 {   
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 8px;
}
.page-beginner .feature .feature-box p {   
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.featuread .lightstart::after{
    width: 36px;
    height: 36px;
    top: -36px;
    left: -10px;
}
.featuread .lightline::after{
    width: 356px;
    height: 28px;
    background: url(/static/site/images/beginner/lightline2.svg) center center no-repeat;   
    bottom: -15px;
}

.ad-box .ad-content {
    padding-left: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
section .ad-box .ad-content h5 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    padding-bottom: 24px;
    text-align: left;
}
section .ad-box .ad-content p{
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;    
    text-align: left;
}
.senserole .senserole-list {
    padding-bottom: 60px;
}
.senserole .senserole-box {
    position: relative;
    height: 100%;
    padding-right: 32px;
}
.senserole .senserole-box .img {
    position: absolute;
    bottom: 0;
}
.page-beginner section.senserole h5, .page-beginner section.senserole p {
    text-align: left;
}
.page-beginner section.senserole .senserole-box h5 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    padding-bottom: 32px;
}
.page-beginner section.senserole .senserole-box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
}
.senserole .lightline::after{
    width: 284px;
    height: 23px;
    background: url(/static/site/images/beginner/lightline2.svg) center center no-repeat;   
    bottom: -15px;
}

 .senserole-list  ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 330px;
    width: 49%;
    padding-bottom: 60px;
}
.senserole-list  ul li .iconbox {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right:16px;
}
.page-beginner section.senserole .senserole-list  ul li h5 {
    font-size: 24px;
    line-height: 140%;
    padding-bottom: 8px;
}
.page-beginner.enlang  section.senserole .senserole-list ul li h5 {
    font-size: 22px;
}
.page-beginner section.senserole .senserole-list ul li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #1A1A1A;
}
.page-beginner.enlang section.senserole .senserole-list ul li p {
    font-size: 16px;
}
.senserole-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.senserole-item::after {
    content:"";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 60%, #000 90%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;    
} 
.page-beginner section.senserole .senserole-item .senserole-txt h5 {
    font-size: 28px;
    line-height: 140%;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
    z-index: 1;
}
.page-beginner.enlang section.senserole .senserole-item .senserole-txt h5 {
    font-size: 18px;
    line-height: 120%;
    padding: 0 16px;
}
.page-beginner.business-card.profilecard section h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
}
.profilecard ul.text-step li span.tag {
    padding: 7px 14px;
    min-width: auto;
    color: #8500EA;
}
.page-beginner section .text-step h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    text-align: left;
}
.page-beginner section .text-step p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
}
ul.text-step li {
    padding-top: 60px;
}
ul.text-step {
    padding-top: 40px;
}
.page-beginner.profilecard .readygo {
    background: #F9F1FF;
}
section.readygo .ad-box .ad-content h5 {
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #8500EA;
    padding-bottom: 16px;
    text-align: left;
}
.page-beginner.business-card .readygo .button, .sharecard .ad-box .ad-content .button,.page-beginner.business-card .question .button {
    border-radius: 4px;
}
.page-beginner.business-card .readygo .button {
    margin-top: 40px;
    min-width: 150px;
}
.page-beginner.business-card.profilecard section.asker {
    background: url(/static/site/images/beginner/card-askerbg.png) #8500EA center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.page-beginner.business-card.profilecard section.asker h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color:#fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.asker-box h3::after {
    content: "";
    width: 100%;
    height: 100px;
    background: #C270FF;
    position: absolute;
    filter: blur(40px);
    top: -25px;
    right: 0px;
    z-index: -1;
}
section.sharecard .ad-box .ad-content h5, section.getcard .ad-box .ad-content h5 {
    color: #8500EA;
}
.sharecard .ad-box .ad-content, .getcard .ad-box .ad-content {
    padding-left: 0;
}
.sharecard ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #1A1A1A;
    padding-bottom: 32px;
    display: inline-flex;
    align-items: start;
}

.sharecard ul li:before {
    content: "\e928";
    font-family: Material-Icons;
    width:36px;
    min-width:36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    color: #8500EA;
    background: #F9F1FF;  
    margin-right: 16px; 
}
.sharecard .img {
    background: #F9F1FF;
    border-radius: 16px;
}
.sharecard .img img {
    max-width: 420px;
}
.sharecard .lightline::after{
    width: 398px;
    height: 23px;
    background: url(/static/site/images/beginner/lightline3.svg) center center no-repeat;   
    bottom: -5px;
}

.question .container, .profilecard .question .question-list {
    background: transparent;
}
.question-list .accordion .accordion-header:after {
    background: #F9F1FF;
    box-shadow: none;
}
.profilecard .question .question-list {
    margin-top: 0;
    padding: 0;
}
.profilecard .question-tab .button.active {
    background: #8500EA;
    color: #fff;
}
/* 常見問題 Tab「數位名片」「夯卡」不套用 .button 的 min-width，保持左右排列（與靜態 HTML 一致） */
.profilecard .question .question-tab.btngroup  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profilecard .question .question-tab.btngroup .button {
    min-width: 0;
}
section.getcard .ad-box .ad-content h5 {
    text-align: left;
}
.page-beginner.profilecard .getcard {
    background: #F9F1FF;
}
.profilecard section.getcard .container {
    padding: 0;
}
.getcard .ad-box .ad-content .button  {
    margin-top: 60px;
}

.recommender-step-for {
    margin-top: 60px;
    padding-left: 60px;
}
.recommender-box {
    position: relative;
    z-index: 1;
}
.recommender-box::after {
    content: "";
    width: 360px;
    height: 360px;
    background: #F9F1FF;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: -55px;
    z-index: -1;
}
.recommender-step-for li {
    background: #fff;
}
.recommender-step-for li::after {
    content:"";
    width: 1px;
    height: 85%;
    background: url(/static/site/images/beginner/card-dashine.png) center center repeat; 
    position: absolute;
    top: 0;
    left: 45px;
    z-index: -1;
}

.recommender-list .lightline::after{
    width: 309px;
    height: 23px;
    background: url(/static/site/images/beginner/lightline3.svg) center center no-repeat;   
    bottom: -5px;
}

ul.text-step li {
    display: flex;
    align-items: center;
    justify-content: start;
    box-shadow: none;
    padding: 16px 24px;
    width: 95%;
    margin-bottom: 60px;
}

ul.text-step.text-step1 li:first-child,
ul.text-step.text-step2 li:nth-child(2),
ul.text-step.text-step3 li:nth-child(3),
ul.text-step.text-step4 li:nth-child(4),
ul.text-step.text-step5 li:nth-child(5),
ul.text-step.text-step6 li:last-child {       
    box-shadow: 0px 16px 24px 0px #6061701F;
}


/* RWD 1441 ========================================================================== */

@media (max-width:1441px) { 
    
    .page-beginner.business-card.enlang .banner-card .button {
        width: 100%;
        max-width: 365px;
        text-align: center;
    }
}

/* RWD 1366 ========================================================================== */

@media (max-width: 1366px) {

    .lightline::after,.featuread .lightline::after,
    .senserole .lightline::after,
    .recommender-list .lightline::after,
    .sharecard .lightline::after {
        width: 100%;    
        background-position: center top;   
        background-size: contain;
    }
    .lightstart::after {
        top: 0;
    }
    .page-beginner.business-card.profilecard section.banner-card h3 {
        font-size: 56px;
    }
    .page-beginner.business-card .button {
        font-size: 20px;
    } 
    .featuread .break-word {
        display: block;
    } 
    section.featuread .ad-box .ad-content h5 {
        text-align: left;
    }
    
    .senserole-list ul li {
        min-width: 300px;
    }
    .page-beginner section.senserole .senserole-list ul li h5 {
        letter-spacing: -1px;
    }
    .page-beginner section.senserole .senserole-item .senserole-txt h5 {
        font-size: 22px;       
    }
    section.readygo .ad-box .ad-content h5 {
        font-size: 40px;
    }
    .sharecard ul li {
        font-size: 20px;
    }
    section.sharecard .ad-box .ad-content h5 {
        font-size: 36px;
    }
    .page-beginner.enlang .feature .feature-box h5 {
        font-size: 24px;
    }
    
    
    
}

/* RWD 1240 ========================================================================== */

@media (max-width: 1240px) {
    .senserole-list ul li {
        min-width: 250px;
    }
    .page-beginner.business-card.profilecard section.banner-card h3{
        font-size: 54px;
    }
    .page-beginner section.senserole .senserole-list ul li h5 {
        font-size: 20px;
    }
    .page-beginner section.senserole .senserole-list ul li p {
        font-size: 16px;
    }
    .readygo .break-word, .sharecard .break-word {
        display: block;
    }
    section.readygo .ad-box .ad-content h5, section.sharecard .ad-box .ad-content h5 {
        text-align: left;
    }
   
}

/* RWD 1199 ========================================================================== */

@media (max-width: 1199px) {
    .page-beginner.business-card .button {
            min-width: 210px;
            text-align: center;
    }
    .page-beginner.business-card.profilecard section.banner-card h3{
        font-size: 46px;
    }
   .page-beginner.business-card.enlang .banner-card .button {
        max-width: 310px;
        
    }
}
/* RWD 1099 ========================================================================== */

@media (max-width: 1099px) {

    
}
/* RWD 992 ========================================================================== */

@media (max-width: 992px) {
    .profilecard .banner-card .content-text {
        padding: 60px 0px 0px 60px;
    }
    .business-card .banner-card .content-text p {
        font-size: 18px;
    }
    .feature-box ul {
        flex-direction: column;
        align-items: center;
    }
    .feature-box ul li, .enlang .feature-box ul li {       
        padding: 30px;
        border-right: 0px;
        border-bottom: 1px solid #E1B9FF;
    }
    section .ad-box .ad-content p, 
    .page-beginner section.senserole .senserole-box p,
    .page-beginner section .text-step p {
        font-size: 16px;
    }
    .senserole .senserole-box .img {
        right: 0;
        width: 300px;
    }
    .page-beginner.enlang section.senserole .senserole-box h5 {
        max-width: 70%;
    }
    .page-beginner section.senserole .senserole-box p {
        padding-right: 40%;
    }
    .senserole .senserole-list {
        padding-bottom: 30px;
    }
    .page-beginner section ul {
        margin-top: 30px;
    }
    .senserole-list ul li {       
        padding-bottom: 30px;
        padding-right: 30px;
    }
    .page-beginner section.senserole .senserole-item .senserole-txt h5 {
        font-size: 16px;
        line-height: 120%;
        bottom: 10px;
    }
    .page-beginner section.recommender-list ul {
        margin-top: 0;
    }
    .recommender-box {
        width: 250px;
        margin-top: 50px;
    }    
    .readygo .ad-box .ad-content {
        padding-left: 15px;
    }
    .sharecard ul li {
        font-size: 16px;
        padding-bottom: 24px;
    } 
    
    .getcard .ad-box .ad-content {
        padding: 30px 0;
    }
    
    .getcard .ad-box .ad-content .button {
        margin-top: 15px;
    }
    .page-beginner.business-card .getcard .img {       
        align-items: end;      
        height: 100%;
    }
    .page-beginner.business-card .button:last-child {
        margin-right: 0;
    }
    
   
}
/* RWD 767 ========================================================================== */

@media (max-width: 767px) {
    .profilecard section .container, .profilecard section .container-fluid {
        padding: 40px 0;
    }
    .ad-box .ad-content {
        padding-left: 0;
        padding-top: 60px;
    }

    .banner-card .row {
        flex-direction: column-reverse;
    }
    .profilecard .banner-card .content-text {
        padding:0px;
    }
    .profilecard.enlang .banner-card .content-text {
       padding: 0 60px;
    }
    .profilecard .banner-card  .banner-card-btn {
        display: flex;
    }
    .page-beginner.business-card.enlang .banner-card .button{
        max-width: max-content;
    }
    .page-beginner.profilecard.enlang section .button {       
        padding: 13px 10px;
    }
    section.featuread .ad-box .ad-content h5, section.featuread .ad-box .ad-content p,
    .page-beginner section.senserole .senserole-box h5, .page-beginner section.senserole .senserole-box p,
    section.sharecard .ad-box .ad-content h5 {        
        width: 100%;
        text-align: center;
    }
    .page-beginner.enlang section.senserole .senserole-box h5 {
        max-width: max-content;
    }
    .page-beginner.enlang section.senserole .senserole-item .senserole-txt h5 {
        font-size: 24px;        
    }
    .senserole .senserole-box, .page-beginner section.senserole .senserole-box p {       
        padding-right: 0;
    }
    .senserole .senserole-box .img {
        display: none;
    }
    .senserole-list ul li {
        width: 100%;
        justify-content: start;
    }
    .senserole-item {
        margin-top: 24px;
    }
    .senserole-itembox {
        margin-top: 100px;
    }
    .senserole-itembox:after {
        content: "";
        width: 100%;
        height: 140px;
        background: url(/static/site/images/beginner/card-highlight02v2.png) left bottom no-repeat;
        position: absolute;
        top: -140px;
        left: 20px;
        background-size: contain;
    }
    .senserole-itembox .senserole-item:first-child {
        margin-top:0;
    }
    .senserole-pic img {
        width: 100%;
    }
    .page-beginner section.senserole .senserole-item .senserole-txt h5 {
        font-size: 20px;
    }
    ul.text-step li:last-child {
        margin-bottom: 0px;
    }
    .readygo .ad-box .ad-content {
        padding-left: 0;
    }
    .sharecard .break-word {
        display: none;
    }  

    .profilecard ul.text-step li {
        flex-direction: row;
    } 
    .profilecard ul.text-step li span {
        position: initial;
        display: block;
    }
    .page-beginner section .text-step h5 {
        font-size: 24px;
    }
    .btngroup {
        width: 100%;
        display: flex;
    }
    .btngroup > .button {
       flex-grow: 1;
    }

    
    .page-beginner.business-card section p {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .page-beginner.business-card section p > span {
        margin-right: 15px;
    }
    .page-beginner.business-card.profilecard section.asker h3 {
        font-size: 32px;
    }
    .sharecard .ad-box .ad-content {
        padding-top: 30px;
    }
    .sharecard .img {
        margin-top: 60px;
    }
    .getcard .ad-box .ad-content {
        padding: 60px 30px 0;
    }
    .recommender-list .break-word {
        display: block;
    }
    .recommender-step-for {
        padding-left: 0;
    }
    section.featuread .ad-box .ad-content p {
        justify-content: center;
    }
    
    .question-list .accordion .accordion-header:after {
        width: 40px;
        height: 40px;
    }
    
}
/* RWD 640 ========================================================================== */

@media (max-width: 640px) {

    
}

/* RWD 575 ========================================================================== */

@media (max-width: 575px) {

    .container{
        max-width: 540px;
    }

    .sharecard .break-word {
        display: block;
    }
    .page-beginner.business-card.profilecard section.banner-card h3 {
        font-size: 46px;
    }
    .lightstart::after {
        width: 45px;
        height: 45px;
    }
    .page-beginner.business-card section p.link-btn {
        margin-top: 16px;
    }
    .profilecard.enlang .banner-card .content-text {
        padding: 0 30px;
    }
    .profilecard.enlang .banner-card .banner-card-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .page-beginner.business-card.enlang .banner-card .button {
        max-width: 100%;
    }
    .page-beginner.business-card.enlang .banner-card .button:last-child {       
        margin-top: 10px;
    }
    .page-beginner.business-card.enlang .readygo p  {
        
        flex-direction: column;
    }
    .page-beginner.business-card.enlang .readygo .button{
            margin-right: 0;
            margin-top: 15px;
            width: 100%;
    }
    .page-beginner.enlang section.senserole .senserole-item .senserole-txt h5 {
        font-size: 18px;
    }
}
/* RWD 480 ========================================================================== */

@media (max-width: 480px) {

    .page-beginner.business-card section .container-fluid, .page-beginner.business-card section .container {
        padding: 30px;
    }
    .profilecard.enlang .banner-card .content-text {
        padding: 0;
    }
    .profilecard .banner-card .banner-card-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .page-beginner.business-card section .banner-card-btn {
        margin-top: 20px;
    }
  
    .page-beginner.business-card .button, .page-beginner.business-card .readygo .button {
        margin-right: 0;
        margin-top: 15px;
    }
    .profilecard .question .question-tab.btngroup {
        flex-direction: column;
    }
    .profilecard .question .question-tab.btngroup .button {
       width: 100%;
    }
    .getcard .ad-box .ad-content {
        padding: 0;
    }
    .page-beginner.profilecard section.getcard .container {
        padding-bottom: 0;
    }
    .page-beginner.business-card.profilecard section.banner-card h3,
    .enlang section.readygo .ad-box .ad-content h5 {
        font-size: 38px;
    }
    .lightstart::after {
        width: 35px;
        height: 35px;
    }
    section .ad-box .ad-content h5,
    .page-beginner section.senserole .senserole-box h5,
    .page-beginner.business-card.profilecard section h3,
    section.sharecard .ad-box .ad-content h5 {
        font-size: 30px;
    }
}
/* RWD 440 ========================================================================== */

@media (max-width: 440px) {

    
}
/* RWD 410 ========================================================================== */

@media (max-width: 410px) {
    
    
}