.member_topbg {
    position: relative;
    height: 200px;
    background-image: url('../img/common/topimg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 45px;
}

.member_title h1 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
}

.member_user_Area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 90px;
    margin-top: -75px;
}

.member_user_Area .member_username {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 5px 20px;
    margin: 0 20px;
    border-bottom: 1px solid #000;
}

.member_username:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -60px;
    width: 79px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/member/member_profile_user.png');
}

.member_user_Area>a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    transition: 0.3s;
}

.member_user_Area>a:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.member_signout_btn {
    background-color: #ec79a4;
}

.member_changepw_btn {
    background-color: #808080;
}

.member_btns_Area {
    position: relative;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member_btns_Area>a {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 0 45px;
    transition: 0.3s;
}

.member_btns_Area>a:hover,
.member_btns_Area>a.active {
    text-shadow: 0 0 20px #fff;
    color: #35addc;
    text-decoration: none;
}

/*.member_btns_Area>a.active:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 25px 12.5px;
    border-color: transparent transparent #fff transparent;
}*/

.member_bottom_Area_2 {
    background-color: #fff;
    text-align: center;
    padding: 80px 0 0px 0;
}

.member_bottom_Area_3 {
    background-color: #fff;
    text-align: center;
    padding: 0px 0 80px 0;
}

.member_bottom_Area {
    background-color: #fff;
    text-align: center;
    padding: 80px 0 80px 0;
}

.member_bottom_Area>h1 {
    font-size: 36px;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
    padding: 10px 0;
    /*background-color: #eee;*/
}


/*----------------member_profile_part----------------*/

.member_profile_part {
    width: 500px;
    text-align: center;
    margin: 0 auto;
}

.member_profile_part .namepart {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.member_profile_part .f-name,
.member_profile_part .l-name,
.member_profile_part .phone,
.member_profile_part .mail {
    text-align: left;
    margin: 10px;
}

.member_profile_part label {
    color: #808080;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.member_profile_part input {
    height: 50px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    font-size: 20px;
}

.member_profile_part .mail p {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
}

.member_profile_part button {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: #14ade3;
    padding: 15px 50px;
    margin: 50px auto 0 auto;
    cursor: pointer;
    transition: 0.3s;
}

.member_profile_part button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}




/*----------------member_exchange_part----------------*/
.member_exchange_part {
    width: 100%;
}
.member_exchange_part .exchange {
    text-align: center;
    width: 500px;
    margin: 0 auto;
}
.member_exchange_part label {
    color: #808080;
    font-size: 20px;
    font-weight: normal;
    margin: 10px;
}
.member_exchange_part input {
    height: 50px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
}
.member_exchange_part button {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: #14ade3;
    padding: 15px 50px;
    margin: 50px auto 100px auto;
    cursor: pointer;
    transition: 0.3s;
}
.member_exchange_part button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}


.table_box {
    width: 1200px;
    margin: 0 auto;
}
.table tr th {
    background-color: #666;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.table tr td {
    font-size: 18px;
    font-weight: normal;
    color: #808080;
}

/*------pop-----*/
.pop_ctnr.exchange {
    width: 700px;
    height: 400px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/member/member_pop_bg.png');
}
.exchange .pop-close {
    color: #14ade3;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}
.pop_ctnr.exchange p {
    font-size: 20px;
    color: #808080;
    font-weight: normal;
    line-height: 30px;
    margin-top: 50px;
}
.pop_ctnr.exchange>i {
    font-size: 70px;
    color: #ccc;
    margin-top: 100px;
    animation:heartmove 2s infinite ease;
}
@keyframes heartmove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

/*----------------member_mygame_part----------------*/
.member_mygame_part .game_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1250px;
    margin: 0 auto;
}
.member_mygame_part .game_box .game_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
}
.member_mygame_part .game_box .game_item .game_content {
    width: 220px;
    height: 250px;
    padding: 20px 30px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.member_mygame_part .game_box .game_item .game_content div {
    width: 100%;
}
.member_mygame_part .game_box .game_item .game_content h3 {
    font-size: 24px;
    color: #000;
}
.member_mygame_part .game_box .game_item .game_content h4 {
    font-size: 18px;
    color: #808080;
    font-weight: normal;
}
.member_mygame_part .game_box .game_item .game_content button {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin: 5px 0;
    cursor: pointer;
    transition: 0.3s;
}
.member_mygame_part .game_box .game_item .game_content .product {
    background-color: #666;
}
.member_mygame_part .game_box .game_item .game_content .download {
    background-color: #14ade3;
}
.member_mygame_part .game_box .game_item .game_content button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 23%);
}



/*----------------member_purchaserecord_part----------------*/
.member_purchaserecord_part {
    /*width: 1250px;*/
}
.member_purchaserecord_part .game_img {
    width: 120px;
    margin: 0 auto;
}
.member_purchaserecord_part .game_img img {
    width: 100%;
}
.member_purchaserecord_part .table tr td {
    font-size: 18px;
    font-weight: normal;
    color: #808080;
    vertical-align: middle;
}
.member_purchaserecord_part .buyagain{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: #14ade3;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px 40px;
    cursor: pointer;
    transition: 0.3s;
}
.member_purchaserecord_part .buyagain:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 23%);
}

/*----------------member_customerservice_part----------------*/
.member_customerservice_part {
    width: 835px;
    margin:0 auto;
}
.member_customerservice_part select,
.member_customerservice_part .title {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #808080;
    color: #808080;
    margin:10px 0;
    padding-left: 20px;
}
.member_customerservice_part textarea {
    width: 100%;
    height: 190px;
    outline: none;
    border: 1px solid #808080;
    color: #808080;
    margin:10px 0;
    padding: 20px 0 0 20px;
}
.member_customerservice_part .file {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    background-color: #eee;
    padding: 10px 20px;
}
.member_customerservice_part button {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: #14ade3;
    padding: 15px 50px;
    margin: 50px auto 0 auto;
    cursor: pointer;
    transition: 0.3s;
}
.member_customerservice_part button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 23%);
}



/*--------pop-------*/
.blackLayer {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,
    0,
    0,
    0.7);
    z-index: 1000;
    display: none;
}
.pop_ctnr {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,
    -50%);
}
.pop_ctnr.customerservice {
    width: 700px;
    height: 400px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/member/member_pop_bg.png');
}
.customerservice .pop-close {
    color: #14ade3;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}
.pop_ctnr.customerservice>i {
    font-size: 70px;
    color: #ccc;
    margin-top: 100px;
    animation:heartmove 2s infinite ease;
}
@keyframes heartmove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
.pop_ctnr.customerservice>p {
    font-size: 20px;
    color: #808080;
    font-weight: normal;
    line-height: 30px;
    margin-top: 50px;
}
.pop_ctnr.customerservice>p span,
.pop_ctnr.customerservice>p span a {
    font-size: 18px;
    color: #ff77ab;
}

/*----------------member_customerservicerecord_part----------------*/
.member_customerservicerecord_part .check {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: #14ade3;
    border-radius: 5px;
    padding: 5px 50px;
    cursor: pointer;
    transition: 0.3s;
}
.member_customerservicerecord_part .check:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%),
    0 6px 6px rgb(0 0 0 / 23%);
}

.member_profile_part input::placeholder,
.member_customerservice_part input::placeholder, .member_customerservice_part textarea::placeholder
{ color: #bbb; }
.member_profile_part::placeholder,
.member_customerservice_part::placeholder
{ color: #bbb; }
.member_profile_part::-webkit-input-placeholder,
.member_customerservice_part::-webkit-input-placeholder
{ color: #bbb; }
.member_profile_part::-moz-placeholder,
.member_customerservice_part::-moz-placeholder
{ color: #bbb; }

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .member_topbg {
        width: 100%;
        height: 80px;
        padding-top: 0;
        text-align: left;
    }
    .member_title h1 {
        display: inline-block;
        margin-left: 80px;
        margin-top: 15px;
        font-size: 40px;
    }
    .member_user_Area {
        right: 80px;
        margin-top: -65px;
    }

    .member_user_Area .member_username {
        font-size: 20px;
        padding: 5px 10px;
        margin: 0 5px;
    }

    .member_username:before {
        top: -10px;
        left: -60px;
        width: 63px;
        height: 56px;
    }
    .member_user_Area>a {
        font-size: 16px;
        padding: 5px 10px;
        margin: 0 5px;
    }
    .member_bottom_Area {
        padding: 50px 20px 20px 20px;
    }
    .member_bottom_Area_2 {
        padding: 50px 0 0 0;
    }
    .member_bottom_Area_3 {
        padding: 0 0 20px 0;
    }

    .member_bottom_Area>h1 {
        margin-bottom: 20px;
        padding: 0;
    }
    .member_btns_Area {
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .member_btns_Area>a {
        font-size: 20px;
        padding: 0 15px;
    }
    .member_purchaserecord_part {
        width: 100%;
    }
    .member_purchaserecord_part .table tr th:first-of-type, 
    .member_purchaserecord_part .table tr td:first-of-type {
        display: none;
    }
    .member_purchaserecord_part .buyagain {
        font-size: 12px;
        padding: 10px 5px;
    }
    .table_box {
        width: 90%;
        margin: 0 auto;
    }
    .member_customerservice_part {
        width: 100%;
    }
    .member_customerservice_part select,
    .member_customerservice_part .title {
        width: 90%;
        padding-left: 15px;
}
    .member_customerservice_part textarea {
        width: 90%;
        padding: 15px;
    }
    .member_customerservice_part .file {
        width: 90%;
        font-size: 18px;
        padding: 10px 0;
    }
    .member_customerservice_part button, .member_profile_part button {
        margin: 10px auto 0 auto;
    }
    .member_exchange_part button {
        margin: 10px auto 50px auto;
    }
    .pop_ctnr.exchange {
        width: 80%;
        height: 400px;
    }
    .member_mygame_part .game_box {
        width: 100%;
    }
    .member_mygame_part .game_box .game_item{
        display: flex;
        flex-direction: column;
        width: 45%;
        margin: 0 18px 9px 18px;
    }
    .member_mygame_part .game_box .game_item .game_content {
        width: 100%;
        height: 120px;
        padding: 15px;
        text-align: center;
    }
    .member_mygame_part .game_box .game_item .game_content h3 {
        margin: 0 auto;
    }
    .member_mygame_part .game_box .game_item .game_content h4 {
        margin: 0 auto;
    }
    .member_mygame_part .game_box .game_item .game_content div {
        width: 100%;
    }
    .member_mygame_part .game_box .game_item .game_content button {
        width: 48%;
        font-size: 18px;
        padding: 10px 0;
        margin: 5px 0;
    }
    .member_mygame_part .game_box .game_item .game_img img{
        width: 100%;
    }
}

@media only screen and (max-width: 749px){
    .member_topbg {
        width: 100%;
        height: 56px;
        padding-top: 0;
        text-align: left;
    }
    .member_title h1 {
        display: none;
        /*margin-left: 80px;
        margin-top: 15px;
        font-size: 24px;*/
    }
    .member_user_Area {
        /*right: 80px;
        margin-top: -65px;*/
        width: 80%;
        margin-top: 10px;
        left: 56%;
        transform: translateX(-50%);
    }
    .member_user_Area .member_username {
        font-size: 14px;
        padding: 5px;
        margin: 0;
    }
    .member_username:before {
        top: -3px;
        left: -38px;
        width: 40px;
        height: 35px;
    }
    .member_user_Area>a {
        font-size: 12px;
        padding: 5px;
        margin: 0 2px;
    }
    
    .member_bottom_Area_2{
        padding: 20px 15px 0 15px;
    }
    
    .member_bottom_Area_3{
        padding: 0 15px 20px 15px;
    }
    
    .member_bottom_Area{
        padding: 20px 15px;
    }

    .member_bottom_Area>h1 {
        font-size: 24px;
        margin-bottom: 10px;
        padding: 0;
    }
    .member_btns_Area {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .member_btns_Area>a {
        font-size: 12px;
        padding: 0 5px;
    }
    .member_profile_part {
        width: 100%;
    }
    .member_purchaserecord_part {
        width: 100%;
    }
    .member_purchaserecord_part .game_img {
        width: 80px;
        margin: 0 auto;
    }
    .member_purchaserecord_part .table tr td {
        font-size: 12px;
    }
    .member_purchaserecord_part .table tr th:first-of-type, 
    .member_purchaserecord_part .table tr td:first-of-type {
        display: none;
    }
    .member_purchaserecord_part .buyagain {
        font-size: 12px;
        padding: 5px;
    }
    .member_purchaserecord_part .buyagain:hover {
        box-shadow: none;
    }
    .member_profile_part label {
        font-size: 16px;
    }
    
    .member_profile_part input {
        height: 40px;
        padding: 0 10px;
        font-size: 16px;
    }
    .member_profile_part .mail p {
        font-size: 16px;
        margin-top: 5px;
    }
    .member_exchange_part label {
        font-size: 18px;
        margin: 8px;
    }
    .member_exchange_part input {
        height: 40px;
        width: 100%;
        padding: 0 10px;
        font-size: 14px;
    }
    .table_box {
        width: 100%;
        margin: 0 auto;
    }
    .table tr th {
        padding: 5px;
        font-size: 12px;
    }
    .table tr td {
        padding: 5px;
        font-size: 12px;
    }
    
    .member_exchange_part .exchange, .member_customerservice_part {
        width: 100%;
    }
    .member_customerservice_part select,
    .member_customerservice_part .title {
        font-size: 16px;
        width: 90%;
        height: 40px;
        padding-left: 15px;
    }
    .member_customerservice_part textarea {
        font-size: 16px;
        width: 90%;
        height: 100px;
        padding: 15px;
    }
    .member_customerservice_part .file {
        width: 90%;
        font-size: 16px;
        padding: 10px 0;
    }
    .member_profile_part button,
    .member_customerservice_part button,
    .member_profile_part button {
        font-size: 18px;
        margin: 10px auto 0 auto;
    }
    .member_exchange_part button {
        font-size: 18px;
        margin: 10px auto 20px auto;
        padding: 10px 40px;
    }
    .member_customerservicerecord_part .check {
        font-size: 12px;
        padding: 5px;
    }
    .member_customerservicerecord_part .check:hover {
        box-shadow: none;
    }
    .pop_ctnr {
        top: 30%;
        padding: 10px;
    }
    .customerservice .pop-close, .exchange .pop-close {
        right: 10px;
        top: 10px;
        font-size: 20px;
    }
    .pop_ctnr.customerservice {
        width: 80%;
        height: 400px;
    }
    .pop_ctnr.customerservice>p span,
    .pop_ctnr.customerservice>p span a {
        font-size: 16px;
    }
    .pop_ctnr.exchange {
        width: 80%;
        height: 300px;
    }
    .pop_ctnr.customerservice>p, .pop_ctnr.exchange p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 40px;
    }
    .pop_ctnr.customerservice>i, .pop_ctnr.exchange>i {
        margin-top: 80px;
    }
    .member_mygame_part .game_box {
        width: 100%;
    }
    .member_mygame_part .game_box .game_item{
        display: flex;
        flex-direction: column;
        width: 45%;
        margin: 0 7px 9px 7px;
    }
    .member_mygame_part .game_box .game_item .game_content {
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
    }
    .member_mygame_part .game_box .game_item .game_content h3 {
        font-size: 18px;
        margin: 5px auto 0 auto;
    }
    .member_mygame_part .game_box .game_item .game_content h4 {
        //font-size: 18px;
        margin: 0 auto;
    }
    .member_mygame_part .game_box .game_item .game_content div {
        width: 100%;
    }
    .member_mygame_part .game_box .game_item .game_content button {
        width: 48%;
        font-size: 12px;
        padding: 5px 0;
        margin: 5px 0;
    }
    .member_profile_part button:hover,
    .member_exchange_part button:hover,
    .member_customerservice_part button:hover,
    .member_mygame_part .game_box .game_item .game_content button:hover {
        box-shadow: none;
    }
    .member_mygame_part .game_box .game_item .game_img img{
        width: 100%;
    }
}