.popup-closed {
    display: none;
}

.msgPopup {
    display: none;
}

.paging {
    display: none;
}

.hideArea {
	display: none !important;
}


/* 기본: 전부 클릭 차단 */
.agreement-checkbox {
    pointer-events: none;
}

/* text만 클릭 허용 */
.agreement-text {
    pointer-events: auto;
    cursor: pointer;
}

/* 체크박스 영역만 클릭 허용 */
.checkbox-area {
    display: inline-flex;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
}

.font17 {
	font-size: 1.7rem;
}

.customTable {
	height: 285px;
}

.customTable210 {
	height: 210px;
	overflow-x: scroll; 
	margin-bottom: 20px;
}

.account-mypage-btn{
	margin-top: -5px;
}


/* 확대 레이어 */
.img-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.75);
	display: none;
    align-items: center;        /* 세로 중앙 */
    justify-content: center;    /* 가로 중앙 */

    z-index: 9999;
}


/* 확대 이미지 */
.img-layer img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}

/* 클릭 가능 표시 */
.zoom-img {
    cursor: pointer;
}
/* 모바일에서 살짝 여백 */
@media (max-width: 768px) {
    .img-layer img {
        max-width: 95vw;
        max-height: 85vh;
    }
}
.short-desc {
    font-size: 13px;
    margin-top: 6px;
    color: #666;
}

.short-desc.error {
    color: #d32f2f;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;

    animation:
        hint-pop 0.4s ease-out,
        hint-float 1.6s ease-in-out 0.6s infinite;
}

/* 아이콘 */
.short-desc.error::before {
    content: "↑";
    font-size: 14px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;

    animation: arrow-bounce 1.2s ease-in-out infinite;
}

/* 위 입력창을 가리키는 느낌 */
@keyframes hint-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes arrow-bounce {
    0% {
        transform: translateY(0);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-4px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.7;
    }
}

.store-inn{
	cursor: pointer;
}


.submit-sectionpt0 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 1rem;
}

.search-guide-box {
    margin-bottom: 20px;
    padding: 16px 18px;
    background-color: #f6f9ff;
    border: 1px solid #d6e1f5;
    border-radius: 6px;
}

/* 헤더 */
.search-guide-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.search-guide-header .guide-icon {
    margin-right: 6px;
    font-size: 18px;
    color: #1f4fd8;
}

.search-guide-header .guide-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f4fd8;
}

/* 본문 */
.search-guide-body {
    font-size: 16px;
    color: #222;
}

.guide-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.guide-row:last-child {
    margin-bottom: 0;
}

/* 좌측 라벨 */
.guide-label {
    min-width: 48px;
    margin-right: 10px;
    font-weight: 700;
    color: #555;
}

/* 텍스트 */
.guide-text {
    line-height: 1.6;
}

/* 마지막 강조 문구 */
.guide-row-emphasis {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #d6e1f5;
}

.guide-row-emphasis strong {
    color: #1f4fd8;
    font-weight: 700;
}

.c_gray {
	color:#c3c3c3;
}

.mt10 {
	margin-top: 10px;
}

.main-sidebar #preViewCard { position: relative; border:none; transition: all .35s ease; }
.main-sidebar #preViewCard:hover { background: linear-gradient(120deg,#3e61d7 60%,#725bed 100%); }
.main-sidebar #preViewCard:hover * { color:#fff;}
.main-sidebar #preViewCard:hover:before { border:rgba(255,255,255,1);}
.main-sidebar #preViewCard * { color:#555;}
.main-sidebar #preViewCard:after{position:absolute; top:calc(50% - 7px); right:20px; display:block; width:12px; height:12px; background: url(/afms/img/ico_arrow.svg) no-repeat; transform: rotate(45deg); background-size: 12px; content:'';}
.main-sidebar #preViewCard:before{position:absolute; top:calc(50% - 12px); right:14px; display:block; width:22px; height:22px; border-radius: 50%; background:#fff;border:solid 1px var(--ks-gray-20); content:''; }
.main-sidebar #preViewCard .section-info {text-align: left; font-size:var(--ks-fs-15); padding: 0.5rem 6rem 0.8rem 2rem; line-height: 1.2;}