@charset "UTF-8";

.overlay {
    display: none;
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.52;
    background-color: rgba(29, 29, 29);
}
.popup {
    display: none;
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 63.6rem;
    height: 69rem;
    padding: 2.4rem 2.4rem 3.2rem;
    background-color: #fff;
    border-radius: 3.2rem;
}
.popup .btn-close {
    position: absolute;
    top: 3.7rem;
    right: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('/images_wynd/icon/icon_x.png') no-repeat center center / 100% 100%;
}
.popup .tab-btn-box {
    display: flex;
    align-items: center;
	padding-right: 2.4rem;
}
.popup .btn-tab {
    position: relative;
    padding: 8px 24px 8px 56px;
    color: #828282;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.12px;
    border-bottom: 2px solid #E2E4E5;
}
.popup .btn-tab.active {
    color: #2563EB;
    font-size: 2.4rem;
    border-bottom-color: #2563EB;
}
.popup .btn-tab::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2.4rem;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    background: url('/images_wynd/icon/icon_user.png') no-repeat center center / 100% 100%;
}
.popup .btn-tab.active::before {
    background-image: url('/images_wynd/icon/icon_user_blue.png');
}
.popup .btn-tab.btn-counsel::before {
    background-image: url('/images_wynd/icon/icon_preview_gray.png');
}
.popup .btn-tab.btn-counsel.active::before {
    background-image: url('/images_wynd/icon/icon_preview_blue.png');
}
.popup .tab-content {
    display: none;
}
.popup .tab-content.active {
    display: block;
}
.popup .tab-content .content-box {
    display: flex;
    column-gap: 3.2rem;
    padding: 2.4rem 0.6rem 3.2rem 1.6rem;
}
.popup .tab-content .content-box .personal-info {
	width: 28.2rem;
}
.popup .tab-content .content-title {
    display: block;
    padding: 1.6rem 1.2rem;
    color: #828282;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
}
.popup .tab-content .info-box {
    display: flex;
    padding: 1.2rem 0;
}
.popup .tab-content .label {
	flex-shrink: 0;
    display: block;
    width: 9.2rem;
    padding: 0 1.2rem;
    color: #828282;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
}
.popup .tab-content .info {
    display: block;
	max-height: 4.65rem;
    margin-right: 0.4rem;
	padding: 0 1.2rem;
    padding-right: 0.8rem;
    color: #303030;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
	overflow-y: auto;
    scrollbar-gutter: stable;
}
.popup .tab-content .info::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
}
.popup .tab-content .info::-webkit-scrollbar-track {
    width: 0.6rem;
    background-color: transparent;
}
.popup .tab-content .info::-webkit-scrollbar-thumb {
    width: 0.6rem;
    border-radius: 999px;
    background-color: #CECFD0;
}
.popup .tab-content .info.date {
    color: #828282;
    font-family: 'Inter';
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.45;
}
.popup .tab-content .info a {
    color: #5182EF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration-line: underline;
}
.popup .memo-container {
    padding-right: 1rem;
    max-height: 27.6rem;
    overflow-y: auto;
    scrollbar-gutter: stable;
}
.popup .memo-container::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
}
.popup .memo-container::-webkit-scrollbar-track {
    width: 0.6rem;
    background-color: transparent;
}
.popup .memo-container::-webkit-scrollbar-thumb {
    width: 0.6rem;
    border-radius: 999px;
    background-color: #CECFD0;
}
.popup .tab-content .memo-group {
    display: block;
    width: 24.2rem;
    padding: 1.6rem;
    border-radius: 1.6rem;
    border: 1px solid #E8E9EA;
    background-color: #F6F7F7;
}
.popup .tab-content .memo-group + .memo-group {
    margin-top: 1.2rem;
}
.popup .tab-content .memo-box {
	display: flex;
	align-items: center;
    column-gap: 0.8rem;
    color: #303030;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
}
.popup .tab-content .memo-box img {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: 1px solid #E2E4E5;
}
.popup .tab-content .date {
    position: relative;
	display: block;
	text-align: right;
    /* padding-left: 0.6rem; */
    color: #828282;
    font-family: 'Inter';
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
}
/* .popup .tab-content .memo-box .date::before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background-color: #828282;
} */

.popup .tab-content .memo-content {
    margin: 0.8rem 0;
    color: #444;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
}

.popup .tab-content .form-textarea {
    width: 100%;
    padding: 1.6rem;
    border-radius: 1.6rem;
    border: 1px solid #CECFD0;
    font-family: 'SUIT';
    box-sizing: border-box;
    resize: none;
}
.popup .tab-content .btn-box {
    display: flex;
	justify-content: flex-end;
    column-gap: 0.8rem;
    margin-top: 1.6rem;
}
.popup .tab-content .btn-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.4rem;
    padding: 1.2rem 2.4rem;
    color: #696969;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 1.2rem;
    border: 1px solid #A0A2A3;
    background-color: #FFF;
}
.popup .tab-content .btn-box button.btn-save {
    color: #fff;
    background-color: #2563EB;
}
.popup .tab-event-content {
    column-gap: 0;
}
.popup .tab-event-content .event-info {
    width: 28.2rem;
}
.popup .tab-content .event-preview {
    width: 27.4rem;
    height: 53rem;
    /* padding: 4.8rem; */
    color: #303030;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
    border-radius: 1.6rem;
    border: 1px solid #E8E9EA;
    background-color: #F6F7F7;
}