html {
    scroll-behavior: smooth;
}

.mp-container {
    padding: 0 16px;
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 160px;
    position: relative;
}

.mp-container .sub-tab-area .sub-tab {
    font-size: 16px;
}

.mp-user-info>.dep-inr {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 20px;
}

.mp-user-info>.dep-inr .user-face {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.mp-user-info>.dep-inr .user-face>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-user-info .name-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mp-user-info .name-wrap>strong {
    font-size: 24px;
    font-weight: 700;
}

.sp-card-info>li {
    font-size: 16px;
}

.sp-card-info .icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: var(--gray-hover);
    position: relative;
}

.sp-card-info .icon::after {
    content: "";
    background: url(../images/icon/college.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my-torch {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 108px;
}

.my-torch>img {
    height: 100%;
    object-fit: contain;
}

.mp-user-info .info-card {
    display: flex;
    gap: 20px;
    overflow: auto;
}

.mp-user-info .info-card>li {
    border: 1px solid #eee;
    padding: 32px;
    border-radius: 12px;
    width: 100%;
    height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 200px;
}

.mp-user-info .info-card>li .inr-dep {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-card>li .dd {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.mp-cap {
    border: 1px solid var(--bk);
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    line-height: 120%;
}

.mp-cap.bronze {
    border: none;
    background: #EBCDBB;
    color: #3C1400;
}

.mp-cap.silver {
    border: none;
    background: #D7E3EC;
}

.mp-cap.gold {
    border: none;
    background: #FDD63F;
    color: #543301;
}

.mp-cap.line-point {
    background: #fff;
    border-color: var(--point-color);
    color: var(--point-color);
}

.dt-sort>.dt-tit {
    margin: 0 !important;
    padding: 0 !important;
}

.dt-sort {
    align-items: center;
    margin-bottom: 20px;
    padding-top: 80px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.mp-item .dt-tit {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 80px;
}

.mp-item .tt-inr {
    font-size: 14px;
    color: var(--text500);
}

.mp-linebox {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 28px 16px 20px;
}

.mp-linebox.gray {
    background: var(--gray-bg);
    border: none;
}

.mp-linebox>li {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;

}

.mp-linebox>.isuGb-btn {
    transition: all .2s;
    border-radius: 8px;
    cursor: pointer;
}

.mp-linebox>.isuGb-btn:hover {
    background: var(--gray-btn);
}

.mp-linebox .dl>p {
    font-size: 14px;
}

.mp-linebox>.dl>.dd {
    font-weight: 600;
}

.mp-linebox .head {
    margin-bottom: 8px;
}

.mp-linebox .head>.dt {
    font-weight: 700;
    font-size: 16px;
}

.mp-linebox>.head>.dd {
    font-size: 13px;
    color: var(--text600);
    font-weight: 500;
}

.mp-linebox>.dl>.dd span {
    color: var(--text500);
}

.mp-linebox .line {
    background: #eee;
    height: 1px;
    width: 100%;
    padding: 0;
    margin: 8px 0;
}

.mp-linebox .foot>.dt {
    font-weight: 600;
}

.box-flex {
    display: flex;
    gap: 20px;
}

.mob-box-flex {
    overflow: auto;
    flex-direction: initial !important;
}

.mob-box-flex .mp-linebox {
    min-width: 240px;
}

.box-flex>ul {
    width: 100%;
}

.mp-linebox .label {
    display: inline-block;
    padding: 4px 8px;
    margin-left: 8px;
}

.mp-linebox .main-label {
    background: #A3C8FF;

}

.mp-linebox .sub-label {
    background: #FFD634;
}

.fc-area {
    display: flex;
    gap: 24px;
    align-items: center;
}

.ft-tab-wrap .ft-tab {
    color: var(--disabled-text);
    font-weight: 600;
    font-size: 14px;
}

.ft-tab-wrap .ft-tab.on {
    color: var(--bk);
}

.no-data-box {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 32px 0;
    text-align: center;
}

.no-data-box>p {
    padding: 8px 16px;
    background: var(--gray-bg);
    color: var(--text600);
    display: inline-block;
    border-radius: 8px;
}

.inr-nav {
    /*margin-top: 80px;*/
    display: flex;
    gap: 32px;
    overflow: auto;
}

.inr-nav .inr-menu {
    font-size: 18px;
    color: var(--disabled-text);
    position: relative;
    padding: 4px 0;
    font-weight: 600;
    transition: all .2s;
}

.inr-nav .inr-menu::before {
    content: "";
    width: 0;
    height: 2px;
    background: var(--bk);
    position: absolute;
    bottom: 0;
    left: 0;
}

.inr-nav .inr-menu.on {
    color: var(--bk);
}

.inr-nav .inr-menu:hover {
    color: var(--bk);
}

.inr-nav .inr-menu.on::before {
    width: 100%;
}

.nomal-sh-wrap>li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    position: relative;
}

.nomal-sh-wrap>li .ftr-tit {
    font-weight: 600;
    min-width: 100px;
    font-size: 14px;
}

.nomal-sh-wrap>li .ftr-cont {
    display: flex;
    gap: 8px;
    width: 100%;
}

.nomal-sh-wrap>li .df-2dep {
    display: flex;
    gap: 8px;
    width: 100%;
}

.ftr-sh-area .ftr-btn-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.ftr-btn-wrap>button {
    min-width: 120px;
}


/* 학업이수현황 */
.scroe-t-wrap>p {
    font-weight: 600;
}

.acs-con {
    padding: 40px 32px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 12px;
}

.acs-con .now-smt {
    font-size: 14px;
    font-weight: 500;
    color: var(--text600);
}

.acs-con .add-info {
    margin-top: 8px;
}

.acs-con .add-info,
.acs-con .add-info>span {
    font-size: 14px;
}

.score-display>span {
    font-size: 14px;
    font-weight: 500;
}

.asc-label {
    border: 1px solid #ddd;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 12px;
    background-color: #fff;
}

.asc-label>.down-cv {
    width: 20px;
    height: 12px;
    background: url(../images/icon/down-curve.svg) no-repeat;
    background-size: contain;
}

.asc-label>.up-cv {
    width: 20px;
    height: 12px;
    background: url(../images/icon/up-curve.svg) no-repeat;
    background-size: contain;
}

.asc-label>p {
    font-size: 12px;
}

.asc-graph-area {
    margin-top: 24px;
}

.graph-wrap {
    padding: 10px 0 30px;
}

.asc-graph-area .bar-graph {
    width: 100%;
    height: 16px;
    border-radius: 100px;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}

.acs-wrap .bar-graph>.my-data-b {
    height: 16px;
    background: linear-gradient(90deg, rgba(89, 195, 247, 1) 0%, rgba(65, 142, 236, 1) 50%, rgba(0, 102, 255, 1) 100%);
    border-radius: 100px;
    transition: width 1s ease;
    width: 0;
}

.acs-con.ani .acs-wrap1 .bar-graph>.my-data-b {
    width: 70%;
}

.acs-con.ani .acs-wrap2 .bar-graph>.my-data-b {
    width: 60%;
}

.graph-wrap .scale {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    position: relative;
}

.graph-wrap .scale>span {
    font-size: 12px;
    color: var(--text500);
}

.graph-wrap .scale>.average {
    position: absolute;
    left: 50%;
}

.useful-info {
    background: var(--gray-bg);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
}

.useful-info>span {
    font-size: 14px;
}

.acs-wrap2 {
    margin-top: 40px;
    padding-top: 40px;
}


.target-info>strong {
    font-weight: 600;
}

.target-info .inr>li {
    display: flex;
    margin-bottom: 10px;
}

.target-info .inr>li:last-child {
    margin: 0;
}

.target-info .inr>li>span {
    width: 80px;
    color: var(--text600);
    font-size: 14px;
}

.target-info .inr>li>div {
    font-weight: 500;
    font-size: 14px;
}

.gray-box {
    background: var(--gray-bg);
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
}

.gray-box>p {
    font-weight: 600;
    font-size: 14px;
    min-width: 80px;
}

.gray-box>span {
    font-size: 14px;
    color: var(--text600);
}


/* 비교과현황 */
.meg-box {
    background: var(--gray-bg);
    padding: 40px;
    border-radius: 12px;
    width: 100%;
}

.meg-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
    row-gap: 4px;
}

.meg-tit strong {
    font-size: 20px;
    font-weight: 700;
}

.rank-index {
    margin-bottom: 20px;
}

.rank-index:last-child {
    margin-bottom: 0;
}

.rank-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.rank-info .rank-name {
    font-size: 14px;
    font-weight: 500;
}
.rank-info .rank-name>span{
    font-size: 14px;
    font-weight: 500;
}

.rank-info .standard {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rank-info .standard>span {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.rank-info .standard>.f-line {
    display: block;
    width: 1px;
    height: 10px;
    background: var(--bk);
}

.meg-bar {
    width: 100%;
    height: 10px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.rank-index .my-data-b {
    border-radius: 20px;
    height: 10px;
    transition: width 0.7s ease;
    width: 0;
}

.knowledge .my-data-b {
    background: var(--knowledge);
}

.communication .my-data-b {
    background: var(--communication);
}

.challenge .my-data-b {
    background: var(--challenge);
}

.cooperation .my-data-b {
    background: var(--cooperation);
}

.problem .my-data-b {
    background: var(--problem);
}

.create .my-data-b {
    background: var(--create);
}

.mileage-data-area {
    display: flex;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 12px;
    gap: 40px;
    align-items: center;
}

.mileage-data-area.ani .knowledge .my-data-b {
    width: 40%;
}

.mileage-data-area.ani .communication .my-data-b {
    width: 36%;
}

.mileage-data-area.ani .challenge .my-data-b {
    width: 30%;
}

.mileage-data-area.ani .cooperation .my-data-b {
    width: 20%;
}

.mileage-data-area.ani .problem .my-data-b {
    width: 15%;
}

.mileage-data-area.ani .create .my-data-b {
    width: 10%;
}

.program-swiper .program-item {
    padding: 24px 24px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
}

.program-item .program-tit {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 130%;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.program-info>li {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}

.program-info>li p {
    font-size: 14px;
}

/* ai 리포트 */
.mj-ck>span {
    width: 100px;
    height: 40px;
    background: #D6DBE2;
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: var(--disabled-text);
    font-size: 14px;
    font-weight: 500;
}

.mj-ck input[type="checkbox"]:checked+span {
    background: var(--point-color);
    color: #fff;
}

.reportt-area>.top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 80px 0 20px;
}

.news-table {
    border-top: 1px solid var(--bk);
}

.news-table>li {
    display: flex;
    padding: 32px 20px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    transition: all .2s;
    border-bottom: 1px solid #eee;
}

.news-table>li:hover .tit-link {
    color: var(--main-color);
}

.news-table>li:hover .tit-link .news-table .label {
    white-space: nowrap;
    width: 68px;
    text-align: center;
}

.news-table .tit-link {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    width: calc(100% - 320px);
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news-table .time {
    white-space: nowrap;
    font-size: 14px;
    color: var(--text600);
    text-align: center;
    margin-right: 20px;
}

.news-table .col3 {
    text-align: right;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* 개인화설정 */
.my-cst-setting {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
    column-gap: 64px;
}

.my-cst-setting .setting-area {
    width: 100%;
}

.setting-area strong {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.setting-area .hash-sh {
    display: flex;
    align-items: center;
    gap: 8px;
}

.setting-area .hash-sh>input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
}

.pop-rankbox {
    width: 240px;
}

.pop-rankbox>strong {
    font-weight: 600;
    padding: 8px;
}

.pop-rankbox .ranklist {
    width: 100%;
}

.pop-rankbox .rank-txt-btn {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s;
    text-align: left;
}

.pop-rankbox .rank-txt-btn:hover {
    background: var(--gray-btn);
}

.rank-txt-btn>.num {
    padding: 2px 10px;
    border-radius: 20px;
    background: var(--text600);
    color: #fff;
    min-width: 32px;
    width: 32px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-right: 8px;
}

.pop-rankbox .rank-txt-btn.gold>.num {
    background: linear-gradient(297deg, rgba(252, 202, 0, 1) 22%, rgba(255, 227, 122, 1) 50%, rgba(252, 202, 0, 1) 76%);
    color: #543301;
    font-weight: 700;
}

.pop-rankbox .rank-txt-btn.silver>.num {
    background: linear-gradient(297deg, rgba(215, 227, 236, 1) 29%, rgba(215, 227, 236, 0.4) 50%, rgba(215, 227, 236, 1) 75%);
    ;
    color: var(--bk);
    font-weight: 700;
}

.pop-rankbox .rank-txt-btn.bronze>.num {
    background: linear-gradient(297deg, rgba(214, 154, 119, 1) 29%, rgba(214, 154, 119, 0.6) 50%, rgba(214, 154, 119, 1) 75%);
    ;
    color: #3C1400;
    font-weight: 700;
}

.my-add-area {
    margin-top: 100px;
}

.my-add-area>p {
    font-weight: 600;
    margin-bottom: 12px;
}

.mj-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.mj-category .big-item {
    background: #fff;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ddd;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    transition: all .2s;
}

.mj-category .big-item:hover {
    color: var(--point-color);
    border-color: var(--point-color);
}

.mj-category .big-item.on {
    color: var(--point-color);
    border-color: var(--point-color);
}

.catbox-wrap {
    display: flex;
    gap: 16px;
}

.catbox-wrap .categroy-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    height: 320px;
    padding: 12px;
}

.catbox-wrap .categroy-box>.tit {
    font-weight: 600;
    padding: 8px 16px;
    margin-bottom: 8px;
}

.sub-cate-list {
    height: calc(100% - 52px);
    overflow-y: auto;
}

.sub-cate-list>li {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
}

.sub-cate-list>li.on {
    border-color: var(--point-color);
    color: var(--point-color);
    box-shadow: 2px 2px 12px 0 rgba(17, 42, 128, 0.08);
}

.back-btn {
    padding: 0 12px 0 24px;
    position: relative;
}

.back-btn>span {
    font-size: 14px;
    font-weight: 500;
}

.back-btn::before {
    content: "";
    background: url(../images/icon/right-arrow.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    left: 4px;
    top: 7px;
}

.depth2 {
    display: none;
}

/* 찜목록 */
.wishlist-area {
    margin-top: 40px;
}

/* 학업위기 탐지알림 */
.warning-level-type {
    margin-top: 80px;
}

.warning-level-type>.top-inr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 24px;
    row-gap: 4px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.warning-level-type .tit {
    font-weight: 600;
    font-size: 14px;
}

.level-type-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.level-type-list>li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.level-type-list>li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.warning::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.warning-level-type .sr-only {
    display: none;
}

.warning.type0::before {
    background: #00C95A;
}

.warning.type01::before {
    background: #FEC10F;
}

.warning.type02::before {
    background: #FF8401;
}

.warning.type03::before {
    background: #FF0101;
}

.warning.type04::before {
    background: #000B24;
}

.line-box {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.line-box>.head {
    background: var(--gray-bg);
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.line-box>.body {
    padding: 8px 40px 16px;
}

.line-box>.body>li {
    padding: 12px 0;
    display: flex;
    border-bottom: 1px solid #eee;
}

.line-box>.body>li:last-child {
    border-bottom: 0;
}

.line-box>.body>li>span {
    color: var(--text600);
    width: 110px;
    font-size: 14px;
    font-weight: 500;
}

.line-box>.body>li>p {
    font-size: 14px;
    font-weight: 500;
}

.warning-area {
    padding: 32px 40px 40px;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    column-gap: 80px;
}

.warning-area>div {
    width: 100%;
}

.warning-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.warning-area .tit {
    font-size: 14px;
    font-weight: 600;
}

.warning-st {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.warning-st>span {
    font-weight: 600;
}

.warning-st .label {
    color: #fff;
}

.warning-st .label.type0,
.level-gauge>li.type0 .bar {
    background: #1AA639;
}

.warning-st .label.type01,
.level-gauge>li.type01 .bar {
    background: #FEC10F;
}

.warning-st .label.type02,
.level-gauge>li.type02 .bar {
    background: #FF8401;
}

.warning-st .label.type03,
.level-gauge>li.type03 .bar {
    background: #FF0101;
}

.warning-st .label.type04,
.level-gauge>li.type04 .bar {
    background: #000B24;
}

.level-gauge {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

.level-gauge>li {
    position: relative;
    width: 100%;
    text-align: center;
    opacity: 0.2;
}


.level-gauge>li.on {
    opacity: 1;
}

.level-gauge>li:nth-child(1) .bar {
    border-radius: 100px 0 0 100px;
}

.level-gauge>li:last-child .bar {
    border-radius: 0 100px 100px 0;
}

.level-gauge>li .bar {
    height: 12px;
    width: 100%;
}

.level-gauge>li>span {
    font-size: 13px;
    font-weight: 600;
}

.sp-card-info,
.dt-sort2>.f-sb {
    flex-wrap: wrap;
}

.dt-sort2>.f-sb {
    row-gap: 4px;
}

#simulation-modal {
    padding: 40px 0;
}

.add-bf .add-tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

@media(max-width:1024px) {
    .warning-area {
        flex-direction: column;
        row-gap: 40px;
    }

    .my-cst-setting {
        flex-direction: column;
        gap: 40px;
    }
}

@media(max-width:768px) {
    .mp-user-info>.dep-inr .user-face {
        min-width: 64px;
        min-height: 64px;
        width: 64px;
        height: 64px;
    }

    .mp-user-info .info-card>li {
        padding: 24px;
    }

    .my-torch>img {
        display: none;
    }

    .mp-user-info .info-card {
        gap: 12px;
    }

    .sp-card-info>li:nth-child(5) {
        display: none;
    }

    .sp-card-info>li:nth-child(6) {
        width: 100%;
    }

    .acs-con,
    .warning-area {
        padding: 32px 24px;
    }

    .useful-info {
        padding: 12px;
    }

    .gray-box {
        padding: 12px 16px;
    }

    .acs-wrap>.f-sb {
        flex-direction: column-reverse;
    }

    .acs-con .now-smt {
        font-size: 12px;
    }

    .box-flex {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px !important;
    }

    .info-card>li .dd,
    .mp-item .dt-tit,
    .meg-tit strong {
        font-size: 18px;
    }

    .mp-user-info .name-wrap>strong {
        font-size: 20px;
    }

    #simulation-modal {
        padding: 0;
    }

    #simulation-modal .modal-wrap {
        border-radius: 0;
    }

    #simulation-modal .mpct-con {
        flex-direction: column;
    }

    #simulation-modal .smla-sh-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    #simulation-modal .smla-sh-wrap .primary-btn {
        width: 100%;
    }

    .target-info .inr>li>span {
        width: 60px;
    }

    .mileage-data-area {
        padding: 24px 12px 16px !important;
    }

    .meg-box {
        padding: 24px 16px;
    }

    .rank-info .standard>span,
    .mp-cap {
        font-size: 12px;
    }

    .no-data-box>p {
        font-size: 14px;
    }

    .dt-sort,
    .dt-sort3 {
        margin-bottom: 12px;
    }

    .warning-level-type>.top-inr {
        justify-content: flex-start;
    }

    .level-type-list {
        column-gap: 12px;
        row-gap: 8px;
    }

    .line-box>.head {
        padding: 0 12px;
    }

    .line-box>.body {
        padding: 8px 12px 16px;
    }

    .nomal-sh-wrap {
        padding: 20px !important;
    }

    .nomal-sh-wrap>li {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
    }

    .wishlist-area {
        margin-top: 24px;
    }

    .mj-category {
        grid-template-columns: repeat(2, 1fr);
    }

    .catbox-wrap {
        flex-direction: column;
        gap: 12px;
    }

    .my-add-area {
        margin-top: 60px;
    }

    .my-add-area .tag {
        height: auto;
        padding: 6px 16px;
    }

    .mj-category .big-item {
        padding: 8px;
    }

    .sub-tab-area,
    .mp-user-info .info-card {
        width: calc(100% + 16px);
        padding-right: 16px;
    }

    .news-table>li {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-table .tit-link {
        padding-left: 0;
        margin: 4px 0 20px;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .news-table .time {
        margin-right: 10px;
    }

    .news-table .col3 {
        justify-content: space-between;
        width: 100%;
    }

    .mp-linebox {
        padding: 20px 12px;
    }

    .mp-linebox>li {
        padding: 8px;
    }

    .mp-linebox .head {
        margin-bottom: 0;
    }

    .mob-box-flex {
        width: calc(100% + 16px);
        padding-right: 16px;
    }
    .add-bf .add-tit {
        font-size: 16px;
    }
    
    .sub-tab-area {
        width: calc(100% + 16px);
        padding: 34px 16px 14px 0;
        margin-bottom: 20px;
    }
}

@media(max-width:425px){
	.sub-tab-area {padding: 24px 16px 4px 0;}    
    .mp-container {padding: 0 12px 0 8px;}
}

@media(max-width:375px){
	.mp-container {padding: 0 6px 0 4px;}
}