
.layout-mypage .header {
    visibility: visible;
    align-items: center;
}

.layout-mypage .shopping_cart {
    display: block;
}

.layout-mypage .layout {
    display: flex;
    flex-direction: column;
}

.layout-mypage .footer {
    display: none;
}

.layout-mypage .main {
    padding: 0 29px;
    overflow: visible;
}

.layout-mypage .mypage_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}

.layout-mypage .profile_layer {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin-bottom: 27px;
    justify-items: center;;
}

.layout-mypage .profile_wrap {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    /* background-image: url(../img/profile.png);  */
    background-image: url(../img/user_mark.svg);
    text-align: center;
    background-repeat: no-repeat;
    /* filter:invert(); */
    background-position: 50% 50%;
    background-size: cover;
}

.layout-mypage .profile_name {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    color: #C8C8C8;
}

.layout-mypage .mypage_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-mypage .skin_type_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 47px;
}

.layout-mypage .skin_type {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #989898;
}

.layout-mypage .mypage_skin_content {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.layout-mypage .skin_type_main {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 20px;
    color: #C8C8C8;
}

.layout-mypage .skin_type_main span {
    font-size: 32px;
    color: #CB7658;
}

.layout-mypage .skin_type_info {
    width: 110px;
    height: 34px;
    border: 1px solid #989898;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 15px;
    color: #C8C8C8;
}

.layout-mypage .mypage_list1 {
    width: 100%;
    height: 90px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 28px;
}

.layout-mypage .list1_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.list1_content > div > img {
    width: 100%;
}

.layout-mypage .list_line {
    border-right: 1px solid #f6f6f6;
    height: 20px;
}

.layout-mypage .list1_word {
    width: 100%;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-size: 4vw;
    color: #C8C8C8;
}

.layout-mypage .mypage_list2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px 0 95px 0;
    gap: 15px;
}

.layout-mypage .mypage_content {
    display: grid;
    height: 7vw;
    grid-template-columns: 80px 1fr 20px;
    align-items: center;
}

.layout-mypage .list2_img {
    height: 5vw;
    text-align: right;
    margin-right: 20px;
}

.layout-mypage .list2_img > img {
    height: 100%;
}

.layout-mypage .list2_word {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-size: 3vw;
    color: #C8C8C8;
}

.layout-mypage .listBottomLine {
    width: 100%;
    border-bottom: 1px solid #333;
}