@charset "utf-8";

/* 폰트 사이즈 초기화 */
html[lang="en"] h1, html[lang="ru"] h1, html[lang="pt"] h1, html[lang="es"] h1, html[lang="en"] h2, html[lang="ru"] h2, html[lang="pt"] h2, html[lang="es"] h2, html[lang="en"] h3, html[lang="ru"] h3, html[lang="pt"] h3, html[lang="es"] h3, html[lang="en"] h4, html[lang="ru"] h4, html[lang="pt"] h4, html[lang="es"] h4, html[lang="en"] h5, html[lang="ru"] h5, html[lang="pt"] h5, html[lang="es"] h5, html[lang="en"] h6, html[lang="ru"] h6, html[lang="pt"] h6, html[lang="es"] h6 { font-size: initial; }

body { min-width: 100%; }
body.overflowH { overflow: hidden; }

/* Message Center layout */
.message-center { height: 100%; box-sizing: border-box; background-color: #fff; font-family: 'Pretendard'; letter-spacing: -0.5px; }
.mc-inner {  }
.mc-container { padding: 64px 0; }
.mc-contents {  }
.contents-inner { }

.mc-header { position: fixed; left: 0; top: 0; z-index: 1; display: flex; justify-content: space-between; align-items: center; height: 64px; padding: 0 20px; background-color: #258DEC; width: 100%; box-sizing: border-box; }
.mc-header .header-right { display: flex; align-items: center; gap: 8px;}
.mc-title { font-size: 14px !important; color: #fff; font-weight: 600; line-height: 30px;display: flex;align-items: center;justify-content: flex-start;  }/* 20250822 수정*/
.mc-title .link-item {line-height:20px;}
.mc-title .logo-bg {display: inline-block; width:92px; height:20px; background: url(../../img/mobile/mcenter/logo.svg) no-repeat left center;}
.mc-menu { display: inline-block; border: none; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/icon_hamberger.svg) no-repeat center center; text-indent: -999em; }
.mc-translate { display: inline-block; border: none; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/ic__Chat_translation_wh_24.svg) no-repeat center center; text-indent: -999em; }
.mc-setting { display: inline-block; border: none; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/ic__Chat_setting_wh_24.svg) no-repeat center center; text-indent: -999em; }
.translate-area { display: inline-block; position: relative; width: 24px; height: 24px; }
.lang-select-box { display: none; position: absolute; right: 0; top: 26px; }
.lang-select-box.on { display: block; box-shadow: 1px 3px 4px 0 rgba(17, 17, 17, 0.18); border-radius: 6px; }
.lang-select-box .ip-select { width: auto; }

.mc-sub-header { position: fixed; left: 0; top: 0; z-index: 1; display: flex; justify-content: space-between; align-items: center; height: 64px; padding: 0 20px; background-color: #258DEC; width: 100%; box-sizing: border-box; }
.mc-sub-header .header-left { display: flex; align-items: center; }
.mc-sub-header .header-right { display: flex; align-items: center; gap: 10px; }
.mc-sub-header .header-right .mc-inquiry-btn { height: 28px; display: flex; align-items: center; color: #fff; background-color: #21377C; justify-content: center; border-radius: 4px; padding: 0 8px; border: none; font-size: 12px; font-weight: 500; }
.mc-sub-header .header-right .ip-select { height: 28px; padding: 0 25px 0 8px; background:#fff url(../../img/mobile/mcenter/ic_arr_down_sm.svg) no-repeat right 8px center; font-weight: 400; border-radius: 4px; }
.mc-back-btn { display: inline-block; border: none; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/btn_arrow_prev.svg) no-repeat center center; text-indent: -999em; }
.mc-sub-title { font-size: 18px !important; color: #fff; font-weight: 500; line-height: 26px; }

.no-result-area { box-sizing: border-box; display: flex; align-items: center; justify-content: center; height: 50vh;}
.no-result-box { padding: 20px; text-align: center; padding-top: 72px; background: url(../../img/mobile/mcenter/icon_caution.svg) no-repeat center top; }
.no-result-box dt { font-size: 16px; color: #666; font-weight: 700; line-height: 24px; margin-bottom: 2px; }
.no-result-box dd { font-size: 14px; color: #aaa; font-weight: 500; line-height: 20px; }

.mc-hide { display: none !important; } /* 특정 영역 숨김처리 */
.mc-cont-box { padding: 20px; }
.mc-cont-box + .mc-cont-box { border-top: 10px solid #F5F5F5; }
.mc-cont-box.mc-hide + .mc-cont-box { border-top: none; }
.mc-search-box { padding: 20px; background-color: #E9F2FF; }
.mc-search-box.bg-gray { background-color: #eee; }
.mc-search-box.bg-gray .mc-search-desc { color: #666; }
.mc-heading-title { font-size: 16px; color: #222; font-weight: 700; line-height: 24px; margin-bottom: 8px; }

.mc-control-field { position: relative; background-color: #fff; border-radius: 6px; }
.mc-control-field input { width: 100%; height: 42px; border-radius: 6px; padding: 0 70px 0 12px; border: none; font-size: 16px; color: #222; outline-color: #258DEC; }
.mc-control-field input:-webkit-autofill,
.mc-control-field input:-webkit-autofill:hover,
.mc-control-field input:-webkit-autofill:focus,
.mc-control-field input:-webkit-autofill:active  { background-color: #fff !important; -webkit-box-shadow: 0 0 0 1000px #fff inset !important; color: #222 !important; caret-color: #222 !important; transition: background-color 9999s ease-in-out 0s; }
.mc-control-field input::placeholder { color: #ccc; }
.mc-control-field button { outline-color: #258DEC; }
.mc-control-field .sch-btn { position: absolute; right: 0; top: 0; border: none; background: url(../../img/mobile/mcenter/ic_search.svg) no-repeat center center; width: 42px; height: 42px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; text-indent: -999em; }
.mc-control-field .res-btn { display: none; position: absolute; right: 42px; top: 50%; transform: translateY(-50%); border: none; background: url(../../img/mobile/mcenter/ic_search_delete.svg) no-repeat center center; width: 18px; height: 18px; text-indent: -999em; }
.mc-control-field input:not(:placeholder-shown) + .sch-btn + .res-btn { display: inline-block; }
.mc-search-result-box { display: none; align-items: center; justify-content: space-between; margin-top: 12px; }
.mc-search-result-box.on { display: flex; }
.mc-search-desc { font-size: 14px; color: #0175E4; font-weight: 500; line-height: 20px; }
.mc-search-result-box .right-box { margin-left: auto; }

.ip-select { width: 100%; height: 32px; padding: 0 28px 0 12px; font-size: 12px; color: #444; border: none; background: #fff url(../../img/mobile/mcenter/ic_arr_down_sm.svg) no-repeat right 14px center; border-radius: 6px; -webkit-appearance: none; appearance: none; outline-color: #258DEC; }

.mc-bar-bot { border-top: 1px solid #eee; position: fixed; left: 0; bottom: 0; z-index: 1; width: 100%; background-color: #f9f9f9; }
.mc-bar-list { display: flex; justify-content: space-between; align-items: center; }
.mc-bar-item { flex: 1; text-align: center; }
.mc-bar-item a { display: block; width: 100%; height: 56px; border: none; font-size: 12px; color: #aaa; font-weight: 500; padding-top: 35px; box-sizing: border-box; position: relative; }
.mc-bar-item a.on { color: #258DEC; }
.mc-bar-item .mc-message { background:#f9f9f9 url(../../img/mobile/mcenter/ic_messages_off.svg) no-repeat center 11px; }
.mc-bar-item .mc-openchat { background:#f9f9f9 url(../../img/mobile/mcenter/ic_openchat_off.svg) no-repeat center 11px; }
.mc-bar-item .mc-service { background:#f9f9f9 url(../../img/mobile/mcenter/ic_service_off.svg) no-repeat center 11px; }
.mc-bar-item .mc-alarm { background:#f9f9f9 url(../../img/mobile/mcenter/ic_alarm_off.svg) no-repeat center 11px; }

.mc-bar-item .mc-message.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_messages_on.svg) no-repeat center 11px; }
.mc-bar-item .mc-openchat.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_openchat_on.svg) no-repeat center 11px; }
.mc-bar-item .mc-service.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_service_on.svg) no-repeat center 11px; }
.mc-bar-item .mc-alarm.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_alarm_on.svg) no-repeat center 11px; }

.mc-list-wrap {  padding-bottom: 12px; }
.mc-bar-item .new-tag { display: inline-block; width: 12px; height: 12px; text-indent: -999em; background: url(../../img/mobile/mcenter/ic_new.svg) no-repeat center center; position: absolute; top: 9px; right: 50%; margin-right: -18px; }
.mc-chat-item a { display: flex; gap: 12px; }
.mc-chat-item + .mc-chat-item { border-top: 1px solid #E9E9E9; padding-top: 12px; margin-top: 12px; }
.mc-chat-item .thum-img { width: 78px; height: 78px; border-radius: 6px; overflow: hidden; position: relative; }
.mc-chat-item .thum-img img { width: 100%; min-height: 100%; object-fit: cover; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.chat-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.chat-info.type2 { justify-content: flex-start; }
.chat-info .chat-desc { font-size: 14px; line-height: 20px; color: #666; font-weight: 400; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; flex: 1; word-break: break-all; }
.info-top { display: flex; justify-content: space-between; }
.info-lst-tit { font-size: 14px; color: #666; font-weight: 700; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; text-overflow: ellipsis; overflow: hidden; }
.info-bot-txt { font-size: 12px; color: #999; font-weight: 500; line-height: 16px; }
.num-info { display: flex; justify-content: space-between; align-items: center; }
.keyword-info {  font-size: 12px;  color: #999;  font-weight: 400;  line-height: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; }
.keyword-info span { margin-right: 3px; }
.person-num { display: inline-block; font-size: 12px; color: #999; padding-left: 18px; background: url(../../img/mobile/mcenter/ic_people.svg) no-repeat left center / 16px; line-height: 14px; font-weight: 500; }

.chat-num { display: inline-block; font-size: 12px; padding: 0 6px; color: #fff; background-color: #FD6243; border-radius: 18px; display: flex; align-items: center; justify-content: center; height: 18px; white-space: nowrap; font-weight: 500; }
.info-top .chat-num { margin-left: 10px; }
.chat-alarm { width: 16px; height: 16px; text-indent: -999em; background: url(../../img/mobile/mcenter/ic_alram_off.svg) no-repeat center center / 16px; }
.mc-tit-area { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.mc-tit-area .mc-heading-title { margin-bottom: 0; }
.btn-refresh { display: inline-block; text-indent: -999em; background:#fff url(https://cdn-icons-png.flaticon.com/512/3580/3580294.png) no-repeat center center / 100%; width: 20px; height: 20px; border: none; }
.main-new-swiper .swiper-pagination { position: static;}

.btn-box { margin-top: 16px;}
.mc-btn-default { display: flex; align-items: center; justify-content: center; border: 1px solid #e9e9e9; background: #fff; border-radius: 6px; font-size: 14px; font-weight: 400; color: #999; width: 100%; }
.mc-btn-default span { display: inline-flex; align-items: center; justify-content: center; padding: 0 22px 0 0; height: 40px; background: url(../../img/mobile/mcenter/ico_arr_down.svg) no-repeat right center; color: #666; }
.btn-refresh { display: inline-block; text-indent: -999em; background: url(../../img/mobile/mcenter/ic_reload.svg) no-repeat center center; width: 24px; height: 24px; border: none; }

.mc-keyword-box { margin-bottom: 32px; }
.mc-keyword-list { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-top: -6px; }
.mc-keyword-list > li { margin-top: 6px; margin-right: 6px; }
.kwd-item span { display: flex; align-items: center; justify-content: center; height: 34px; padding: 0 12px; color: #999; font-size: 12px; font-weight: 400; background-color: #F8F8F8; border-radius: 34px; }
.kwd-item input { position: absolute; left: -999em; }
.kwd-item input:checked + span { background-color: #E4EFFF; color: #258DEC; }

/* Swiper */
.swiper-wrapper, .swiper-pagination { z-index: 0; }
.mc-swiper-recommend { position: relative; overflow: hidden; margin: 0 -20px; padding: 0 20px 30px; }
.mc-swiper-recommend .swiper-container { overflow: visible; margin: 0 -20px; padding: 0 20px; }
.mc-swiper-recommend .swiper-slide { width: 154px; box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 40%); border-radius: 6px; }
.mc-swiper-recommend .swiper-item { display: block; position: relative; border-radius: 6px; overflow: hidden; width: 154px; height: 154px; }
.mc-swiper-recommend .swiper-item .thumb { height: 100%;  overflow: hidden; position: relative; }
.mc-swiper-recommend .swiper-item .thumb img { width: 100%; min-height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.mc-swiper-recommend .swiper-item .chat-info { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; box-sizing: border-box; background-color: hsl(0deg 0% 0% / 40%); }
.mc-swiper-recommend .swiper-item .chat-tit { font-size: 14px; line-height: 18px; color: #fff; font-weight: 400; text-overflow: ellipsis;  overflow: hidden; -webkit-line-clamp: 3; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; }
.mc-swiper-recommend .swiper-item .person-num { color: #fff; background: url(../../img/mobile/mcenter/ic_people_wh.svg) no-repeat left center / 16px; }
.mc-swiper-recommend .swiper-pagination { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; }
.mc-swiper-recommend .swiper-pagination-bullet { width: 6px; height: 6px; background: #DDD; opacity: 1; margin: 0 4px; }
.mc-swiper-recommend .swiper-pagination-bullet-active { background: #258DEC; }

.mc-swiper-keyword { position: relative; overflow: hidden; margin: 0 -20px; padding: 0 20px 0; }
.mc-swiper-keyword .swiper-container { overflow: visible; margin: 0 -20px; padding: 0 20px; }
.mc-swiper-keyword .swiper-pagination { position: static; margin-top: 10px; }
.mc-swiper-keyword .swiper-pagination-bullet { width: 6px; height: 6px; background: #DDD; opacity: 1; margin: 0 4px; }
.mc-swiper-keyword .swiper-pagination-bullet-active { background: #258DEC; }

.mc-swiper-keyword .swiper-pagination.swiper-pagination-progressbar { position: static; margin-top: 16px; border-radius: 4px; }
.mc-swiper-keyword .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { border-radius: 4px; background-color: #258DEC;}

/* 오픈채팅 리스트(메인) */
.openchat-top { display: flex; gap: 12px; margin-bottom: 12px; }
.openchat-top .thum-img { width: 90px; height: 90px; border-radius: 6px; overflow: hidden; position: relative; }
.openchat-top .thum-img img { width: 100%; min-height: 100%; object-fit: cover; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.chat-info-area { flex: 1; display: flex; flex-direction: column; }
.chat-info-area .chat-top { display: flex; justify-content: space-between; align-items: center; }
.memeber-flag { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.memeber-flag span { font-size: 12px; color: #5A54FA; background-color: #E7EBFE; display: flex; align-items: center; justify-content: center; height: 24px; white-space: nowrap; font-weight: 500; letter-spacing: -0.3px; padding: 0 4px; }
.memeber-flag .gp { background-color: #FDEAE0; color: #F36D5B; background-image: none; }
.chat-txt { font-size: 14px; color: #222; font-weight: 400; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; }
.openchat-keyword { margin-bottom: 20px;}
.openchat-keyword .kwd-item span { background-color: #F2F7FF; color: #666; }
.openchat-introduct { margin-bottom: 12px; }
.intro-desc { font-size: 14px; color: #999; font-weight: 400; line-height: 18px; word-break: break-all; }
.openchat-period { position: relative; font-size: 12px; color: #444; line-height: 14px; font-weight: 400; display: flex; align-items: center; gap: 1px; }
.openchat-period::before { content: ''; display: inline-block; width: 16px; height: 16px; background: url(../../img/mobile/mcenter/ic_cal_sm.svg) no-repeat center center; }
.openchat-period span { color: #999;}

.code-access-box { padding: 20px 0; min-height: 150px; }
.part-code-box { position: relative; margin-bottom: 24px; }
.part-code-tit { display: flex; align-items: center; justify-content: center; }
.part-code-tit span { position: relative; display: flex; align-items: center; gap: 1px; color: #258DEC; font-size: 12px; font-weight: 500; line-height: 12px; margin-bottom: 24PX; margin: 0 auto; cursor: pointer; }
.part-code-tit span .req-tooltip { display: inline-block; width: 12px; height: 12px; background: url(../../img/mobile/mcenter/ic_caution_sm.svg) no-repeat center center; border: none; }
.ip-code-field { display: flex; align-items: center; justify-content: center; gap: 12px; }
.ip-code-field input { width: 60px; height: 60px; border-radius: 6px; border: 1px solid #ccc; font-size: 28px; text-align: center; color: #258DEC; outline-color: #258DEC; }
.ip-code-field input::placeholder { color: #fff; }
.ip-code-field input:not(:placeholder-shown):not(:focus) { background-color: #258DEC; color: #fff; border: 1px solid #258DEC; }

.req-tooltip-layer { display: none; position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 260px; background-color: #fff; border-radius: 6px; padding: 15px; box-sizing: border-box; text-align: center; border: 1px solid #ddd; max-width: calc(100% - 40px) }
.req-tooltip-layer p { font-size: 12px; color: #666; font-weight: 400; line-height: 16px; text-align: left; padding-right: 12px; margin-bottom: 12px; }
.req-tooltip-layer .close-btn { display: inline-block; width: 16px; height: 16px; border: none; background: url(../../img/mobile/mcenter/ic_close_sm.svg) no-repeat center center; text-indent: -999em; position: absolute; top: 12px; right: 12px; }
.req-tooltip-layer .req-btn { display: inline-block; border: none; height: 32px; color: #258DEC; font-size: 12px; font-weight: 500; line-height: 14px; background-color: #fff; border-radius: 6px; border: 1px solid #258DEC; text-align: center; padding: 0 12px; }
.part-code-box.on .part-code-tit span:after { content: ''; position: absolute; top: 18px; left: 7px; transform: translateX(-50%) rotate(45deg); width: 8px; height: 8px; background-color: #fff; border-left: 1px solid #ddd; border-top: 1px solid #ddd; z-index: 1; }
.part-code-box.on .req-tooltip-layer { display: block; }

.mc-enter-btn-box { position: fixed; left: 50%; bottom: 0; z-index: 1; max-width: 100%; transform: translateX(-50%); width: 600px; }
.bk-dialog .mc-enter-btn-box { display: flex ; left: 0; width: 100%; padding-top: 20px; background: #fff; box-sizing: border-box; }
@media screen and (min-width: 600px) {
    .bk-dialog .mc-enter-btn-box { padding: 20px; justify-content: center; gap: 12px; }
    .bk-dialog .enter-btn { padding: 0 20px; width: auto; }
}
.mc-bottom-txt { font-size: 12px; line-height: 16px; font-weight: 400; color: #1a93ff; text-align: center; padding: 10px 30px; box-sizing: border-box; }
 
.mc-layer-contents .mc-enter-btn-box { position: sticky; margin-top: auto; transform: inherit; }
.enter-btn { display: block; width: 100%; height: 60px; border: none; background-color: #0175E4; font-size: 18px; color: #fff; font-weight: 500; line-height: 26px; }
a.enter-btn { text-align: center; line-height: 60px; color: #fff; }
.enter-btn:disabled { background-color: #999; color: #ddd; }
.bt-top-txt { text-align: center; background: #fff; padding: 10px 20px; font-size: 16px; color: #666; line-height: 20px; }

.mc-multi-btn { display: flex; flex-wrap: wrap; gap: 12px; background-color: #fff; }
.mc-multi-btn .mc-btn { height: 48px; border-radius: 8px; font-size: 18px; font-weight: 500; background: #258DEC; color: #fff; flex: 1; }
.mc-enter-btn-box .mc-multi-btn { padding: 0 20px 20px; }

.mc-ip-txt { width: 100%; height: 42px; border-radius: 6px; padding: 0 12px; border: 1px solid #E9E9E9; font-size: 16px; color: #222; outline-color: #258DEC; }
.mc-ip-txt::placeholder { color: #ccc; }
.mc-ip-txt.datepicker { background: #fff url(../../img/mobile/mcenter/ic_Chat_Calendar_18.svg) no-repeat right 6px center; padding-right: 30px; } 
.mc-ip-txt:disabled { background-color: #f5f5f5; }
.mc-required { color: #FD6243; position: relative; text-indent: -999em; display: inline-block; width: 4px; }
.mc-required::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 4px; background-color: #FD6243; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.mc-info-list { margin-bottom: 20px; }
.mc-info-tit { font-size: 14px; color: #444; font-weight: 700; line-height: 20px; margin-bottom: 12px; }
.info-txt { font-size: 14px; color: #999; font-weight: 400; line-height: 18px; display: block; }
.mc-info-desc { margin-bottom: 10px; display: flex; align-items: center; gap: 11px; }
.mc-radio-box { display: flex; align-items: center; width: 100%; }
.mc-radio-box input { position: absolute; left: -999em; }
.mc-radio-box label { display: flex; align-items: center; width: 100%; cursor: pointer; }
.mc-radio-box span { display: flex; align-items: center; justify-content: center; font-size: 14px; color: #999; font-weight: 500; height: 42px; background-color: #E9E9E9; border-radius: 6px; width: 100%; box-sizing: border-box; }
.mc-radio-box input:checked + span { color: #258DEC; border: 1px solid #258DEC; background-color: #fff; }
.mc-info-desc .mc-radio-box { background-color: #e9e9e9; border-radius: 6px; }
.mc-ip-select { width: 100%; height: 42px; padding: 0 42px 0 12px; font-size: 14px; color: #444; border: 1px solid #E9E9E9; background: #fff url(../../img/mobile/mcenter/ic_sel_arr.svg) no-repeat right 11px center; border-radius: 6px; -webkit-appearance: none; appearance: none; outline-color: #258DEC; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.mc-btn { display: inline-flex; align-items: center; justify-content: center; border: none; height: 42px; color: #258DEC; font-size: 14px; font-weight: 500; line-height: 18px; background-color: #258DEC; color: #fff; border-radius: 6px; text-align: center; padding: 0 12px; min-width: 60px; white-space: nowrap; line-height: 42px; box-sizing: border-box; }
.mc-btn.d-blue { background-color: #0175E4; }
.mc-btn.b-white { background-color: #fff; color: #0175E4; border: 1px solid #0175E4; }
.mc-btn.g-white { background-color: #fff; color: #666; border: 1px solid #999; }
a.mc-btn { color: #fff;}
.mc-btn.full { min-width: 100%; width: 100%; }
.mc-btn.small { height: 28px; font-size: 12px; font-weight: 400; padding: 0 8px; border-radius: 6px; min-width: 42px; }
.mc-btn.gray { background-color: #E9E9E9; color: #999; }
.mc-btn:disabled { background-color: #ddd; border: 1px solid #ddd; color: #666;}

.mc-category-list { margin-top: 12px; padding-bottom: 16px;  border-bottom: 1px solid #e9e9e9; margin-bottom: 20px; }
.mc-category-list ul { display: flex; flex-direction: column; gap: 12px; }
.mc-category-list li { display: flex; justify-content: space-between; align-items: center; } 
.mc-category-list li span { padding-left: 8px; position: relative; font-size: 12px; color: #999; font-weight: 500; line-height: 16px; white-space: normal; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all; display: -webkit-box; padding-right: 10px; }
.mc-category-list li span::before { content: ''; display: inline-block; width: 4px; height: 4px; background-color: #999999; border-radius: 4px; position: absolute; top: 6px; left: 0; }

/* 20250625추가 : radio-btn 2depth */
.mc-radio-box.type-2depth {background:#f3f5f8;border-radius:30px;}
.mc-radio-box.type-2depth span {background:transparent;height:44px;}
.mc-radio-box.type-2depth label {justify-content: center;}
.mc-radio-box.type-2depth input:checked + span {height: 32px;border-radius: 30px;width: calc(100% - 12px);border-color: transparent;box-shadow:0 2px 4px rgba(0, 0, 0, 0.08);}

/* 1:1 메세지 */
.message-center .cp-mms-wrap { position: static; padding-bottom: 64px; }
.message-center .cp-mms-top { position: sticky; top: 64px; z-index: 1; min-height: 56px; background-color: #E9F2FF; padding: 0 20px; border: none; }
.message-center .cp-mms-body { overflow-y: inherit; }
.message-center .cp-mms-bot { position: fixed; left: 0; bottom: 0; z-index: 1; width: 100%; box-sizing: border-box; padding: 0; border: none; }
.message-center .bk-textfield { display: flex; align-items: center; padding: 0 12px; box-sizing: border-box; height: 48px; gap: 10px; border-top: 1px solid #e9e9e9; }
.mc-btn-view { display: flex; height: 36px; align-items: center; justify-content: center; background-color: rgba(33, 55, 124, 1); border-top-left-radius: 12px; border-top-right-radius: 12px; border: none; width: 100%; }
.mc-btn-view span { display: inline-block; font-size: 12px; font-weight: 700; line-height: 18px; color: #fff; padding-right: 18px; background: transparent url(../../img/mobile/mcenter/ic_chat_circle_arrow_up.svg) no-repeat right center; }
.mc-btn-view.on span { background: transparent url(../../img/mobile/mcenter/ic_chat_circle_arrow_down.svg) no-repeat right center; }
.message-center .cp-mms-bot .bk-textfield .iText { border: none; outline: none; font-size: 16px; color: #222; font-weight: 500; height: 38px; border-radius: 38px; background-color: #F5F5F5; }

.mc-btn-send { display: inline-block; border: none; text-indent: -999em; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/ic_chat_send.svg) no-repeat center center; }
.message-center .cp-mms-bot .bk-textfield .iText:focus + .control-icon .mc-btn-send { background: url(../../img/mobile/mcenter/ic_chat_send_on.svg) no-repeat center center; }

.mc-attach-list { border-top: 1px solid #e9e9e9; height: 0; overflow: hidden; transition: height 0.3s ease-out; }
.mc-attach-list.on { height: auto; }
.mc-attach-list .bt-list-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; padding: 18px; box-sizing: border-box; }
.mc-attach-list button { width: calc((100% - 50px) / 3); min-width: auto; margin: 0; position: relative; display: inline-block; border: none; color: #666; font-size: 12px; font-weight: 500; line-height: 16px; text-align: center; background-color: #fff; }
.mc-attach-list button::before { content: ''; display: block; width: 42px; height: 42px; border-radius: 42px; margin: 0 auto; }

.mc-card-btn::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_biz_card.svg) no-repeat center center; }
.mc-cdl-btn::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_bottom_catalog.svg) no-repeat center center; }
.mc-attach-list button.inq::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_Inquiry.svg) no-repeat center center; }
.mc-attach-list button.quo::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_bottom_Quotation.svg) no-repeat center center; }
.mc-attach-list button.ord::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_bottom_Order.svg) no-repeat center center; }
.mc-attach-list button.inv::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_bottom_invoice.svg) no-repeat center center; }
.mc-attach-list button.pay::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_bottom_payment.svg) no-repeat center center; }
.mc-attach-list button.shi::before { background:#f8f8f8 url(../../img/mobile/mcenter/ic_chat_bottom_shipment.svg) no-repeat center center; }

.message-center .mc-mms-inner { display: flex; }
.message-center .mc-mms-inner.right { flex: 1; gap: 8px; }
.message-center .cp-mms-top .chat-name { font-size: 16px; color: #222; font-weight: 400; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; word-break: break-all; -webkit-box-orient: vertical; display: -webkit-box; text-decoration: underline; }
.message-center .mc-mms-sch-btn { border: none; background: url(../../img/mobile/mcenter/ic_search.svg) no-repeat center center; width: 24px; height: 24px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; text-indent: -999em; }
.message-center .mc-mms-menu-btn { display: inline-block; border: none; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/icon_hamberger_bk.svg) no-repeat center center; text-indent: -999em; }
.message-center .mc-mms-menu-out { display: inline-block; border: none; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/ic_Chat_out_24_bk.svg) no-repeat center center; text-indent: -999em; }
.message-center .mc-mms-close-btn { display: inline-block; border: none; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/ic_chat_close.svg) no-repeat center center; text-indent: -999em; }
.message-center .bk-mms-box { margin-top: 20px; padding: 0 30px; }
.message-center .bk-userid.menu-chat { display: flex; gap: 8px; margin-left: -30px; }
.message-center .chat-send .bk-userid.menu-chat { flex-direction: row-reverse; justify-content: flex-start; margin-right: -30px; }
.message-center .chat-send .bk-userid.menu-chat .chat-img { margin-right: 0; margin-left: 0; }

.message-center .bk-balloon-wrap { display: flex; flex-direction: column; position: relative; }
.message-center .bk-balloon-wrap .mc-ball-more { position: absolute; top: 0; right: 0; }
.message-center .bk-balloon-wrap .mc-ball-more button { text-indent: -999em; display: block; width: 6px; height: 18px; background: url(../../img/mobile/mcenter/ic_chat_more.svg) no-repeat center center; border: none; }
.message-center .mc-ball-more-list { display: none; flex-direction: column; background-color: #fff; border-radius: 4px; position: absolute; top: -8px; right: 10px; padding: 8px 0; box-shadow: 0px 0px 4px 0 rgba(17, 17, 17, 0.18); }
.message-center .bk-balloon-wrap .mc-ball-more.on .mc-ball-more-list { display: flex; }
.message-center .mc-ball-more-list a { display: block; text-align: center; width: 100%; font-size: 14px; text-align: center; color: #444; padding: 8px 16px; box-sizing: border-box; white-space: nowrap; }
.message-center .bk-ball-in { width: 100%; background-color: #F8F8F8; font-size: 14px; line-height: 20px; }
.message-center .bk-balloon-wrap .bk-time { align-self: flex-end; font-size: 12px; color: #999; font-weight: 500; line-height: 16px; }
.message-center .bk-balloon-wrap .btn-translate { align-self: flex-start; margin-top: 4px; margin-top: -13px; }


.message-center .bk-mms-box.chat-trade .bk-balloon-wrap, 
.message-center .bk-mms-box.chat-recieve .bk-balloon-wrap, 
.message-center .bk-mms-box.chat-send .bk-balloon-wrap { min-width: auto; max-width: 100%; }
.message-center .bk-mms-box .bk-balloon-wrap { padding: 0 15px; box-sizing: border-box; }
/* .message-center .bk-mms-box.bk-mine .bk-balloon-wrap { float: none;} */
.message-center .bk-mms-box .bk-balloon-wrap .bk-ball-in { margin-top: 0; background-color: #F8F8F8; font-size: 14px; line-height: 20px; max-width: 100%; width: 100%; box-sizing: border-box; }

.message-center .bk-mms-box.chat-send { padding: 0 0 0 90px;}
.message-center .bk-mms-box.chat-send .bk-balloon-wrap { padding: 0; }
.message-center .bk-mms-box.chat-send .bk-balloon-wrap .bk-ball-in { background-color: #DFF4FF; }
.message-center .bk-mms-box.chat-send .bk-balloon-wrap .bk-time { align-self: flex-start; }
.message-center .bk-mms-box .bk-balloon-wrap .bk-ball-in::before { border-left: 14px solid #F8F8F8; top: -10px; left: 0;}
.message-center .menu-chat .chat-img { width: 36px; height: 36px; margin-right: 0; }
.message-center .menu-chat .chat-img .chat-pic { border-radius: 16px; font-size: 14px; background-color: #2AD2BF; }
/* .menu-chat .chat-img .chat-pic img { width: 27px; height: 27px; } */
.message-center .bk-balloon-wrap .btn-translate { position: inherit; left: 0; bottom: -4px; }
.message-center .bk-mms-box .chat-name { font-size: 12px; font-weight: 500; line-height: 18px; }
.message-center .btn-translate .btn-outline.btn-default { height: auto; font-size: 12px; min-width: 73px; padding: 6px 8px; border: 1px solid #258DEC; color: #258DEC !important; }

.message-center .bk-mms-box .bk-time { font-size: 12px; color: #999; font-weight: 400; line-height: 16px; }
.message-center .bk-mms-box.chat-recieve .bk-userid.menu-chat { margin-left: -30px; }
.message-center .bk-mms-dateline { display: inline-flex; width: fit-content; height: 28px; border-radius: 28px; margin: 26px auto 0; font-size: 14px; color: #fff; font-weight: 400; background: #A0C6E9 url(../../img/mobile/mcenter/ic_chat_calendar_wh.svg) no-repeat left 12px center; align-items: center; padding: 0 12px 0 28px; box-sizing: border-box; position: relative; left: 50%; transform: translateX(-50%); }
.message-center .bk-mms-dateline::before,
.message-center .bk-mms-dateline::after { display: none; }
.message-center .bk-mms-list .bk-mms-dateline:first-child { 
    margin-top: 0; 
}
.message-center .bk-mms-list .bk-mms-dateline + .bk-mms-alert { margin-top: 12px; }

.message-center .bk-icon-translate { background: url(../../img/mobile/mcenter/ic_translate.svg) no-repeat center center; width: 16px; height: 16px; }
.message-center .bk-balloon-wrap .btn-translate.active .bk-icon-translate { background: url(../../img/mobile/mcenter/ic_arrow_turn.svg) no-repeat center center; }
.message-center .bk-mms-alert { display: flex; justify-content: center; margin: 20px 0 20px 0; padding: 0 40px; }
.message-center .bk-mms-alert + .bk-mms-alert { margin-top: -12px; }
.message-center .bk-mms-alert p { display: inline-block; padding: 12px; background-color: #F8F8F8; border-radius: 6px; font-size: 12px; color: #666; font-weight: 400; line-height: 16px; padding: 6px 12px; background-color: #ddd; border-radius: 6px; max-width: 100%; max-width: 100%; }
.message-center .bk-mms-alert p > a { text-decoration: underline;}

.mc-btn-attach { display: inline-block; width: 24px; height: 24px; border: none; background: url(../../img/mobile/mcenter/ic_chat_add_files.svg) no-repeat center center; text-indent: -999em; }
.mc-btn-attach.on { background: url(../../img/mobile/mcenter/ic_Chat_Close_24_666.svg) no-repeat center center; }
.mc-btn-his { display: inline-block; width: 24px; height: 24px; border: none; background: url(../../img/mobile/mcenter/ic_chat_file-search_24_666.svg) no-repeat center center; text-indent: -999em; }
.mc-mms-bot-btn.on .mc-btn-his,
.mc-mms-bot-btn.on .mc-btn-attach  { display: none; }
.mc-mms-bot-btn.on .mc-btn-his.on,
.cp-mms-bot.on .mc-btn-his.on { display: inline-block; background: url(../../img/mobile/mcenter/ic_Chat_Close_24_666.svg) no-repeat center center; }
.mc-mms-bot-btn.on .mc-btn-attach.on { display: inline-block; }

.mc-prd-list-area { padding: 16px 20px; background-color: #21377C; }
.mc-product-swipe { position: relative; overflow: visible; margin: 0 -20px; padding: 0 20px 0; }
.mc-product-swipe .swiper-container { overflow: visible; margin: 0; padding: 0; }
.mc-product-swipe .swiper-slide { width: 180px; border-radius: 6px; }
.mc-product-swipe .swiper-pagination { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; }
.mc-product-swipe .swiper-pagination-bullet { width: 6px; height: 6px; background: #DDD; opacity: 1; margin: 0 4px; }
.mc-product-swipe .swiper-pagination-bullet-active { background: #258DEC; }
.swiper-button-next, .swiper-button-prev,
.swiper-button-next::after, .swiper-button-prev::after { width: 30px; height: 30px; text-indent: -999em;}
.swiper-button-next { background: url(../../img/mobile/mcenter/rectangle_arrow_Right_Over.svg) no-repeat center center; }
.swiper-button-prev { background: url(../../img/mobile/mcenter/rectangle_arrow_Left_Over.svg) no-repeat center center; }


.mc-list-item { display: flex; flex-direction: column; position: relative; border-radius: 6px; overflow: hidden; width: 180px; height: 358px; background-color: #fff; }
.mc-list-item .prd-name { background-color: #E9F2FF; font-size: 12px; font-weight: 500; height: 28px; color: #21377C; flex-shrink: 0; text-overflow: ellipsis; text-align: center; overflow: hidden; line-height: 28px; white-space: nowrap; display: block; padding: 0 12px; box-sizing: border-box;}
.mc-list-item .thumb { height: 180px; overflow: hidden; position: relative; flex-shrink: 0; width: 100%; }
.mc-list-item .thumb.sm { height: 130px; background: #fff; }
.mc-list-item .thumb img { width: 100%; min-height: 100%; object-fit: cover; }

.mc-list-item .item-info { padding: 12px 12px 0 12px; flex: 1;}
.mc-list-item .item-info .item-tit1 { text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; line-height: 16px; font-size: 12px; font-weight: 700; color: #999; margin-bottom: 2px; }
.mc-list-item .item-info .item-tit2 { text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; line-height: 20px; font-size: 14px; font-weight: 400; color: #222; margin-bottom: 8px; }
.mc-list-item .item-info .item-tit3 { text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; line-height: 16px; font-size: 12px; font-weight: 700; color: #666; }
.mc-list-item .item-info .item-tit4 { text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; line-height: 16px; font-size: 12px; font-weight: 500; color: #999; margin-bottom: 2px; }

.mc-list-item .item-btn { padding: 12px; margin-top: auto;}
.mc-list-item .item-btn .mc-msg-btn { height: 32px; font-weight: 400; }





.mc-content-list { display: block; height: 0; overflow: hidden; transition: height 0.3s ease-out; }
.mc-content-list.on { height: auto; }

.mc-search-field { position: relative; background-color: #fff; border-radius: 6px; width: 100%; }
.mc-search-field input { width: 100%; height: 36px; border-radius: 6px; padding: 0 90px 0 12px; border: none; font-size: 16px; color: #222; outline-color: #258DEC; }
.mc-search-field input::placeholder { color: #ccc; }
.mc-search-field button { outline-color: #258DEC; }
.mc-search-field .sch-btn { position: absolute; right: 0; top: 0; border: none; background: url(../../img/mobile/mcenter/ic_search.svg) no-repeat center center; width: 36px; height: 36px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; text-indent: -999em; }
.mc-search-field .res-btn { display: none; position: absolute; right: 42px; top: 50%; transform: translateY(-50%); border: none; background: url(../../img/mobile/mcenter/ic_search_delete.svg) no-repeat center center; width: 18px; height: 18px; text-indent: -999em; }
.mc-search-field input:not(:placeholder-shown) + .sch-btn + .res-btn { display: inline-block; }

.message-center .cp-mms-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 20px; box-sizing: border-box; }

/* 첫 번째 mc-mms-inner가 남은 공간을 모두 차지 */
.mc-mms-inner:first-child { min-width: 0; /* 자식 요소가 넘치는 것을 방지 */ width: 100%; /* 명시적인 width 제거 */ }

/* 오른쪽 mc-mms-inner는 최소한의 공간만 차지 */
.mc-mms-inner.right { flex: 0 0 auto; width: auto; /* 명시적인 width 제거 */ }
.mc-mms-inner:not(.right) { flex-direction: column; }
.mc-user-wrap { width: 100%; }

/* 검색 필드가 컨테이너 너비에 맞게 늘어나도록 설정 */
.mc-keyword-sch-btn { position: absolute; right: 36px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; }
.mc-keyword-sch-btn > button { display: inline-block; border: none; width: 24px; height: 24px; text-indent: -999em; }
.mc-kwd-up { background: url(../../img/mobile/mcenter/ic_sch_arrow_up.svg) no-repeat center center; }
.mc-kwd-up.on { background: url(../../img/mobile/mcenter/ic_sch_arrow_up_on.svg) no-repeat center center; }
.mc-kwd-down { background: url(../../img/mobile/mcenter/ic_sch_arrow_down.svg) no-repeat center center; }
.mc-kwd-down.on { background: url(../../img/mobile/mcenter/ic_sch_arrow_down_on.svg) no-repeat center center; }

.message-center .cp-mms-top .mc-search-field,
.message-center .cp-mms-top .mc-mms-close-btn { display: none; }
.message-center .cp-mms-top.mc-search-active .chat-name,
.message-center .cp-mms-top.mc-search-active .mc-mms-sch-btn,
.message-center .cp-mms-top.mc-search-active .mc-mms-menu-btn,
.message-center .cp-mms-top.mc-search-active .mc-mms-menu-out,
.message-center .cp-mms-top.mc-search-active .mc-user-align { display: none; }
.message-center .cp-mms-top.mc-search-active .mc-search-field,
.message-center .cp-mms-top.mc-search-active .mc-mms-close-btn { display: block; }

/* 채팅 메뉴 스타일 */
.mc-chat-menu { display: none; position: absolute; top: 48px; right: 23px; min-width: 200px; max-width: 100%; background: #fff; border-radius: 6px; z-index: 101; padding: 16px; box-sizing: border-box; }
.mc-chat-menu.on { display: block; }
.mc-chat-menu p { font-size: 14px; font-weight: 700; line-height: 20px; color: #444; margin-bottom: 16px; }
.mc-chat-menu ul { list-style: none; display: flex; flex-direction: column; margin: 0 -16px; }
.mc-chat-menu li { display: flex; align-items: center; justify-content: space-between; padding: 0 16px; }
.mc-chat-menu li:hover { background-color: #E9F2FF; }
.mc-chat-menu a { color: #666; text-decoration: none; font-size: 14px; font-weight: 400; line-height: 20px; display: flex; align-items: center; height: 32px; }
.mc-chat-menu .mc-close-btn { position: absolute; top: 16px; right: 16px; width: 20px; height: 20px; background: transparent url(../../img/mobile/mcenter/ic_close_layer.svg) no-repeat center center; border: none; cursor: pointer; text-indent: -999em; }
.dim-layer { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 100; }
.dim-layer.on { display: block; }
.mc-checkbox { position: relative; display: inline-block; width: 28px; height: 18px; }
.mc-checkbox input { appearance: none; position: relative; width: 28px; height: 18px; margin: 0; cursor: pointer; }
.mc-checkbox input::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 18px; }
.mc-checkbox input::after { content: ''; position: absolute; height: 16px; width: 16px; left: 1px; bottom: 1px; background-color: white; transition: .4s; border-radius: 50%; }
.mc-checkbox input:checked::before { background-color: #2196F3; }
.mc-checkbox input:checked::after { transform: translateX(10px); }
.mc-checkbox .mc-chk-txt { position: absolute; right: 34px; font-style: normal; font-size: 12px; color: #999; white-space: nowrap; }
.mc-checkbox .mc-chk-txt span:nth-child(2) { display: none; }
.mc-checkbox input:checked + .mc-chk-txt span:nth-child(1) { display: none; }
.mc-checkbox input:checked + .mc-chk-txt span:nth-child(2) { display: block; }
.ip-select-wrap { position: relative; display: inline-block; }
.ip-select-box { display: flex; align-items: center; justify-content: space-between; min-width: 94px; height: 28px; border: none; border-radius: 4px; background: #fff url(../../img/mobile/mcenter/ic_arr_down_sm.svg) no-repeat right 8px center; font-size: 12px; cursor: pointer; font-weight: 400; color: #666; padding: 0 25px 0 8px; border: 1px solid #e9e9e9; }
.ip-select-list { display: none; position: absolute; top: 100%; right: 0; margin-top: 2px; background: #fff; border-radius: 6px; box-shadow: 0 2px 8px rgba(17, 17, 17, 0.18); overflow-y: auto; z-index: 100; padding: 10px 0; }
.ip-select-list.on { display: block; }
.ip-select-list li button { display: block; width: 100%; padding: 6px 16px; text-align: left; font-size: 12px; font-weight: 400; color: #666; background: none; border: none; cursor: pointer; white-space: nowrap; }
.ip-select-list li button:hover { background: #f5f5f5; }
.ip-select-list li button.selected { background: #e9e9e9; font-weight: 500; }

/* .mc-notice-wrap { position: relative; }
.mc-notice-btn { position: fixed; right: 20px; top: 145px; height: 36px; padding: 0 16px; border: none; border-radius: 18px; background: #258DEC url(../../img/mobile/mcenter/ic_chat_notice.svg) no-repeat center center; font-size: 14px; color: #333; z-index: 1; text-indent: -999em; width: 36px; }
.mc-notice-box { display: block; position: fixed; left: 20px; top: 140px; background: #fff; border: 1px solid #E9E9E9E5; z-index: 1; border-radius: 12px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; background-color: #F8F8F8; overflow: hidden; transform: translateY(-100%); visibility: hidden; opacity: 0; transition: transform 0.3s ease-out, visibility 0.3s, opacity 0.3s; }
.mc-notice-box.on { transform: translateY(0); visibility: visible; opacity: 1; } */

.mc-notice-wrap { position: fixed; left: 50%; transform: translateX(-50%); width: 600px; z-index: 1; top: 140px; max-width: 100%; padding: 0 20px; box-sizing: border-box;}
.mc-notice-btn { position: fixed; right: 20px; top: 0; height: 36px; padding: 0 16px; border: none; border-radius: 18px; background: #258DEC url(../../img/mobile/mcenter/ic_chat_notice.svg) no-repeat center center; font-size: 14px; color: #333; z-index: 1; text-indent: -999em; width: 36px; }
.mc-notice-box { display: block; position: relative; background: #fff; border: 1px solid #E9E9E9E5; z-index: 1; border-radius: 12px; width: 100%; margin: 0 auto; box-sizing: border-box; background-color: #F8F8F8; overflow: hidden; transform: translateY(-100%); visibility: hidden; opacity: 0; transition: transform 0.3s ease-out, visibility 0.3s, opacity 0.3s; }
.mc-notice-box.on { transform: translateY(0); visibility: visible; opacity: 1; }


.mc-notice-txt { padding: 16px; }
.mc-notice-txt p { position: relative; display: flex; align-items: center; padding-left: 48px; height: 36px; }
.mc-notice-txt p a,
.mc-notice-txt p span { color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 12px; line-height: 18px; text-overflow: ellipsis; word-break: break-all; max-height: 36px; }
.mc-notice-txt p::before { content: ""; display: block; width: 36px; height: 36px; border-radius: 50%; background: #fff url(../../img/mobile/mcenter/ic_caht_notice_on.svg) no-repeat center center; position: absolute; left: 0; top: 0; }
.mc-notice-btn-area { display: flex; align-items: center; justify-content: space-between; gap: 1px; }
.mc-notice-fold-btn, .mc-notice-view-btn { width: 100%; height: 30px; padding: 0 16px; background: #A0C6E9; font-size: 12px; color: #fff; border: none; font-weight: 500; }

.kwd-highlight { background-color: #258DEC; color: #fff; }
.mc-msg-bottom { display: flex; justify-content: space-between; gap: 1px; width: 100%; margin-top: 6px; }
.message-center .bk-balloon-wrap .mc-msg-bottom .btn-translate { margin-top: 0; }
.message-center .bk-mms-box .mc-msg-bottom .bk-time { margin-top: 0; align-self: inherit; /*margin-left: auto;*/ }
.mc-msg-btn { display: flex; align-items: center; justify-content: center; border: 1px solid #258DEC; background-color: #fff; color: #258DEC; font-size: 12px; font-weight: 700; border-radius: 6px; padding: 0 12px; height: 32px; width: 100%; }
.bk-ball-in .mc-msg-btn { margin-top: 12px; }
.bk-ball-in .mc-msg-btn.pos-right { width: auto; justify-self: flex-end; }


/* full layer */
.mc-full-layer { display: none; position: fixed; top: 0; left: 0; width: 100%; bottom: 0; z-index: 100; background-color: #fff; }
.mc-full-layer.on { display: block; }
.mc-layer-inner { position: relative; padding-top: 64px; height: 100%; box-sizing: border-box; }
.mc-layer-inner.has-bottom-btn { padding-bottom: 75px; }
.mc-layer-close-btn { display: inline-block; border: none; background: url(../../img/mobile/mcenter/ic_chat_close_wh.svg) no-repeat center center; width: 24px; height: 24px; text-indent: -999em; }
.mc-layer-contents { overflow-y: auto; height: 100%; display: flex; flex-direction: column; }
.mc-user-align { display: flex; align-items: center; justify-content: flex-start; gap: 8px; }
.mc-user-icon { display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; border-radius: 12px; background-color: #2AD2BF; overflow: hidden;line-height: 36px; font-size: 14px; font-weight: 600; color: #fff; text-align: center; }
.mc-user-icon:has(img) { background-color: transparent; }
.mc-user-icon.sm,
.multiple .mc-user-icon { width: 24px; height: 24px; border-radius: 6px; margin-top: -12px; font-size: 12px; font-weight: 400; }
.mc-user-icon.sm { margin-top:0; }
.multiple .mc-user-icon:nth-child(2) { margin: 12px 0 0 -20px; }
.mc-user-icon > img { max-width: 100%; max-height: 100%; object-fit: cover; }
.mc-user-name { font-size: 14px; font-weight: 500; color: #444; line-height: 20px; }
.mc-user-date { font-size: 12px; font-weight: 400; color: #999; line-height: 14px; }
.mc-user-align + .mc-user-date { margin-top: 12px; }
.mc-multi-name-box { display: flex; flex-direction: column; justify-content: center; height: 36px; }
.mc-chat-txt { font-size: 14px; font-weight: 400; color: #666; line-height: 20px; }

.mc-share-txt { font-size: 16px; font-weight: 700; color: #666; line-height: 24px; padding: 40px 0; text-align: center; }
.mc-share-list { display: flex; align-items: center; justify-content: space-between; width: 288px; margin: 0 auto; max-width: 100%; }
.mc-share-list li button { display: inline-block; width: 72px; height: 72px; border: none; border-radius: 72px; text-indent: -999em; }
.mc-share-list li button.fb { background: url(../../img/mobile/mcenter/chat_share_facebook.svg) no-repeat center center; }
.mc-share-list li button.twt { background: url(../../img/mobile/mcenter/chat_share_x.svg) no-repeat center center; }
.mc-share-list li button.url { background: url(../../img/mobile/mcenter/chat_share_url.svg) no-repeat center center; }


.mc-participant-list > li { display: flex; flex-direction: column; gap: 12px; }
.mc-participant-list > li + li { border-top: 1px solid #E9E9E9; }
.mc-participant-list .list-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; }
.mc-participant-list .list-item .mc-user-icon { flex-shrink: 0; }
.mc-participant-list .list-item .mc-user-name { font-size: 12px; font-weight: 500; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; }
.mc-participant-list .list-item .bl-tag { font-size: 12px; font-weight: 500; color: #258DEC; line-height: 22px; height: 24px; display: inline-block; background-color: #EAF2FE; border-radius: 4px; min-width: 34px; text-align: center; padding: 0 4px; box-sizing: border-box; }

/* 팝업 레이어 */
.mc-popup-layer { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; display: none; align-items: center; justify-content: center; height: 100%; padding: 20px; box-sizing: border-box; }
.mc-popup-layer.on { display: flex; }
.mc-popup-inner { background-color: #fff; border-radius: 12px; padding: 40px 24px 24px; position: relative; box-shadow: 0px 0px 4px 0 rgba(17, 17, 17, 0.18); max-height: calc(100% - 40px); overflow-y: auto; width: 320px; display: flex; flex-direction: column; gap: 16px; box-sizing: border-box; }
.mc-popup-header { }
.mc-popup-title { font-size: 20px; font-weight: 500; line-height: 28px; display: -webkit-box; color: #222; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; padding-right: 40px; }
.mc-popup-contents { }
.mc-popup-msg { font-size: 16px; font-weight: 400; line-height: 24px; color: #666; word-break: keep-all; }
.mc-popup-btns { display: flex; gap: 0; margin: 0 -24px -24px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; overflow: hidden; }
.mc-popup-btn { flex: 1; height: 48px; font-size: 16px; font-weight: 500; border: none; background: #eee; color: #666; }
.mc-popup-btn.primary { background: #0175E4; color: #fff; }
.mc-popup-btns .mc-popup-btn:only-child { width: 100%; }
.mc-popup-close-btn { position: absolute; top: 20px; right: 20px; width: 24px; height: 24px; background: url('../../img/mobile/mcenter/ic_close_popup.svg') no-repeat center; font-size: 0; text-indent: -999em; border: none; cursor: pointer; }
.mc-popup-dim { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 999; display: none; }
.mc-popup-dim.on { display: block; }

.mc-card-top .mc-user-align { justify-content: center; margin-bottom: 24px; }
.mc-user-icon.lg,
.mc-card-top .mc-user-icon { width: 90px; height: 90px; border-radius: 36px; font-size: 38px; font-weight: 500; }
.mc-user-icon.lg > img,
.mc-card-top .mc-user-icon > img { width: 100%; height: 100%;}
.mc-card-top .good-num { margin-bottom: 16px; }
.mc-popup-top-btns {display: flex; gap: 8px; }
.mc-popup-top-btns .mc-msg-btn { flex: 1; height: 36px; }
.mc-popup-top-btns + .mc-popup-top-btns { margin-top: 8px; }
.mc-user-info { font-size: 14px; font-weight: 400; color: #999; line-height: 20px; }
.mc-user-info dl + dl { margin-top: 16px; }
.mc-user-info dt { color: #222; }
.mc-user-info dd { text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; }

.mc-popup-top-btns .mc-radio-box { gap: 8px;}
.mc-popup-top-btns .mc-radio-box span { color: #999; height: 36px; border: 1px solid #ddd; background-color: #fff; }
.mc-popup-top-btns .mc-radio-box span::before { content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 4px; }
.mc-popup-top-btns .mc-radio-box span.on { color: #fff; border: 1px solid #258DEC; background-color: #258DEC; }


.mc-popup-top-btns .mc-radio-box .ic-good::before { background: url(../../img/mobile/mcenter/thumbs-up.svg) no-repeat center center; }
.mc-popup-top-btns .mc-radio-box .ic-bed::before { background: url(../../img/mobile/mcenter/thumbs-down.svg) no-repeat center center; }
.mc-popup-top-btns .mc-radio-box .ic-good.on::before { background: url(../../img/mobile/mcenter/thumbs-up-on.svg) no-repeat center center; }
.mc-popup-top-btns .mc-radio-box .ic-bed.on::before { background: url(../../img/mobile/mcenter/thumbs-down-on.svg) no-repeat center center; }



.good-num { display: flex; align-items: center; justify-content: center; }
.good-num p { font-size: 14px; font-weight: 500; color: #999; line-height: 20px; padding: 0 8px; }
.good-num p b { color: #444; font-weight: 500; }
.good-num p + p { position: relative; }
.good-num p + p::before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #999; }

.mc-report-btn { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #ddd; background-color: #fff; color: #999; font-size: 14px; font-weight: 500; border-radius: 6px; padding: 0 12px; height: 32px;  }
.mc-report-btn span { display: inline-block; padding-left: 22px; background: url(../../img/mobile/mcenter/ic_Chat_info-circle_20_AAA.svg) no-repeat left center; }
.mc-report-btn-wrap { justify-content: flex-end; display: flex; }


 
.mc-full-layer.mc-biz-card .mc-layer-contents { background-color: #E9F2FF; }
.mc-biz-card-box { background-color: #fff; border-radius: 12px; padding: 24px; position: relative; box-shadow: 8px 8px 5px -4px rgba(0, 0, 0, 0.18); }
.mc-biz-card-top { display: flex; flex-direction: column; justify-content: space-between; gap: 10px; border-bottom: 1px solid #ddd; padding-bottom: 12px; margin-bottom: 12px; }
.mc-biz-card-top .mc-user-align { align-items: inherit;}
.mc-biz-card-top .mem-flag { display: flex; align-items: center; gap: 4px; }
.mc-biz-card-top .mem-flag p { display: flex; align-items: center; height: 20px; border-radius: 4px; background-color: #EAF2FE; font-size: 12px; font-weight: 500; color: #258DEC; padding: 0 4px; }
.mc-biz-card-top .mc-user-icon { flex-shrink: 0; }
.mc-biz-card-top .mc-user-icon > img { width: 100%; height: 100%; }
.mc-biz-card-top .mc-corp { display: flex; flex-direction: column; justify-content: space-between; }
.mc-biz-card-top .mc-corp dt { font-size: 18px; font-weight: 700; color: #222; line-height: 26px; }
.mc-biz-card-top .mc-corp dd { font-size: 12px; font-weight: 500; color: #999; line-height: 14px; }
.mc-biz-card-top .mc-name { font-size: 16px; font-weight: 700; color: #444; line-height: 24px; }
.mc-biz-card-btns { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 20px; flex-wrap: wrap; }
.mc-biz-card-btns button { flex: 1; height: 36px; z-index: 1; white-space: nowrap; padding: 0 6px; }

.mc-biz-card-info li { padding: 4px 0 0 38px; font-size: 14px; font-weight: 400; color: #666; line-height: 20px; min-height: 30px; margin-bottom: 6px; }
.mc-biz-card-info .biz-mail a,
.mc-biz-card-info .biz-url a { text-decoration: underline; }
.mc-biz-card-info .biz-mail { background: url(../../img/mobile/mcenter/ic_Chat_card_email.svg) no-repeat left top; }
.mc-biz-card-info .biz-addr { background: url(../../img/mobile/mcenter/ic_Chat_card_address.svg) no-repeat left top; }
.mc-biz-card-info .biz-url { background: url(../../img/mobile/mcenter/ic_Chat_card_homepage.svg) no-repeat left top; }
.mc-biz-card-info .biz-tel { background: url(../../img/mobile/mcenter/ic_Chat_card_phone.svg) no-repeat left top; }

.mc-share-btn { display: inline-block; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/ic_share_popup.svg) no-repeat center center; text-indent: -999em; border: none; }
.mc-biz-card-box .mc-share-btn { position: absolute; right: 16px; top: 16px; }
.mc-biz-card-copy { display: block; position: absolute; left: 50%; top: 20px; transform: translate(-50%, 0); max-width: calc(100% - 32px); background-color: rgba(102, 102, 102, 0.95); border-radius: 6px; padding: 12px 16px; box-sizing: border-box; min-width: 220px; box-shadow: 0 2px 8px rgba(17, 17, 17, 0.18); opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.mc-biz-card-copy p { font-size: 12px; font-weight: 400; color: #fff; line-height: 16px; }
.mc-biz-card-copy.on { opacity: 1; visibility: visible; }

.mc-toast { display: block; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: calc(100% - 32px); background-color: rgb(0 0 0 / 60%); border-radius: 6px; padding: 12px 16px; box-sizing: border-box; min-width: 220px; box-shadow: 0 2px 8px rgba(17, 17, 17, 0.18); opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.mc-toast p { font-size: 14px; font-weight: 400; color: #fff; line-height: 21px; text-align: center; }
.mc-toast.on { opacity: 1; visibility: visible; }

.mc-sub-txt > li,
.mc-sub-txt > p { font-size: 14px; font-weight: 400; color: #999; line-height: 18px; padding-left: 10px; text-indent: -10px; }
.mc-sub-txt > li > a { color: #666; text-decoration: underline; }
.mc-tit-area + .mc-sub-txt { margin-top: -7px; margin-bottom: 20px; }
.mc-sub-txt > li + li { margin-top: 5px; } 

.mc-list-top-area { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #e9e9e9; }
.mc-list-title { font-size: 16px; font-weight: 700; color: #222; }
.mc-list-filter { display: flex; align-items: center; padding-left: 45px; }
.mc-cont-box .mc-list-top-area { padding: 0 20px 16px; margin: 0 -20px; }

.message-center .cp-mms-top .mc-user-align .mc-user-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 12px; }
.message-center .cp-mms-top .mc-user-align .mc-user-name { font-size: 12px; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 1; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; color: #444; text-decoration: underline; }

.mc-form-box { margin-bottom: 12px; display: flex; align-items: center; gap: 11px;}
.mc-form-group { display: flex; flex-direction: column; gap: 12px; }
.mc-form-group .mc-form-box { margin-bottom: 0; }
.mc-form-box .mc-btn { min-width: auto;}
.mc-form-tit { font-size: 14px; font-weight: 400; color: #444; white-space: nowrap; }
.mc-result-area { display: flex; align-items: center; justify-content: space-between; gap: 11px; }
.mc-result-area .mc-result-text { font-size: 14px; font-weight: 400; color: #666; line-height: 20px; white-space: nowrap; }
.mc-result-area .mc-result-text strong { font-weight: 700; }
.mc-result-area .mc-ip-select { height: 32px; font-size: 12px; width: auto; background: #fff url(../../img/mobile/mcenter/ic_arr_down_sm.svg) no-repeat right 8px center / 14px; }
.mc-if-txt { padding-left: 18px; font-size: 12px; font-weight: 400; color: #999; line-height: 16px; margin-top: 12px; background: url(../../img/mobile/mcenter/ic_Chat_info-circle_12_AAA.svg) no-repeat left top; }

.mc-cont-box .mc-sel-list:first-child { margin-top: -16px; } 
.mc-sel-list .list-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; }
.mc-sel-list .list-item + .list-item { border-top: 1px solid #e9e9e9; }
.mc-sel-list .citi { font-size: 14px; font-weight: 500; color: #222; line-height: 20px; }
.mc-sel-list .name { font-size: 12px; font-weight: 700; color: #666; line-height: 16px; }
.mc-sel-list .job { font-size: 12px; font-weight: 500; color: #999; line-height: 16px; margin-top: 4px; }
.mc-sel-list .list-item .mc-btn { height: 30px; font-size: 12px; font-weight: 500; border: 1px solid #258DEC; color: #258DEC; background-color: #fff; min-width: 42px; line-height: 29px; }

.mc-tab-list { position: relative; width: 100%; }
.mc-tab-list::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #e9e9e9; }
.mc-tab-list .tab-scroll { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.mc-tab-list .tab-scroll::-webkit-scrollbar { display: none; }
.mc-tab-list ul { display: flex; white-space: nowrap; }
.mc-tab-list li { flex: 1; display: flex; justify-content: center; }
.mc-tab-list a { display: inline-flex; align-items: center; justify-content: center; height: 44px; color: #ccc; font-size: 14px; font-weight: 500; text-decoration: none; position: relative; white-space: nowrap; padding: 0 12px; width: 100%; }
.mc-tab-list a.on { color: #258DEC; font-weight: 700; }
.mc-tab-list a.on:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #258DEC; }
.mc-tab-list .tab-size-lg a { height: 55px;}

.mc-item-tit { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #e9e9e9; }
.mc-item-tit p { font-size: 14px; font-weight: 700; color: #444; line-height: 20px; }
.mc-item-list-f > li { margin-bottom: 20px; }

/* Inquiry Box */
.inquiry-box { border-radius: 6px; background: #F8F8F8; padding: 16px; }

/* Inquiry Top */
.inquiry-box .inq-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.inquiry-box .inq-top p { font-size: 12px; color: #666; font-weight: 700; line-height: 16px; }
.inquiry-box .inq-top p span { color: #999; }
.inquiry-box .inq-top .txt2 { font-weight: 500; }

/* Inquiry Content */
.inquiry-box .inq-cont { display: flex; gap: 12px; margin-bottom: 12px; }
.inquiry-box .inq-thum { width: 78px; height: 78px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.inquiry-box .inq-thum img { width: 100%; height: 100%; object-fit: cover; }
.inquiry-box .inq-cont-txt { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.inquiry-box .inq-cont-txt .txt-a,
.inquiry-box .inq-cont-txt .txt-b { font-size: 14px; font-weight: 700; line-height: 20px; color: #222; }
.inquiry-box .inq-cont-txt .txt-a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; max-height: 40px;}
.inquiry-box .inq-cont-txt .txt-b { color: #444; }

/* Inquiry Info */
.inquiry-box .inq-info { margin-bottom: 12px; }
.inquiry-box .inq-info li { font-size: 12px; font-weight: 500; color: #444; line-height: 16px; padding-left: 10px; position: relative; }
.inquiry-box .inq-info li + li { margin-top: 4px; }
.inquiry-box .inq-info li::before { content: ''; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; background: #666; border-radius: 50%; }
.inquiry-box .inq-info li span { color: #999; margin-left: 4px; }

/* Button */
.inquiry-box .mc-msg-btn { width: 100%; height: 32px; font-size: 12px; font-weight: 700; color: #258DEC; background: #fff; border: 1px solid #258DEC; border-radius: 6px; }
.inquiry-box.type-b .inq-top { padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #e9e9e9; flex-direction: column; gap: 0; align-items: flex-start; }
.bk-ball-in .bold-txt { font-weight: 700; font-size: 14px; color: #222; margin-bottom: 4px; }
.bk-ball-in .inquiry-box { padding: 0; background-color: transparent; }
.bk-ball-in .inquiry-box .inq-cont { align-items: flex-start; margin-bottom: 0; }
.bk-ball-in .inquiry-box .inq-thum { border: 1px solid #e9e9e9; }
.bk-ball-in .inquiry-box .inq-top { flex-direction: column; gap: 4px; align-items: flex-start; }
.bk-ball-in .inquiry-box .inq-top p { font-size: 14px; font-weight: 400; color: #999; }
.bk-ball-in .inquiry-box .inq-top .txt2 { text-decoration: underline; }
.bk-ball-in .inquiry-box .inq-cont-txt .txt-a { -webkit-line-clamp: 4; max-height: 78px; color: #444; line-height: 18px; font-weight: 500; font-size: 13px; }
.inq-cont:not(:has(.inq-thum)) .inq-cont-txt .txt-a { -webkit-line-clamp: 2; }

.msg-top { background-color: #258DEC; color: #fff; white-space: nowrap; height: 36px; display: flex; width: 100%; align-items: center; color: #fff; font-size: 12px; padding: 0 12px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-sizing: border-box; }
.bk-ball-in .msg-top { background-color: #258DEC; color: #fff; white-space: nowrap; height: 36px; display: flex; width: 100%; align-items: center; color: #fff; font-size: 12px; padding: 0 12px; border-top-left-radius: 8px; border-top-right-radius: 8px; margin: -12px -12px 15px -12px; box-sizing: content-box; }
.message-center .bk-mms-box .bk-balloon-wrap .msg-top + .bk-ball-in { border-top-left-radius: 0; border-top-right-radius: 0 }
.message-center .bk-mms-box .bk-balloon-wrap .msg-top + .bk-ball-in::before { left: -999em; }

.mc-img-box { overflow: hidden; border-radius: 6px; margin-bottom: 20px; display: flex; justify-content: center; max-width: 100%; }
.mc-detail-top { display: flex; flex-direction: column; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid #e9e9e9; margin-bottom: 12px; }
.mc-detail-top .w-tit { font-size: 16px; font-weight: 500; color: #666; line-height: 24px; word-break: break-all; }
.mc-detail-top .w-date { font-size: 14px; font-weight: 400; color: #999; line-height: 20px; }
.mc-detail-cont { font-size: 14px; font-weight: 400; color: #666; line-height: 20px; word-break: break-all; margin-bottom: 20px; }

.mc-tab-content { display: none; }
.mc-tab-content.on { display: block; }

.bk3-tab-box .bk-radio-group { justify-content: space-between; gap: 10px; align-items: center; margin: 0; padding: 20px; border-bottom: 1px solid #ddd; }
.bk3-tab-box .bk-radio-group .bk-radio, 
.bk3-tab-box .bk-checkbox-group .bk-checkbox { margin-top: 0; }


.mc-lst-item { display: flex; align-items: center; gap: 12px; padding: 4px 0; }
.mc-lst-item > p { font-size: 14px; font-weight: 500; color: #222; line-height: 20px; }

.noti-lst li { display: flex; font-size: 14px; font-weight: 400; color: #666; line-height: 20px; color: #666; padding-left: 10px; position: relative; gap: 2px; }
.noti-lst li::before { content: ''; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; background: #666; border-radius: 50%; }
.noti-lst li + li { margin-top: 6px; }
.noti-lst li em { font-weight: 700; color: 666; white-space: nowrap; }
.noti-lst li span { word-break: break-all; }

.mc-service-list { padding: 0 20px; display: flex; flex-wrap: wrap; gap: 24px 0; margin-bottom: 20px; }
.mc-service-list li { flex: 0 0 33.33%; text-align: center; }
.mc-service-list .cont-item { display: flex; flex-direction: column; align-items: center; }
.mc-service-list .cont-icon { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #f8f8f8; }
.mc-service-list .cont-icon img { max-width: 100%; max-height: 100%; object-fit: cover; }
.mc-service-list .cont-name { margin-top: 6px; font-size: 14px; font-weight: 500; color: #666; line-height: 20px; }

.mc-swiper-banner { margin-bottom: 24px; }
.mc-swiper-banner .swiper-container { padding: 0 20px; }
.mc-swiper-banner .swiper-pagination { position: static; margin-top: 20px; }
.mc-banner-item { border-radius: 6px; background-color: #E9F2FF; position: relative; }
.mc-banner-item .img-box-a { display: block; width: 100%; border-radius: 6px; overflow: hidden; box-sizing: border-box; position: relative; padding-top: 46%; /* 560px / 260px * 100 */ }
.mc-banner-item .img-box-a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; /* 잘리는 부분 없이 맞추려면 contain */ }


.mc-login-txt { padding: 7vh 0; }
.mc-login-txt p { text-align: center; font-size: 16px; color: #666; line-height: 24px; font-weight: 500; }
.mc-login-txt p strong { font-weight: 700; font-size: 18px; line-height: 26px; display: block; color: #258DEC; }
.mc-map-logo { display: block; position: relative; }
.mc-map-logo em { position: absolute; top: 23px; left: 50%; transform: translateX(-50%); }




.mc-btn-box { background-color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.mc-btn-box .mc-btn { flex: 1; }
.mc-btn-box.column-type { flex-direction: column; }
.mc-btn-box.column-type .mc-btn { min-width: 100%; }
.mc-sub-title-link { display: flex; align-items: center; position: relative; }
.mc-sub-title-link::after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../../img/mobile/mcenter/ic_right_20_arrow_sh.svg) no-repeat center center; }
.user-type { display: flex; align-items: center; font-size: 12px; font-weight: 500; color: #258DEC; line-height: 16px; border: 1px solid #258DEC; border-radius: 4px; padding: 0 4px; height: 20px; background-color: #fff; }
.header-left .user-type { margin-right: 6px; }
.usr-info-box { background-color: #f8f8f8; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.usr-info-box .usr-info-img { width: 90px; height: 90px; border-radius: 36px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.usr-info-box .usr-info-img img { width: 100%; height: 100%; object-fit: cover; }
.usr-info-box dl { width: 100%; text-align: left; }
.usr-info-box dt { font-size: 14px; color: #444; font-weight: 700; line-height: 20px; margin-bottom: 4px; }
.usr-info-box dd { font-size: 14px; color: #999; font-weight: 500; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; }
.mc-cont-box .usr-info-menu { margin: -10px -20px 0; }
.usr-info-menu li { border-bottom: 1px solid #e9e9e9; }
.usr-info-menu a { display: flex; align-items: center; gap: 4px; font-size: 14px; color: #444; font-weight: 500; line-height: 20px; padding: 0 20px; position: relative; height: 52px; }
.usr-info-menu a:before { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../../img/mobile/mcenter/ic_right_20_arrow.svg) no-repeat center center; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.mc-terms-cont {}
.trms-tit { font-size: 16px; font-weight: 700; color: #222; line-height: 16px; margin-bottom: 12px; }
.trms-box { display: flex; flex-direction: column; gap: 6px; }
.trms-box + .trms-box { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e9e9e9; }
.trms-tit-md { font-size: 14px; font-weight: 500; color: #444; line-height: 20px; }
.trms-txt { font-size: 14px; font-weight: 400; color: #666; line-height: 20px; }
.trms-txt.sm { font-size: 12px; font-weight: 500; color: #999; line-height: 16px; width: auto; background: none; height: auto; }
.trms-lst { margin-top: 12px; }
.trms-lst li { font-size: 12px; font-weight: 400; color: #999; line-height: 16px; position: relative; padding-left: 10px; }
.trms-lst li + li { margin-top: 6px; }
.trms-lst li::before { content: ''; display: inline-block; width: 4px; height: 4px; background: #999; border-radius: 50%; margin-right: 4px; position: absolute; left: 0; top: 7px; }
.mc-agree-list li { display: flex; align-items: center; gap: 12px; justify-content: space-between; padding-bottom: 15px; }
.mc-agree-list li + li { border-top: 1px solid #e9e9e9; padding-top: 15px; }
.mc-agree-list .agr-tit { font-size: 14px; font-weight: 500; color: #444; line-height: 20px; flex: 1; }
.mc-agree-list .agr-tit a { text-decoration: underline; }
.mc-agree-list .opt p { font-size: 12px; font-weight: 500; color: #999; line-height: 16px; }
.mc-agree-list .agr-box, .mc-agree-list .opt { display: flex; align-items: center; min-width: 45px; justify-content: flex-end; }
.mc-agree-list .agr-box p { font-size: 14px; font-weight: 500; color: #444; line-height: 20px; margin-left: auto; }
.mc-agree-list .agr-box b { font-weight: 700; color: #999; }

/* 약관 체크 */
.mc-chk-area { width: 100%;}
.chk-item, .mc-all-chk { display: flex; align-items: center; justify-content: space-between; min-height: 45px; box-sizing: border-box; gap: 12px; padding: 12px 0; overflow: hidden; }
.mc-all-chk { padding: 12px; background-color: #E9F2FF; border-bottom: 1px solid #e9e9e9; border-top: 1px solid #258DEC; }
.item-drop-box { display: none; padding: 16px; background-color: #f8f8f8; font-size: 12px; line-height: 16px; color: #666; font-weight: 400; max-height: 150px; overflow-y: auto; margin: 0 -12px; }
.item-drop-box > p { font-weight: 500; color: #666; font-size: 14px; line-height: 18px; margin-bottom: 6px;}
.dropdown-item.on .item-drop-box { display: block; }
.dropdown-item.on .open-drop-btn { transform: rotate(180deg); }
.mc-terms-chk-list > li { border-bottom: 1px solid #e9e9e9; padding: 0 12px; } /* 20251015 수정 */
.open-drop-btn { display: inline-block; width: 24px; height: 24px; background: url(../../img/mobile/mcenter/ic_sel_arr.svg) no-repeat center center; text-indent: -999em; border: none; }

.bk-checkbox.mc-chk input[type="checkbox"] + label .text { white-space: inherit; font-size: 14px; line-height: 22px; font-weight: 500; }
.bk-checkbox.mc-chk input[type="checkbox"] + label:before { border: 1px solid #ccc;}
.bk-checkbox.mc-chk input[type="checkbox"]:checked + label:before { border: 1px solid #258DEC; background-color: #fff; }
.bk-checkbox.mc-chk input[type="checkbox"]:checked + label::after { background:#fff url(../../img/mobile/mcenter/ic_chkbox.svg) no-repeat center center; filter: inherit; left: 5px; transform: inherit; top: 5px; }
.bk-checkbox.mc-chk input[type="checkbox"] + label { align-items: flex-start;}
.bk-checkbox.mc-chk .text + .mc-required { margin-left: 5px; }

.bk-radio-group.wide.bk3 .bk-radio:not(:first-child) { margin-top: 8px; }
.bk-radio-group.wide.bk3 .bk-radio input[type="radio"] + label .text { font-size: 14px; line-height: 20px; font-weight: 400; color: #666; }

.pw-strength-level { white-space: nowrap; font-size: 12px; color: #666; margin-right: 20px; }
.pw-strength-box { width: 100%; height: 6px; background-color: #EEEEEE; position: relative; overflow: hidden; }
.pw-strength-box::after { content: ''; position: absolute; left: 0; top: 0; height: 100%; background-color: #0175E4; transition: width 0.3s ease; }
.pw-strength-box.strength-1::after { width: 33.33%; }
.pw-strength-box.strength-2::after { width: 66.66%; }
.pw-strength-box.strength-3::after { width: 100%; }

.mc-search-box .top-btn-box { margin-top: 12px; }
.top-btn-box { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.mc-chk-btn { display: block; width: 100%; height: 32px; background: #fff; border: 1px solid #E9E9E9; border-radius: 6px; }
.mc-chk-btn span { display: inline-block; font-size: 12px; font-weight: 400; color: #666; line-height: 16px; padding-right: 18px; background: url(../../img/mobile/mcenter/ic_right_16_arrow.svg) no-repeat right center; }
.mc-gray-top { background-color: #EEEEEE; padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.mc-gray-top .mc-form-box { margin-bottom: 0; }
.mc-gray-top .mc-control-field { flex: 1; }
.mc-gray-top .mc-top-txt { font-size: 14px; font-weight: 500; color: #666; line-height: 20px; }

.mc-user-list li { margin-bottom: 20px; padding: 16px; border-radius: 6px; background-color: #f8f8f8; box-sizing: border-box; }
.mc-user-list li .usr-item { display: flex; }
.mc-user-list li .usr-item p { font-size: 14px; font-weight: 700; color: #222; line-height: 20px; width: 31px; border-right: 1px solid #e9e9e9; }
.mc-user-list .usr-inf-box { padding-left: 16px; box-sizing: border-box;}
.mc-user-list .usr-inf-box dl { font-size: 14px; font-weight: 400; color: #666; line-height: 20px; display: flex; gap: 4px; }
.mc-user-list .usr-inf-box dt { position: relative; padding-left: 10px; width: 120px; }
.mc-user-list .usr-inf-box dt::before { content: ''; display: inline-block; width: 4px; height: 4px; background: #666; border-radius: 50%; position: absolute; left: 0; top: 8px; }
.mc-user-list .usr-inf-box dd { font-weight: 500; flex: 1; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.mc-user-list .mc-msg-btn { width: 100%; height: 32px; font-size: 12px; font-weight: 700; color: #258DEC; background: #fff; border: 1px solid #258DEC; border-radius: 6px; margin-top: 16px; }

.mc-report-usr-info { padding: 20px 0; border-top: 1px solid #e9e9e9; margin-bottom: 16px; }
.mc-report-usr-info .d-tit { font-size: 16px; font-weight: 700; color: #222; line-height: 24px; margin-bottom: 8px; }
.mc-report-usr-info .d-tit span { font-weight: 400; color: #666; }
.mc-report-usr-info .d-desc { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 14px; font-weight: 500; color: #444; line-height: 20px; }
.mc-report-usr-info .d-desc .d-value { font-weight: 400; color: #999 }
.mc-report-usr-info .d-desc:not(:first-child) { margin-top: 8px; }


/* 공통 APP 바로가기 QR 영역 */
.mc-app-qr-box { display: none; gap: 20px; position: fixed; left: 100%; bottom: 50%; margin-left: calc(-50% - -320px); transform: translateY(50%); flex-wrap: wrap; width: 380px; max-width: calc(50% - 360px); }
.mc-app-qr { display: flex; flex-direction: column; align-items: center; gap: 8px; border-radius: 6px; background-color: #fff; padding: 15px; box-sizing: border-box; width: 180px; }
.mc-app-qr .app-qr-tit { width: 120px; height: 28px; margin: 0 auto; }
.app-qr-img { width: 132px; height: 132px; }
.app-qr-img img { width: 100%; height: 100%; object-fit: cover; }
.mc-app-qr a { display: flex; align-items: center; font-size: 14px; color: #fff; background-color: #000; font-weight: 500; height: 42px; border-radius: 6px; justify-content: center; width: 100%; }
.mc-app-qr-txt { font-size: 16px; line-height: 24px; font-weight: 700; color: #222; width: 100%; min-width: 180px; }





/* 데스크톱 스타일 미디어 쿼리 */
@media screen and (min-width: 600px) {
    .messge-wrap { position: relative; background-color: #ddd; min-height: 100vh; }
    .messge-wrap .message-center {  min-height: 100vh; }
    .messge-wrap .message-center,
    .messge-wrap .message-center .mc-header,
    .messge-wrap .message-center .mc-sub-header,
    .messge-wrap .message-center .mc-bar-bot,
    .messge-wrap .message-center .cp-mms-bot { width: 600px; margin: 0 auto; left: inherit; max-width: 100%; }
    .messge-wrap .message-center .cp-mms-bot { left: 50%; translate: -50%; }
    .messge-wrap .message-center .mc-full-layer { width: 600px; max-width: 100%; left: 50%; translate: -50%; }
    .messge-wrap .message-center .mc-layer-inner { padding-top: 72px;}
    .messge-wrap .mc-popup-layer .mc-popup-inner { /*width: calc(600px - 40px);*/ max-width: 100%; box-sizing: border-box; }

    .messge-wrap .mc-header,
    .messge-wrap .mc-sub-header { height: 72px;}
    .messge-wrap .message-center .cp-mms-top { top: 72px;}
    .messge-wrap .mc-container { padding: 72px 0 78px 0; }
    .messge-wrap .chat-info .chat-desc { font-size: 16px; line-height: 24px; }
    .messge-wrap .person-num { font-size: 13px; padding-left: 18px; background: url(../../img/mobile/mcenter/ic_people.svg) no-repeat left center / 16px; line-height: 18px; font-weight: 500; }
    .messge-wrap .chat-num { font-size: 12px; height: 20px; }
    .messge-wrap .chat-info.type2 { justify-content: space-between; }
    .messge-wrap .keyword-info { font-size: 14px; }
    .messge-wrap .kwd-item { cursor: pointer;}
    .messge-wrap .kwd-item.all span { font-weight: 700; font-size: 14px; }
    .messge-wrap .mc-swiper-recommend .swiper-slide,
    .messge-wrap .mc-swiper-recommend .swiper-item { width: 176px; height: 176px; }
    .messge-wrap .mc-bar-item a { height: 78px;font-size: 12px; padding-top: 48px; }
    .messge-wrap .mc-bar-item a.on { font-weight: 700; }
    .messge-wrap .mc-bar-item .mc-message { background:#f9f9f9 url(../../img/mobile/mcenter/ic_messages_off.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .mc-openchat { background:#f9f9f9 url(../../img/mobile/mcenter/ic_openchat_off.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .mc-service { background:#f9f9f9 url(../../img/mobile/mcenter/ic_service_off.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .mc-alarm { background:#f9f9f9 url(../../img/mobile/mcenter/ic_alarm_off.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .mc-message.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_messages_on.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .mc-openchat.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_openchat_on.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .mc-service.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_service_on.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .mc-alarm.on { background:#f9f9f9 url(../../img/mobile/mcenter/ic_alarm_on.svg) no-repeat center 16px / 30px; }
    .messge-wrap .mc-bar-item .new-tag { top: 18px; margin-left: -22px; }
    .messge-wrap .mc-app-qr-box { display: flex; }
    .messge-wrap .bk-dialog:not([class*=dialog-full]) .dialog-inner { left: inherit; transform: inherit; }
}





/* 페이징 */
.mc-paging-box { width: 100%; display: flex; justify-content: center; align-items: center; gap: 12px; margin: 40px 0; }
.mc-paging-btn { width: 36px; height: 36px; background-color: #E9E9E9; color: #666666; border: none; border-radius: 6px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; font-weight: 700; }
.mc-paging-btn.prev,
.mc-paging-btn.next { text-indent: -9999px; position: relative; }
.mc-paging-btn.prev::after { content: ''; width: 8px; height: 8px; border-left: 2px solid #666666; border-bottom: 2px solid #666666; transform: rotate(45deg); position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -5px; }
.mc-paging-btn.next::after { content: ''; width: 8px; height: 8px; border-right: 2px solid #666666; border-top: 2px solid #666666; transform: rotate(45deg); position: absolute; left: 50%; top: 50%; margin-left: -7px; margin-top: -5px; }
.mc-paging-btn.prev:disabled::after,
.mc-paging-btn.next:disabled::after { border-color: #ccc; cursor: default; }
.mc-paging-btn.prev.disabled,
.mc-paging-btn.next.disabled { cursor: default; }
.mc-paging-btn.on { background-color: #258DEC; color: #fff; }
.mc-paging-btn.on:not(.disabled) { background-color: #258DEC; color: #fff; }



/* chat 상품 레이어 */
.bk3-chat-product { display: none; }
.bk3-chat-product.on { display: block; }
.bk3-chat-product .gds-box { display: flex; flex-direction: column; gap: 12px; background: #F8F8F8; position: relative; padding: 20px; }
.bk3-chat-product .gds-tit { font-size: 14px; font-weight: 700; color: #000; }
.bk3-chat-product .gds-wrap { display: flex; gap: 12px; }
.bk3-chat-product .gds-img { width: 66px; height: 66px; flex-shrink: 0; border: 1px solid #ddd; border-radius: 4px; overflow: hidden;}
.bk3-chat-product .gds-img img { width: 100%; height: 100%; object-fit: cover;  }
.bk3-chat-product .gds-info { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; font-weight: 500; }
.bk3-chat-product .gds-pid { font-size: 14px; line-height: 20px; color: #666; font-weight: 500; }
.bk3-chat-product .gds-pid span { text-decoration: underline; }
.bk3-chat-product .gds-name a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; line-height: 20px; color: #666; text-overflow: ellipsis; word-break: break-all; }
.bk3-chat-product .gds-close { position: absolute; top: 20px; right: 20px; width: 28px; height: 28px; background: url(../../img/mobile/icon-dialog-close.svg) no-repeat center / 20px; text-indent: -999em; border: none; }


/* 상품조회 레이어 */

.mc-product-list li { margin-bottom: 20px; padding: 16px; border-radius: 6px; background-color: #f8f8f8; box-sizing: border-box; }

.mc-product-item { border-radius: 6px; background: #F8F8F8; position: relative; }

.mc-product-item .inq-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.mc-product-item .inq-top p { font-size: 12px; color: #666; font-weight: 700; line-height: 16px; }
.mc-product-item .inq-top p span { color: #999; }
.mc-product-item .inq-top .txt2 { font-weight: 500; }
.mc-product-item .bk-checkbox.mc-chk input[type="checkbox"] + label { align-items: center;}
.mc-product-item .bk-checkbox.mc-chk input[type="checkbox"] + label .text  { font-weight: 400; color: #444; }

.mc-product-item .inq-cont { display: flex; gap: 12px; margin-bottom: 12px; }
.mc-product-item .inq-thum { width: 80px; height: 80px; border-radius: 6px; overflow: hidden; flex-shrink: 0; border: 1px solid #e9e9e9; }
.mc-product-item .inq-thum img { width: 100%; height: 100%; object-fit: cover; }
.mc-product-item .inq-cont-txt { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.mc-product-item .inq-cont-txt .txt-a,
.mc-product-item .inq-cont-txt .txt-b { font-size: 14px; font-weight: 400; line-height: 20px; color: #222; }
.mc-product-item .inq-cont-txt .txt-a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; max-height: 40px; text-decoration: underline;}
.mc-product-item .inq-cont-txt .txt-b { color: #444; font-size: 12px; line-height: 18px; color: #666; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all;}

.mc-product-item .inq-info { margin-bottom: 12px; }
.mc-product-item .inq-info li { font-size: 12px; font-weight: 500; color: #444; line-height: 16px; padding-left: 10px; position: relative; }
.mc-product-item .inq-info li + li { margin-top: 4px; }
.mc-product-item .inq-info li::before { content: ''; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; background: #666; border-radius: 50%; }
.mc-product-item .inq-info li span { color: #999; margin-left: 4px; }

.itm-del-btn { position: absolute; top: 0; right: 0; width: 24px; height: 24px; background: url(../../img/mobile/icon-dialog-close.svg) no-repeat center; text-indent: -999em; border: none; }


/* 로그인 */
.mc-top-msg-box { font-size: 16px; font-weight: 500; color: #222; line-height: 24px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #e9e9e9; }
.mc-member-type-box { margin-bottom: 20px; }
.mc-member-type-box > p { font-size: 16px; font-weight: 700; color: #258DEC; line-height: 24px; margin-bottom: 12px; }
.mc-member-type-box .mc-info-desc { margin-bottom: 0; }

.mc-info-tooltip .part-code-box { margin-bottom: 16px;}
.mc-info-tooltip .part-code-tit { justify-content: flex-end; }
.mc-info-tooltip .part-code-tit span,
.mc-info-tooltip .part-code-tit > div { margin: inherit; font-size: 14px; color: #999; cursor: pointer; position: relative;}
.mc-info-tooltip .req-tooltip-layer p { margin-bottom: 0; color: #444; }
.mc-info-tooltip .part-code-tit span .req-tooltip,
.mc-info-tooltip .part-code-tit > div .req-tooltip { background: url(../../img/mobile/mcenter/ic_Chat_info-circle_12_AAA.svg) no-repeat center center; width: 20px; height: 20px; border: none; vertical-align: middle; }
.mc-info-tooltip .part-code-box.on .part-code-tit span:after { content: ''; position: absolute; top: 23px; left: 10px; transform: translateX(-50%) rotate(45deg); width: 8px; height: 8px; background-color: #fff; border-left: 1px solid #ddd; border-top: 1px solid #ddd; z-index: 1; }
.mc-info-tooltip .req-tooltip-layer { left: inherit; right: 0; transform: translateX(0); max-width: 300px; width: 214px; padding: 12px; top: 28px; }

.mc-signin-box { margin-bottom: 24px;}
.mc-signin-box > p { font-size: 14px; font-weight: 700; color: #222; line-height: 20px; margin-bottom: 12px; }
.mc-signin-input input { height: 56px; border: 1px solid #ddd; padding: 0 16px; font-size: 16px; font-weight: 400; color: #222; box-sizing: border-box; width: 100%; }
.mc-signin-input input:not(:first-child) { margin-top: -1px; }
.mc-signin-input input::placeholder { color: #999; }
.mc-signin-input input:focus { z-index: 1; position: relative; }
.mc-find-acount { margin-top: 12px; display: flex; gap: 12px; justify-content: flex-end; }
.mc-find-acount a { font-size: 14px; color: #666; font-weight: 500; line-height: 20px; }
.mc-find-acount a span { text-decoration: underline; }

.mc-signin-btn-box { margin-bottom: 40px;}
.mc-signin-btn-box .mc-multi-btn { gap: 16px; }
.mc-signin-btn-box .mc-txt-lst { margin-top: 24px; }
.mc-txt-lst { display: flex; flex-direction: column; gap: 8px; }
.mc-txt-lst li { font-size: 12px; font-weight: 500; color: #999; line-height: 16px; padding-left: 10px; position: relative; }
.mc-txt-lst li:before { content: ''; display: block; width: 4px; height: 4px; background: #999; border-radius: 50%; position: absolute; left: 0; top: 6px; }

.mc-sns-log-box { margin-bottom: 40px; }
.mc-sns-log-box > p { font-size: 14px; font-weight: 400; color: #666; line-height: 20px; margin-bottom: 24px; text-align: center; }
.mc-sns-log-box ul { display: flex; gap: 12px; justify-content: space-between; width: 330px; margin: 0 auto; max-width: 100%; box-sizing: border-box; }
.mc-sns-log-box ul li a { font-size: 14px; font-weight: 400; color: #666; line-height: 20px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-direction: column; }
.mc-sns-log-box ul li a::before { content: ''; display: block; width: 48px; height: 48px; }
.mc-sns-log-box ul li a.ic-gg::before { background: url(../../img/mobile/mcenter/sns_gg.svg) no-repeat center center; }
.mc-sns-log-box ul li a.ic-fb::before { background: url(../../img/mobile/mcenter/sns_fb.svg) no-repeat center center; }
.mc-sns-log-box ul li a.ic-in::before { background: url(../../img/mobile/mcenter/sns_in.svg) no-repeat center center; }
.mc-sns-log-box ul li a.ic-ap::before { background: url(../../img/mobile/icon-aut-apple.svg) no-repeat center center; background-size:100%; }
.mc-sns-log-box ul li a.ic-gg .bk-icon { display: none; }

.mc-txt-dl { margin-bottom: 16px; }
.mc-txt-dl dt { font-size: 14px; font-weight: 700; color: #666; line-height: 20px; margin-bottom: 8px; }
.mc-txt-dl dt span { text-decoration: underline;}
.mc-txt-dl dd { font-size: 12px; font-weight: 500; color: #999; line-height: 16px; }

/* 사용자 초대 레이어 */
.lst-top-num { font-size: 14px; font-weight: 500; color: #222; line-height: 20px; }
.btm-msg-txt { font-size: 12px; font-weight: 400; color: #999666; line-height: 16px; margin-top: 8px; }
.mc-form-box .mc-control-field { flex: 1; }


/* 기존 알림메세지 커스텀 */
.message-center .notice-message { margin-top: -12px; }
.message-center .notice-message .lv-title {font-size: 12px; display: flex; height: 36px; padding: 0 12px; align-items: center; background-color: #258DEC; }
.message-center .notice-message .notice-msg-text { padding: 12px; color: #222; }
.message-center .notice-message .bk-btn { margin: 0 12px 12px; height: 32px; font-size: 12px; font-weight: 700; color: #258DEC !important; border: 1px solid #258DEC; }


/* 달력 UI */
.flatpickr-calendar.open,
.flatpickr-calendar.inline { left: 50% !important; transform: translateX(-50%); width: 600px; max-width: 100%; }
.flatpickr-calendar.animate.open { -webkit-animation: inherit; animation: inherit; }

.mc-join-stap { display: flex; gap: 6px; }
.mc-join-stap li span { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background-color: #ddd; color: #666; }
.mc-join-stap li.on span { background-color: #258DEC; color: #fff; }


/* 회원가입 */
.bk-company-search-result .bk-input-list .bk-textfield { padding: 0; border-top: none;}
.bk-tab.tab-type-sub-line .tab-menu-wrap { margin-top: -20px; }
.bk-tab.tab-type-sub-line .tab-item.active::after {content: ''; display: block; width: 100%; height: 1px; background-color: #258DEC; position: absolute; bottom: -1px; left: 0; }
.bk3 .tab-container { overflow: inherit; }
.tab-container-wrap { overflow-x: inherit;}
.category-depth01 > a { border-bottom: 1px solid #ddd; }
.ctgy-type2 .category-depth01 > a { padding: 16px 20px; padding-right: 40px; }
.category-depth01 > .in-subdepth { border-bottom: 1px solid #eaeaea;}
.search-group .mc-control-field { flex: 1; }
.bk-tab.bk3 .mc-gray-top { margin: -24px -20px 0; }
.ctgy-type2 .bk-list-unit { padding: 12px 20px; }
.cp-list-wrap.ctgy-type2  { border-top: none; }

.message-center .bk3 .bk-textfield,
.message-center .bk3 .bk-textfield.bk-full { padding: 0; border-top: none; }


/* 기기등록 팝업 */
/* 20250423 수정 */
.mc-txt-dsc-box { margin-bottom: 40px; display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; }
.mc-txt-app { font-size: 16px; line-height: 24px; text-align: center; color: #666; font-weight: 500; box-sizing: border-box; }
.mc-txt-sb { font-size: 12px; line-height: 16px; text-align: center; color: #999; font-weight: 400; box-sizing: border-box; }
.qr-code-box-area { position: relative; width: 300px; height: 300px; margin: 0 auto; max-width: 100%; box-sizing: border-box;}
.qr-code-box-area::before { content: ''; display: block; width: 20px; height: 20px; background: url(../../img/mobile/mcenter/qr_line.svg) no-repeat center center; position: absolute; left: -2px; top: -2px; transform: rotate(270deg); }
.qr-code-box-area::after { content: ''; display: block; width: 20px; height: 20px; background: url(../../img/mobile/mcenter/qr_line.svg) no-repeat center center; position: absolute; right: -2px; top: -2px; }
.qr-code-box-area .qr-code-img { padding-top: 100%; position: relative; background-color: #eee; width: 300px; max-width: 100%;  box-sizing: border-box; }

.qr-code-box-area .qr-code-img::before { content: ''; display: block; width: 20px; height: 20px; background: url(../../img/mobile/mcenter/qr_line.svg) no-repeat center center; position: absolute; left: -2px; bottom: -2px; transform: rotate(180deg); }
.qr-code-box-area .qr-code-img::after { content: ''; display: block; width: 20px; height: 20px; background: url(../../img/mobile/mcenter/qr_line.svg) no-repeat center center; position: absolute; right: -2px; bottom: -2px; transform: rotate(90deg); }
/* //20250423 수정 */

.qr-code-box-area .qr-code-img img { position: absolute; left: 0; top: 0; object-fit: cover; width: 100%; max-width: 100%; }

.app-dn-box { padding: 20px 30px 30px; box-sizing: border-box;}
.app-dn-box > ul { display: flex; gap: 15px; flex-wrap: wrap; }
.app-dn-box li { display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; width: 100%; flex: 1; }
.app-dn-box .mc-btn { width: 100%; background-color: #fff; color: #000; font-size: 15px; font-weight: 500; gap: 4px; }
.app-dn-box .mc-btn.link-google { border: 1.5px solid #258DEC; }
.app-dn-box .mc-btn.link-apple { border: 1.5px solid #258DEC; }
.app-dn-box .mc-btn.link-google::before { content: ''; display: block; width: 24px; height: 24px; background:#fff url(../../img/mobile/mcenter/ico_google.svg) no-repeat -2px center / 96px;  }
.app-dn-box .mc-btn.link-apple::before { content: ''; display: block; width: 24px; height: 24px; background:#fff url(../../img/mobile/mcenter/ico_apple.svg) no-repeat -4px center / 108px; }


.mc-tbl-list-head { border-bottom: 1px solid #e9e9e9;  box-sizing: border-box; background-color: #F5F5F5; border-top: 1px solid #e9e9e9; padding: 0 6px; display: flex; align-items: center; }
.mc-tbl-list-head span { display: flex; align-items: center; text-align: left;  height: 26px; font-size: 12px; font-weight: 500; line-height: 18px; color: #999; width: 55%; box-sizing: border-box; padding: 0 6px;  }
.mc-tbl-list-head span:first-child { padding-left: 25px; width: 45%; }
.mc-tbl-list-body { font-size: 12px; font-weight: 500; line-height: 18px; color: #444; background-color: #fff; height: 200px; overflow-y: auto; }
.mc-tbl-list-body li { border-bottom: 1px solid #e9e9e9; }

.user-lst-item { display: flex; align-items: center; height: 32px; }
.user-lst-item .mc-user-align { gap: 4px;}

.user-lst-item .clm1 { width: 45%; padding: 0 6px; box-sizing: border-box; }
.user-lst-item .clm2 { width: 55%; padding: 0 6px; box-sizing: border-box; }
.user-lst-item .bk-checkbox input[type="checkbox"] + label:before { width: 20px; height: 20px; }
.user-lst-item .bk-checkbox.mc-chk input[type="checkbox"]:checked + label::after { background: #fff url(../../img/mobile/mcenter/ic_chkbox.svg) no-repeat center center / 10px; filter: inherit; left: 3px; transform: inherit; top: 4px; }
.user-lst-item .mc-user-name { font-size: 12px; font-weight: 500; line-height: 18px; color: #444; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; display: -webkit-box; }

.mc-ellipsis1 { -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; display: -webkit-box; }
.mc-ellipsis2 { -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all; display: -webkit-box; }

.mc-choose-area .lst-top-num { margin-bottom: 12px; }

.mc-move-btn-box { display: flex; gap: 20px; align-items: center; justify-content: center; background-color: #F9F9F9; border-top: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9; height: 60px; margin-bottom: 20px; }
.mc-cont-box .mc-move-btn-box { margin-left: -20px; margin-right: -20px; }
.mc-move-btn-box button { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid #ddd; border-radius: 6px; background-color: #fff; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12); text-indent: -999em; }
.mc-move-btn-box button::before { content: ''; display: block; width: 20px; height: 20px; background: url(../../img/mobile/mcenter/bt_arrow-up.svg) no-repeat center center; /*transform: rotate(90deg);*/ }
.mc-move-btn-box button.bt-down::before { transform: rotate(180deg); }
.mc-move-btn-box button:disabled::before { opacity: 0.2; }
.no-lst-txt { font-size: 14px; font-weight: 500; line-height: 20px; color: #999; text-align: center; display: flex; align-items: center; justify-content: center; height: 200px; }

/* as-is 하단 경고창 */
.bk-snackbar {}
@keyframes dialogBottom {
	0% { opacity: 0; transform: translateY(100%); }
	100% { opacity: 1; transform: translateY(0); }
}
.bk-dialog.bk-snackbar { animation-name: dialogBottom; animation-duration: 0.3s; top: auto; bottom: 0; width: var(--wide-full); height: auto; padding: 0; }
.bk-dialog.bk-snackbar .dialog-inner { left: 0; right: 0; bottom: 0; transform: translate(0, 0); max-width: var(--wide-full); max-height: 30%; }
.bk-dialog.bk-snackbar .dialog-inner .dialog-container { padding: 30px; }
.bk-snackbar.snackbar-cookie .dialog-inner { border-width: 1px 0 0; border-color: #ddd; background-color: #f3f5f8; }
/* [팝업]쿠키 정책 안내 */
.bk-quickMenu.snackbar-cookie .dialog-inner { border-width: 1px 0 0; border-color: #ddd; background-color: #f3f5f8; }




/* as-is web용 스타일 커스텀 */
/* 컨텐츠내 그리드 영역 */
.grid-wrap { display: var(--d-flex); width: var(--wide-full); box-sizing: border-box; }
.grid-wrap.column { flex-direction: column; }
.grid-wrap:not(.bk-title) .grid-row { display: var(--d-flex); flex-wrap: var(--flex-wrap); align-items: var(--flex-content-center); }
.grid-wrap:not(.bk-title) .grid-row ~ .grid-row { margin-top: 8px; }
.grid-wrap:not(.bk-title) .grid-row.grid-w-50per,
.bk-control .control-field.field-w-50per { max-width: 50%; }
.grid-wrap:not(.bk-title) .grid-row.grid-w-60per,
.bk-control .control-field.field-w-60per { max-width: 60%; }
.grid-wrap:not(.bk-title) .grid-row.grid-w-70per,
.bk-control .control-field.field-w-70per { max-width: 70%; }
.grid-wrap:not(.bk-title) .grid-row.grid-w-80per,
.bk-control .control-field.field-w-80per { max-width: 80%; }
.grid-wrap.bk-title .grid-row.explain-area { display: var(--d-flex); flex-wrap: var(--flex-wrap); align-items: var(--flex-content-end); }
.grid50-in-tbl {display: flex; width: 50%; gap: 8px;}
.grid50-in-tbl > *:not(button) {flex: 1 1 0;}
.grid-row .grid-column { flex: 1 1 0; /* grow,shrink,basis */ }
.grid-row .grid-column ~ .grid-column { margin-left: 8px; }
.grid-row .grid-column.flex-basis-auto { flex: 0 1 auto; }
.grid-wrap.grid-date .grid-column { }
.grid-wrap.grid-date .grid-column .bk-select { flex-direction: var(--flex-row-reverse); margin-right: 0; margin-left: 10px; }
.grid-wrap.grid-date .grid-column .bk-select { margin-left: 0; }
.grid-wrap.grid-date .grid-column .bk-select label { margin: 10px 0 0 8px; }

/* as-is web용 레이어팝업 사이즈 설정 */
.bk-dialog.dialog-xlarge .grid-wrap:not(.bk-title) .grid-row.grid-w-50per,
.bk-dialog.dialog-xlarge .bk-control .control-field.field-w-50per { max-width: inherit; }
.bk-dialog.dialog-xlarge:not([class*=dialog-full]) .dialog-inner { max-height: calc(100% - 80px); min-width: auto; width: 1200px; max-width: 100%; }
@media screen and (min-width: 600px) {
    .bk-dialog.dialog-xlarge:not([class*=dialog-full]) .dialog-inner { max-height: auto; }
}

/* as-is web용 레이어팝업 헤더 영역 */
.bk-dialog.dialog-xlarge .dialog-header { background-color: #258DEC; min-height: 64px; padding: 0 20px; align-items: center; height: 24px; box-sizing: border-box; }
.bk-dialog.dialog-xlarge.dim .dialog-header .bk-title .title { color: #fff; line-height: 21px; font-size: 18px; }
.bk-dialog.dialog-xlarge .dialog-header .bk-icon-dialog-close { background: url(../../img/mobile/mcenter/ic_chat_close_wh.svg) no-repeat center center; }
.bk-dialog.dim .bk-btn-close { filter: inherit; }

/* as-is 모바일일용 레이어팝업 헤더 영역 */
.bk-dialog.dialog-full .dialog-header { background-color: #258DEC; min-height: 64px; box-sizing: border-box; padding: 0 20px; align-items: center; }
.bk-dialog.dialog-full .dialog-header .bk-title .title { color: #fff; }
.bk-dialog.dialog-full .dialog-header .bk-icon-dialog-close { background: url(../../img/mobile/mcenter/ic_chat_close_wh.svg) no-repeat center center; }

/* as-is web용 레이어팝업 푸터(하단) 영역 */
.bk-dialog.dialog-xlarge .dialog-footer { padding: 0; }
.bk-dialog.dialog-xlarge .dialog-footer > div { display: flex; width: 100%; gap: 12px; justify-content: center; padding: 12px 0; }
.bk-dialog.dialog-xlarge .dialog-footer .bk-btn { border-radius: 4px; white-space: nowrap; }

/* as-is web용 나이스 셀렉트 박스 스크롤 이슈 처리 */
.nice-select .list { display: none; }
.nice-select.open .list { display: block; }

/* as-is web용 레이어팝업 콘텐츠 영역 */
.bk-dialog.dialog-xlarge .category-select.category-favorite > ul { border: none; border-radius: 0; padding: 0; height: auto; }
.bk-dialog.dialog-xlarge .dialog-container { padding-top: 20px; }


/* as-is web용 캘린더 날짜선택영역 mobile에 맞게 초기화 */
.flatpickr-months { z-index: inherit; background-color: inherit; }
.flatpickr-months .flatpickr-prev-month, 
.flatpickr-months .flatpickr-next-month { justify-content: inherit; margin-top: 0; border: inherit; border-radius: inherit; color: inherit; fill: inherit; box-sizing: inherit; }
.flatpickr-current-month { height: inherit; padding: inherit; color: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; text-align: inherit; transform: inherit; }


/* 메시지센터 SNS 로그인박스 내에에 iframe 영역 숨김 처리  */
.mc-sns-log-box .g_id_signin { position: absolute; left: -999em; }


/* 메시지센터 as-is .bk-dialog 팝업 안에 .mc-full-layer 팝업이 들어가 있을 경우 등의 이슈 처리 */
/* Inquiry Registration > Category Search 팝업내 컨텐츠 영역 */
.mc-layer-contents .bk-tab.tab-type-sub-line.bk3 .bk3-tab-box,
.dialog-inner .mc-layer-contents .bk3-tab-box { margin: -24px -20px 0; }

.bk-tab.tab-type-sub-line.bk3 .category-select.category-word li + li, 
.bk-tab.tab-type-sub-line.bk3 .category-select.category-favorite li + li { border-top: 1px solid #ddd; }
.bk-tab.tab-type-sub-line.bk3 .category-favorite > ul { height: auto; overflow-y: inherit; border: none; border-radius: 0; padding: 0; }
.bk-tab.tab-type-sub-line.bk3 .category-favorite .bk-radio { padding: 6px 16px; box-sizing: border-box; }


/* [20250611]프로필 텍스트 타입 추가*/
.usr-info-box .usr-info-img {background:#2AD2BF;}
.usr-info-box .usr-info-img .inner-txt {font-size:36px;color:white;font-weight:600;font-family:monospace;width:3ch;overflow:hidden;white-space:nowrap;}

/* [20250616] button screen reader 처리 */
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}

/* [20250710] 메시지 프로필영역 정렬이슈 및 word-break 처리 */
.message-center .menu-chat .chat-img {min-width:36px; align-self:flex-start;}
.message-center .bk-mms-box.chat-recieve .bk-userid.menu-chat {align-items: center;}
.message-center .bk-mms-box.chat-recieve .bk-balloon-wrap {margin-top:15px;}
.message-center .bk-mms-box .chat-name {word-break: break-all;}
