/* IOS long press*/
* {
    -webkit-touch-callout: none;
}

/* height detect */
.ht-detect {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    height: 100%;
}

/* .detect .fixed-ft {display: none;} */
/* page loader */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: transparent;
    z-index: 1000;
    overflow: hidden;
}

.spinner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100%;
    background: url("/images/loading-icon.gif") no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 0;
}

/* .spinner {-webkit-animation: sk-scaleout 1s infinite ease-in-out; animation: sk-scaleout 1s infinite ease-in-out;} */
/* menu */
.nav-toggle {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

.nav-menu {
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1900;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.45s;
    background-color: var(--menu-bg, #FFFFFF);
}

.nav-menu .menu-logo {
    display: flex;
    width: 5.8rem;
}

.nav-menu .menu-logo img {
    width: 100%;
}

.nav-menu .close-btn {
    display: flex;
    gap: 1.2rem;
}

.nav-menu .close-btn button {
    display: flex;
}

.nav-menu .close-btn button span {
    display: flex;
}

.nav-menu .close-btn .hr_ {
    position: relative;
}

.nav-menu .close-btn .hr_ span {
    position: absolute;
    width: 1px;
    height: 1.6rem;
    background: #E5E6E8;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-top {
    padding: 2.2rem 2.2rem 2rem;
}

.menu-top .inner {
    background: #EEF1F7;
    border-radius: 999px;
    display: flex;
    padding: 1rem;
    align-items: center;
}

ul.nav-menu-list {
    min-height: calc(100vh - 5.2rem - 10.2rem - 14rem);
}

ul.nav-menu-list > li {
    padding: .9rem 2rem;
}

ul.nav-menu-list > li .top-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage-menu ul li {
    padding: 20px 28px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #F8F9FD;
}

.mypage-menu ul li::after {
    content: url(/images/icon/mypage-menu-arrow.svg);
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}

.mypage-menu ul li:last-child {
    border-bottom: 0;
}

.mypage-menu ul li img {
    display: flex;
    margin-right: 8px;
}

/* menu header */
.menu-hd {
    padding: 1.2rem 2rem 1.6rem 1.6rem;
    display: flex;
    justify-content: space-between;
}

/* main header */
.main-hd {
    margin: 7.7em 2.5em 57px;
    position: relative;
}

.main-hd::after {
    content: url(/images/main-bg-02.svg);
    position: absolute;
    top: 0;
    right: -30px;
    transform: translateY(-43px);
    z-index: 0;
}

/* main btn grid */
.main-btn-grid {
    padding: 0 2.8em 1rem;
    position: relative;
    z-index: 1;
}

.main-btn-grid ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
}

.main-btn-grid ul li {
    width: 100%;
    height: 100%;
    min-height: 17rem;
    background-color: #FFF;
    box-shadow: 4px 4px 20px rgba(142, 201, 255, 0.32);
    border-radius: 4px;
}

/* main footer */
.main-ft {
    background-color: var(--main-ft-bg, #E8F5F1);
    min-height: 127px;
    padding: 2.8rem 0 2.3rem;
    margin: 0 2.8rem;
    border-radius: 4px 4px 0px 0px;
}

.main-ft ul {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 25px;
}

.main-ft ul li {
    font-size: 1.3rem;
    color: var(--main-ft-txt, #7E9D93);
    font-weight: 400;
    position: relative;
}

.main-ft ul li:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: var(--main-ft-chr, rgba(187, 198, 126, 0.72));
    opacity: 0.65;
    border-radius: 10px;
}

.main-ft ul li:last-child::after {
    content: none;
}

.main-ft ul li a {
    font-size: 1.3rem;
    color: var(--main-ft-txt, #7E9D93);
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

.main-ft ul li a:link {
    color: var(--main-ft-txt, #7E9D93);
}

/* login */
.login-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #5B88FA;
    position: relative;
    align-items: center;
}

.login-wrap .logo-box {
    padding: 1.6rem;
    display: flex;
}

.login-wrap .logo-box img {
    width: 5.8rem;
    height: 1.6rem;
}

.login-form {
    margin: 0 auto;
    width: 100%;
    z-index: 11;
    padding: 3rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.login-ggabi-bg {
    padding: .3rem 5.7rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-contents {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: -2rem;
    border-radius: 3rem 3rem 0 0;
    align-items: center;
    width: 100%;
}

.auto-login {
    margin-top: .2rem;
    margin-bottom: 1.7rem;
}

.sub-box {
    display: flex;
    justify-content: center;
}

.sub-box ul {
    display: flex;
}

.login-bottom-wrap {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0;
}

.login-bottom-wrap .logo-box-ft {
    display: flex;
    gap: 1.9rem;
    margin-bottom: 1.3rem;
    align-items: flex-end;
}

.login-bottom-wrap p {
    color: #B4B8C1;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.36px;
}

/* common */
.cmmn-wrap {
    min-height: 100vh;
    position: relative;
    max-width: 50rem;
    margin: 0 auto;
    padding-bottom: 6.5rem;
}

.cmmn-wrap.mypage-bg {
    background: #EEF1F7;
}

.cmmn-inner {
    padding: 2rem 1.6rem;
}

.bg-is-txt {
    padding: 2rem 1.6rem;
    width: 100%;
}

.bg-is-txt2 {
    background: var(--bg-is-txt2, #F6F7F9);
    padding: 18px 23px;
    width: 100%;
}

.input-form {
    padding: 28px;
    margin-top: 12px;
}

.input-form.new-design {
    padding: 0 1.6rem;
    margin-top: 1.6rem;
}

.title-box {
    margin-bottom: 1rem;
}

.white-bg {
    background: var(--white-bg, #FFFFFF);
}

.blue-bg {
    background: #5B88FA;
}

/* common header */
.cmmn-hd .inner {
    padding: 1.5rem 1.6rem 1.4rem .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cmmn-hd .inner .front {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
}

.cmmn-hd .inner .front img {
    width: 2.4rem;
    height: 2.4rem;
}

/* complete box */
.complete-box {
    margin: 130px 0 0;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cmmn-box {
    margin-top: 2rem;
    padding: 0 1.6rem;
}

.cmmn-box.new-design {
    margin-top: 2.6rem;
}

/* join */
.term-title {
    margin-top: 48px;
    padding: 0 28px;
}

.term-check {
    margin-bottom: 35px
}

.term-check ul li {
    display: flex;
    margin-bottom: 1.6rem;
}

.term-check ul li.total-check {
    margin-bottom: 2rem;
}

.term-info-box {
    border-top: 1px solid rgba(204, 210, 234, 0.44);
    margin-top: 2rem;
    padding-top: 2rem;
}

.terms-box {
    position: fixed;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    background: var(--menu-bg, #FFFFFF);
    padding: 28px;
    z-index: 991;
    transition: .5s;
}

.terms-box .terms-box-hd {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.terms-box .term-box-body {
    margin-top: 14px;
    border: 1px solid rgba(204, 210, 234, 0.44);
    border-radius: 2px;
    padding: 20px;
    height: calc(100% - 60px);
    overflow: auto;
}

.join-select-radio ul {
    display: flex;
    gap: .8rem;
}

.join-select-radio ul li {
    padding: 2rem;
    border-radius: 1.6rem;
    box-shadow: 0px 7px 24px 0px #D8E1F4;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    height: 21rem;
    background: var(--BG, #EEF1F7);
    flex: 50;
}

.join-select-radio ul li.reverse {
    padding: 2rem .9rem;
    flex-direction: column;
    position: relative;
}

.join-select-radio ul li.active {
    background: #6690FC;
}

.join-title {
    padding: 2rem 1.6rem;
    display: flex;
    flex-direction: column;
}

.join-title h2 {
    display: flex;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.join-title.select-type h2 {
    display: block;
}

.join-title.select-type h2 span {
    font-weight: 600;
}

.id-box input[type=text] {
    margin-bottom: 0;
    flex: 1 1 8.3rem;
}

.button-position {
    position: relative;
    display: flex;
    gap: 6px;
}

.icon-bg-box {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.icon-bg-box.moa {
    bottom: 1.3rem;
}

.icon-bg-box.crew {
    bottom: .4rem;
}

.join-select-radio ul li label span.profile-icon-box {
    display: flex;
    width: 12.2rem;
    height: 12.2rem;
    margin-bottom: .8rem;
}

.join-select-radio ul li label span.profile-icon-box img {
    width: 100%;
}

.profile-comp-info {
    padding-top: 1rem;
    border-top: 1px solid #E5E6E8;
    margin-top: 3rem;
}

.capture-btn-box {
    width: 100%;
}

.capture-btn-box ul {
    display: flex;
    gap: .4rem;
}

.capture-btn-box ul li {
    flex: 1;
}

.capture-btn-box button {
    width: 100%;
    height: 4rem;
    border: 1px solid #6690FC;
    border-radius: .6rem;
    background: #fff;
    color: #6690FC;
}

.capture-img-box {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capture-img-box .inner {
    width: 17.2rem;
    height: 17.2rem;
}

.capture-img-box img {
    width: 100%;
    border-radius: 50%;
}

.ft-btn-box {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    padding: 0 1.6rem;
}

/* character toggle mode */
.character-wrap {
    position: fixed;
    width: 100%;
    height: calc(100vh - 7.5rem);
    bottom: 0;
    left: 0;
    background: var(--menu-bg, #FFFFFF);
    z-index: 991;
    transition: .5s;
    border-radius: 3rem 3rem 0 0;
    overflow: hidden;
}

.character-wrap .character-wrap-hd {
    display: flex;
    justify-content: flex-end;
    padding: 1.224rem 1.6rem 1.2rem;
}

.character-wrap .character-wrap-body {
    height: calc(100% - 60px);
    overflow: auto;
}

.character-box {
    padding: 5.4rem 1.6rem 3rem;
}

.character-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20.3rem;
    margin-bottom: 1.4rem;
}

.character-img img {
    height: 100%;
}

.character-name p {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-bottom: .6rem;
}

.character-name span {
    display: block;
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.character-info-box {
    padding: 2.8rem 1.6rem 3rem;
}

.character-info-box .title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.82px;
    margin-bottom: 1rem;
}

.character-info-box .txt {
    color: #000;
    text-align: justify;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.56px;
    margin-bottom: 1.6rem;
}

.character-info-box .skill span {
    display: inline-flex;
    padding: .4rem 1rem;
    background: #000;
    color: #fff;
    border-radius: 9rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-right: .8rem;
}

.character-wrap .slick-arrow {
    position: absolute;
    top: 16.5rem;
    z-index: 1;
    display: flex;
    background: transparent;
    border: 0;
}

.character-wrap .slick-arrow.slick-prev {
    left: 1.6rem;
}

.character-wrap .slick-arrow.slick-next {
    right: 1.6rem;
}

.character-wrap .slick-dots {
    top: 2.2rem;
    bottom: auto;
    gap: .4rem;
}

.character-wrap .slick-dots li {
    display: flex;
}

.character-wrap .slick-dots li button {
    border: 0;
    background: rgba(255, 255, 255, .5);
}

.character-wrap .slick-dots li.slick-active button {
    background: #fff;
    width: 1.8rem;
    border-radius: 9rem;
}

.character-wrap .closed-btn-box {
    position: absolute;
    top: 1.224rem;
    right: 1.6rem;
    z-index: 1;
}

.character-wrap .closed-btn-box button {
    display: flex;
    border: 0;
    background: transparent;
}

/* character color */
.character-box.yellow {
    background: #FAD473;
}

.character-info-box.yellow .title {
    color: #FCBA11;
}

.character-box.sky {
    background: #6EEAF9;
}

.character-info-box.sky .title {
    color: #00C6F1;
}

.character-box.green {
    background: #6EF9CF;
}

.character-info-box.green .title {
    color: #15B988;
}

.character-box.blue {
    background: #95CAFF;
}

.character-info-box.blue .title {
    color: #6AB4FD;
}

.character-box.blue .character-name p {
    color: #fff;
}

.character-box.blue .character-name span {
    color: #fff;
}

.character-box.red {
    background: #FF5952;
}

.character-info-box.red .title {
    color: #FF5952;
}

.character-box.red .character-name p {
    color: #fff;
}

.character-box.red .character-name span {
    color: #fff;
}

.character-box.brown {
    background: #A76147;
}

.character-info-box.brown .title {
    color: #A76147;
}

.character-box.brown .character-name p {
    color: #fff;
}

.character-box.brown .character-name span {
    color: #fff;
}

.character-box.darkblue {
    background: #141842;
}

.character-info-box.sky .darkblue {
    color: #141842;
}

.character-box.darkblue .character-name p {
    color: #fff;
}

.character-box.darkblue .character-name span {
    color: #fff;
}

/* toom grid */
.toons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .8rem;
}

.toons-grid > .grid-item:nth-child(1) {
    grid-column: 1 / 3;
}

.toons-grid > .grid-item:nth-child(2) {
    grid-column: 1 / 3;
}

.toons-grid > .grid-item .toon-thum {
    border-radius: .8rem .8rem 0px 0px;
    border-top: 1px solid #EEF1F7;
    border-right: 1px solid #EEF1F7;
    border-left: 1px solid #EEF1F7;
    display: flex;
}

.toons-grid > .grid-item .toon-thum img {
    width: 100%;
}

.toons-grid > .grid-item .toon-info {
    border-radius: 0px 0px .8rem .8rem;
    border: 1px solid #EEF1F7;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.toons-grid > .grid-item:nth-child(1) .toon-info, .toons-grid > .grid-item:nth-child(2) .toon-info {
    padding: 1.6rem;
}

.toons-grid > .grid-item:nth-child(1) span, .toons-grid > .grid-item:nth-child(2) span {
    padding: .2rem 1rem;
    margin-right: 1rem;
    min-width: 3.6rem;
}

.toons-grid > .grid-item .toon-info span {
    display: inline-flex;
    padding: .2rem .5rem;
    justify-content: center;
    align-items: center;
    margin-right: .6rem;
    color: #FFF;
    border-radius: 9rem;
    background: #6690FC;
    min-width: 2.4rem;
}

.toons-grid > .grid-item .toon-info p {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.7rem;
}

/* toon view */
.toon-wrap {
    position: fixed;
    width: 100%;
    height: calc(100vh - 1.5rem);
    bottom: 0;
    left: 0;
    background: var(--menu-bg, #FFFFFF);
    z-index: 991;
    transition: .5s;
    border-radius: 3rem 3rem 0 0;
    overflow: hidden;
}

.toon-wrap .closed-btn-box {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    z-index: 1;
}

.toon-wrap .closed-btn-box button {
    display: flex;
    border: 0;
    background: transparent;
}

.toon-wrap .toon-wrap-body {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 6.5rem;
}

.toon-wrap .toon-wrap-body p.title {
    color: var(--, #000);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    padding: 1.9rem 4.6rem 1.2rem ;
}

/* content common */
.content-title {
    margin-bottom: 1.2rem;
}

.content-title.another-mgb {
    margin-bottom: 8px;
}

.content-title h1 {
    position: relative;
    display: flex;
}

.content-title h3 {
    color: #000;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.content-title p {
    color: #747474;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-top: 1rem;
}

.detail-title-box {
    padding: 36px 28px 24px;
    border-top: 1px solid #E8ECFA;
    border-bottom: 1px solid rgba(230, 230, 230, 0.31);
}

.attech-file-box {
    padding: 16px 28px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.31);
}

.attech-file-box ul li {
    padding-left: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.detail-content-txt {
    padding: 40px 28px 72px;
}

.short-cut {
    border-top: 4px solid #F8F9FD;
    margin-bottom: 40px;
}

.short-cut ul li {
    padding: 17px 28px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.31);
    ;}

.short-cut ul li.short-cut-hd button {
    float: right;
    display: flex;
    border: 0;
    background-color: transparent;
    margin-top: -1px;
}

.comment-box .title {
    display: flex;
    align-items: center;
    padding: 0 28px 14px;
}

.comment-box .title img {
    margin-right: 6px;
}

.comment-data {
    padding: 16px 28px 18px;
    border-top: 1px solid rgba(230, 230, 230, 0.31);
}

.comment-writer {
    margin-bottom: 3px;
    position: relative;
}

.comment-writer button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: transparent;
}

.modify-box {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--menu-bg, #FFFFFF);
    filter: drop-shadow(4px 4px 12px rgba(227, 227, 227, 0.25));
    display: none;
}

.modify-box.active {
    display: block;
}

.modify-box ul {
    border: 1px solid #F1F1F1;
    border-radius: 2px;
}

.modify-box ul li {
    padding: 12px 17px;
}

.modify-box ul li:first-child {
    border-bottom: 1px solid #F1F1F1;
}

.modify-box ul li.del {
    color: var(--warning-txt, #FF4949);
}

.comment-txt {
    padding: 0 28px;
}

.comment-regist {
    padding: 16px 28px;
    border-top: 1px solid rgba(230, 230, 230, 0.31);
}

.comment-regist .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    padding-left: 20px;
    border: 1px solid rgba(199, 199, 199, 0.3);
    border-radius: 20px;
}

.comment-regist .box span {
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
}

.comment-regist .box input {
    border: 0;
    width: calc(100% - 52px);
}

.comment-regist .box input:focus {
    outline: none;
}

.comment-regist .box textarea {
    border: 0;
    width: calc(100% - 52px);
    height: auto;
    resize: none;
}

.info-txt-box {
    padding: 0 28px;
    margin-bottom: 32px;
}

.program-content-box {
    padding: 0 28px;
    margin-bottom: 32px;
}

.content-box .btn-box {
    margin-top: 52px;
    padding: 0 28px;
    margin-bottom: 32px;
}

.content-box .btn-box button {
    width: 100%;
    height: 46px;
    background: var(--input-submit-bg, #00D282);
    border: 0;
    border-radius: 2px;
}

.gallery-content {
    margin-top: 42px;
}

.like-box {
    padding: 16px 26px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(230, 230, 230, 0.24);
}

.like-box img {
    display: flex;
}

.gallery-content-box .detail-title-box {
    padding: 24px 28px;
    border-bottom: 0;
}

.gallery-content-box .detail-title-box .sub-content {
    margin-bottom: 32px;
}

/* new contents */
.contents-center-img {
    display: flex;
    box-shadow: 0px 7px 24px 0px #C6C6C6;
    border-radius: .8rem;
    margin-bottom: 3rem;
}

.contents-center-img.character {
    box-shadow: none;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 0;
}

.contents-center-img.character button.detail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6690FC;
    border: 0;
    border-radius: 9rem;
    padding: .6rem .7rem .6rem 1.8rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

.contents-center-img.character button.detail-btn .icon {
    display: flex;
}

.contents-center-img img {
    width: 100%;
}

.constents .con-txt {
    margin-bottom: 1.8rem;
}

.constents .con-txt p {
    color: #747474;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.constents .con-txt p strong {
    display: flex;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom: .6rem;
    align-items: center;
}

.constents .con-txt p strong > span.icon {
    display: inline-flex;
    margin-right: .8rem;
}

.constents .con-txt p span.sub-info {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-top: .6rem;
    margin-bottom: 3rem;
    color: #6690FC;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

.constents .con-txt p span.sub-info > span.icon {
    display: inline-flex;
}

.contents-box-new .contents-center-btn-box {
    display: flex;
    gap: .8rem;
    padding: .6rem 0 2.2rem;
}

.contents-box-new .contents-center-btn-box button {
    flex: 1;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    border-radius: 1.6rem;
    box-shadow: 0px 7px 24px 0px #D8E1F4;
    text-align: left;
}

.contents-box-new .contents-center-btn-box button.my-chall-view {
    color: #6690FC;
    background: #EEF1F7;
    border: 1px solid #6690FC;
}

.contents-box-new .contents-center-btn-box button.chall-regist {
    color: #FFFFFF;
    background: #6690FC;
    border: 1px solid #6690FC;
}

.contents-box-new .sort-select {
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.9rem .8rem;
}

.chall-item .chall-top-con {
    position: relative;
}

.chall-item .chall-bot-con {
    padding-left: .3rem;
}

.chall-top-con .chall-img {
    width: 14.1rem;
    height: 14.1rem;
    display: flex;
    border-radius: .8rem;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    position: relative;
}

.chall-top-con .chall-img.overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .8rem;
    background: rgba(0, 0, 0, 0.30);
}

.chall-top-con .chall-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.chall-top-con .category {
    position: absolute;
    width: 5.4rem;
    padding: .4rem .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: .4rem;
    left: .4rem;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    border-radius: 9rem;
    border: 1px solid #B4B8C1;
    color: #5F6164;
}

.chall-top-con .chall-date {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: .4rem;
    bottom: .8rem;
    gap: .4rem;
}

.chall-top-con .chall-date span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.chall-bot-con .title {
    margin: 1.1rem 0 .6rem;
    display: -webkit-box;
    width: 13.7rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.chall-bot-con .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chall-bot-con .sub .left {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.chall-bot-con .sub .left .profile-img {
    width: 2rem;
    height: 2rem;
    border-radius: 9rem;
    background: #001641;
    overflow: hidden;
}

.chall-bot-con .sub .left .profile-img img {
    width: 100%;
    height: 100%;
}

.chall-bot-con .sub .left .usr-id {
    width: 6rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

.chall-bot-con .sub .right {
    display: flex;
    align-items: flex-start;
    gap: .4rem;
}

.chall-bot-con .sub .right img {
    margin-top: 1px;
}

.chall-bot-con .sub .right span {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 2rem;
}

/* challenge category color */
.chall-top-con .category.purple {
    background: #812FDE;
    border-color: #812FDE;
    color: #fff;
}

.chall-top-con .category.green {
    background: #4BAD5D;
    border-color: #4BAD5D;
    color: #fff;
}

.chall-top-con .category.gray {
    background: #535353;
    border-color: #535353;
    color: #fff;
}

.chall-top-con .category.blue {
    background: #6690FC;
    border-color: #6690FC;
    color: #fff;
}

/* challenge regist */
.contents-box-new.challenge-regist {
    margin-top: 2rem;
}

.chall-input-box {
    margin-bottom: 3rem;
}

.chall-input-box label {
    margin-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1.9rem;
    display: inline-block;
    color: var(--txt-color-555, #555555);
}

.chall-input-box input {
    width: 100%;
    height: 5.2rem;
    line-height: normal;
    padding: 0 2rem 0;
    background: #FFF;
    border-radius: .8rem;
    border: 1px solid #B4B8C1;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.chall-input-box input::placeholder {
    color: #B4B8C1;
}

.chall-input-box textarea {
    width: 100%;
    height: 7rem;
    line-height: normal;
    padding: 1.7rem 2rem;
    background: #FFF;
    border-radius: .8rem;
    border: 1px solid #B4B8C1;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
}

.chall-input-box textarea::placeholder {
    color: #B4B8C1;
}

.chall-input-box.chall-intro textarea {
    height: 14rem;
    resize: none;
}

.contents-box-new.challenge-regist .submitBtn {
    width: 100%;
    height: 5.2rem;
    color: #FFFFFF;
    background: #5B88FA;
    border: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: .8rem;
    box-shadow: 0px 5px 12px 0px rgba(102, 144, 252, 0.30);
}

/* challenge select */
.challenge-select-box * {
    box-sizing: border-box;
}

.challenge-select-box .label {
    display: flex;
    align-items: center;
    width: inherit;
    height: inherit;
    border: 0 none;
    outline: 0 none;
    padding-left: 2rem;
    background: transparent;
    cursor: pointer;
    justify-content: flex-start;
    padding-right: 2.4rem;
    color: #535353;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.challenge-select-box {
    position: relative;
    width: 100%;
    background: url('/images/new/challenge/select-down.svg') calc(100% - 6px) center no-repeat;
    background-size: 2.4rem;
    cursor: pointer;
    text-align: left;
    border: 1px solid #B4B8C1;
    border-radius: .8rem;
    height: 5.2rem;
}

.challenge-select-box .optionList {
    position: absolute;
    top: 5.2rem;
    left: 0;
    width: 100%;
    background: white;
    color: #535353;
    list-style-type: none;
    padding: 0;
    border-radius: 0.6rem;
    overflow: hidden;
    max-height: 0;
}

.challenge-select-box.active .optionList {
    max-height: 500px;
    z-index: 999;
    border: 1px solid #53535D;
}

.challenge-select-box .optionItem {
    border-bottom: 1px dashed #53535D;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.challenge-select-box .optionItem:last-child {
    border-bottom: 0 none;
}

/* 스크롤 커스텀 */
.challenge-select-box .optionList::-webkit-scrollbar {
    width: 6px;
}

.challenge-select-box .optionList::-webkit-scrollbar-track {
    background: transparent;
}

.challenge-select-box .optionList::-webkit-scrollbar-thumb {
    background: #303030;
    border-radius: 45px;
}

.challenge-select-box .optionList::-webkit-scrollbar-thumb:hover {
    background: #303030;
}

/* challenge detail */
.challenge-detail-box .top {
    border-top: 1px solid #535353;
    border-bottom: 1px solid #E5E6E8;
    padding: 2rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.challenge-detail-box.chall-top-con .category {
    position: static;
    margin-bottom: .6rem;
}

.challenge-detail-box .title {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom: 1.2rem;
}

.challenge-detail-box .top {
    margin-bottom: 2rem;
}

.challenge-detail-box .top .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    width: 100%;
}

.challenge-detail-box .top .left .profile-img {
    width: 2rem;
    height: 2rem;
    border-radius: 9rem;
    background: #001641;
}

.challenge-detail-box .top .left .profile-img img {
    width: 100%;
}

.challenge-detail-box .top .left .usr-id {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-align: center;
}

.challenge-detail-box .top .left .reg-date-box span {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.reple-con {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.challenge-img-box {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: .8rem;
    overflow: hidden;
    box-shadow: 0px 7px 24px 0px #C6C6C6;
    margin-bottom: 2rem;
}

.challenge-img-box::after {
    content: '';
    position: absolute;
    top: 0;
    lef: 0;
    width: 100%;
    height: 100%;
    border-radius: .8rem;
    background: rgba(0, 0, 0, 0.30);
}

.challenge-img-box img {
    width: 100%;
}

.challenge-img-box .auth-btn {
    position: absolute;
    top: 1.2rem;
    right: 1.1rem;
    z-index: 10;
}

.challenge-img-box .auth-btn button {
    padding: .6rem 1.4rem;
    border-radius: 90px;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
    border: 0;
    display: flex;
    gap: .4rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    align-items: center;
}

.challenge-img-box .today-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 1rem;
    border-radius: 0px 0px .8rem .8rem;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.challenge-img-box .today-txt p {
    color: #fff;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.challenge-img-box .today-txt p span {
    display: -webkit-box;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    width: 17.5rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.challenge-img-box .today-txt span.date {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.challenge-detail-box {
    margin-bottom: 2rem;
}

.challenge-detail-box .challenge-intro-txt .title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.56px;
    margin-bottom: 0;
}

.challenge-detail-box .challenge-intro-txt .txt {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.56px;
}

.challenge-detail-box .challenge-intro-txt .detail-date {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.56px;
    margin-bottom: 2rem;
}

.challenge-intro-txt .challenge-intro-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .8rem;
}

.challenge-intro-txt .challenge-intro-hd .modify-btn-box {
    align-items: center;
    gap: .6rem;
    display: none;
}

.challenge-intro-txt .challenge-intro-hd .modify-btn-box.active {
    display: flex;
}

.challenge-intro-txt .challenge-intro-hd .modify-btn-box button {
    border: 0;
    border-radius: 9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: .4rem 1rem;
    background: #000;
}

.challenge-intro-txt .challenge-intro-hd.dream-board-detail {
    margin-bottom: 0;
    justify-content: flex-end;
}

.challenge-intro-txt .challenge-intro-hd.dream-board-detail .modify-btn-box {
    margin-bottom: .6rem;
}

.challenge-detail-box .bottom {
    margin-top: 2rem;
    border-top: 1px solid #B4B8C1;
    padding: 2rem 0;
    border-bottom: 1px solid #E5E6E8;
}

.challenge-detail-box .bottom .pagination-wrap {
    margin-top: 1.4rem;
}

.reple-total-box span {
    color: #535353;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.reple-total-box span.total {
    color: #000;
}

.reple-box .reple-item:first-child {
    padding-top: 1rem;
}

.reple-box .reple-item:last-child {
    border-bottom: 0;
}

.reple-item {
    padding: 1.6rem 0;
    border-bottom: 1px solid #E5E6E8;
}

.reple-item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .6rem;
}

.reple-item .info .left {
    display: flex;
    gap: .6rem;
    align-items: center;
}

.info .profile-img {
    display: flex;
    width: 2rem;
    height: 2rem;
    border-radius: 9rem;
}

.info .profile-img img {
    width: 100%;
}

.info .usr-id span {
    display: -webkit-box;
    width: 15.1rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

.reple-item .info .date {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.reple-item .info .del-btn {
    padding: .4rem 1rem;
    border: 0;
    background: #EEF1F7;
    border-radius: 9rem;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    margin-right: 1.2rem;
}

.reple-item .reple-txt p {
    overflow: hidden;
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.reple-regist-box {
    border: 1px solid #B4B8C1;
    border-radius: .8rem;
    margin-top: 2rem;
}

.reple-regist-box .info {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 1.6rem 1.6rem 1.2rem;
}

.reple-regist-box .reple-regist-area {
    padding: 0 1.6rem 1.6rem;
}

.reple-regist-box .reple-regist-area textarea {
    resize: none;
    width: 100%;
    height: 5.1rem;
    border: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.reple-regist-box .reple-regist-area textarea::placeholder {
    color: #B4B8C1;
}

.reple-regist-box .reple-regist-btn-box {
    padding: 1rem 1.6rem;
    border-top: 1px solid #E5E6E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reple-regist-box .text-length span {
    color: #B4B8C1;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.reple-regist-box .text-length span:first-child {
    color: #000;
}

.reple-regist-box input[type="submit"] {
    padding: .6rem 1rem;
    border: 0;
    border-radius: .2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    background: #6690FC;
}

.auth-history-box {
    padding: 2rem 0;
}

.auth-history-box .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.7rem;
}

.auth-history-box .info .history-title {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.auth-history-box .info .auth-date {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.auth-history-box .info .auth-date span {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.auth-history-carousel {
    margin: 0 -.45rem;
    padding-bottom: 2rem;
}

.auth-history-carousel .item {
    padding: 0 .45rem;
}

.auth-history-carousel .item .img-box {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: .8rem;
    width: 9rem;
    height: 9rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.auth-history-carousel .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-history-carousel .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    margin: .8rem 0 .4rem;
}

.auth-history-carousel .item span.date {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.auth-history-carousel .slick-dots {
    position: static;
    transform: translateX(0);
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

.auth-history-carousel .slick-dots li button {
    border-color: #E5E6E8;
    background: #E5E6E8;
}

.auth-history-carousel .slick-dots li.slick-active button {
    width: 1.8rem;
    border-color: #5B88FA;
    background: #5B88FA;
}

/* dream board */
.dream-board-wrap ul {
    border-top: 1px solid #B4B8C1;
    border-bottom: 1px solid #B4B8C1;
    padding: .6rem 0;
}

.dream-board-wrap ul li {
    border-top: 1px solid #E5E6E8;
}

.dream-board-wrap ul li:first-child {
    border-top: 0;
}

.dream-board-wrap ul .item {
    padding: 1.4rem 0;
}

.dream-board-wrap ul .item .title-box {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.dream-board-wrap ul .item .title {
    display: -webkit-box;
    width: 22.6rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.dream-board-wrap ul .item span.category {
    color: #5F6164;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    padding: .2rem .9rem .3rem;
    border-radius: 9rem;
    border: 1px solid #B4B8C1;
}

.dream-board-wrap .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dream-board-wrap .sub .left {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.dream-board-wrap .sub .left .profile-img {
    width: 2rem;
    height: 2rem;
    border-radius: 9rem;
    background: #001641;
}

.dream-board-wrap .sub .left .profile-img img {
    width: 100%;
}

.dream-board-wrap .sub .left .usr-id {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

.dream-board-wrap .sub .right {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.dream-board-wrap .sub .right .reple-count {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.dream-board-wrap .sub .right img {
    margin-top: 1px;
}

.dream-board-wrap .sub .right .reple-count span {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 2rem;
}

.dream-board-wrap .sub .right .reg-date {
    color: #B4B8C1;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.dream-board-wrap + .pagination-wrap {
    margin: 2rem 0 3rem;
}

.dream-board-btn-box {
    margin-bottom: 2rem;
}

.dream-board-btn-box button {
    box-shadow: 0px 5px 12px 0px rgba(102, 144, 252, 0.30);
    background: #5B88FA;
    border-radius: .8rem;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    width: 100%;
    border: 0;
    padding: 1.7rem 0 1.6rem;
}

/* dream board detail */
.contact-list-box {
    display: flex;
    justify-content: space-between;
}

.contact-list-box .arrow-btn button {
    border-radius: 4px;
    border: 1px solid #E5E6E8;
    background: #fff;
    display: flex;
    width: 3.4rem;
    height: 3.4rem;
    align-items: center;
    justify-content: center;
    color: var(--1D1B20, #1D1B20);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
}

.contact-list-box .contact-list button {
    display: flex;
    height: 3.4rem;
    padding: 1rem 5.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    border-radius: .4rem;
    background: #6690FC;
    border: 0;
}

.talent-doantion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem .9rem;
}

.talent-doantion-grid .horizontal-item .sub {
    margin-bottom: 0;
}

.talent-doantion-grid + .pagination-wrap {
    margin: 3rem auto 4rem;
}

.challenge-detail-box.chall-top-con .category.talent-category {
    background: #FFDF2C;
    border-radius: 0 10px;
    border: 0;
    font-weight: 400;
    color: #000;
}

.talent-img-box {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0px 7px 24px 0px #C6C6C6;
    margin-bottom: 2rem;
}

.talent-img-box img {
    width: 100%;
    object-fit: cover;
}

.info-box {
    border-radius: .8rem;
    background: #EEF1F7;
    padding: 2rem 1.6rem;
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-top: 1.4rem;
}

.info-box .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
}

.info-box p {
    color: #535353;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.contact-list-box.distance {
    border-top: 1px solid #B4B8C1;
    padding-top: 2rem;
}

/* slick dot */
.slick-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: var(--white-bg, #FFFFFF);
}

.slick-dots li.slick-active button {
    background: var(--slick-dot-active, #46C590);
}

/* mypage */
/* 기존 css 수정 */
.profile-box {
    padding: 1rem 1.6rem 2.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 1.8rem 1.8rem;
    position: relative;
}

.profile-box2 {
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-box .user-profile-img {
    width: 10.4rem;
    height: 10.4rem;
    border-radius: 10rem;
    position: relative;
    margin-bottom: .6rem;
    display: flex;
}

.profile-box .user-profile-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 6rem;
    overflow: hidden;
}

.profile-box2 .user-profile-img {
    width: 84px;
    height: 84px;
    margin-bottom: 17px;
    position: relative;
}

.profile-box2 .user-profile-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 42px;
}

.profile-box.profile-setting-box {
    padding: 4rem 1.6rem .1rem;
}

.profile-box.profile-setting-box .user-profile-img {
    margin-bottom: 1.2rem;
}

.usr-emotion-img {
    position: absolute;
    top: .6rem;
    left: 1.6rem;
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
}

.usr-emotion-img img {
    width: 100%;
}

/* .profile-box button {border: 0; background: var(--logout-btn-bg, #F2F3F5); font-size: 1.2rem; line-height: 1; font-weight: 400; color: var(--logout-btn-color, #727684); width: 71px; height: 24px; border-radius: 300px; display: inline-block;} */
.profile-box .img-setting-btn {
    border: 0;
    background: transparent;
    position: absolute;
    top: .7rem;
    right: -.2rem;
    display: flex;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.10));
}

.mypage-nav {
    margin-top: 8px;
}

.profile-setting-content {
    padding: 0 1.6rem;
}

.profile-setting {
    padding: 2.4rem 1.6rem 3.3rem;
    border-radius: 1.5rem;
    box-shadow: 0px 7px 24px 0px #D8E1F4;
}

.profile-setting ul {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.profile-setting ul li {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.profile-setting ul li.in-btn {
    position: relative;
}

.profile-setting ul li.in-btn p {
    max-width: 13.3rem;
}

.profile-setting ul li span {
    display: inline-flex;
    width: 5.9rem;
    padding: .3rem .2rem .4rem .2rem;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    background: #B4B8C1;
    color: #fff;
    border-radius: 9rem;
}

.profile-setting ul li p {
    display: -webkit-box;
    max-width: 19rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.profile-setting .modify-popup-btn {
    display: inline-flex;
    padding: .2rem .7rem .3rem .8rem;
    justify-content: flex-end;
    align-items: center;
    border-radius: .8rem;
    background: #EEF1F7;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #535353;
}

.mypage-comment-inner {
    padding: 28px;
}

.mypage-comment-inner .card-box {
    padding: 16px 20px;
}

.comment-view-txt {
    margin-top: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.comment-bg {
    position: relative;
}

.comment-bg * {
    z-index: 1;
}

.comment-bg:after {
    content: url(/images/comment-bg.svg);
    position: absolute;
    z-index: 0;
    bottom: 6px;
    right: 6px;
}

.cheer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.4rem 1.2rem 1.3rem;
    border-radius: 8px;
    background: #6993FF;
    margin-bottom: .8rem;
}

.cheer-wrap > div {
    display: flex;
    align-items: center;
}

.cheer-btn {
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
}

.cheer-btn .icon {
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
}

.cheer-btn .title {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-right: .6rem;
}

.cheer-btn .cheer-value {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}

.cheer-btn .new-alert-icon {
    border-radius: 9rem;
    background: #F00;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-left: .2rem;
    transform: translateY(1px);
    display: none;
}

.cheer-btn .new-alert-icon span {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    transform: translateY(-1px);
}

.cheer-btn .new-alert-icon.new-count {
    display: flex;
}

.connect-counter {
    display: flex;
    align-items: center;
}

.connect-counter .icon {
    display: flex;
}

.connect-counter .title {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-right: .6rem;
}

.connect-counter .con-value {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}

.user-profile-info {
    margin-bottom: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-box-ft {
    display: flex;
    gap: .4rem;
    width: 100%;
}

.profile-box-ft > button {
    border: 0;
    background: #6993FF;
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    justify-content: center;
    align-items: center;
    padding: 1.2rem;
}

.profile-box-ft > button img {
    margin-bottom: .8rem;
}

/*.profile-box-ft > button.withdrawal * {opacity: .3;}*/
.profile-box-ft > button.withdrawal img {
    margin-bottom: .3rem;
}

.mypage-tab-wrap {
    padding: 0 1.6rem;
}

.mypage-tab-menu {
    margin: 2rem 0;
}

.mypage-tab-menu ul {
    border-radius: .8rem;
    display: flex;
}

.mypage-tab-menu ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.mypage-tab-menu ul li span {
    color: #5B88FA;
    opacity: .5;
}

.mypage-tab-menu ul li span:first-child {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
}

.mypage-tab-menu ul li span:last-child {
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

.mypage-tab-menu ul li.active {
    background: #5B88FA;
    border-radius: 8px;
    box-shadow: 0px 5px 12px 0px rgba(102, 144, 252, 0.30);
}

.mypage-tab-menu ul li.active span {
    color: #fff;
    opacity: 1;
}

.mypage-tab-body .tab-item {
    display: none;
}

.mypage-tab-body .tab-item.active {
    display: block;
}

.tab-title {
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom: 1rem;
}

.tab-title.two-con {
    display: flex;
    justify-content: space-between;
}

.mypage-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.mypage-card-wrap .card-item {
    background: #FFF;
    padding: 2.4rem 1.6rem;
    border-radius: 1.5rem;
    box-shadow: 0px 7px 24px 0px #D8E1F4;
}

.mypage-card-wrap .card-item .card-title {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.mypage-card-wrap .card-item .card-title .card-title-hd {
    display: flex;
    padding: .3rem .8rem .4rem .9rem;
    justify-content: center;
    align-items: center;
    border-radius: 9rem;
    background: #B4B8C1;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    width: 6rem;
}

.mypage-card-wrap .card-item .card-title.another-color .card-title-hd {
    background: #EEF1F7;
    color: #5F6164;
}

.mypage-card-wrap .card-item .card-title .card-title-bd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.mypage-card-wrap .card-item .card-title.between-box {
    justify-content: space-between;
}

.mypage-card-wrap .card-item .card-title.between-box .left {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.mypage-card-wrap .card-item .card-title.between-box .left .card-title-bd.date {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.mypage-card-wrap .card-item .card-title.between-box .right {
    display: flex;
}

.mypage-card-wrap .card-item .card-title.between-box .right .date-shape {
    padding: .2rem .6rem;
    border: 1px solid #E5E6E8;
    border-radius: 9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.date-shape .mon {
    color: #000;
}

.date-shape .day {
    color: #747474;
}

.attendance-box {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .6rem .2rem;
}

.attendance-box .attendance-item {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #FF1D3D;
}

.attendance-box .attendance-item.non-attendance {
    color: #747474;
    background: #E5E6E8;
}

.satisfaction-hd {
    padding: 1.8rem 1.6rem 2rem;
}

.satisfaction-hd .closed-btn-box {
    position: absolute;
    right: 1.6rem;
    top: 1.8rem;
}

.satisfaction-hd .closed-btn-box button {
    border: 0;
    background: transparent
}

.satisfaction-bd {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.6rem 4rem;
    align-items: center;
}

.satisfaction-bd p {
    color: #000;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-bottom: .8rem;
}

.satisfaction-bd span:nth-of-type(1) {
    color: #535353;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: 4.3rem;
}

.satisfaction-bd span:nth-of-type(2) {
    color: #B4B8C1;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: .5rem;
}

.satisfaction-bd .radio-stars .radio-star {
    width: 4rem;
    margin-bottom: 6.2rem;
}

.satisfaction-bd .radio-star::before {
    content: url(/images/new/mypage/star_L.svg);
}

.satisfaction-bd .radio-stars input:checked ~ .radio-star::before {
    content: url(/images/new/mypage/star_active_L.svg);
}

.satisfaction-bd input[type=submit] {
    width: 100%;
    height: 5.2rem;
    color: #FFFFFF;
    background: #5B88FA;
    border: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: .8rem;
    box-shadow: 0px 5px 12px 0px rgba(102, 144, 252, 0.30);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}

.mypage-card-wrap .card-item .btn-box {
    width: 100%;
    margin-top: 2rem;
}

.mypage-card-wrap .card-item .btn-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.6rem;
    padding: 1.3rem 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.56px;
    color: #FFF;
    background: #6690FC;
}

.program-info-box {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 2rem;
}

.program-info-box .card-item {
    background: #EEF1F7;
    padding: 2.4rem 1.6rem;
    border-radius: 0.8rem;
}

.program-info-box .card-item .card-title {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.program-info-box .card-item .card-title .card-title-hd {
    display: flex;
    padding: .3rem .8rem .4rem .9rem;
    justify-content: center;
    align-items: center;
    border-radius: 9rem;
    background: #B4B8C1;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    width: 6rem;
}

.program-info-box .card-item .card-title.another-color .card-title-hd {
    background: #FFF;
    color: #5F6164;
}

.program-info-box .card-item .card-title .card-title-bd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.program-info-box .card-item .card-title.between-box {
    justify-content: space-between;
}

.program-info-box .card-item .card-title.between-box .left {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.program-info-box .card-item .card-title.between-box .left .card-title-bd.date {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.program-info-box .card-item .card-title.between-box .right {
    display: flex;
}

.program-info-box .card-item .card-title.between-box .right .date-shape {
    padding: .2rem .6rem;
    border: 1px solid #E5E6E8;
    border-radius: 9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.today-date-wrap {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.76px;
    margin-bottom: 2rem;
}

/* 나누미 출석 체크 */
.attendance-wrap ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.4rem;
}

.attendance-wrap ul li {
    position: relative;
    border-radius: .8rem;
    border: 1px solid #6690FC;
    background: #FFF;
    overflow: hidden;
}

.attendance-wrap ul li .item .usr-name-box {
    padding: 2.8rem 2rem 1.1rem;
    display: flex;
    gap: .6rem;
    align-items: center;
    justify-content: center;
}

.attendance-wrap ul li .item .opge-name {
    position: absolute;
    top: 0;
    left: 0;
    padding: .4rem 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 8px 0px;
    color: #747474;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    background: #EEF1F7;
}

.attendance-wrap ul li .item .usr-name-box img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}

.attendance-wrap ul li .item .usr-name-box span {
    display: -webkit-box;
    max-width: 14rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}

.attendance-wrap ul li .item .footer-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.attendance-wrap ul li .item .footer-btn-box button {
    width: 50%;
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .7rem 0 .9rem;
    border: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    height: 4rem;
}

.attendance-wrap ul li .item .footer-btn-box button img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: cover;
}

.attendance-wrap ul li .item .footer-btn-box button.messege-btn {
    background: #6690FC;
    color: #FFF;
}

.attendance-wrap ul li .item .footer-btn-box button.attendard-check {
    background: #B4B8C1;
    color: rgba(255, 255, 255, .5);
}

.attendance-wrap ul li .item .footer-btn-box button.attendard-check svg g {
    opacity: .5;
}

.attendance-wrap ul li .item .footer-btn-box button.attendard-check.active {
    background: #FF1D3D;
    color: #FFF;
}

.attendance-wrap ul li .item .footer-btn-box button.attendard-check.active svg g {
    opacity: 1;
}

.attendance-confirm-btn-box button {
    border-radius: .8rem;
    background: #5B88FA;
    box-shadow: 0px 5px 12px 0px rgba(102, 144, 252, 0.30);
    color: var(--ffffff, #FFF);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    width: 100%;
    padding: 1.7rem 0 1.6rem;
}

.attendance-wrap .to-nanumi-messege-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: .6rem
}

.attendance-wrap .to-nanumi-messege-btn button {
    display: inline-flex;
    padding: .4rem 1rem .4rem .8rem;
    align-items: center;
    gap: 2px;
    border-radius: .8rem;
    background: #6690FC;
    border: 0;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

.attendance-wrap .to-nanumi-messege-btn button img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: cover;
}

.attendance-wrap ul li.pumi-usr .item {
    padding: 2.4rem 2rem;
}

.attendance-wrap ul li.pumi-usr .item .usr-name-box {
    padding: 0;
    display: flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.attendance-wrap ul li.pumi-usr .item .usr-name-box .left {
    display: flex;
    gap: .6rem;
    align-items: center;
}

.attendance-wrap ul li.pumi-usr .item .usr-name-box .right {
    border-radius: 9rem;
    border: 1px solid #E5E6E8;
    display: inline-flex;
    padding: .2rem .6rem;
    align-items: center;
    gap: 1rem;
}

.attendance-wrap ul li.pumi-usr .item .usr-name-box .right span.date-shape {
    display: flex;
}

.attendance-wrap ul li.pumi-usr .item .usr-name-box .right span span {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.attendance-wrap .attendance-box {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .6rem .2rem;
}

.attendance-wrap .attendance-box .attendance-item {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #FF1D3D;
}

.attendance-wrap .attendance-box .attendance-item.non-attendance {
    color: #747474;
    background: #E5E6E8;
}

.program-info-box .card-item .card-title.nomargin {
    margin: 0;
}

/* mypage popup */
.popup-hd {
    padding: 1.5rem 1.6rem 1.4rem;
}

.popup-hd .closed-btn-box {
    position: absolute;
    right: 1.6rem;
    top: 1.2rem;
}

.popup-hd .closed-btn-box button {
    border: 0;
    background: transparent
}

.popup-hd .popup-title {
    color: #535353;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.popup-bd {
    padding: 1rem 1.6rem;
}

.popup-tab-menu {
    margin-bottom: 2rem;
}

.popup-tab-menu ul {
    border-radius: .8rem;
    display: flex;
    gap: .6rem;
}

.popup-tab-menu ul li {
    flex: 1;
    display: flex;
    border-radius: .8rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid #6690FC;
    color: #6690FC;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.popup-tab-menu ul li.active {
    background: #5B88FA;
    box-shadow: 0px 5px 12px 0px rgba(102, 144, 252, 0.30);
    border: 1px solid #6690FC;
    color: #FFF;
}

.popup-tab-contents .popup-tab-item {
    display: none;
}

.popup-tab-contents .popup-tab-item.active {
    display: block;
}

/* 응원함 */
.cheer-board-wrap ul {
    border-top: 1px solid #B4B8C1;
    border-bottom: 1px solid #B4B8C1;
    padding-top: .6rem;
}

.cheer-board-wrap ul li {
    padding: 1.4rem 0;
    display: flex;
    flex-direction: column;
}

.cheer-board-wrap ul li .title-box {
    display: flex;
    align-items: center;
}

.cheer-board-wrap ul li .title-box .title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    color: #000;
    display: flex;
    align-items: center;
}

.cheer-board-wrap ul li .title-box .new {
    display: inline-flex;
    padding: .2rem .6rem .3rem .6rem;
    justify-content: center;
    align-items: center;
    border-radius: 9rem;
    background: #FF1D3D;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-right: .7rem;
}

.cheer-board-wrap ul li .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cheer-board-wrap ul li .sub .left {
    display: flex;
    align-items: center;
}

.cheer-board-wrap ul li .sub .left .profile-img {
    display: flex;
    margin-right: .6rem;
}

.cheer-board-wrap ul li .sub .left .usr-id {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #000;
}

.cheer-board-wrap ul li .sub .right .reg-date {
    color: #B4B8C1;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
}

/* reverse */
.cheer-board-wrap ul li .title-box .profile-img {
    display: flex;
    margin-right: .6rem;
}

.cheer-board-wrap ul li .title-box .usr-id {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #000;
}

.cheer-board-wrap ul li .sub .left .title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    color: #000;
    display: flex;
    align-items: center;
}

.cheer-board-wrap ul li .sub .left .title .icon {
    display: inline-flex;
    margin-right: .7rem;
}

.cheer-board-wrap ul li .sub .left .new {
    display: inline-flex;
    padding: .2rem .6rem .3rem .6rem;
    justify-content: center;
    align-items: center;
    border-radius: 9rem;
    background: #FF1D3D;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-right: .7rem;
}

/* mypage emotion select */
.emotion-select {
    margin-bottom: 1rem;
}

.text-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 11rem;
    position: relative;
}

.dropdown-title-icon, .dropdown-arrow {
    display: inline-flex;
}

.dropdown-title {
    text-transform: capitalize;
}

.dropdown-button {
    display: flex;
    align-items: center;
    padding: .5rem .5rem .5rem 3rem;
    color: #5B88FA;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    gap: 1.6rem;
}

.dropdown-button svg {
    transition: all var(--transition-time) var(--transition-timing);
    fill: var(--text-color);
}

.dropdown-button svg, .dropdown-button span {
    pointer-events: none;
}

.main-button {
    height: 2.6rem;
    width: 11rem;
    border-radius: var(--border-radius);
    color: #5B88FA;
    background-color: #CBD9FF;
    border: 0;
    transition: all var(--transition-time) var(--transition-timing);
    position: relative;
}

.main-button:focus {
    border: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 98, 246, 0.4);
}

.main-button .dropdown-arrow {
    transition: transform var(--transition-time) var(--transition-timing);
    transform: rotate(var(--rotate-arrow));
    position: absolute;
    right: 0.5rem;
    top: .5rem;
}

.dropdown-arrow svg {
    width: 1.6rem;
    height: 1.6rem;
}

.list-button {
    height: var(--list-button-height);
    transition: color var(--transition-time) var(--transition-timing);
    color: #5B88FA;
    overflow: hidden;
    cursor: none;
    position: relative;
}

.dropdown-list-item .list-button {
    background: #fff;
    border: 0;
    padding: 0;
    justify-content: center;
}

.dropdown-list-container {
    overflow: hidden;
    max-height: var(--dropdown-height);
    transition: max-height var(--transition-time) var(--transition-timing);
    position: absolute;
    width: 11rem;
    top: 3rem;
}

.dropdown-list-wrapper {
    padding: .3rem 0;
    background-color: #FFF;
    border-radius: 1.6rem;
    border: 0;
    overflow: hidden;
}

ul.dropdown-list {
    position: relative;
    list-style-type: none;
}

ul.dropdown-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    height: var(--list-button-height);
    background-color: var(--button-hover-bg-color);
    transition: all var(--transition-time) linear;
    transform: translateY(var(--translate-value));
    border-radius: var(--border-radius);
    pointer-events: none;
}

li.dropdown-list-item {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    opacity: var(--list-opacity);
    transition: opacity 0.8s var(--transition-timing);
    border-bottom: 1px solid #E5E6E8;
}

ul li.dropdown-list-item:last-child {
    border-bottom: 0;
}

.select-item-icon {
    display: none;
    position: absolute;
    top: .9rem;
    left: 1.6rem;
}

.list-button.active .select-item-icon {
    display: flex;
}

/* mypage sm select */
.txt-oneline {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 11rem;
    position: relative;
}

.dropdown-arrow-box {
    display: inline-flex;
}

.dropdown-title-box {
    text-transform: capitalize;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    padding: .5rem 2.4rem .5rem 3rem;
    color: #5B88FA;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    gap: 1.6rem;
    justify-content: flex-end;
}

.dropdown-btn svg {
    transition: all var(--transition-time) var(--transition-timing);
    fill: var(--text-color);
}

.dropdown-btn svg, .dropdown-btn span {
    pointer-events: none;
}

.main-btn {
    height: 2rem;
    width: 11rem;
    border-radius: var(--border-radius);
    color: #535353;
    background-color: transparent;
    border: 0;
    transition: all var(--transition-time) var(--transition-timing);
    position: relative;
}

.main-btn:focus {
    border: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 98, 246, 0.4);
}

.main-btn .dropdown-arrow-box {
    transition: transform var(--transition-time) var(--transition-timing);
    transform: rotate(var(--rotate-arrow));
    position: absolute;
    right: 0rem;
    top: 0rem;
}

.dropdown-arrow-box svg {
    width: 2rem;
    height: 2rem;
}

.list-btn {
    height: var(--list-button-height);
    transition: color var(--transition-time) var(--transition-timing);
    color: #5B88FA;
    overflow: hidden;
    cursor: none;
    position: relative;
}

.dropdown-list-item-box .list-btn {
    background: #fff;
    border: 0;
    padding: 0;
    justify-content: center;
}

.dropdown-list-wrap {
    overflow: hidden;
    max-height: var(--dropdown-height);
    transition: max-height var(--transition-time) var(--transition-timing);
    position: absolute;
    width: 11rem;
    bottom: 3rem;
}

.dropdown-list-box {
    padding: .3rem 0;
    background-color: #FFF;
    border-radius: 1.6rem;
    border: 0;
    overflow: hidden;
}

ul.dropdown-list {
    position: relative;
    list-style-type: none;
}

ul.dropdown-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    height: var(--list-button-height);
    background-color: var(--button-hover-bg-color);
    transition: all var(--transition-time) linear;
    transform: translateY(var(--translate-value));
    border-radius: var(--border-radius);
    pointer-events: none;
}

li.dropdown-list-item-box {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    opacity: var(--list-opacity);
    transition: opacity 0.8s var(--transition-timing);
    border-bottom: 1px solid #E5E6E8;
}

ul li.dropdown-list-item-box:last-child {
    border-bottom: 0;
}

/* new main */
.main-wrap {
    margin: auto;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 65px;
    position: relative;
}

.main-header {
    background: #5B88FA;
    height: 4.8rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 1.6rem;
    z-index: 99;
}

.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box img {
    width: 5.8rem;
    height: 1.6rem;
}

.header-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.header-sub button {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    background: transparent;
    border: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.header-sub button span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-sub button img {
    width: 2.4rem;
    height: 2.4rem;
}

.header-sub button svg {
    width: 2.4rem;
    height: 2.4rem;
}

.header-sub button.alert-btn svg {
    width: 2.6rem;
    height: 2.6rem;
}

.alert-btn svg > g circle {
    fill: transparent;
}

.alert-btn.active svg > g circle {
    fill: #FF1D3D;
}

.main-body {
    background: linear-gradient(180deg, #5B88FA 0%, rgba(102, 144, 252, 0.00) 100%);
    height: calc(100% - 4.8rem);
    min-height: calc(100vh - 4.8rem);
    margin-top: 4.8rem;
    padding: 1.6rem;
}

.main-card {
    background: #fff;
    position: relative;
    z-index: 11;
    padding: 2rem 1.6rem;
    border-radius: 1.5rem;
    margin-bottom: 1.4rem;
    box-shadow: 0px 7px 24px 0px #D8E1F4;
}

.main-card.slick-box {
    padding: 0;
}

.slick-box .card-item {
    height: 12rem;
    position: relative;
}

.main-card .card-item {
    padding: 2rem 1.6rem;
}

.card-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-bd {
    margin-top: 1.4rem;
}

.card-bd ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
}

.card-bd ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .8rem;
    width: 100%;
}

.card-bd ul li > span:nth-child(1) {
    flex-basis: 5.2rem;
}

.card-bd ul li > span:nth-child(2) {
    flex-grow: 1;
}

.card-bd ul li > span:nth-child(3) {
    display: flex;
    align-items: center;
    flex-basis: 3.5rem;
}

.card-bd ul li > span.reple {
    display: flex;
    gap: .4rem;
    color: #747474;
}

.card-bd ul li > span .icon {
    display: flex;
}

.card-bd.overflow {
    overflow: scroll;
}

.card-bd ul li .board-wrap-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .8rem;
    width: 100%;
}

.card-bd ul li .board-wrap-box > span:nth-child(1) {
    flex-basis: 5.2rem;
}

.card-bd ul li .board-wrap-box > span:nth-child(2) {
    flex-grow: 1;
}

.card-bd ul li .board-wrap-box > span:nth-child(3) {
    display: flex;
    align-items: center;
    flex-basis: 3.5rem;
}

.card-bd ul li .board-wrap-box > span.reple {
    display: flex;
    gap: .4rem;
    color: #747474;
}

.card-bd ul li .board-wrap-box > span .icon {
    display: flex;
}

/* main bg */
.main-bg-fixed-wrap {
    width: 100%;
    height: calc(29.7rem - 1.6rem);
    position: relative;
}

.main-bg-box {
    position: absolute;
    height: 37.9rem;
    width: 30.4rem;
}

.main-bg-box img {
    width: 100%;
}

/* new common */
.cmmn-hd .cmmn-sub {
    position: absolute;
    right: 0;
    display: flex;
}

.cmmn-hd .cmmn-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.cmmn-hd .cmmn-sub button {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    background: transparent;
    border: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.cmmn-hd .cmmn-sub button span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmmn-hd .cmmn-sub button span svg {
    width: 2.4rem;
    height: 2.4rem;
}

.cmmn-hd .cmmn-sub button.alert-btn span svg {
    width: 2.6rem;
    height: 2.6rem;
}

/* auth capture mode */
.auth-capture-wrap {
    position: fixed;
    width: 100%;
    height: calc(100vh - 4rem);
    bottom: 0;
    left: 0;
    background: var(--menu-bg, #FFFFFF);
    z-index: 991;
    transition: .5s;
    border-radius: 3rem 3rem 0 0;
    overflow: hidden;
}

.auth-capture-hd {
    padding: 1.8rem 1.6rem 2rem;
}

.auth-capture-hd .closed-btn-box {
    position: absolute;
    right: 1.6rem;
    top: 1.8rem;
}

.auth-capture-hd .closed-btn-box button {
    border: 0;
    background: transparent
}

.auth-capture-hd .auth-title {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
}

.auth-capture-body {
    padding: 0 1.6rem
}

.auth-capture-body .capture-btn-box {
    display: flex;
    gap: .4rem;
    margin-bottom: 3rem;
}

.auth-capture-body .select-img-box {
    position: relative;
}

.auth-capture-body .select-img-box p {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: .6rem;
}

.auth-capture-body .select-img-box .img-box {
    width: 28.8rem;
    height: 28.8rem;
    aspect-ratio: 1 / 1;
    display: flex;
}

.auth-capture-body .select-img-box .img-box img {
    width: 100%;
}

.auth-capture-body .select-img-box .img-del-btn {
    border: 0;
    background: transparent;
    position: absolute;
    top: 3.5rem;
    right: 1rem;
    z-index: 11;
    display: none;
}

.auth-capture-body .select-img-box .img-del-btn.open {
}

.capture-body .capture-btn-box {
    display: flex;
    gap: .4rem;
    margin-bottom: 1.6rem;
}

.capture-body .select-img-box {
    position: relative;
}

.capture-body .select-img-box p {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: .6rem;
}

.capture-body .select-img-box .img-box {
    width: 28.8rem;
    height: 28.8rem;
    aspect-ratio: 1 / 1;
    display: flex;
}

.capture-body .select-img-box .img-box img {
    width: 100%;
}

.capture-body .select-img-box .img-del-btn {
    border: 0;
    background: transparent;
    position: absolute;
    top: 3.5rem;
    right: 1rem;
    z-index: 11;
    display: none;
}

.capture-body .select-img-box .img-del-btn.open {
}

.chall-input-box + .info-box {
    margin-bottom: 3rem;
}

.auth-capture-wrap .submitBtn {
    width: 100%;
    height: 5.2rem;
    color: #FFFFFF;
    background: #5B88FA;
    border: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: .8rem;
    box-shadow: 0px 5px 12px 0px rgba(102, 144, 252, 0.30);
}

/* 응원매시지 보내기 */
.search-box {
    display: flex;
    position: relative;
    margin-bottom: .6rem;
}

.search-box input[type="text"] {
    width: 100%;
    border: 1px solid #B4B8C1;
    border-radius: .8rem;
    padding: 1.8rem 3.8rem 1.7rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.search-box input[type="text"]::placeholder {
    color: #B4B8C1;
}

.search-box input[type="submit"] {
    width: 2.4rem;
    height: 2.4rem;
    background: url("/images/new/mypage/search_black.svg");
    background-repeat: no-repeat;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
}

.search-box button {
    width: 2.4rem;
    height: 2.4rem;
    background: url("/images/new/mypage/search_black.svg");
    background-repeat: no-repeat;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    background-size: cover;
}

.content-search-view .dropdown-container {
    max-width: 100%;
}

.content-search-view .main-button {
    height: auto;
    width: 100%;
    padding: 1.8rem 3.8rem 1.7rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    border: 1px solid #B4B8C1;
    border-radius: .8rem;
    background: #FFF;
    color: #000;
}

.content-search-view .main-button .dropdown-arrow {
    top: 1.4rem;
    right: .6rem;
}

.content-search-view .main-button .dropdown-arrow svg {
    width: 2.4rem;
    height: 2.4rem;
}

.content-search-view .dropdown-list-container {
    border-radius: 0.8rem;
    background: #FFF;
    z-index: 99;
    width: 100%;
    top: 6rem;
}

.content-search-view .dropdown-list-wrapper {
    border: 1px solid #B4B8C1;
}

.content-search-view .dropdown-button {
    font-size: 1.4rem;
    color: #000;
}

.cheer-massege-wrap .total-search {
    border-top: 1px solid #E5E6E8;
    margin: 2rem 0 1rem;
    padding-top: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #535353;
}

.cheer-massege-wrap .total-search span {
    color: #000;
}

.cheer-massege-wrap ul li:last-child {
    margin-bottom: 0;
}

.cheer-massege-wrap ul .item {
    padding: 2rem 1.6rem 2rem 2rem;
    background: #EEF1F7;
    border-radius: .8rem;
    margin-bottom: .6rem;
}

.cheer-massege-wrap .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
}

.cheer-massege-wrap .sub .left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: .6rem;
    flex-direction: column;
}

.cheer-massege-wrap .sub .left .top {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.cheer-massege-wrap .sub .left .profile-img {
    width: 2rem;
    height: 2rem;
    border-radius: 9rem;
    background: #001641;
}

.cheer-massege-wrap .sub .left .profile-img img {
    width: 100%;
}

.cheer-massege-wrap .sub .left .usr-id {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    max-width: 13rem;
    display: -webkit-box;
}

.cheer-massege-wrap .sub .left .bottom {
    display: flex;
    align-items: center;
}

.cheer-massege-wrap .sub .left .bottom.emotion {
    padding-left: 2rem;
    gap: .4rem;
}

.cheer-massege-wrap .sub .left .bottom.emotion .icon {
    display: flex;
    width: 2rem;
    height: 2rem;
}

.cheer-massege-wrap .sub .left .bottom.emotion .icon img {
    width: 100%;
}

.cheer-massege-wrap .sub .left .bottom span {
    color: #5F6164;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

.cheer-massege-wrap .sub .right {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.cheer-massege-wrap .sub .right .reple-count {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.cheer-massege-wrap .sub .right img {
    margin-top: 1px;
}

.cheer-massege-wrap .sub .right .reple-count span {
    color: #747474;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 2rem;
}

.cheer-massege-wrap .sub .right .reg-date {
    color: #B4B8C1;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.cheer-massege-wrap + .pagination-wrap {
    margin: 2rem 0 3rem;
}

.cheer-massege-wrap {
    margin-bottom: 2rem;
}

.cheer-massege-wrap button {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #5B88FA;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    border: 0;
    border-radius: .4rem;
    background: #CBD9FF;
}

.cheer-profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.8rem;
    border-radius: .8rem;
    background: #EEF1F7;
    gap: .45rem;
    margin-bottom: .6rem;
}

.cheer-profile > div {
    display: flex;
    gap: .6rem;
    align-items: center;
}

.cheer-profile .profile-img {
    width: 2rem;
    height: 2rem;
    display: flex;
}

.cheer-profile .profile-img img {
    width: 100%;
}

.cheer-profile .box .usr-id {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    color: #000;
}

.cheer-profile .bottom.emotion {
    display: flex;
    align-items: center;
}

.cheer-profile .bottom.emotion .icon {
    display: flex;
    width: 2.2rem;
    height: 2.2rem;
}

.cheer-profile .bottom.emotion .icon img {
    width: 100%;
}

.cheer-profile .bottom.emotion span {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #5F6164;
}

.txt-area-box {
    border: 1px solid #B4B8C1;
    padding: 1.8rem 2rem;
    overflow: hidden;
    border-radius: .8rem;
    height: 14rem;
}

.txt-area-box textarea {
    resize: none;
    border: 0;
    width: 100%;
    height: 100%;
}

.txt-area-box textarea:focus-visible {
    outline: 0;
}

.txt-area-box:focus-within {
    border-color: #5B88FA;
}

.txt-area-box + .submit-box {
    position: absolute;
    bottom: 10.4rem;
    left: 0;
    width: 100%;
    padding: 0 1.6rem;
}

.txt-area-box + .submit-box input {
    width: 100%;
    border-radius: .8rem;
    background: #5B88FA;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    border: 0;
    height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* footer */
.fixed-ft {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5.7rem;
    border-top: 1px solid #EAE9E9;
    z-index: 1090;
    background: var(--ft-main-bg, #FFFFFF);
}

.fixed-ft ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    padding: 1.1rem 3rem .5rem;
}

.fixed-ft ul li {
    text-align: center;
    width: 3rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-ft ul li img {
    width: 1.6rem;
    aspect-ratio: 1 / 1;
}

.fixed-ft ul li:nth-child(3) {
    width: 3.6rem;
}

.fixed-ft ul li:nth-child(3) img {
    width: 3.6rem;
}

.fixed-ft.active {
    display: none;
}

.fixed-ft {
    display: block;
}

.join-wrap + .fixed-ft {
    display: none;
}

.mypage-card-wrap .nodata-item {
    border-top: 1px solid #B4B8C1;
    border-bottom: 1px solid #B4B8C1;
    padding: 2rem 0;
}

.challenge-grid .nodata-item {
    grid-column: span 2;
    padding: 2rem 0;
    border-top: 1px solid #B4B8C1;
    border-bottom: 1px solid #B4B8C1;
}

.nodata-item {
    padding: 1.4rem 0;
}

.nodata-txt {
    text-align: center;
    font-size: 1.2rem;
}

.uplaod-img-canvas {
    border-radius: 170px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

/* animation */
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* 769px 이상 화면 */
@media screen and (min-width: 769px) {
}

@media screen and (min-width: 501px) {
    .main-bg-box {
        right: -1.6rem;
    }

    .login-contents {
        max-width: 40rem;
    }
}
