.act-banner-wrap {
    width: 100%;
}
.act-banner-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}
.act-theme-sec.member-info {
    width: 100%;
    padding: 30px 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.act-theme-sec.member-info::before, .act-theme-sec.member-info::after {
    display: block;
    content: '';
    width: 50%;
    height: 200px;
    background: #f8f8f8;
    clip-path: polygon(0 60%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
}
.act-theme-sec.member-info::before {
    left: 0;
}
.act-theme-sec.member-info::after {
    clip-path: polygon(100% 60%, 0% 100%, 100% 100%);
    right: 0;
}
.act-theme-sec.cnt-info {
    padding: 20px 0 60px 0;
    position: relative;
}
.act-theme-sec.cnt-info::before, .act-theme-sec.cnt-info::after {
    display: block;
    content: '';
    width: 50%;
    height: 200px;
    background: #f8f8f8;
    clip-path: polygon(0 60%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
}
.act-theme-sec.cnt-info::before {
    left: 0;
}
.act-theme-sec.cnt-info::after {
    clip-path: polygon(100% 60%, 0% 100%, 100% 100%);
    right: 0;
}
.query-user-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0 0;
}
.query-uesr-img-frame {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
    border: 2px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
}
.query-uesr-img-frame img {
    display: block;
    width: 100%;
    height: 100%;
}
.query-user-name {
    color: #fff;
    font-size: 24px;
}
.act-theme-sec-title-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 20px 8%;
}
.act-theme-sec-title-box img {
    position: relative;
    width: 80px;
}
.act-theme-sec-title {
    font-size: 24px;
    color: #222;
    position: relative;
    z-index: 2;
    left: -30px;
    transform: translateY(-6px);
}
.act-theme-sec-title.font-white {
    color: #fff;
}
.calculate-period {
    font-size: 16px;
    color: #666;
    width: 100%;
    margin-bottom: 14px;
}
.calculate-period > span {
    color: #3F90DC;
}
.query-table-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.query-table-header {
    display: flex;
    width: 100%;
    background: #ebebeb;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 15px;
}
.query-table-header-column {
    list-style: none;
    font-size: 14px;
    color: #666;
}
.query-table-header-column:nth-child(1), .query-table-person-column:nth-child(1) {
    width: 20%;
}
.query-table-header-column:nth-child(2), .query-table-person-column:nth-child(2) {
    width: 18%;
}
.query-table-header-column:nth-child(3), .query-table-person-column:nth-child(3) {
    width: 25%;
}
.query-table-header-column:nth-child(4), .query-table-person-column:nth-child(4) {
    flex-grow: 1;
}
.query-table-person {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 15px;
}
.query-table-person-column {
    list-style: none;
    font-size: 14px;
    color: #2D394B;
    display: flex;
    align-items: center;
}
.query-table-person-column:nth-child(1) {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.query-table-person-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}
.query-table-person-photo img {
    width: 100%;
    height: auto;
}
.query-table-person-name {
    font-size: 14px;
    color: #2D394B;
}
.query-table-person-register-date {
    font-size: 14px;
    color: #35AD79;
    position: absolute;
    bottom: 0;
    left: 54px;
}
.query-info {
    display: flex;
}
.query-info::after {
    display: block;
    content: '/ 2000';
    margin-left: 3px;
}
.query-info.fulfill, .query-info.achieved {
    color: #35AD79;
}
.query-info.fulfill::after, .query-info.achieved::after {
    display: none;
}
.query-prize {
    display: flex;
    color: #ccc;
    align-items: center;
}
.query-prize.getprize {
    color: #35AD79;
}
.query-prize.getprize::before {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    content: '\f058';
    margin-right: 3px;
    transform: translateY(2px);
}
.query-prize.sent {
    color: #222;
}
.peroid-bonus {
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
    width: 100%;
}
.bonus-calculate {
    color: #E05151;
    display: inline-flex;
}
.notice-msg {
    font-size: 14px;
    color: #666666;
    width: 70%;
    margin-bottom: 40px;
}
.notice-msg::before {
    display: inline-block;
    content: '*';
    margin-right: 4px;
    color: #E05151;
}
.no-friends-wrap {
    width: 100%;
    padding: 10px 0;
    color: #E05151;
}
.act-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 16px 0;
}
.act-theme-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFD80A;
    width: 200px;
    height: 48px;
    font-size: 18px;
    margin: 0 50px;
    position: relative;
    z-index: 3;
    transition: 0.3s;
}
.act-theme-btn::before, .act-theme-btn::after {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    content: '';
    background: #222;
    position: absolute;
    z-index: -1;
    transform: translate(-3px,-3px);
    transition: 0.3s;
}
.act-theme-btn::after {
    background: transparent;
    border: 1px solid #ebebeb;
    z-index: -1;
    transform: translate(3px,3px);
}
.act-theme-btn:hover {
    color: #ebebeb;
}
.act-theme-btn:hover::before {
    transform: translate(3px,3px);
    background: #D71D1E;
}
.act-theme-btn:hover::after {
    transform: translate(-3px,-3px);
}
.act-rule-wrap {
    width: 100%;
    padding: 0 12.5%;
}
.act-rule-title {
    font-size: 18px;
    color: #FFD80A;
    margin-bottom: 10px;
}
.act-rule-title > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
}
.act-rule-ul {
    padding-left: 18px;
    margin-bottom: 30px;
}
.act-rule-list {
    font-size: 14px;
    color: #ebebeb;
    margin-bottom: 8px;
}
.act-contract-list {
    font-size: 12px;
    color: #ebebeb;
    margin-bottom: 6px;
}
.act-contract-list > a {
    display: inline-block;
    text-decoration: none;
    color: #FFD80A;
}
.act-rule-list.dark-blue {
    color: #2D394B;
}
.act-rule-list.red {
    color: #E05151;
}
.act-example {
    width: 100%;
    margin-bottom: 30px;
}
.act-example img {
    width: 100%;
    height: auto;
}
.act-theme-sec.cnt-info.shape-w::before, .act-theme-sec.cnt-info.shape-w::after {
    background: #fff;
}
.act-theme-sec.cnt-info.shape-blue::before, .act-theme-sec.cnt-info.shape-blue::after {
    background: #2D394B;
}
.share-btn-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.share-btn-wrap .account-data-name-2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 16px 0;
}
.share-btn-wrap .invite-code-panel {
    margin: 30px 0 10px 0;
}
.share-btn-wrap .invite-code-panel > a {
    width: 40px;
    height: 40px;
}
.share-btn-wrap .invite-code-panel > a:nth-last-child(1) {
    margin-right: 0;
}
.no-friend-notice {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.no-friend-notice::before {
    display: flex;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    content: '\f579';
    font-size: 36px;
}
@media (max-width: 919.98px){
    .query-table-header-column:nth-child(1), .query-table-person-column:nth-child(1) {
        width: 30%;
    }
}
@media (max-width: 767.98px){
    .query-table-header {
        display: none;
    }
    .query-table-person {
        flex-direction: column;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .query-table-person-column, 
    .query-table-person-column:nth-child(1), 
    .query-table-person-column:nth-child(2), 
    .query-table-person-column:nth-child(3),
    .query-table-person-column:nth-child(4) {
        width: 100%;
        padding: 8px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #ebebeb;
    }
    .query-table-person-column::before {
        display: inline-block;
        content: attr(data-head);
        width: 25%;
        color: #2D394B;
        font-weight: bold;
    }
    .query-table-person-register-date {
        bottom: 8px;
        left: calc(25% + 54px);
    }
    .act-btn-wrap {
        flex-direction: column;
        align-items: center;
    }
    .act-theme-btn {
        margin: 10px 0;
    }
}
@media (max-width: 539.98px){
    .act-rule-wrap {
        padding: 0 4%;
    }
    .act-theme-sec-title-box {
        margin: 0 0 20px 4%;
    }
    .act-theme-sec.member-info::before, .act-theme-sec.member-info::after {
        height: 100px;
    }
    .act-theme-sec.cnt-info::before, .act-theme-sec.cnt-info::after {
        height: 100px;
    }
    .query-table-person-column::before {
        width: 40%;
        margin-right: 10px;
    }
    .query-table-person-register-date {
        left: calc(40% + 64px);
    }
    .calculate-period {
        display: flex;
        flex-wrap: wrap;
    }
    .calculate-period span {
        display: inline-block;
        font-weight: normal;
        width: 100%;
    }
    .notice-msg {
        width: 100%;
    }
}
@media (max-width: 421.98px){
    .act-theme-sec-title {
        white-space: nowrap;
    }
}