

#ccmember-top {
    background-image: url("../img/pub_structure/structure-kv@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin: 0 auto;
}

#apply-member-top {
    background-image: url("../img/pro_membership/apply-member@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin: 0 auto;
}



.s-block {
    background-color: #08498c33;
    display: inline-block;
    width: 49%;
    padding: 15px;
    color: #ffffff;
    border-radius: 20px;
    height: 230px;
    vertical-align: top;
}

.number {
    display: inline-block;
    font-family: "frank-demcom";
    font-size: 80px;
    line-height: 50px;
    color: #ffffff;
    margin-right: 5px;
}

.type-title {
    display: inline-block;
    font-family: "frank-heavy";
    font-size: 26px;
    line-height: 40px;
    vertical-align: top;
}

.type-desc {
    display: inline-block;
    font-family: "frank-book";
    color:#000000;
    font-size: 22px;
    line-height: 32px;
    padding-left: 45px;
    margin-top: -20px;
    letter-spacing: 1px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-t-10 {
    margin-top:10px;
}

.pt-b-80 {
    padding-bottom: 80px;
}

#benefit-section {
    background-image: url("../img/pro_membership/benefits@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 430px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefit-content {
    font-size: 22px;
    line-height: 32px;
    color:#000000
}

.benefit-content a {
    color: #0093FF;
    text-decoration: underline;
}

.go-to-text-2 {
    font-family: "frank-dem";
    margin-left: 99px;
    margin-top: 5px;
    font-size: 30px;
}

.go-to-text-2 a {
   
    color: #0093FF;
}

.go-to-text-2 a:hover {
    text-decoration: underline;
}

.ccmember-content {
    text-align: center;
    font-size: 32px;

}

.apply-member-content {
    width: 600px;
    margin:0 auto;
}

.position {
    background-color: #D3B98F;
    border-radius: 15px;
    color:#ffffff;
    width: 500px;
    margin:0 auto;
    margin-bottom: 20px;
    line-height: 50px;
}

.pos-name {
    font-family: "frank-bookcom";
    color:#000000;
    line-height: 46px;
}

.pos-name-2 {
    color:#000000;
    line-height: 40px;
}

.mg-t-60 {
    margin-top: 40px;
}

@media (max-width: 820px) { 


    #membership-top {
        background-image: url("../img/pro_membership/membership-m@2x.jpg");
        height: 300px;
    }


#ccmember-top {
    background-image: url("../img/pub_structure/structure-kv-m@2x.jpg");
    height: 300px;
}

#apply-member-top {
    background-image: url("../img/pro_membership/apply-member-m@2x.jpg");
    height: 300px;
}

}


@media (max-width: 768px) { 



    .go-to-text, .go-to-text-2 {
        font-size: 22px;
    }

    .s-block {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding:10px;
    }

    .type-desc {
        font-size: 18px;
        line-height: 24px;
    }

    .mg-l-10 {
        margin-left:0;
    }

    .pt-b-80 {
        padding-bottom: 40px;
    }

    #benefit-section {
        background-image: url("../img/pro_membership/benefits-m@2x.jpg");
        height: auto;
        padding-top: 40px;
        padding-bottom: 200px;
    }

    .benefit-content {
        font-size: 18px;
        line-height: 24px;
        padding-top: 20px;
    padding-bottom: 20px;
    }

    .mar-t-80 {
        margin-top: 20px;
    }

    .go-to-text-2 {
        margin-left: 80px;
    }

    .ccmember-content {
        font-size: 24px;
    }

    .position {
        width: 60%;
        line-height: 22px;
        font-size: 18px;
        letter-spacing: 2px;
        padding-bottom: 2px;
        padding-top: 2px;
        margin-bottom: 0;
    }

    .mg-t-60 {
        margin-top: 10px;
    }

    .pos-name {
        line-height: 22px;
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 22px;
    }

    .pos-name-2 {
        line-height: 22px;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .pd-t-10 {
        padding-top:10px;
    }

    .pd-b-10 {
        padding-bottom: 10px;
    }

}

@media (max-width: 414px) {
    .go-to-text-2 {
        margin-left: 73px;
    }

    #membership-top {
        background-image: url("../img/pro_membership/membership-m@2x.jpg");
        height: 152px;
    }


#ccmember-top {
    background-image: url("../img/pub_structure/structure-kv-m@2x.jpg");
    height: 152px;
}

#apply-member-top {
    background-image: url("../img/pro_membership/apply-member-m@2x.jpg");
    height: 152px;
}
}

@media (max-width: 375px) {
    .go-to-text, .go-to-text-2 {
        font-size: 20px;
    }

    .go-to-text-2 {
        margin-left: 65px;
    }
}