
input,
button,
textarea,
input::placeholder {
    font-family: "Pretendard";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Pretendard";

}

#my_wrap {
    max-width: 505px;
    margin: 0 auto;
}

#my_wrap {
    overflow: hidden;
    font-weight:500;
}

.mypage_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    align-content: center;
}

.title_left {
    width: 10%;
}

.title_center {
    font-size: 20px;
    font-weight:800;
    text-align: center;
    flex-grow: 1;
}

.title_right {
    width: 10%;
}

.title_right img {
    width: 65%;
}

#my_head {
    display: flex;
    align-items: center;
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
}


.profile_wrap {
    display: flex;
    flex-direction: row;
}

.profile_wrap>div {
    position: relative;
}

.profile_wrap>div img {
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_wrap .me img {
    border: 3px solid #FFDB4B;
}

.profile_wrap .baby span {
    font-size: 11px;
    padding: 3px 4px;
    position: absolute;
    bottom: 5px;
    display: inherit;
    right: 3px;
    border-radius: 3px;
}

.myinfo_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    flex-direction: column;
}

.myinfo_wrap .myinfo {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 100px;
}

.myinfo_wrap .myinfo .name {
    font-size: 16px;
    padding-bottom: 6px;
    color: black;
    font-weight:800;
}

.myinfo_wrap .myinfo .name span {
    font-size: 20px;
}

.myinfo_wrap .myinfo .info {
    color: #EDEDED;
}

.myinfo_wrap .myinfo .info .state {
    color: #B4F2EA
}

.myinfo_wrap .myinfo_manage {}

.myinfo_wrap .myinfo_manage button {
    border-radius: 30px;
    padding: 8px 13px;
    box-sizing: border-box;
    background: #32D1D4;
    color: white;
    border: none;
    font-size: 12px;
    background-size: 15px 15px;
    background-position: left 14px center;
    line-height: 1;
}

.profile_wrap .baby.img_wrap {
    display: flex;
    align-items: center;
}

.profile_wrap .me.img_wrap {
    margin-right: 12px;
    position: relative;
    width: 58px;
    height: 58px;
}

.profile_wrap .baby.img_wrap .img_wrap {
    margin-right: 12px;
    position: relative;
    width: 58px;
    height: 58px;
}

#my_body {}

.my_tab_wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    color: #D4D4D4;
}

.my_tab {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.my_tab>div {
    padding: 6px 10px;
    width: 100%;
    text-align: center;
}

.my_tab>div span {
    position: relative;
}

.my_tab>div.on {
    font-weight:800;
    position: relative;
    border-bottom: 3px solid #FF8787;
    color: #1D1D1D;
}

/* .my_tab > div.on::before {content: ''; position: absolute; display: block; background: url('/img/mypage/mytab_bg.png') no-repeat; background-size: contain; background-position: bottom; width: 130%; height: 100%; bottom: 0; left: -16%;} */
/* .my_tab_bg {position: absolute; height: 36px; bottom: 0; transition: all .2s; transform: translateX(-12%);} */
.my_cont_wrap {
    padding: 18px;
    padding-bottom: 70px;
}

.my_cont {
    display: none;
}

.my_cont .cont_box {
    background: #fff;
    border-radius: 10px;
    padding: 18px 14px 18px 18px;
    margin-bottom: 6px;
}

.my_cont .cont_box li {
    font-size: 14px;
    margin-bottom: 27px;
}

.my_cont .cont_box li a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -40;
}

.my_cont .cont_box li a .cart_count {
    background: #FEAF13;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    font-size: 11px;
    margin-left: 3px;
}

.my_cont .cont_box li:last-child {
    margin-bottom: 0;
}

.my_cont .cont_box li .img_wrap {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.my_cont .cont_box li .move {
    width: 15px;
    height: 15px;
    margin-left: auto
}

.my_cont .cont_box li .point {
    margin-left: 5px;
    font-size: 14px;
}

.my_cont.bot {
    display: block !important;
}

.my_cont.bot .cont_box {
    padding: 24px 14px 24px 18px;
    margin-bottom: 0;
}

.my_cont .st_info {
    padding: 19px 0;
    display: flex;
}

.st_info div {
    width: 25%;
    text-align: center;
}

.st_info div a {}

.st_info div span {
    font-size: 16px;
    font-weight:800;
}

.st_info div p {
    font-size: 12px;
    margin-top: 10px;
}

.my_cont .st_resently {
    padding: 10px;
    position: relative;
}

.my_cont .st_resently>div {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.my_cont .st_resently>div::-webkit-scrollbar {
    display: none;
}

.st_resently .rs_prod_wrap {
    display: flex;
}

.st_resently .rs_prod {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 6px;
}

.st_resently .rs_prod img {
    height: 50px;
    object-fit: cover;
}

.st_resently .resently_bg {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 58px;
    right: 0;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFFC2 70%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 10px 10px 0;
}

.st_resently .resently_bg a {
    display: inline-block;
    text-align: center;
    margin-left: 17px;
}

.st_resently .resently_bg a img {
    width: 15px;
}

.my_cont.buisness {
    margin-top: 6px;
}

.my_cont.buisness .cont_box {}

.my_cont.buisness .cont_box>li {
    position: relative;
}

.my_cont.buisness .cont_box>li img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.my_cont.buisness .cont_box>li img.move {
    display: none
}

.my_cont.buisness .cont_box>li ul {
    overflow: hidden;
    display: none;
    padding-top: 20px;
}

.my_cont.buisness .cont_box>li ul li {
    margin-bottom: 10px;
    font-size: 12px;
}

.my_cont.buisness .cont_box>li ul li a {
    font-weight:800;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 0;
    margin-top: 23px;
}


/*-----프로필 관리, 아이 프로필 관리-----*/
.profile_manage_wrap {
    padding: 14px 18px;
}

.profile_box {
    background: #fff;
    border-radius: 10px;
    padding: 20px 18px;
    margin-bottom: 6px;
    position: relative;
    margin-top:10px;
}
.profile_box .modify_btn{
    background-color: white;
    border-radius: 4px;
    padding:2px 6px;
    box-sizing: border-box;
}
.profile_box h3 {
    padding-bottom: 22px;
    font-size: 16px;
}

.profile_box>div {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    color: #A7A7A7;
}

.profile_box>div:last-child {
    padding-bottom: 0;
}

.profile_box>div span {
    display: inline-block;
}

.profile_box>div span.itm {
    width: calc(100% - 60px);
    text-align: right;
}

.profile_box .opt {
    width: 80px;
    font-weight:800;
    color: #1D1D1D;
    font-family: 'Pretendard';
}

.profile_box .prof_img {
    border-radius: 100%;
    width: 98px;
    height: 98px;
    overflow: hidden;
    border: 1px solid #D4D4D4;
}

.profile_box .mdf_btn {
    padding: 5px 10px;
    line-height: 1;
    background: #fff;
    box-shadow: 3px 3px 6px #9898981a;
    border-radius: 6px;
    top: 14px;
    right: 18px;
    border: 1px solid #32D1D4;
    color: #32D1D4;
}
.profile_btn{
    background-color: white;
    border:none;
}
.baby_enroll_btn {
    border: none;
    width: 100%;
    background: #32D1D4;
    color: white;
    border-radius: 8px;
    padding: 11px 0;
    line-height: 1;
    font-size: 14px;
    font-weight:800;
    box-shadow: 3px 3px 6px #9898981a;
    margin-top: 10px;
}

.prof_baby_wrap {
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.prof_baby_wrap::-webkit-scrollbar {
    display: none;
}

.prof_baby {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    gap:10px;
}

.prof_baby .img_wrap {
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
   
    display: inline-block;
    border: 1px solid #D4D4D4;
}

.prof_baby .img_wrap img {
    object-fit: cover;
    display: block;
}
.baby_regi {
    text-align: center;
    margin-right: 10px;
}
.baby_regi .img_wrap {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
   
}

.baby_regi .img_wrap img {
    width: 10px !important;
    height: 10px !important;
}

.img_wrap img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
}

.prof_baby_bg {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFFC2 46%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    height: 60px;
    width: 50px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.profile_pic_wrap {
    width: 100%;
    text-align: center;
}

.prof_img {
    margin: 0 auto;
    display: block;
    width: 86px;
    height: 86px;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    overflow: hidden;

}

/*-----프로필 수정, 아이 프로필 수정-----*/
.profile_modify_wrap {
    height: 100%;
}

.profile_modify_wrap form {}

.profile_modify_box {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 6px;
}

.profile_modify_box h3 {
    font-weight:800;
    font-size: 16px;
    padding-bottom: 14px;
}

.modify_info {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    position: relative;
}

.modify_info:last-child {
    margin-bottom: 0;
}

.modify_info span {
    display: inline-block;
    min-width: 90px;
}

.modify_info input {
    padding: 14px;
    box-shadow: 3px 3px 6px #9898981A;
    width: 100%;
    line-height: 1;
    border: 1px solid #EDEDED;
    border-radius: 8px
}

.modify_info input.non_mdf::placeholder {
    color: #C5C5C5;
}

.toggle_btn {
    background: transparent;
    border: none;
    color: #67CCBF;
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
}

.toggle_btn img {
    width: 13px;
    height: 13px;
    margin-left: 3px;
}

.modify_tel {
    display: none;
    margin-bottom: 6px;
}

.modify_tel button {
    border: none;
    background: #67CCBF;
    border-radius: 6px;
    position: absolute;
    font-size: 14px;
    padding: 8px 19px;
    line-height: 1;
    right: 8px;
}

.modify_state {
    display: block;
}

.modify_state input[type="radio"] {
    display: none;
}

.modify_state input+label {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #DBDBDB;
    color: #C5C5C5;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 3px 3px 6px #9898981a;
    background: url('/img/common/check_off.png') no-repeat;
    background-size: 24px 24px;
    background-position: left 8px center;
}

.modify_state input:checked+label {
    color: #67CCBF;
    border: 1px solid #67CCBF;
    background: url('/img/common/check_on.png') no-repeat;
    background-size: 24px 24px;
    background-position: left 8px center;
}

.modify_secret_2,
.modify_secret_3 {
    display: none;
    padding: 14px 0 8px;
}

.modify_secret_2 .cal_icon,
.modify_secret_3 .cal_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
}

.modify_info select {
    padding: 14px;
    box-shadow: 3px 3px 6px #9898981A;
    width: 100%;
    line-height: 1;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/common/gift_arrow2.png') no-repeat;
    background-size: 15px 15px;
    background-position: right 14px center;
    color: #C5C5C5;
}

.cal_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
}

.modify_select {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modify_select label {
    padding: 14px 0;
    box-shadow: 3px 3px 6px #9898981A;
    width: 100%;
    line-height: 1;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    text-align: center;
    color: #C5C5C5;
    font-size: 14px;
    margin-right: 6px;
}

.modify_select label:last-child {
    margin-right: 0;
}

.modify_select input[type='radio'] {
    display: none;
}

.modify_select input[type='radio']:checked+label {
    border: 1px solid #67CCBF;
    color: #67CCBF;
}

.b_del_btn {
    border: 1px solid #DBDBDB;
    background: transparent;
    border-radius: 100%;
    padding: 10px;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 12px;
}

.notice_wrap a {
    color: #3E3E3E;
}

.gray_line {}
.baby_modify_btn{
    background-color: white;
    border-radius: 4px;
    padding: 2px 6px;
    box-sizing: border-box;
    color:#67CCBF;
    border:1px solid #67CCBF;
    right: 5%;
    position: absolute;
}

.modify_img_wrap{
}
.baby_pic_wrap{
    width:100%;
    flex-direction: column;
    justify-content: center;
}
.baby_pic_wrap label{
    width:100px;
    margin:0 auto;
    display: block;
    padding:30px 0;
    position: relative;
}
.baby_pic_wrap input{
    display: none;
}
.baby_pic_wrap .baby_pic_preview{
    width:86px;
    height:86px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin:0 auto;
    border:1px solid #D4D4D4;
}
.baby_pic_wrap .baby_pic_preview img{
    width:100%;
    display: block;
}
.plus{
    position: relative;
    min-width:25px;
    max-width:25px;
    min-height:25px;
    max-height:25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 10;
    color:#fff;
    font-weight: 400;
    background-color: #AEAEAE;
    font-size: 20px;
    margin-left:auto;
    transform: translateY(-30px);
}
/* 박람회 표기 */
.register_info_{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:3px;
}
.bakram_register_div{
    display: block;
    width:40px;
}
.bakram_register_div img{
    width:100%;
}