@charset "utf-8";

.hidden-mo {
    display: block !important;
}

.hidden-pc {
    display: none !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ellipsis2 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrap {
    margin: 0 auto;
    max-width: 800px;
    padding-top: 66px;
    padding-bottom: 56px;
}

.wrap.login {
    padding-top: 0;
}

.wrap.creator-feed {
    padding-top: 0;
}

.container {
    padding: 0 20px;
}

button {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #fff;
    z-index: 10;
}

header h2 {
    color: #212325;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 138.889% */
    letter-spacing: -0.54px;
}

header .left-wrap .btn-back {
    width: 18px;
    height: 18px;
}

.wrap.sign header {
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
}

.step-wrap {
    position: relative;
    height: 5px;
    background: #D9D9D9;
    margin-bottom: 18px;
}

.step-wrap > span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #524E89;
}

.sign .title-wrap {
    margin-top: 23px;
    margin-bottom: 35px;
    word-break: keep-all;
}

.title-wrap.find-pw {
    margin-top: 48px;
}

.sign .sub-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 57px;
}

.sign .title-wrap strong {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
    letter-spacing: -0.52px;
}

.sign .title-wrap p {
    display: inline-block;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.52px;
}

.input-wrap {
    position: relative;
    padding-bottom: 22px;
}

.input-wrap + .input-wrap {
    margin-top: 43px;
}

.input-wrap label {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11px;
}

.input-wrap input {
    width: 100%;
    padding: 0 8px 6px;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input-wrap .input-position {
    position: relative;
}

.input-wrap .input-position.icon-eye input {
    padding-right: 24px;
}

.input-position.icon-eye .btn-eye {
    position: absolute;
    width: 26px;
    height: 100%;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.input-position.icon-eye .btn-eye:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 12px;
    background-image: url('../images/icon_pw_eye.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.input-position.icon-eye .btn-eye.active:after {
    background-image: url('../images/icon_pw_eye_active.svg');
}

.input-wrap input::placeholder {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.input-wrap .error-text, .input-wrap .desc-text {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #F62424;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-wrap .desc-text {
    color: #D9D9D9;
}

.input-wrap.error .error-text, .input-wrap.error-icon .error-text, .input-wrap.desc .desc-text {
    display: block;
}

.input-wrap.error.desc .desc-text {
    display: none;
}

.input-wrap.error input {
    color: #F62424;
    border-bottom: 1px solid #F62424 !important;
}

.input-wrap input:focus, .input-wrap input:not(:placeholder-shown) {
    border-bottom: 1px solid #000000;
}

.input-wrap input:focus.input-wrap input:not(:placeholder-shown) {
    border:0 !important;
    -webkit-appearance: none; 
    appearance: none;
}

.input-wrap input[type="checkbox"]:focus, .input-wrap input[type="checkbox"]:not(:placeholder-shown) { 
    border : 0 !important;
    -webkit-appearance: none; 
    appearance: none;
   
}
.input-wrap.error input:focus, .input-wrap.error-icon input:focus {
    outline: 0;
}

.input-wrap.confirm input, .input-wrap.error-icon input {
    padding-right: 28px;
}

.input-wrap.error-icon input[type="text"], .input-wrap.error-icon input[type="password"] {
    color: #F62424;
    border-bottom: 1px solid #F62424;
}

.input-wrap.confirm .input-position:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 17px;
    background: url(../images/icon_input_confirm.svg) no-repeat center;
    background-size: cover;
}

.input-wrap.error-icon .input-position:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon_input_error.svg) no-repeat center;
    background-size: cover;
}

.input-wrap input.read-only {
    border: 0;
    padding: 0 0 5px;
}

.input-wrap input.read-only:focus {
    outline: 0;
}

.sign .btn-wrap {
    margin-top: 40px;
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 100px;
    background: #524E89;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.btn:active {
    background: #7774A5;
    color: #DFDFDF;
}

.btn.disabled {
    background: #D9D9D9;
    pointer-events: none;
}

.btn.disabled-color {
    background: #D9D9D9;
}

.btn.disabled:active, .btn.disabled-color {
    background: #D9D9D9;
    color: #fff;
}

.login .logo-wrap {
    margin: 50px 0 55px;
}

.login .logo-wrap img {
    display: block;
    margin: 0 auto;
}

.login .input-wrap + .input-wrap {
    margin-top: 13px;
}

.login .input-wrap .btn-find-wp {
    position: absolute;
    right: 0;
    bottom: 0px;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login .btn-wrap {
    margin: 19px 0 50px;
}

.login .line-wrap {
    position: relative;
    height: 18px;
    margin-bottom: 12px;
}

.login .line-wrap span {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 12px;
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 1;
}

.login .line-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #D9D9D9;
}

.login .sns-login-wrap {
    margin-bottom: 88px;
}

.login .sns-login-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login .sns-login-wrap ul li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.login .sns-login-wrap ul li a:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.login .sns-login-wrap ul li a.google:before {
    background-image: url(../images/icon_sns_google.svg);
}

.login .sns-login-wrap ul li a.apple:before {
    background-image: url(../images/icon_sns_apple.svg);
}

.login .sns-login-wrap ul li a.email:before {
    background-image: url(../images/icon_sns_email.svg);
}

.select-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.select-wrap select {
    display: flex;
    height: 30px;
    border-radius: 54px;
    border: 1px solid #CBCBCB;
    color: #CBCBCB;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 24px 0 18px;
    appearance: none;
    background: url('../images/icon_select_arrow.svg') no-repeat 80% 51%/7px auto;
}

.check-box-wrap {
    padding: 18px 20px 19px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.check-wrap {
    position: relative;
}

.check-wrap input {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}

.check-wrap label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.check-wrap label > a {
    position: relative;
    flex: 1;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding-right: 10px;
}

.check-wrap label > a.option {
    color: #D9D9D9;
}

.check-wrap > input:checked + label .option {
    color: #000;
}

.check-wrap label > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 9px;
    background: url(../images/icon_label_arrow.svg) no-repeat center;
}

.check-wrap input + label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

.check-wrap input:checked + label:before {
    background: #000 url(../images/icon_checkbox.svg) no-repeat center;
    border: 1px solid #000;
}

.check-wrap + .check-wrap {
    margin-top: 14px;
}

.check-box-wrap hr {
    margin: 0;
    border: 0;
    height: 1px;
    background: #D9D9D9;
    margin: 14px 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #524E89;
}

.swiper-horizontal>.swiper-pagination-progressbar {
    height: 5px;
    overflow: hidden;
}

.popup-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup-wrap.active {
    display: block;
    z-index: 21;
}

.popup-wrap .dim {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.popup-wrap .popup-contents {
    position: absolute;
    width: 90%;
    max-width: 300px;
    left: 50%;
    top: 50%;
    border-radius: 6px;
    background: #FFF;
    transform: translate(-50%, -50%);
    padding: 36px 32px 30px;
}

.popup-wrap.active .popup-contents {
    animation: popupAnimation 0.5s ease-in-out;
}

.popup-wrap .popup-body > strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}

.popup-wrap .popup-body > p {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 27px;
}

.popup-wrap .btn {
    height: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@keyframes popupAnimation {
    from {
        transform: translateX(-50%) translateY(0%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes popupAnimationClose {
    from {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: translateX(-50%) translateY(0%);
        opacity: 0;
    }
}

@keyframes popupBottomAnimation {
    from {
        bottom: -50%;
        opacity: 0;
    }
    to {
        bottom: -50px;
        opacity: 1;
    }
}

@keyframes popupBottomAnimationClose {
    from {
        bottom: -50px;
        opacity: 1;
    }
    to {
        bottom: -50%;
        opacity: 0;
    }
}

@keyframes popupRightAnimation {
    from {
        right: -50%;
    }
    to {
        right: 0;
    }
}

@keyframes popupRightAnimationClose {
    from {
        right: 0;
    }
    to {
        right: -50%;
    }
}

.alert-wrap {
    display: none;
    position: fixed;
    width: 90%;
    max-width: 380px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 80px;
    z-index: 25;
}

.alert-wrap.active {
    display: block;
    animation: popupAnimation 0.5s ease-in-out;
}

.alert-wrap .alert-body {
    border-radius: 6px;
    background: #000;
    padding: 15px 34px 14px 16px;
}

.alert-wrap .alert-body p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.alert-wrap .alert-body .btn-alert-close {
    position: absolute;
    right: 16px;
    top: 15px;
}

header .left-wrap .top-text {
    display: none;
    pointer-events: none;
}

header .right-wrap {
    display: flex;
    gap: 22px;
    align-items: center;
}

header .right-wrap .btn-menu {
    display: none;
}

header.scroll {
    background: linear-gradient(180deg, rgba(54, 54, 54, 0.80) 0%, rgba(0, 0, 0, 0.00) 91.18%);
    height: 136px;
    transition: background,height .5s;
}

header.scroll img {
    filter: invert(1);
}

header.scroll.active img {
    filter: none;
}

header.scroll.active {
    background: #fff;
    height: 60px;
}

header.scroll .left-wrap {
    min-width: 20px;
}

header.scroll .center-wrap {
    opacity: 0;
    transition: all .5s;
}

header.scroll.active .center-wrap {
    opacity: 1;
}

header .center-wrap p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-swiper-wrap .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.swiper-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    gap: 5px;
    bottom: 15px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0;
    background: #fff;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #524E89;
}

.contents-wrap {
    position: relative;
    padding: 15px 0 0;
}

.contents-wrap.creatorFeed {
    padding: 0;
}

.contents-header {
    position: sticky;
    top: 60px;
    z-index: 8;
    background: #fff;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 2;
}

.tabs-wrap {
    display: flex;
    gap: 20px;
}

.tabs-wrap > button {
    display: flex;
    gap: 3px;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #D9D9D9;./
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
}

.tabs-wrap > button.active {
    color: #000;
}

.tabs-wrap > button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #000;
    transition: all .5s;
}

.tabs-wrap > button.active:after {
    width: 100%;
}

.tabs-wrap button.icon:before {
    content: '';
    display: block;
    width: 11px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabs-wrap button.icon.icon-lock:before {
    background-image: url(../images/icon_lock.svg);
}

.tabs-wrap button.icon.icon-lock.active:before {
    background-image: url(../images/icon_lock_active.svg);
}

.contents-header .item-box .btn-align {
    display: none;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contents-header .item-box .btn-align.active {
    display: flex;
}

.contents-body .tit {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 21px 0 15px;
}

.img-list-wrap > ul {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.img-list-wrap .img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    border-radius: 7px;
    margin-bottom: 9px;
}

.img-list-wrap .img-wrap > img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.img-list-wrap > ul > li {
    margin-bottom: 11px;
    width: calc(50% - 9px);
}

.img-list-wrap > ul > li > a {
    display: block;
}

.img-list-wrap > ul > li > a > strong {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.img-list-wrap .sub-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-tabs-wrap {
    margin: 13px 0 0;
    display: flex;
}

.feed-tabs-wrap > button {
    position: relative;
    height: 42px;
    flex: 1;
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
    border-top: 0.7px solid #B9B9B9;
    border-bottom: 0.7px solid #B9B9B9;
    padding: 0 4px;
    color: #4E4E4E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-tabs-wrap > button:first-child {
    border-left: 0.7px solid #B9B9B9;
    border-radius: 4px 0 0 4px;
}

.feed-tabs-wrap > button:last-child {
    border-right: 0.7px solid #B9B9B9;
    border-radius: 0 4px 4px 0;
}

.feed-tabs-wrap > button + button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20.5px;
    background: #D9D9D9;
}

.feed-tabs-wrap > button.active {
    background: #000;
    border-top: 1px solid #000;
    color: #fff;
    border-bottom: 1px solid #000;
}

.feed-tabs-wrap > button.active:first-child {
    border-left: 0.7px solid #000;
}

.feed-tabs-wrap > button.active:last-child {
    border-right: 0.7px solid #000;
}

.feed-tabs-wrap > button.active +  button:before {
    content: none;
}

.feed-tabs-wrap > button +  button.active:before {
    content: none;
}


.feed-tabs-wrap > button > img.active {
    display: none;
}

.feed-tabs-wrap > button.active > img.active {
    display: block;
}

.feed-tabs-wrap > button.active > img {
    display: none;
}

.contents-body .tab-contents {
    display: none;
    background: #ffffff;
}

.creator-feed .contents-body .tab-contents {
   padding-bottom: 80px;
}

.contents-body .tab-contents.active {
    display: block;
}

.feed-list-wrap {
    position: relative;
    padding: 23px 0 17px;
    margin-bottom: 11px;
    background: #fff;
    z-index: 1;
}

.feed-list-wrap:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 11px;
    background: #F3F3F3;
}

.feed-list-wrap:last-child:after {
    content: none;
}

.feed-list-wrap:last-child {
    margin-bottom: 0;
}

.feed-list-wrap .feed-header {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.feed-list-wrap .feed-header .item-box {
    display: flex;
    gap: 12px;
}

.feed-list-wrap .feed-header .item-box.left > a {
    display: flex;
    gap: 12px;
}

.feed-list-wrap .feed-header .item-box .img-wrap {
    overflow: hidden;
    position: relative;
    width:  46px;
    height: 46px;
    background: #F2F1FF;
    border-radius: 50%;
}

.feed-list-wrap .feed-header .item-box .img-wrap > img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feed-list-wrap .feed-header .item-box.right {
    gap: 11px;
    position: relative;
}

.feed-list-wrap .feed-header .item-box.right .more-popup {
    display: none;
    position: absolute;
    right: 3px;
    top: 20px;
    border-radius: 5px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.17);
    z-index: 5;
}

.feed-list-wrap .feed-header .item-box.right .more-popup.active {
    display: block;
}

.feed-list-wrap .feed-header .item-box.right .more-popup > button {
    display: flex;
    width: 92px;
    height: 46px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.feed-list-wrap .feed-header .item-box.right .more-popup > button + button {
    border-top: 1px solid #EFEFEF;
}

.feed-list-wrap .feed-header .item-box.right .btn-all {
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 30px;
    border: 1px solid #524E89;
    color: #524E89;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
}

.feed-list-wrap .feed-header .item-box.right .btn-plan {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 0 12px;
    height: 25px;
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #524E89;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
}


.feed-list-wrap .feed-header .info-wrap .name {
    display: flex;
    gap: 3px;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.feed-list-wrap .feed-header .info-wrap .name.favorites:after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/icon_card_favorites.svg) no-repeat center;
    background-size: cover;
}

.feed-list-wrap .feed-header .info-wrap .time {
    color: #B9B9B9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-list-wrap .feed-header .item-box .btn-more {
    display: flex;
    height: 100%;
    padding-top: 12px;
}


.feed-list-wrap .feed-body .text-box {
    position: relative;
    margin-bottom: 14px;
}

.feed-list-wrap .feed-body .text-box p, .feed-list-wrap .feed-body .text-box a {
    display: block;
    max-height: 62px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
}

.feed-list-wrap .feed-body .text-box .btn-more {
    display: none;
    color: #B9B9B9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.feed-list-wrap .feed-body .text-box .btn-more.active {
    display: block;
}

.feed-swiper-wrap {
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    background: #000000;
}

.feed-swiper-wrap img {
    display: block;
    width: 100%;
}

.swiper-slide {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.dot-wrap {
    position: relative;
    margin-bottom: 13px;
}

.dot-wrap .swiper-pagination-bullets {
    position: relative;
    height: 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    top: 0;
}

.dot-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #D9D9D9;
    width: 5px;
    height: 5px;
    margin: 0;
    opacity: 1;
}

.dot-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #524E89;
}

.feed-swiper-wrap .swiper-button-next, .feed-swiper-wrap .swiper-button-prev {
    width: 52px;
    top: 0;
    margin: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.feed-swiper-wrap .swiper-button-prev {
    left: 0;
    right: auto;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.44) 100%);

}

.feed-swiper-wrap .swiper-button-next:after, .feed-swiper-wrap .swiper-button-prev:after {
    content: '';
    width: 10px;
    height: 19px;
    background-image: url(../images/icon_feed_slider_next.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feed-swiper-wrap .swiper-button-prev:after {
    background-image: url(../images/icon_feed_slider_prev.svg);
}

.feed-swiper-wrap .swiper-button-disabled {
    display: none;
}

.feed-list-wrap  .feed-footer {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.feed-list-wrap  .feed-footer .item-box {
    display: flex;
    gap: 11px;
}

.feed-list-wrap .feed-footer .item-box > button {
    display: flex;
    gap: 3px;
    align-items: center;
}

.feed-list-wrap  .feed-footer .item-box > button > span {
    color: #B9B9B9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.feed-list-wrap  .feed-footer .item-box > button:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feed-list-wrap  .feed-footer .item-box > button.btn-heart:before {
    width: 17px;
    height: 15px;
    background-image: url(../images/icon_feed_heart.svg);
    margin-right: 2px;
}

.feed-list-wrap .feed-footer .item-box > button.btn-heart.active:before {
    background-image: url(../images/icon_feed_heart_active.svg);
}

.feed-list-wrap  .feed-footer .item-box > button.btn-comment:before {
    width: 17px;
    height: 15px;
    background-image: url(../images/icon_feed_comment.svg);
    margin-right: 3px;
}

.feed-list-wrap  .feed-footer .item-box > button.btn-favorites:before {
    width: 12px;
    height: 17px;
    background-image: url(../images/icon_feed_favorites.svg);
}

.feed-list-wrap  .feed-footer .item-box > button.btn-favorites.active:before {
    width: 12px;
    height: 17px;
    background-image: url(../images/icon_feed_favorites_active.svg);
}

.feed-list-wrap .secret-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 29px;
}

.feed-list-wrap .secret-wrap .bg {
    width: 100%;
}

.feed-list-wrap .secret-wrap .inner-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.48);
}

.feed-list-wrap .secret-wrap .txt {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3px;
}

.feed-list-wrap .secret-wrap .desc {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 11px;
}

.feed-list-wrap .secret-wrap .desc > span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}

.feed-list-wrap .secret-wrap .btn-lock {
    display: flex;
    height: 37px;
    align-items: center;
    gap: 8px;
    color: #524E89;
    font-size: 13.245px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 30px;
    border-radius: 46px;
    background: #FFF;
}

.feed-list-wrap .secret-wrap .btn-lock:active {
    background: #C9C9C9;
}

.feed-list-wrap .secret-wrap .d-flex {
    display: flex;
    gap: 26px;
    align-items: center;
    margin-top: 2px;
}

.feed-list-wrap .secret-wrap .d-flex > button {
    position: relative;
    width: 80px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #524E89;
    font-size: 13.245px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 46px;
    background: #FFF;
}

.feed-list-wrap .secret-wrap .d-flex > button:active {
    background: #C9C9C9;
}

.feed-list-wrap .secret-wrap .d-flex > button + button:before {
    content: '';
    width: 0.5px;
    height: 36px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.39);
    position: absolute;
    left: -13px;
    top: 50%;
}

.feed-list-wrap .secret-wrap .view-box {
    position: absolute;
    right: 12px;
    top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    height: 20px;
    padding: 0 9px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.50);
}

.feed-list-wrap .secret-wrap .view-box > button {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.data-none {
    background: #fff;
    padding: 56px 0;
}

.data-none > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.data-none .container > img {
    margin-bottom: 14px;
}

.data-none .container > strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 9px;
}

.data-none .container > p {
    color: #B9B9B9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 28px;
    text-align: center;
}

.data-none .btn-home {
    width: 100%;
    height: 39px;
    max-width: 289px;
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #524E89;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#mainTab3 .notice-wrap {
    background: #E7E2FD;
    padding: 11px 20px;
    margin-top: 16px;
}

#mainTab3 .notice-wrap p {
    text-align: center;
    color: #2A2A2A;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-dm {
    z-index: 5;
    position: fixed;
    bottom: 24px;
    right: 32px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-image: url(../images/icon_dm.svg);
    background-repeat: no-repeat;
    background-position: 50% 19px;
    background-color: #524E89;
}

.btn-dm:active {
    background-image: url(../images/icon_dm_active.svg);
    background-color: #2F2D52;
}

.popup-wrap .bottom-contents {
    position: absolute;
    width: 100%;
    height: 255px;
    left: 0;
    bottom: -50px;
    border-radius: 10px;
    padding: 29px;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.popup-wrap .bottom-contents {
    animation: popupBottomAnimation 0.5s cubic-bezier(0.65, 0.01, 0.38, 1.46);
}

.popup-wrap .bottom-contents .align-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.popup-wrap .bottom-contents .align-box button {
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-wrap .bottom-contents .align-box button.active {
    color: #524E89;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-wrap .bottom-contents .pay-wrap > strong {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 24px;
}

.popup-wrap .bottom-contents .pay-wrap .coin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 28px;
}

.popup-wrap .bottom-contents .pay-wrap .coin > span {
    color: #524E89;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-wrap .bottom-contents .btn-wrap > button {
    height: 42px;
}

.popup-wrap .bottom-contents .btn-wrap > .cancel {
    background: #EFEFEF;
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#paymentPopup .bottom-contents {
    padding-top: 41px;
    height: 300px;
}

#copyAlert.alert-wrap {
    bottom: auto;
    top: 30px;
    width: calc(100% - 40px);
}

#copyAlert.alert-wrap .alert-body p, #errorTitleAlert.alert-wrap .alert-body p, #errorTextAlert.alert-wrap .alert-body p, #replyTextAlert.alert-wrap .alert-body p {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

#menuWrap .menu-contents {
    position: absolute;
    width: 72%;
    max-width: 320px;
    height: 100vh;
    left: auto;
    right: 0;
    top: 0;
    background: #FFF;
    overflow-y: auto;
    transition: all .5s;
    animation: popupRightAnimationClose 0.5s ease-in-out;
}

#menuWrap .menu-contents.active {
    right: -320px;
    transition: all .5s;

}

#menuWrap.active .menu-contents {
    animation: popupRightAnimation 0.5s ease-in-out;
}

#menuWrap .menu-top {
    padding: 22px 32px 21px;
}

#menuWrap .menu-top .menu-logo {
    margin-bottom: 27px;
}

#menuWrap .menu-top .menu-logo > .img-mo {
    display: block;
}

#menuWrap .menu-top .menu-logo > .img-pc {
    display: none;
}

#menuWrap .menu-top .menu-logo > img {
    display: block;
}

#menuWrap .menu-top .profile-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 17px;
}

#menuWrap .menu-top .profile-wrap .img-wrap {
    position: relative;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
}

#menuWrap .menu-top .profile-wrap .img-wrap > img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#menuWrap .menu-top .profile-wrap > p {
    padding-top: 11px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menuWrap .menu-top .coin-wrap {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

#menuWrap .menu-top .coin-wrap .tit {
    display: block;
    color: #B9B9B9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menuWrap .menu-top .coin-wrap .box-inner {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#menuWrap .menu-top .coin-wrap .item-box.left {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

#menuWrap .menu-top .coin-wrap .item-box.left .text-wrap {
    color: #524E89;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menuWrap .menu-top .coin-wrap .item-box.left .text-wrap span {
    color: #524E89;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menuWrap .menu-top .coin-wrap .item-box.right > button {
    display: flex;
    height: 27px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 37px;
    background: #524E89;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menuWrap hr {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #EFEFEF;
    margin: 0 1.5px;
}

#menuWrap .menu-body {
    padding: 26px 32px;
}

#menuWrap .menu-body .menu-nav > ul > li {
    margin-bottom: 16px;
}

#menuWrap .menu-body .menu-nav > ul > li > a {
    display: inline-block;
    position: relative;
    color: #D9D9D9;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 163.636% */
    letter-spacing: -0.44px;
}

#menuWrap .menu-body .menu-nav > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #000;
    transition: all .5s;
}

#menuWrap .menu-body .menu-nav > ul > li > a.active {
    color: #000;
}

#menuWrap .menu-body .menu-nav > ul > li > a.active:after {
    width:  100%;
}

.main .contents-wrap > .tab-contents {
    display: none;
}

.main .contents-wrap > .tab-contents.active {
    display: block;
}

.bg-cf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 240px;
    z-index: 1;
    background: #000000;
}

.bg-cf img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cf-wrap {
    position: relative;
    z-index: 2;
    padding-top: 220px;

}

.cf-wrap > .container {
    position: relative;
    background: #fff;
    padding: 65px 20px 17px;
    border-radius: 20px 20px 0 0;
}

.cf-wrap .profile {
    position: absolute;
    left: 20px;
    top: -47px;
    width: 103px;
    height: 103px;
    border-radius: 50%;
    overflow: hidden;
    background: #e0e0e0;
}

.cf-wrap .profile > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.cf-wrap .sns-link-wrap {
    position: absolute;
    right: 20px;
    top: 27px;
    width: 137px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 7px;
}

.cf-wrap .cf-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    display: flex;
    gap: 3px;
    align-items: center;
    margin-bottom: 3px;
}

.cf-wrap .cf-name.icon-badge:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/icon_badge.svg) no-repeat center;
}

.cf-wrap .info-total-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 7px;
}

.cf-wrap .info-total-wrap > div {
    position: relative;
    display: flex;
    gap: 3px;
    align-items: center;
}

.cf-wrap .info-total-wrap > div > p {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cf-wrap .info-total-wrap > div > p.color-point {
    color: #524E89;
}

.cf-wrap .info-total-wrap > div > span {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cf-wrap .info-total-wrap > div + div:before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    background: #D9D9D9;
}

.cf-wrap .info-text-wrap > p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    max-height: 55px;
}

.cf-wrap .info-text-wrap .btn-more {
    display: none;
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cf-wrap .info-text-wrap .btn-more.active {
    display: block;
}

.cf-wrap .follow-warp {
    position: relative;
    display: flex;
    gap: 5px;
    margin-top: 14px;
}

.cf-wrap .follow-warp > button {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    height: 32px;
    border-radius: 5px;
    background: #EFEFEF;
}

.cf-wrap .follow-warp .btn-follow {
    display: none;
    margin-right: 2px;
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cf-wrap .follow-warp .btn-follow.active {
    display: block;
}

.cf-wrap .follow-warp .more-popup {
    display: none;
    position: absolute;
    right: 0px;
    top: 38px;
    border-radius: 5px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.17);
    z-index: 5;
}

.cf-wrap .follow-warp .more-popup.active {
    display: block;
}

.cf-wrap .follow-warp .more-popup > button {
    display: flex;
    gap: 4px;
    width: 92px;
    height: 46px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cf-wrap .follow-warp .more-popup button + button {
    border-top: 1px solid #EFEFEF;
}

.cf-wrap .follow-warp .more-popup .btn-unfollow {
    display: none;
}

.cf-wrap .follow-warp .more-popup .btn-unfollow.active {
    display: flex;
}

.cf-wrap .follow-warp > .btn-message > span {
    display: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cf-wrap .follow-warp > .btn-message.active {
    width: 100%;
}

.cf-wrap .follow-warp > .btn-message.active > span {
    display: block;
}

.cf-wrap .follow-warp > .btn-message.active > img {
    margin-top: 4px;
}


.cf-tabs-wrap {
    display: flex;
    position: sticky;
    top: 60px;
    z-index: 2;
}

.cf-tabs-wrap > button {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
}

.cf-tabs-wrap > button.active {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cf-tabs-wrap > button:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    transition: all .5s;
    z-index: 2;
}

.cf-tabs-wrap > button:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #EFEFEF;
    z-index: 1;
}


.cf-tabs-wrap > button.active:after {
    width: 100%;
}

.cf-wrap .cf-bottom {
    background: #fff;
    min-height: 500px;
}

.cf-wrap .tab-contents .scroll-wrap {
    position: sticky;
    top: 100px;
    padding: 13px 0 18px 20px;
    background: #fff;
    z-index: 2;
}

.cf-wrap .tab-contents .test-wrap {
    height: 300px;
}

.cf-wrap .tab-contents .scroll-wrap {
    padding-left: 20px;
}

.cf-wrap .tab-contents .swiper-wrapper .swiper-slide {
    width: auto;
    margin: 0;
}

.cf-wrap .tab-contents .swiper-wrapper .swiper-slide button {
    display: flex;
    height: 35px;
    padding: 0 15px;
    border-radius: 19px;
    border: 1px solid #D9D9D9;
    justify-content: center;
    align-items: center;
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cf-wrap .tab-contents .swiper-wrapper .swiper-slide button.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.list-align-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.list-align-wrap .item-box {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.list-align-wrap .btn-authority {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list-align-wrap .btn-authority:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/icon_btn_check.svg) no-repeat center;
}

.list-align-wrap .btn-authority.active:before {
    background: url(../images/icon_btn_check_active.svg) no-repeat center;
}

.list-align-wrap .btn-align {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list-align-wrap .btn-align-list {
    width: 17px;
    height: 17px;
    background: url(../images/icon_align_list.svg) no-repeat center;
}

.list-align-wrap .btn-align-list.active {
    width: 17px;
    height: 17px;
    background: url(../images/icon_align_card.svg) no-repeat center;
}

.bottom-fixed-wrap {
    position: fixed;
    bottom: 75px;
    left: 0;
    z-index: 11;
    width: 100%;
}

.feed-card-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 27px;
    column-gap: 7px;
    padding: 0 20px;
}

.feed-card-wrap .feed-card-item {
    width: calc(50% - 4px);
}

.feed-card-wrap .feed-card-item > a {
    display: block;
}

.feed-card-wrap .feed-card-item .img-wrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 106%;
    border-radius: 6px;
    margin-bottom: 7px;
    border: 1px solid #E9E9E9;
}

.feed-card-wrap .feed-card-item .img-wrap > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.feed-card-wrap .feed-card-item a > p {
    margin-bottom: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.feed-card-wrap .feed-card-item .desc-wrap {
    display: flex;
    gap: 8px;
}

.feed-card-wrap .feed-card-item .desc-wrap > div {
    display: flex;
    gap: 2px;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    position: relative;
}

.feed-card-wrap .feed-card-item .desc-wrap > div + div::before {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    background: #D9D9D9;
}

.feed-card-wrap .feed-card-item .desc-wrap > div > p {
    color: #ACACAC;
    font-weight: 400;
}

.feed-card-wrap .feed-card-item .desc-wrap > div > span {
    font-weight: 700;
    color: #ACACAC;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .dim {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg_feed_secret.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .dim:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 18px;
    background: url(../images/icon_feed_secret.svg) no-repeat center;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .top {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 7px;
    display: grid;
    gap: 5px;
    justify-items: start;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .deco {
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    height: 20px;
    padding: 0 8px;
    align-items: center;
    border-radius: 18.789px;
    background: #524E89;
    color: #FFF;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .deco.white {
    color: #524E89;
    background: #ffffff;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .deco.star {
    width: 44px;
    gap: 2px;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .deco.white > img {
    height: 10px;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .bottom {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 7px;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .bottom .view-box {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 20px;
    padding: 0 9px;
    border-radius: 14px;
    background: #55575A;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .bottom .view-box > button {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.feed-card-wrap .feed-card-item .img-wrap .deco-wrap .favorites {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 2;
}

.cf-wrap .top-notice {
    margin: 16px 0 36px;
    padding: 11px 20px 10px;
    background: #E7E2FD;
    text-align: center;
}

.cf-wrap .top-notice > strong {
    display: block;
    margin-bottom: 3px;
    color: #2A2A2A;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cf-wrap .top-notice > p {
    color: #2A2A2A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ticket-list-wrap {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 24px;
}

.ticket-list-wrap:first-child {
    padding-top: 18px;
}

.ticket-list-wrap:first-child .contenst-wrap .btn-check {
    top: 0;
}

.ticket-list-wrap.active {
    border: 1px solid #726DC3;
    outline: 1px solid #726DC3;
}

.ticket-list-wrap + .ticket-list-wrap {
    margin-top: 18px;
}

.ticket-list-wrap .img-wrap {
    position: relative;
    border-radius: 5px;
    margin-bottom: 7px;
}

.ticket-list-wrap .img-wrap img {
    display: block;
    width: 100%;
}

.ticket-list-wrap .contenst-wrap {
    position: relative;
}

.ticket-list-wrap .contenst-wrap .btn-check {
    position: absolute;
    top: 18px;
    right: 0;
    width: 23px;
    height: 23px;
    background: url(../images/icon_ticket_check.svg) no-repeat center;
}

.ticket-list-wrap .contenst-wrap .btn-check.active {
    background: url(../images/icon_ticket_check_active.svg) no-repeat center;
}

.ticket-list-wrap .contenst-wrap .title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.ticket-list-wrap .contenst-wrap .price-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ticket-list-wrap .contenst-wrap .price-wrap p {
    color: #000;
    font-size: 24.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ticket-list-wrap .contenst-wrap .price-wrap span {
    color: #ACACAC;
    font-size: 15.73px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ticket-list-wrap .contenst-wrap .price-wrap .mark {
    display: flex;
    height: 23px;
    align-items: center;
    padding: 0 11px;
    border-radius: 28px;
    border: 0.348px solid #9043F7;
    color: #8B42EC;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 6px;
}

.ticket-list-wrap .contenst-wrap .text-box {
    margin-bottom: 12px;
}

.ticket-list-wrap .contenst-wrap .text-box p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-height: 38px;
    overflow: hidden;
    margin-bottom: 3px;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-more {
    opacity: 0;
    pointer-events: none;
    color: #9A9A9A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-more.active {
    opacity: 1;
    pointer-events: auto;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-bottom-wrap {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    align-items: center;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-bottom-wrap .item-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-bottom-wrap .item-box button {
    display: flex;
    align-items: center;
    gap: 3px;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-bottom-wrap .item-box .btn-favorites:before {
    content: '';
    display: block;
    width: 11px;
    height: 16px;
    background: url(../images/icon_ticket_favorites.svg) no-repeat center;
    background-size: cover;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-bottom-wrap .item-box .btn-favorites.active:before {
    background: url(../images/icon_ticket_favorites_active.svg) no-repeat center;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-bottom-wrap .item-box button > span {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ticket-list-wrap .contenst-wrap .text-box .btn-bottom-wrap .btn-share {
    height: 18px;
}


.ticket-list-wrap .contenst-wrap .arccordion-wrap {
    border-radius: 5px;
    border: 0.5px solid #000;
}

.ticket-list-wrap .contenst-wrap .arccordion-wrap > button {
    position: relative;
    display: flex;
    gap: 3px;
    height: 38px;
    align-items: center;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 19px 0 18px;
    text-align: left;
}

.ticket-list-wrap .contenst-wrap .arccordion-wrap > button:after {
    content: '';
    position: absolute;
    right: 19px;
    width: 18px;
    height: 11px;
    background: url(../images/icon_arccordion_arrow.svg) no-repeat center;
}

.ticket-list-wrap .contenst-wrap .arccordion-wrap > button.active:after {
 transform: rotate(180deg);
}

.ticket-list-wrap .contenst-wrap .arccordion-wrap .arccordion-body {
    display: none;
    padding: 0 27px 19px 34px;
}

.ticket-list-wrap .contenst-wrap .arccordion-body li > p {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ticket-list-wrap .contenst-wrap .arccordion-body li p span {
    display: inline-block;
    margin-right: 6px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#copyLinkAlert.alert-wrap, #errorTitleAlert.alert-wrap, #errorTextAlert.alert-wrap, #replyTextAlert.alert-wrap {
    bottom: auto;
    top: 30px;
    width: calc(100% - 40px);
}

#copyLinkAlert.alert-wrap .alert-body {
    background: #fff;
    box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.17);
}

#copyLinkAlert.alert-wrap .alert-body p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


#followAlert.alert-wrap {
    bottom: auto;
    top: 50px;
    width: calc(100% - 40px);
    max-width: 334px;
}

#followAlert.alert-wrap .alert-body {
    padding: 12px 20px 14px;
    background: #fff;
    box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.17);
}

#followAlert.alert-wrap .alert-body .inner-box {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

#followAlert.alert-wrap .alert-body .inner-box p {
    display: inline-block;
    color: #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-left: 4px;
}

#followAlert.alert-wrap .alert-body .inner-box p span {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#followAlert.alert-wrap .alert-body .inner-box .btn-close img {
    filter: invert(1);
}

.swiper-popup-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 21;
}

.swiper-popup-wrap.active {
    display: block;
}

.swiper-popup-wrap .dim {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}

.swiper-popup-wrap .swiper-header {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    z-index: 3;
}

.swiper-popup-wrap .swiper-header .notice-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px 8px 40px;
    background: #262626;
    z-index: -1;
}

.swiper-popup-wrap .notice-wrap > p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.swiper-popup-wrap .notice-wrap > p > span {
    color: #FF5B5B;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.swiper-popup-wrap .swiper-body {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.swiper-popup-wrap .swiper-body .swiper {
    height: 100%;
}

.swiper-popup-wrap .detail-img-wrap .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.swiper-popup-wrap .dot-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%;
    z-index: 1;
}

#cfTab3 .scroll-wrap {
    padding-bottom: 7px;
}

.community-top-box {
    position: relative;
    padding: 21px 36px 16px 22px;
    border-radius: 6px;
    background: #E7E2FD;
    max-width: 750px;
    margin: 0 auto 1px;
}

.community-top-box .deco {
    position: absolute;
    top: 19px;
    right: 38px;
}

.community-top-box > p {
    font-size: 10.572px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.community-top-box > strong {
    display: block;
    font-size: 16.312px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}

.community-top-box .btn-message {
    border-radius: 200px;
    background: #FFF;
    display: flex;
    height: 31px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    width: 100%;
    color: #524E89;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.feed-list-wrap .feed-body .text-box .item-box {
    width: 100%;
}

.feed-list-wrap .feed-body .text-box .item-box.right {
    width: auto;
}

.feed-list-wrap .feed-header .item-box.right .notice-text {
    min-width: 29px;
    display: flex;
    align-items: center;
    height: 19px;
    padding: 0 5px;
    border-radius: 2px;
    background: #EFEFEF;
    color: #9E9E9E;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.feed-list-wrap .feed-body .text-box .item-box strong.title {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.feed-list-wrap .feed-body .text-box .item-box p.text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-list-wrap .feed-body .text-box.d-flex {
    display: flex;
    gap: 25px;
}

.feed-list-wrap .feed-body .text-box .right .img-wrap {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 6px;
}

.feed-list-wrap .feed-body .text-box .right .img-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feed-list-wrap .feed-body .text-box .right .img-wrap .deco-img {
    position: absolute;
    top: 5px;
    right: 5px;
}

.feed-list-wrap .feed-body .text-box .btn-wrap {
    margin-top: 15px;
}

.feed-list-wrap .feed-body .text-box .btn-wrap .btn {
    height: 39px;
    gap: 10px;
    font-size: 13.245px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.feed-list-wrap.type2 {
    cursor: pointer;
}

.feed-list-wrap.type2 .feed-body .text-box {
    margin-bottom: 16px;
}

.feed-list-wrap.type2 .feed-footer .item-box > button:before {
    width: 15px;
    height: 13px;
}

.feed-list-wrap.type2:active {
    background: #EBEBEB;
}

.message-popup .popup-inner-box {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 52px);
    max-width: 324px;
    background: #fff;
    border-radius: 6px;
    padding: 43px 18px 29px;
}

.message-popup .popup-inner-box .btn-close {
    position: absolute;
    right: 16px;
    top: 18px;
}

.message-popup .popup-inner-box .btn-close > img {
    width: 19px;
    filter: invert(1);
}

.message-popup .popup-inner-box .title {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 27px;
}

.message-popup .popup-inner-box .title > span {
    color: #524E89;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.message-popup .popup-inner-box .input-wrap {
    position: relative;
}

.message-popup .popup-inner-box .input-wrap > input {
    border-radius: 3px;
    background: #EFEFEF;
    padding: 11px 48px 13px 22px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
    height: 45px;
}

.message-popup .popup-inner-box .input-wrap {
    padding: 0;
    margin-bottom: 13px;
}

.message-popup .popup-inner-box .input-wrap > input:focus {
    outline: 1px solid #ababab;
}

.message-popup .popup-inner-box .input-wrap > input::placeholder {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.message-popup .popup-inner-box .input-wrap .count-wrap {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
}

.message-popup .popup-inner-box .input-wrap .count-wrap, .message-popup .popup-inner-box .input-wrap .count-wrap > span {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.message-popup .popup-inner-box textarea {
    display: block;
    width: 100%;
    height: 209px;
    overflow: auto;
    border: 0;
    resize: none;
    border-radius: 3px;
    background: #EFEFEF;
    padding: 12px 22px 10px 21px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
}

.message-popup .popup-inner-box textarea:focus {
    outline: 1px solid #ababab;
}

.message-popup .popup-inner-box textarea::placeholder {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.message-popup .popup-footer {
    display: flex;
    gap: 21px;
}

.message-popup .popup-footer > * {
    flex: 1;
}

.message-popup .popup-footer > .btn {
    height: 42px;
}

.message-popup .popup-footer .custom-select-wrap {
    position: relative;
}

.message-popup .popup-footer .custom-select-wrap .btn-select {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #524E89;
    background: #FFF;
}

.message-popup .popup-footer .custom-select-wrap .btn-select > span {
    color: #524E89;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 3px;
}

.message-popup .custom-select-wrap .list-wrap {
    display: none;
    width: 100%;
    position: absolute;
    top: 20px;
    background: #fff;
    border: 1px solid #524E89;
    border-radius: 0 0 33px 33px;
    z-index: -1;
    padding-top: 25px;
    max-height: 150px;
    overflow: auto;
}

.message-popup .custom-select-wrap .list-wrap.active {
    display: block;
}

.message-popup .custom-select-wrap .list-wrap button {
    width: 100%;
    color: #524E89;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 3px 8px 9px;
}

.message-popup .custom-select-wrap .list-wrap li + li button {
    border-top: 1px solid #EFEFEF;
}

.message-popup .message-confirm > img {
    display: block;
    margin: 0 auto 12px;
}

.message-popup .message-confirm .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.message-popup .message-confirm > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 26px;
}

.message-popup .message-confirm .popup-footer .btn {
    height: 52px;
}

.feed-list-detail .popup-inner-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 1;
}

.feed-list-detail .popup-header {
    height: 60px;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.feed-list-detail .popup-header .item-box.right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.feed-list-detail .popup-header .item-box button {
    height: 30px;
}

.feed-list-detail .popup-header .item-box button > img {
    display: block;
}

.feed-list-detail .popup-header .item-box.right .btn-more-wrap {
    position: relative;
}

.feed-list-detail .popup-header .item-box.right .btn-more-wrap .more-popup {
    display: none;
    position: absolute;
    right: 0px;
    top: 50px;
    border-radius: 5px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 6.2px 1px rgba(0, 0, 0, 0.08);
    z-index: 5;
}

.feed-list-detail .popup-header .item-box.right .btn-more-wrap .more-popup button {
    display: flex;
    gap: 4px;
    width: 92px;
    height: 46px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-list-detail .popup-header .item-box.right .btn-more-wrap .more-popup.active {
    display: block;
}

.feed-list-detail .popup-body {
    height: 1000px;
}

.feed-list-detail .feed-list-wrap .feed-body .text-box .item-box strong.title {
    font-weight: 700;
}

.feed-list-detail .feed-list-wrap .feed-body .text-box p,.feed-list-detail  .feed-list-wrap .feed-body .text-box a {
    height: auto;
    max-height: 100%;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-list-detail .feed-list-wrap .feed-swiper-wrap {
    margin-top: 12px;
}

.feed-list-detail .feed-list-wrap {
    margin-bottom: 0;
    padding-bottom: 22px;
}

.feed-list-detail .feed-list-wrap:after {
    content: none;
}

.comment-wrap {
    border-top: 1px solid #D9D9D9;
    padding-bottom: 60px;
}

.comment-wrap .comment-title {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 0 8px;
}

.comment-wrap .comment-title > span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comment-list-wrap {
    margin-bottom: 10px;
}

.comment-list {
    display: flex;
    gap: 8px;
    padding: 10px 20px 13px;
}

.comment-list.reply {
    padding-left: 74px;
}

.comment-list.active {
    background: #F2F1FF;
}

.comment-list > .img-wrap {
    position: relative;
    min-width: 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #F2F1FF;
    overflow: hidden;
}

.comment-list > .img-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-list > .item-box {
    width: 100%;
}

.comment-list > .item-box > .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.comment-list > .item-box > .header .header-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.comment-list > .item-box > .header .header-left .name {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comment-list > .item-box > .header .header-left .name.icon-mark:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_feed_mark.svg) no-repeat center;
}

.comment-list > .item-box > .header .header-left .deco-wrap {
    display: flex;
    align-items: center;
}

.comment-list > .item-box > .header .header-left .deco-wrap p {
    position: relative;
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment-list > .item-box > .header .header-left .deco-wrap p.bar {
    padding-left: 14px;
}

.comment-list > .item-box > .header .header-left .deco-wrap p.bar:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #ACACAC;
}

.comment-list > .item-box > .header .header-right {
    position: relative;
}

.comment-list > .item-box > .header .header-right > button {
    display: flex;
    align-items: center;
}

.comment-list > .item-box > .header .header-right .more-popup {
    display: none;
    position: absolute;
    right: 0px;
    top: 24px;
    border-radius: 5px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 6.2px 1px rgba(0, 0, 0, 0.08);
    z-index: 5;
}

.comment-list > .item-box > .header .header-right .more-popup > button {
    display: flex;
    gap: 4px;
    width: 92px;
    height: 46px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment-list > .item-box > .header .header-right .more-popup.active {
    display: block;
}


.comment-list > .item-box > .body {
    margin-bottom: 8px;
}

.comment-list > .item-box > .body > p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment-list > .item-box > .footer .item-box {
    display: flex;
    gap: 12px;
    align-items: center;
}

.comment-list > .item-box > .footer .item-box > button {
    display: flex;
    align-items: center;
    gap: 3px;
}

.comment-list > .item-box > .footer .item-box > button > span {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment-list > .item-box > .footer .item-box > button:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.comment-list > .item-box > .footer .item-box .btn-heart:before {
    width: 15px;
    height: 13px;
    background-image: url(../images/icon_feed_heart.svg);
}

.comment-list > .item-box > .footer .item-box .btn-heart.active:before {
    background-image: url(../images/icon_feed_heart_active.svg);
}

.comment-list > .item-box > .footer .item-box .btn-comment:before {
    width: 15px;
    height: 13px;
    background-image: url(../images/icon_feed_comment.svg);
    margin-right: 2px;
}

.feed-list-detail > .register-wrap {
    display: flex;
    gap: 11px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 12px 20px;
    z-index: 5;
    background: #ffffff;
}

.feed-list-detail > .register-wrap .btn-register {
    display: flex;
    align-items: center;
    height: 39px;
    padding: 0 16px;
    color: #524E89;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 5px;
    background: #F2F1FF;
}

.feed-list-detail > .register-wrap .text {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background: #F7F7F7;
    border: 0;
    padding: 9px 17px 11px;
    max-height: 90px;
    overflow: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-list-detail > .register-wrap .text.placeholder {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feed-list-detail > .register-wrap .text:focus {
    outline: 1px solid #c1c1c1;
}

.feed-list-detail > .register-wrap .text .name-tag {
    color: #524E89;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 4px;
}

.comment-list-wrap .data-none {
    padding: 54px 20px 64px;
    text-align: center;
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #EFEFEF;
}

.bottom-menu-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 20;
}

.bottom-menu-wrap .menu-list-wrap {
    display: flex;
    align-items: center;
}

.bottom-menu-wrap .menu-list-wrap > a {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    height: 56px;
    justify-content: center;
}

.bottom-menu-wrap .menu-list-wrap > a > span {
    position: absolute;
    bottom: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottom-menu-wrap .menu-list-wrap > a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
}

.bottom-menu-wrap .menu-list-wrap .home:before {
    width: 17.749px;
    height: 18.057px;
    top: 10px;
    background-image: url(../images/icon_bottom_menu01.svg);
}

.bottom-menu-wrap .menu-list-wrap .dm:before {
    width: 17.823px;
    height: 15.249px;
    top: 12px;
    background-image: url(../images/icon_bottom_menu02.svg);
}

.bottom-menu-wrap .menu-list-wrap .notice:before {
    width: 14.35px;
    height: 17.998px;
    top: 10px;
    background-image: url(../images/icon_bottom_menu03.svg);
}

.bottom-menu-wrap .menu-list-wrap .my:before {
    width: 18px;
    height: 16.404px;
    top: 11px;
    background-image: url(../images/icon_bottom_menu04.svg);
}

.bottom-menu-wrap .menu-list-wrap .home.active:before {
    background-image: url(../images/icon_bottom_menu01_active.svg);
}

.bottom-menu-wrap .menu-list-wrap .dm.active:before {
    background-image: url(../images/icon_bottom_menu02_active.svg);
}

.bottom-menu-wrap .menu-list-wrap .notice.active:before {
    background-image: url(../images/icon_bottom_menu03_active.svg);
}

.bottom-menu-wrap .menu-list-wrap .my.active:before {
    background-image: url(../images/icon_bottom_menu04_active.svg);
}

.profile-setting {
    padding-top: 0;
}

.profile-setting .contents-wrap {
    padding: 0;
}

.profile-setting .center-wrap p {
    font-size: 18px;
}

.profile-setting .cf-wrap > .container {
    border-radius: 0;
    padding: 59px 20px 40px;
}

.cf-wrap .profile-wrap {
    position: absolute;
    left: 20px;
    top: -64px;
}

.cf-wrap .profile-wrap .profile {
    top: 0;
    left: 0;
}

.cf-wrap .profile-wrap .btn-profile-upload {
    position: absolute;
    left: 70px;
    top: 75px;
    z-index: 1;
}

.cf-wrap .profile-wrap .btn-profile-upload > img, .cf-wrap > .btn-bg-upload > img {
    display: block;
}

.profile-setting .cf-wrap > .container hr {
    margin: 0 0 21px;
    height: 0;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
}

.profile-setting .cf-wrap > .container hr.m33 {
    margin: 33px 0;
}

.profile-setting .cf-wrap > .container > .title {
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 26px;
}

.profile-setting .cf-wrap .btn-setting {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 45px;
}

.profile-setting .cf-wrap .btn-setting.type2 {
    min-height: 20px;
}

.profile-setting .cf-wrap .btn-setting > .left > span {
    display: block;
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2px;
    text-align: left;
}

.profile-setting .cf-wrap .btn-setting > .left > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.profile-setting .cf-wrap .btn-setting + .btn-setting {
    margin-top: 28px;
}

.cf-wrap > .btn-bg-upload {
    position: absolute;
    right: 20px;
    top: 179px;
}

#photoUpdatePopup.popup-wrap .bottom-contents .popup-body {
    height: auto;
}

#photoUpdatePopup.popup-wrap .bottom-contents {
    height: 240px;
    padding-top: 61px;
}

#photoUpdatePopup .bottom-contents .photo-select {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 26px;
}

#photoUpdatePopup .bottom-contents .photo-select > li {
    width: 100%;
}

#photoUpdatePopup .bottom-contents .photo-select > li > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#photoUpdatePopup .profile-setting .bar {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 104px;
    height: 6px;
    border-radius: 11px;
    background: #D9D9D9;
}


.popup-wrap .profile-setting {
    border-radius: 30px 30px 0 0;
    padding: 24px 0;
    height: 88vh;
    overflow: auto;
}

.popup-wrap .profile-setting .popup-header {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 32px;
}

.popup-wrap .profile-setting .popup-header > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-wrap .profile-setting .popup-header .btn-close {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-wrap .profile-setting .popup-body {
    padding: 0 20px;
    height: 100vh;
    max-height: calc(100vh - 291px);
    overflow: auto;
}

#nicknamePopup .popup-body > .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-bottom: 50px;
}

#nicknamePopup .popup-body > .title > span {
    color: #524E89;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-wrap .profile-setting .input-wrap {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.popup-wrap .profile-setting .input-wrap > label {
    color: #ACACAC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.popup-wrap .profile-setting .input-wrap input, .popup-wrap .profile-setting .input-wrap textarea {
    padding: 8px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-wrap .profile-setting .input-wrap textarea {
    width: 100%;
    border: 1px solid #D9D9D9;
    margin-top: 8px;
    height: 62px;
    padding: 0 8px;
    resize: none;
}

.popup-wrap .profile-setting .input-wrap textarea:focus {
    outline: 0;
}

.popup-wrap .profile-setting .input-wrap input::placeholder {
    padding: 8px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-wrap .profile-setting .input-wrap .count-wrap {
    position: absolute;
    right: 0;
    bottom: -23px;
    display: flex;
    gap: 4px;
}

.popup-wrap .profile-setting .input-wrap .count-wrap > span {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup-wrap .profile-setting .input-wrap.error {
    margin-bottom: 32px;
}

.popup-wrap .profile-setting .input-wrap .error-text {
    bottom: -23px;
}

.popup-wrap .profile-setting .input-desc {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 55px;
}

.popup-wrap .profile-setting .popup-footer {
    position: fixed;
    bottom: 73px;
    left: 0;
    width: 100%;
}

.popup-wrap .profile-setting .popup-footer .btn-wrap {
    padding: 0 20px;
}

#nicknameAlert {
    bottom: 104px;
}

#nicknameAlert .alert-body p {
    display: flex;
    align-items: center;
    gap: 6px;
}

#infoPopup .popup-body .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-bottom: 62px;
}

#categoryPopup .profile-setting .popup-body, #hashtagPopup .profile-setting .popup-body {
    max-height: calc(100vh - 262px);
}

#categoryPopup .profile-setting, #hashtagPopup .profile-setting {
    height: 98vh;
}

#categoryPopup .popup-body .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-bottom: 42px;
}

#categoryPopup .category-title {
    text-align: center;
    margin-bottom: 35px;
}

#categoryPopup .category-title > span {
    display: block;
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3px;
}

#categoryPopup .category-title > strong {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#categoryPopup .category-title > strong:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #524E89;
}

#categoryPopup .category-select-wrap {
    display: flex;
    border-top: 1px solid #D9D9D9;
}

#categoryPopup .category-select-wrap > .item-box {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 327px;
    overflow: auto;
}

#categoryPopup .category-select-wrap .tab-contents {
    display: none;
    justify-content: center;
}

#categoryPopup .category-select-wrap .tab-contents.active {
    display: flex;
}

#categoryPopup .category-select-wrap > .item-box + .item-box {
    border-left: 1px solid #D9D9D9;
}

#categoryPopup .category-select-wrap .list-wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 12px 0;
}

#categoryPopup .category-select-wrap .list-wrap > button {
    display: flex;
    height: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    padding: 0 12px;
}

#categoryPopup .category-select-wrap .left .list-wrap {
    justify-content: center;
}

#categoryPopup .category-select-wrap .left .list-wrap > button {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#categoryPopup .category-select-wrap .left .list-wrap > button.active {
    color: #FFF;
    background: #524E89;
}

#categoryPopup .category-select-wrap .right .list-wrap > button {
    min-width: 118px;
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #D9D9D9;
}

#categoryPopup .category-select-wrap .right .list-wrap > button.active {
    color: #524E89;
    border: 1px solid #524E89;
}

#communityPopup .popup-body .title, #feedCountPopup .popup-body .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 45px;
    text-align: left;
}

.checkbox-list .checkbox-wrap {
    display: flex;
    height: 28px;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
}

.checkbox-list .checkbox-wrap label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.checkbox-list .checkbox-wrap > input {
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 0;
    height: 0;
}

.checkbox-list .checkbox-wrap > input:focus {
    outline: none;
}

.checkbox-list .checkbox-wrap > input:before {
    content: '';
    position: absolute;
    right: 0;
    top: -14px;
    width: 57px;
    height: 28px;
    background: #ACACAC;
    border-radius: 21px;
    transition: all .3s;
}

.checkbox-list .checkbox-wrap > input:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    right: 4px;
    top: -11px;
    transition: all .3s;
}

.checkbox-list .checkbox-wrap > input:checked:before {
    background: #524E89;
}

.checkbox-list .checkbox-wrap > input:checked:after {
    right: 31px
}

.checkbox-list + .checkbox-list {
    margin-top: 19px;
}

#hashtagPopup .popup-body .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 45px;
    text-align: left;
}

#hashtagPopup .popup-body .sub-title {
    clear: both;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    text-align: left;
}

#hashtagPopup .checkbox-list {
    margin-bottom: 29px;
}

#hashtagPopup .tag-input-wrap {
    display: flex;
    gap: 4px;
    padding: 12px 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 11px;
}

#hashtagPopup .tag-input-wrap + .error-text {
    display: none;
    color: #F62424;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: -2px 0 13px;
}

#hashtagPopup .tag-input-wrap.error {
    border-bottom: 1px solid #F62424;
}

#hashtagPopup .tag-input-wrap.error + .error-text {
    display: block;
}


#hashtagPopup .tag-input-wrap > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#hashtagPopup .tag-input-wrap > input {
    padding: 0;
    width: 100%;
    border: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#hashtagPopup .tag-input-wrap > input::placeholder {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#hashtagPopup .tag-input-wrap .btn-add {
    color: #524E89;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 12px;
}

#hashtagPopup .desc-box {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

#hashtagPopup .list-tag-list {
    margin-bottom: 39px;
    overflow: hidden;
}

#hashtagPopup .list-tag-list .item-list {
    display: block;
    float: left;
    height: 27px;
    border-radius: 22.809px;
    background: #524E89;
    padding: 0 11px;
    cursor: pointer;
    margin-bottom: 6px;
    vertical-align: middle;
}

#hashtagPopup .list-tag-list .item-list {
    margin-left: 4px;
}

#hashtagPopup .list-tag-list .item-list > span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#hashtagPopup .list-tag-list .item-list > button {
    width: 8px;
    height: 8.75px;
    background: url(../images/icon_tag_close.svg) no-repeat center;
}

#hashtagPopup .suggestion-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 27px;
}

#hashtagPopup .suggestion-list > button {
    display: flex;
    align-items: center;
    height: 27px;
    padding: 0 11px;
    border: 1px solid #524E89;
    border-radius: 30px;
    color: #524E89;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

#hashtagPopup .suggestion-list.type2 > button {
    border: 1px solid #ACACAC;
    color: #363636;
}

#snsCitationPopup .popup-body > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-bottom: 57px;
}

#snsCitationPopup .btn-link-add {
    display: flex;
    gap: 9px;
    align-items: center;
    width: 100%;
    height: 45px;
    border: 1px dashed #000;
    border-radius: 4px;
    padding: 0 12px;
    margin-bottom: 13px;
}

#snsCitationPopup .btn-link-add:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: url(../images/icon_link_add.svg) no-repeat center;
}

#snsCitationPopup .list-wrap {
    display: flex;
    gap: 13px;
    flex-direction: column;
}

#snsCitationPopup .list-item {
    position: relative;
    display: flex;
    gap: 11px;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    min-height: 70px;
    padding: 0 15px;
}

#snsCitationPopup .list-item .icon-wrap {
    min-width: 29px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    overflow: hidden;
}

#snsCitationPopup .list-item .icon-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#snsCitationPopup .list-item .contents-wrap > strong {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

#snsCitationPopup .list-item .contents-wrap > p {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    word-break: break-all;
}

#snsCitationPopup .list-item > .btn-more {
    position: absolute;
    right: 17px;
    top: 8px;
    padding: 8px 0;
}

#snsCitationPopup .list-item > .btn-more > img {
    display: block;
}

#snsCitationPopup .list-item > .more-popup {
    display: none;
    position: absolute;
    right: 16px;
    top: 34px;
    border-radius: 5px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 6.2px 1px rgba(0, 0, 0, 0.08);
    z-index: 5;
}

#snsCitationPopup .list-item > .more-popup.active {
    display: block;
}

#snsCitationPopup .list-item > .more-popup > button {
    display: flex;
    gap: 4px;
    width: 92px;
    height: 46px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#snsCitationPopup .list-item > .more-popup > button + button {
    border-top: 1px solid #EFEFEF;
}


#snsLinkAddPopup .popup-inner-box {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 52px);
    max-width: 324px;
    background: #fff;
    border-radius: 6px;
    padding: 0 18px 29px;
}

#snsLinkAddPopup .popup-inner-box .popup-header {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

#snsLinkAddPopup .popup-inner-box .popup-header > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#snsLinkAddPopup .popup-inner-box .btn-close > img {
    display: block;
    width: 19px;
    filter: invert(1);
}


#snsLinkAddPopup .popup-inner-box .popup-body {
    padding-top: 31px;
}

#snsLinkAddPopup .popup-body .title {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
    text-align: left;
}

#snsLinkAddPopup .popup-body .sns-select-box {
    margin-bottom: 18px;
}

#snsLinkAddPopup .popup-body .sns-input {
    width: 100%;
    height: 45px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #ACACAC;
    padding: 0 11px;
}

#snsLinkAddPopup .popup-body .sns-input::placeholder {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#snsLinkAddPopup .popup-body .sns-input-wrap {
    margin-bottom: 156px;
}

#snsLinkAddPopup .popup-body .sns-input-wrap .error-text {
    display: none;
    padding-top: 10px;
    color: #F62424;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#snsLinkAddPopup .popup-body .sns-input-wrap.error .sns-input {
    border: 1px solid #F62424;
}

#snsLinkAddPopup .popup-body .sns-input-wrap.error .error-text {
    display: block;
}
#snsLinkAddPopup .popup-footer .btn-add {
    width: 100%;
}

#snsLinkAddPopup .sns-select-box {
    position: relative;
    display: flex;
    height: 45px;
}

#snsLinkAddPopup .sns-select-box .select-btn {
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #000000;
}

#snsLinkAddPopup .sns-select-box .select-btn .select-item:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 11px;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon_sns_select_arrow.svg) no-repeat center;
}

#snsLinkAddPopup .sns-select-box .select-btn .select-item.active:after {
    transform: translateY(-50%) rotate(180deg);
}

#snsLinkAddPopup .sns-select-box .select-item {
    position: relative;
    display: flex;
    gap: 7px;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0 45px 0 16px;
}

#snsLinkAddPopup .sns-select-box .select-item.none {
    padding: 0 45px 0 11px;
}


#snsLinkAddPopup .sns-select-box .select-list-wrap .select-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    height: 1px;
    background: #EFEFEF;
}

#snsLinkAddPopup .sns-select-box .select-item .img-wrap {
    width: 21px;
    min-width: 21px;
    height: 21px;
    border-radius: 50%;
    overflow: hidden;
}

#snsLinkAddPopup .sns-select-box .select-item .img-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#snsLinkAddPopup .sns-select-box .select-btn .select-item > p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#snsLinkAddPopup .sns-select-box .select-btn .select-item.none > p {
    color: #ACACAC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#snsLinkAddPopup .popup-body .select-list-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #000;
    border-top: 0;
    padding-top: 10px;
    z-index: 1;
    max-height: 305px;
    overflow: auto;
}

#snsLinkAddPopup .popup-body .select-list-wrap.active {
    display: block;
}

#snsLinkAddPopup .sns-select-box .select-list-wrap .select-item {
    padding: 0 16px;
    height: 42px;
}





















/*425이하*/
@media only screen and (max-width: 425px) {
    .hidden-mo {
        display: none !important;
    }

    .hidden-pc {
        display: block !important;
    }
}


/*767이상*/
@media only screen and (min-width: 767px) {
    .wrap {
        padding-bottom: 0;
    }

    header {
        max-width: calc(100% - 145px);
        left: 145px;
    }

    header .left-wrap .logo {
        display: none;
    }

    header .left-wrap .top-text {
        display: block;
    }

    header .left-wrap .top-text {
        color: #D9D9D9;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 163.636% */
        letter-spacing: -0.44px;
    }

    .wrap.main {
        max-width: calc(100% - 145px);
        margin-left: 145px;
    }

    #menuWrap {
        display: block;
        max-width: 145px;
        box-shadow: 0px 4px 10.5px 0px rgba(0, 0, 0, 0.14);
    }

    #menuWrap .menu-contents {
        width: 100%;
        max-width: 100%;
        right: auto;
        left: 0;
        transition: none;
        animation: none;
    }
    #menuWrap .dim {
        display: none;
    }

    #menuWrap .menu-top {
        padding: 46px 13px 26px;
    }

    #menuWrap .menu-top .menu-logo {
        display: block;
        margin: 0 auto 35px;
    }

    #menuWrap .menu-top .profile-wrap {
        justify-content: center;
        margin-bottom: 0;
    }

    #menuWrap .menu-top .profile-wrap > p {
        display: none;
    }

    #menuWrap .menu-body .menu-nav > ul > li {
        text-align: center;
    }

    #menuWrap .menu-top .profile-wrap .img-wrap {
        width: 79px;
        height: 79px;
    }

    #menuWrap .menu-top .coin-wrap {
        display: none;
    }

    #menuWrap hr {
        display: none;
    }

    #menuWrap .menu-body {
        padding: 0 12px;
    }

    #menuWrap .menu-top .menu-logo > .img-mo {
        display: none;
    }

    #menuWrap .menu-top .menu-logo > .img-pc {
        display: block;
        width: 117px;
    }

    .btn-dm {
        display: none;
    }

    .img-list-wrap > ul > li {
        width: calc(33.3333% - 12px);
    }

    .feed-list-wrap {
        max-width: 750px;
        margin: 0 auto 11px;
        padding: 34px 0 26px;
    }

    .feed-list-wrap .secret-wrap .view-box {
        height: 30px;
        gap: 8px;
        padding: 0 12px;
    }

    .feed-list-wrap .container {
        padding: 0 20px;
    }

    header, .container, .contents-header {
        padding: 0 30px;
    }

    .contents-body .tit {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 25px 0 18px;
    }

    .tabs-wrap > button {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .contents-header .item-box .btn-align {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .contents-header .item-box .btn-align > img {
        width: 15px;
    }

    .feed-list-wrap .feed-header .item-box .img-wrap {
        width: 52px;
        height: 52px;
    }

    .feed-list-wrap .feed-header .info-wrap .name {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .feed-list-wrap .feed-header .info-wrap .time {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .feed-list-wrap .feed-body .text-box p, .feed-list-wrap .feed-body .text-box a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-height: 72px;
    }

    .feed-tabs-wrap {
        margin-top: 21px;
    }

    .feed-list-wrap .feed-footer .item-box > button.btn-heart:before {
        background-size: cover;
        width: 22px;
        height: 19px;
    }

    .feed-list-wrap .feed-footer .item-box > button.btn-comment:before {
        background-size: cover;
        width: 22px;
        height: 19px;
    }

    .feed-list-wrap .feed-footer .item-box > button > span {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .feed-list-wrap .feed-footer .item-box > button.btn-favorites:before,.feed-list-wrap .feed-footer .item-box > button.btn-favorites.active:before {
        background-size: cover;
        width: 14px;
        height: 21px;
    }

    .main-swiper-wrap {
        margin: 0 30px;
    }

    #mainTab3 .notice-wrap {
        margin: 16px 30px 0;
    }

    #paymentPopup .bottom-contents {
        animation: none;
        left: 50%;
        top: 50%;
        bottom: auto;
        height: auto;
        transform: translate(-50%, -50%);
        max-width: 323px;
        border-radius: 6px;
        padding: 42px 19px;
    }

    .popup-wrap .popup-body > p > br {
        display: none;
    }

    .popup-wrap .profile-setting {
        border-radius: 30px;
        top:  50%;
        bottom: auto !important;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 600px;
        height: auto;
        max-height: 90vh;
        padding-bottom: 100px;
        overflow: initial;
    }

    .popup-wrap .profile-setting .popup-body {
        height: auto;
        min-height: 300px;
    }

    .popup-wrap .profile-setting .popup-footer {
        bottom: 30px;
    }

    #categoryPopup .profile-setting, #hashtagPopup .profile-setting {
        height: auto;
    }

    #photoUpdatePopup.popup-wrap .bottom-contents {
        height: auto;
        padding: 60px;
    }

    #photoUpdatePopup.popup-wrap .bottom-contents .popup-body {
        min-height: 0;
    }
}

/*1024이상*/
@media only screen and (min-width: 1024px) {
    header {
        width: calc(100% - 274px);
        max-width: 1250px;
        left: 274px;
    }

    header .left-wrap .top-text {
        font-size: 25px;
        letter-spacing: -0.5px;
    }

    .wrap.main {
        max-width: calc(100% - 274px);
        margin-left: 274px;
    }

    #menuWrap {
        max-width: 274px;
    }

    #menuWrap .menu-top {
        padding: 40px 32px 62px;
    }

    #menuWrap .menu-top .profile-wrap .img-wrap {
        width: 100px;
        height: 100px;
        margin-bottom: 21px;
    }

    #menuWrap .menu-top .coin-wrap {
        display: block;
    }

    #menuWrap .menu-top .menu-logo > .img-pc {
        display: block;
        width: auto;
    }

    #menuWrap .menu-body .menu-nav > ul > li > a {
        font-size: 22px;
        font-weight: 700;
        line-height: 36px; /* 163.636% */
        letter-spacing: -0.44px;
    }

    #menuWrap .menu-body .menu-nav > ul > li {
        margin-bottom: 20px;
    }

    #menuWrap .menu-top .coin-wrap .item-box.left {
        flex-direction: row;
        justify-content: space-between;
        gap: 4px;
        margin-bottom:  16px;
        align-items: center;
    }

    #menuWrap .menu-top .coin-wrap .item-box.right > button {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    .img-list-wrap > ul > li {
        width: calc(20% - 15px);
    }

    header, .container, .contents-header {
        padding: 0 80px;
    }

    .tabs-wrap > button {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 9px;
    }

    .contents-header .item-box .btn-align {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .contents-header .item-box .btn-align > img {
        width: 18px;
    }

    .img-list-wrap > ul > li > a > strong {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .img-list-wrap .sub-title {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .feed-tabs-wrap {
        margin-top: 22px;
    }

    .feed-tabs-wrap > button {
        height: 52px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .feed-list-wrap {
        padding: 33px 0 27px;
    }

    .feed-list-wrap .feed-header .item-box .img-wrap {
        width: 58px;
        height: 58px;
    }

    .feed-list-wrap .feed-header .info-wrap .name {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .feed-list-wrap .feed-header .info-wrap .time {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .feed-list-wrap .feed-body .text-box .btn-more {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .feed-list-wrap .feed-body .text-box {
        margin-bottom: 19px;
    }

    .feed-list-wrap .feed-footer .item-box > button > span {
        font-size: 17.808px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .main-swiper-wrap {
        margin: 0 80px;
    }

    #mainTab3 .notice-wrap {
        margin: 16px 80px 0;
    }

    .feed-card-wrap, .cf-wrap .tab-contents .scroll-wrap {
        max-width: 750px;
        margin: 0 auto;
    }

    .list-align-wrap {
        max-width: 710px;
        margin: 0 auto 23px;
    }

    .ticket-list-wrap {
        max-width: 710px;
        margin: 0 auto;
    }

    .bottom-menu-wrap {
        display: none;
    }

    .bottom-fixed-wrap {
        bottom: 11px;
    }

    .feed-list-detail > .register-wrap {
        bottom: 0;
    }

}

/*1500이상*/
@media only screen and (min-width: 1500px) {
    .wrap.main {
        max-width: 1250px;
    }
}

/*높이 810 이하*/
@media only screen and (max-height: 800px) {
    .message-popup .popup-footer .custom-select-wrap .btn-select {
        position: relative;
        z-index: 2;
    }
    .message-popup .custom-select-wrap .list-wrap {
        top: auto;
        bottom: 20px;
        border-radius: 33px 33px 0 0;
        z-index: 1;
        padding: 0 0 25px;
        max-height: 156px;
    }
}