@charset "utf-8";

/*타이틀*/
.contentTitBx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 29px;
    flex-wrap: wrap;
}

.contentTitBx h4 {
    font-family: var(--Vitro);
    font-size: 3.5rem;
    line-height: 1em;
    color: #085087;
}

.openItemShop {
    line-height: 1em;
    padding: 21px 32px 22px 70px;
    background-image: url(/kids/images/mypage/icon_btn_shop.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 29px center;
    width: auto;
    border-radius: 10px;
    background-color: var(--pink2);
    color: var(--white);
    font-size: 1.8rem;
}

.basicBtn.openItemShop:hover {
    background-color: rgba(230, 46, 116, 0.9);
    background-image: url(/kids/images/mypage/icon_btn_shop.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 29px center;
}

.contentTitBx>.mypageSubTit {
    display: block;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 500;
    margin: 33px 0 51px;
    width: 100%;
}

/*옷입히기*/
.characterArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 34px 0;
    width: 100%;
    margin-bottom: 107px;
}

.characterArea>.characterBx {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.boogiArea {
    width: 100%;
    max-width: 468px;
    margin-right: 30px;
    padding: 35px 46px 37px 43px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    box-shadow: 1.5px 1.5px 7px rgba(0, 0, 0, 0.27);
}

.speakInputBx {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 32px 0;
}

.speakInputBx>input[type="text"] {
    width: calc(100% - 86px);
    padding: 16px 0 16px 20px;
    border: 1px solid #bebebe;
    border-right: 0;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 500;
    font-family: var(--CoreDream);
}

.speakInputBx>input[type="text"]::placeholder {
    color: #bebebe;
}

.speakInputBx>button {
    width: 86px;
    padding: 15px 0;
    text-align: center;
    background: #666;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1em;
    border: 1px solid #bebebe;
}

.speakBx {
    width: 100%;
    max-width: 296px;
    text-align: center;
    padding: 27px 0 50px 0;
    background-image: url(/kids/images/mypage/speak_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.speakBx>.txt {
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 500;
}

.boogiBx {
    display: block;
    width: 100%;
    padding: 33px 0 34px;
    height: 318px;
    position: relative;
    box-sizing: content-box;
    margin: 0 auto;
}

.boogiBx>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.boogiBx>div.setBx,
.boogiBx>div.boogiBasicBx {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: unset;
    top: inherit;
    left: inherit;
}

.boogiBx>div>img {
    position: absolute;
    z-index: 6;
}

.boogiBx>div.boogiBasicBx>img {
    position: unset;
    display: block;
    margin: 0 auto;
    z-index: 4;
}

.boogiBx>div.setBx>img {
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
}

.boogiBx>div.hatBx>img {
    z-index: 7;
}

.boogiBx>div.bottomBx>img {
    bottom: 75px;
    left: 125px;
    z-index: 5;
}

.boogiBx>div.etcBx>img {
    z-index: 7;
}

.hatImg01 {
    top: 30px;
    left: 129px;
}

.hatImg02 {
    top: 21px;
    left: 137px;
}

.hatImg03 {
    top: 21px;
    left: 137px;
}

.hatImg04 {
    top: 18px;
    left: 125px;
}

.hatImg05 {
    top: 25px;
    left: 129px;
}

.hatImg06 {
    top: 64px;
    left: 134px;
}

.hatImg07 {
    top: 25px;
    left: 142px;
}

.topImg01 {
    top: 170px;
    left: 90px;
}

.topImg02 {
    top: 177px;
    left: 86px;
}

.topImg03 {
    top: 170px;
    left: 117px;
}

.topImg04 {
    top: 171px;
    left: 97px;
}

.topImg05 {
    top: 170px;
    left: 96px;
}

.topImg06 {
    top: 162px;
    left: 95px;
}

.topImg07 {
    top: 176px;
    left: 95px;
}

.topImg08 {
    top: 141px;
    left: 89px;
}

.topImg09 {
    top: 158px;
    left: 84px;
}

.topImg10 {
    top: 175px;
    left: 87px;
}

.topImg11 {
    top: 184px;
    left: 117px;
}

.topImg12 {
    top: 26px;
    left: 86px;
}

.topImg13 {
    top: 32px;
    left: 87px;
}

.etcImg01 {
    top: 137px;
    left: 78px;
}

.etcImg02 {
    top: 154px;
    left: 127px;
}

.etcImg03 {
    top: 168px;
    right: 63px;
}

.etcImg04 {
    top: 87px;
    left: 136px;
}

.boogiBtnBx {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
    width: 100%;
}

.boogiBtnBx>button {
    width: calc(50% - 12px);
    background: #666;
    border-radius: 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 17px 0 16px;
    line-height: 1em;
}

.boogiBtnBx>button.btnSave {
    background: #2faf26;
}

.itemArea {
    width: calc(100% - 30px - 468px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 31px 43px 43px 43px;
    flex-wrap: wrap;
    gap: 22px 38px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    box-shadow: 1.5px 1.5px 7px rgba(0, 0, 0, 0.27);
}

.itemBtnBx {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.itemBtnBx>button {
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 14px 0 13px;
    width: 185px;
    text-align: center;
    border-radius: 40px;
}

.itemSetBx,
.itemOneBx {
    height: 550px;
    overflow-y: scroll;
    width: calc(50% - 19px);
    scrollbar-width: thin;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.itemOneBx::-webkit-scrollbar,
.itemSetBx::-webkit-scrollbar {
    width: 8px;
}

.itemOneBx::-webkit-scrollbar-track,
.itemSetBx::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.itemOneBx::-webkit-scrollbar-thumb,
.itemSetBx::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.itemOneBx::-webkit-scrollbar-thumb:hover,
.itemSetBx::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.itemArea>div>.itemWrap {
    display: block;
    width: 100%;
}

.itemArea>div>.itemWrap>li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 19px;
}

.itemArea>div>.itemWrap>li:last-child {
    margin-bottom: 0;
}

.itemArea>div>.itemWrap>li>.itemTit {
    display: block;
    width: 65px;
}

.itemArea>div.itemSetBx>.itemList,
.itemArea>div>.itemWrap>li>.itemList {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 65px);
    gap: 25px 12px;
}

.itemArea>div.itemSetBx>.itemList {
    width: 100%;
}

.itemArea>div.itemSetBx>.itemList>li,
.itemArea>div>.itemWrap>li>.itemList>li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
}

.itemArea>div.itemSetBx>.itemList>li {
    gap: 13px 0;
}

.itemArea>div.itemSetBx>.itemList>li>.itemThumb,
.itemArea>div>.itemWrap>li>.itemList>li>.itemThumb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 71px;
    height: 71px;
    background: #f8f6ba;
    border-radius: 10px;
    position: relative;
    transition: 0.2s;
}

.itemArea>div.itemSetBx>.itemList>li>.itemThumb {
    height: 116px;
}

.itemArea>div.itemSetBx>.itemList>li>.itemThumb>img,
.itemArea>div>.itemWrap>li>.itemList>li>.itemThumb>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.itemArea>div.itemSetBx>.itemList>li>.itemThumb.active,
.itemArea>div>.itemWrap>li>.itemList>li>.itemThumb.active {
    background: #bfe3fa;
    border: 3px solid #0079c8;
    transition: 0.2s;
}

li.soldout>.itemThumb {
    background: #e2e2df !important;
}

.itemArea>div.itemSetBx>.itemList>li.soldout>.itemThumb:hover,
.itemArea>div>.itemWrap>li>.itemList>li.soldout>.itemThumb:hover {
    background: #e2e2df;
    border: 0;
}

li.soldout>.itemThumb>img {
    filter: grayscale(100%);
    opacity: 0.8;

}

.itemArea>div>.itemWrap>li>.itemList>li>.itemPrice {
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 500;
}

.characterArea>p {
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 35px;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 500;
    word-break: keep-all;
}

.mypageContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 53px;
    position: relative;
    flex-wrap: wrap;
}

.point_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px 0;
}

.point_content>li {
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 1.2em;
    position: relative;
}

.point_content>li::before {
    display: block;
    content: '';
    width: 6px;
    height: 4px;
    background: #000;
    position: absolute;
    top: 7px;
    left: 10px;
}

.mypointBx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 176px;
    height: 176px;
    border-radius: 88px;
    background: #f6e53f;
    gap: 19px 0;
    position: absolute;
    right: 80px;
    bottom: 0px;
}

.mypointBx.news {
    background: #f5bedb;
}

.mypointBx::after {
    display: block;
    content: '';
    background-image: url(/kids/images/mypage/point_info_item_01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 95px;
    height: 168px;
    position: absolute;
    top: 10px;
    right: -65px;
}

.mypointBx.news::after {
    background-image: url(/kids/images/mypage/news_info_item_01.png);
}

.mypointBx>.tit {
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 500;
}

.mypointBx>.point {
    font-family: var(--Vitro);
    font-size: 4.65rem;
    line-height: 1em;
}

.mypointBx>.point>span {
    font-size: 3.1rem;
    line-height: 1em;
}

.pointHowList {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 28px 33px;
    margin-bottom: 60px;
}

.pointHowList.newsList {
    margin-bottom: 123px;
}

.pointHowList>li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(50% - 17px);
    background: #e4f9fe;
    border-radius: 40px;
    padding: 23px 47px 22px 85px;
    position: relative;
}

.pointHowList.newsList>li {
    padding-left: 46px;
}

.getpoint {
    display: flex;
    width: 63px;
    height: 63px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 40px;
    background: var(--pink2);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    gap: 6px 0;
}

.getpoint>.num {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
}

.HowTxt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.HowTxt>.tit {
    max-width: 480px;
    width: calc(100% - 101px);
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 500;
}

a.HowTxt:hover>.tit {
    text-decoration: underline;
}

.newsList .HowTxt>.tit {
    max-width: 520px;
}

.HowTxt>.date {
    font-size: 1.6rem;
    color: #666;
    line-height: 1em;
    width: 93px;
    text-align: right;
}

.basicBtn.pointBtn {
    margin: 0 auto;
    background-color: #2c2c2c;
    padding: 2.2rem 0 2.2rem 40px;
    width: 29.4rem;
    text-align: left;
    justify-content: flex-start;
    font-size: 1.7rem;
    line-height: 1em;
    background-image: url(/kids/images/mypage/icon_btn_item_01.png);
    background-position: right 35px center;
    background-size: auto;
    background-repeat: no-repeat;
    color: var(--white);
    border-radius: 10px;
}

.basicBtn.pointBtn.green {
    background-color: #209717;
    margin-left: 3rem;
}

/*부산어린이기자 활동로그*/
.badgeArea {
    display: block;
    width: 100%;
    margin-bottom: 110px;
}

.badgeList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 0 35px;
}

.badgeList>li {
    width: calc((100% / 7) - 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 28px 25px 32px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    box-shadow: 1.5px 1.5px 7px rgba(0, 0, 0, 0.27);
}

.badgeList>li>.badgeBx {
    display: block;
    width: 92px;
    height: 92px;
    margin-bottom: 14px;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.badgeList>li:nth-child(1)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_on_01.png);
}

.badgeList>li:nth-child(2)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_on_02.png);
}

.badgeList>li:nth-child(3)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_on_03.png);
}

.badgeList>li:nth-child(4)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_on_04.png);
}

.badgeList>li:nth-child(5)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_on_05.png);
}

.badgeList>li:nth-child(6)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_on_06.png);
}

.badgeList>li:nth-child(7)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_on_07.png);
}

.badgeList>li.off:nth-child(1)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_off_01.png);
}

.badgeList>li.off:nth-child(2)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_off_02.png);
}

.badgeList>li.off:nth-child(3)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_off_03.png);
}

.badgeList>li.off:nth-child(4)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_off_04.png);
}

.badgeList>li.off:nth-child(5)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_off_05.png);
}

.badgeList>li.off:nth-child(6)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_off_06.png);
}

.badgeList>li.off:nth-child(7)>.badgeBx {
    background-image: url(/kids/images/mypage/icon_badge_off_07.png);
}

.badgeList>li>.tit {
    font-family: var(--Vitro);
    font-size: 2rem;
    line-height: 1em;
    color: #209717;
    margin-bottom: 17px;
    word-break: keep-all;
}

.badgeList>li>.exp {
    font-size: 1.7rem;
    line-height: 1.4em;
    height: 2.8em;
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
    white-space: pre-line;
}

/* 레이어팝업 */
.layerPopupWrap {
    display: none;
    opacity: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 0.3s;
}

.layerPopupWrap.active {
    display: flex;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
}

.layerPopup {
    width: calc(100% - 64px);
    max-width: 1566px;
    max-height: 785px;
    display: block;
    background: #fff;
    border-radius: 30px;
    padding: 46px 60px 57px 55px;
}

.layerPopup>.topArea {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 33px;
    border-bottom: 1px solid #dbdbdb;
}

.layerPopup>.topArea>.pointInfoBx {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 77px;
}

.layerPopup>.topArea>.pointInfoBx>.pointInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    opacity: 0;
    transform: translateY(50px);
}

.layerPopup>.topArea>.pointInfoBx>.pointInfo>.tit {
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: 500;
}

.layerPopup>.topArea>.pointInfoBx>.pointInfo>.point {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1em;
}

.layerPopup>.topArea>.pointInfoBx>.pointInfo>.point>span {
    font-size: 3rem;
    line-height: 1em;
}

.layerPopup>.topArea>.btnArea {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}

.layerPopup>.topArea>.btnArea>button {
    padding: 17px 30px 16px 70px !important;
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 1em;
    width: auto;
}

.layerPopup>.topArea>.btnArea>button.closeItemShop {
    background-color: #666;
    background-image: url(/kids/images/mypage/icon_btn_close.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 29px center;
    color: var(--white);
}

/* .layerPopup .itemArea,
.layerPopup .boogiArea{
    opacity: 0;
    transform: unset;
} */
.layerPopup .characterArea>.characterBx>div {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    gap: 34px 38px;
}

.layerPopup .characterArea>.characterBx>div.boogiArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 46px 0px 43px;
}

.layerPopup .itemSetBx,
.layerPopup .itemOneBx {
    height: 440px;
}

/* 배경이미지 */
.subCont.boogi {
    position: relative;
}

.subCont.boogi .bdBgImg.num1 {
    left: 15px;
    top: 30px;
}

.subCont.boogi .bdBgImg.num2 {

    right: 258px;
    top: 109px;
}

.subCont.boogi .bdBgImg.num3 {
    right: 0;
    top: 162px;
}

.subCont.boogi .bdBgImg.num4 {
    left: 50%;
    top: 409px;
    transform: translate(-50%, 0);
}

.subCont.boogi::after {
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background: #8bcbf7;
    position: absolute;
    top: 590px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 포인트 적립현황 팝업 */
.pointPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
    height: 90%;
    background: var(--white);
    padding: 5rem;
    box-sizing: border-box;
    border-radius: 30px;
    z-index: 999;
    display: none;
}

.pointPopup.on {
    display: block;
}

.pointPopup .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.pointPopup .title .tit {
    font-size: 3.5rem;
    font-weight: 500;
    color: #000000;
}

.pointPopup .title .close {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: url('/kids/images/mypage/point_close.png') no-repeat;
    background-size: 100%;
    font-size: 0;
    cursor: pointer;
}

.pointPopup .board_paging_area {
    margin-top: 5rem;
}

.pointPopup .basicTable {
    max-height: calc(100% - 15rem);
    overflow-y: auto;
}

.pointPopup .basicTable::-webkit-scrollbar {
    width: 5px;
}

.pointPopup .basicTable::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.pointPopup .basicTable::-webkit-scrollbar-thumb {
    background: #303030;
}

@media screen and (max-width: 1877px) {
    .badgeList>li>.exp {
        height: 4.2em;
    }
}

@media screen and (max-width: 1877px) {
    .badgeList>li:nth-child(7)>.exp {
        white-space: normal;
    }
}

@media screen and (max-width: 1523px) {
    .badgeList>li:nth-child(4)>.exp {
        white-space: normal;
    }
}

@media screen and (max-width: 1518px) {
    .point_content {
        padding-right: 222px;
        word-break: keep-all;
    }

    .mypointBx {
        right: 46px;
    }
}

@media screen and (max-width: 1475px) {
    .badgeList>li>.exp {
        height: 5.6em;
    }
}

@media screen and (max-width: 1429px) {
    .badgeList>li>.exp {
        height: 7em;
    }
}

@media screen and (max-width: 1400px) {
    .itemArea>div>.itemWrap>li {
        flex-direction: column;
        gap: 16px 0;
        margin-bottom: 32px;
    }

    .itemArea>div>.itemWrap>li>.itemList {
        width: 100%;
    }

    .badgeList>li>.exp {
        height: 4.2em;
    }

    .pointPopup {
        width: calc(100% - 10rem);
    }
}

@media screen and (max-width: 1339px) {
    .badgeList>li>.exp {
        height: 5.6em;
    }
}

@media screen and (max-width: 1366px) {
    .itemBtnBx>button {
        background: #767676
    }

    .itemBtnBx>button.active {
        background: #000;
    }

    .itemOneBx,
    .itemSetBx {
        display: none;
        width: 100%;
    }

    .itemOneBx.active,
    .itemSetBx.active {
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    .badgeList>li>.exp {
        height: 7em;
    }
}

@media screen and (max-width: 1280px) {
    .badgeList {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px 24px;
    }

    .badgeList>li {
        width: calc((100% / 4) - 18px);
    }

    .badgeList>li>.exp {
        height: 2.8em;
    }

    .pointPopup {
        width: calc(100% - 6rem);
    }
}

@media screen and (max-width: 1024px) {
    .mypageContent {
        margin-bottom: 57px;
    }

    .point_content {
        padding-right: 0;
    }

    .mypointBx {

        position: relative;
        right: inherit;
        bottom: inherit;
        margin-top: 57px;
    }

    .pointHowList>li {
        width: 100%;
    }

    .layerPopup .characterArea>div.boogiArea,
    .boogiArea {
        max-width: 377px;
        padding: 35px 24px 37px;
    }

    .itemArea {
        width: calc(100% - 30px - 377px);
        padding: 31px 24px 43px;
    }

    .itemBtnBx>button {
        width: 160px;
    }

    .boogiBx>div.bottomBx>img {
        left: 100px;
    }

    .hatImg01 {
        left: 104px;
    }

    .hatImg02 {
        left: 112px;
    }

    .hatImg03 {
        left: 112px;
    }

    .hatImg04 {
        left: 100px;
    }

    .hatImg05 {
        left: 104px;
    }

    .hatImg06 {
        left: 109px;
    }

    .hatImg07 {
        left: 117px;
    }

    .topImg01 {
        left: 65px;
    }

    .topImg02 {
        left: 61px;
    }

    .topImg03 {
        left: 92px;
    }

    .topImg04 {
        left: 72px;
    }

    .topImg05 {
        left: 71px;
    }

    .topImg06 {
        left: 70px;
    }

    .topImg07 {
        left: 70px;
    }

    .topImg08 {
        left: 64px;
    }

    .topImg09 {
        left: 59px;
    }

    .topImg10 {
        left: 62px;
    }

    .topImg11 {
        left: 92px;
    }

    .topImg12 {
        left: 61px;
    }

    .topImg13 {
        left: 62px;
    }

    .etcImg01 {
        left: 53px;
    }

    .etcImg02 {
        left: 102px;
    }

    .etcImg03 {
        right: 38px;
    }

    .etcImg04 {
        left: 111px;
    }

    .layerPopup {
        padding: 46px 30px 57px 23px;
    }

    .layerPopup>.topArea>.pointInfoBx {
        gap: 0 40px;
    }

    .layerPopup .characterArea>.characterBx>div.boogiArea {
        padding: 35px 24px 37px;
    }

    .subCont.boogi .bdBgImg.num1,
    .subCont.boogi .bdBgImg.num2,
    .subCont.boogi .bdBgImg.num3 {
        display: none;
    }

    .subCont.boogi .bdBgImg.num4 {
        top: 360px;
    }

    .subCont.boogi::after {
        top: 540px;
    }

    .basicBtn.openItemShop:hover {
        background-color: rgba(230, 46, 116, 1);
        background-image: url(/kids/images/mypage/icon_btn_shop.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left 29px center;
    }

    .pointPopup {
        width: calc(100% - 5rem);
        height: 70%;
        top: 45%;
        overflow-y: scroll;
        padding: 4rem 3rem 1rem 3rem;
    }

    .pointPopup .title {
        margin-bottom: 3rem;
    }

    .pointPopup .title .tit {
        font-size: 3rem;
    }

    .pointPopup .board_paging_area {
        margin-top: 3rem;
    }

    .pointPopup .basicTable {max-height: calc(100% - 13.5rem);}
}

@media screen and (max-width: 860px) {
    .itemBtnBx {
        justify-content: space-between;
    }

    .layerPopup>.topArea>.pointInfoBx>.pointInfo>.point {
        font-size: 3.6rem;
    }

    .layerPopup>.topArea>.pointInfoBx>.pointInfo>.point>span {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 768px) {
    .contentTitBx h4 {
        font-size: 2.4rem;
    }

    .openItemShop {
        padding: 16px 24px 16px 58px;
        background-position: left 23px center;
    }

    .basicBtn.openItemShop:hover:hover {
        background-position: left 23px center;
    }

    .characterArea {
        flex-direction: column-reverse;
        margin-bottom: 49px;
        gap: 37px 0;
    }

    .characterArea>.characterBx {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 22px 0;
        width: 100%;
    }

    .boogiArea {
        max-width: inherit;
    }

    .boogiBx {
        max-width: 377px;
    }

    .boogiBtnBx {
        gap: 0 16px;
    }

    .itemBtnBx {
        justify-content: space-around;
    }

    .hatImg01 {
        left: 129px;
    }

    .hatImg02 {
        left: 137px;
    }

    .hatImg03 {
        left: 137px;
    }

    .hatImg04 {
        left: 125px;
    }

    .hatImg05 {
        left: 129px;
    }

    .hatImg06 {
        left: 134px;
    }

    .hatImg07 {
        left: 142px;
    }

    .topImg01 {
        left: 90px;
    }

    .topImg02 {
        left: 86px;
    }

    .topImg03 {
        left: 117px;
    }

    .topImg04 {
        left: 97px;
    }

    .topImg05 {
        left: 96px;
    }

    .topImg06 {
        left: 95px;
    }

    .topImg07 {
        left: 95px;
    }

    .topImg08 {
        left: 89px;
    }

    .topImg09 {
        left: 84px;
    }

    .topImg10 {
        left: 87px;
    }

    .topImg11 {
        left: 114px;
    }

    .topImg12 {
        left: 86px;
    }

    .topImg13 {
        left: 87px;
    }

    .etcImg01 {
        left: 78px;
    }

    .etcImg02 {
        left: 127px;
    }

    .etcImg03 {
        right: 63px;
    }

    .etcImg04 {
        left: 136px;
    }

    .boogiBx>div.bottomBx>img {
        left: 125px;
    }

    .itemArea {
        width: 100%;
    }

    .characterArea>p {
        font-size: 1.6rem;
        text-align: left;
        padding-left: 0;
    }

    .point_content {
        gap: 10px 0;
    }

    .point_content>li {
        padding-left: 22px;
        font-size: 1.6rem;
        line-height: 1.2em;
    }

    .point_content>li::before {
        left: 0;
    }

    .pointHowList>li {
        padding: 25px 34px 22px 85px;
    }

    .HowTxt>.tit {
        width: calc(100% - 140px);
        font-size: 1.5rem;
        line-height: 1em;
    }

    .HowTxt>.date {
        font-size: 1.5rem;
        line-height: 1em;
    }

    .getpoint>.num {
        font-size: 1.8rem;
        line-height: 1em;
    }

    .badgeArea {
        margin-bottom: 50px;
    }

    .contentTitBx>.mypageSubTit {
        font-size: 1.6rem;
        line-height: 1.2em;
        margin: 24px 0 0;
    }

    .badgeList>li {
        width: calc((100% / 3) - 18px);
    }

    .layerPopup {
        padding: 24px 30px;
    }

    .layerPopup>.topArea {
        align-items: flex-start;
    }

    .layerPopup>.topArea>.btnArea>button {
        font-size: 1.6rem;
        padding: 16px 30px !important;
        background-position: center !important;
        text-indent: -9999px;
    }

    .itemArea {
        opacity: 1;
        transform: unset;
    }

    .layerPopup .characterArea>.characterBx {
        overflow-y: scroll;
        height: calc(100% - 99px - 57px);
        margin: 0;
        max-height: 572px;
    }

    .layerPopup .characterArea>.characterBx>div.boogiArea {
        padding: 35px 0 22px;
        border-bottom: 1px solid #e5e5e5;
        margin-right: 0;
    }

    .basicBtn.pointBtn {
        margin-bottom: 1rem;
    }

    .basicBtn.pointBtn.green {
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .badgeList>li {
        width: calc((100% / 2) - 12px);
    }

    .layerPopup>.topArea>.pointInfoBx {
        gap: 0 24px;
    }

    .layerPopup>.topArea>.pointInfoBx>.pointInfo>.tit {
        font-size: 1.4rem;
    }

    .layerPopup>.topArea>.pointInfoBx>.pointInfo>.point {
        font-size: 2.4rem;
    }

    .layerPopup>.topArea>.pointInfoBx>.pointInfo>.point>span {
        font-size: 1.6rem;
    }

    .layerPopup>.topArea>.btnArea {
        gap: 0 8px;
    }
}

@media screen and (max-width: 480px) {
    .HowTxt>.tit {
        width: calc(100% - 100px);
    }

    .contentTitBx {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .layerPopup {
        overflow-y: scroll;
    }

    .layerPopup>.topArea {
        display: block;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 16px;
        padding-top: 40px;
    }

    .layerPopup>.topArea>.btnArea {
        width: calc(100% + 8px);
        background: #fff;
        position: absolute;
        top: -8px;
        right: -8px;
    }

    .layerPopup>.topArea>.btnArea>button {
        background-size: auto 20px !important;
        padding: 12px 20px !important;
    }

    .pointPopup {
        width: calc(100% - 4rem);
    }

    .pointPopup .title .tit {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .pointPopup .title .close {
        width: 2.3rem;
        height: 2.3rem;
    }

    .pointPopup .basicTable {max-height: calc(100% - 12.5rem);}
    .pointPopup .basicTable.scroll table tbody td {padding: 1rem 0;}
    .pointPopup .basicTable.scroll table tbody td.tl {padding-left: 1.5rem;}
}

@media screen and (max-width: 460px) {
    .boogiBx {
        max-width: 226px;
    }

    .hatImg01 {
        left: 51.5px;
    }

    .hatImg02 {
        left: 61.5px;
    }

    .hatImg03 {
        left: 61.5px;
    }

    .hatImg04 {
        left: 49.5px;
    }

    .hatImg05 {
        left: 53.5px;
    }

    .hatImg06 {
        left: 57.5px;
    }

    .hatImg07 {
        left: 66.5px;
    }

    .topImg01 {
        left: 14.5px;
    }

    .topImg02 {
        left: 10.5px;
    }

    .topImg03 {
        left: 41.5px;
    }

    .topImg04 {
        left: 21.5px;
    }

    .topImg05 {
        left: 20.5px;
    }

    .topImg06 {
        left: 19.5px;
    }

    .topImg07 {
        left: 19.5px;
    }

    .topImg08 {
        left: 13.5px;
    }

    .topImg09 {
        left: 8.5px;
    }

    .topImg10 {
        left: 11.5px;
    }

    .topImg11 {
        left: 38.5px;
    }

    .topImg12 {
        left: 10.5px;
    }

    .topImg13 {
        left: 11.5px;
    }

    .etcImg01 {
        left: 2.5px;
    }

    .etcImg02 {
        left: 51.5px;
    }

    .etcImg03 {
        right: -12.5px;
    }

    .etcImg04 {
        left: 60.5px;
    }

    .boogiBx>div.bottomBx>img {
        left: 49.5px;
    }
}

@media screen and (max-width: 420px) {
    .mypointBx {
        margin-left: -50px;
    }
}

@media screen and (max-width: 380px) {
    .HowTxt>.tit {
        width: 100%;
    }

    .HowTxt>.date {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .badgeList>li {
        width: 100%;
    }

    .badgeList>li>.exp {
        height: auto;
    }

    .badgeList>li:nth-child(4)>.exp,
    .badgeList>li:nth-child(7)>.exp {
        white-space: pre-line;
    }

    .speakBx {
        padding: 28px 0 42px 0;
    }

    .speakBx>.txt {
        font-size: 1.6rem;
        line-height: 1em;
        word-break: keep-all;
    }

    .boogiBtnBx>button,
    .itemBtnBx>button {
        font-size: 1.6rem;
        line-height: 1em;
    }

    .layerPopup {
        width: 100vw;
        height: 100vh;
        max-height: unset;
        border-radius: 0;
        padding: 24px 16px;
    }

    .layerPopup .characterArea>.characterBx {
        height: auto;
        max-height: unset;
        overflow-y: unset;
    }

    .layerPopup .itemSetBx,
    .layerPopup .itemOneBx {
        height: auto;
        overflow-y: unset;
    }
}

@media screen and (max-width: 334px) {
    .basicBtn.pointBtn {
        width: 100%;
        background-image: none;
        padding: 2.2rem 0;
        justify-content: center;
    }
}       