
/* header.css 정의 내용에 이어서 */
/* 화면폭 1300px ~ */



/* 하부 버튼 영역 */
.bottom_button {
    margin-top: 30px;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* gap: 16px; */
    gap: 20px;
}
    .bottomButton {
        width: 100px;
        height: 40px;

        border-radius: 20px;
        transition: background-color 0.3s ease;

        font-size: 14px;
        font-weight: 700;
        /* color: #3f3f3f; */
        color: #fff;

        cursor: pointer;
    }
    .bottomButton:hover {
        background-color: #E66419;
        /* border: 2px solid #E66419; */
        border: 0;
        color: #fff;
    }
    .bottomButton:focus {
        /* background-color: #E66419; */
        border: 0;
        color: #fff;
    }
        .confirmButton, .updateButton {
            background-color: #E66419;
            border: 0;
        }
        .cancelButton {
            background-color: #ccc;
            border: 0;
        }





/* 구글 배너 광고 */
.bannerAd {
    display: block;
    width: 100%;
    max-width: 728px;
    height: 90px;
    background-color: #ccc;
    border: 1px dashed #aaa;
    color: #777;
    font-size: 14px;
    line-height: 90px;
    text-align: center;
    margin: 20px auto;
}



/* common */
a {
    text-decoration: none;
    color: inherit;
}

.topMarginZero {
    margin-top: 0;
}

.height20 {
    height: 20px;
}

.marginTop10 {
    margin-top: 10px;
}
.marginTop15 {
    margin-top: 15px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop25 {
    margin-top: 25px;
}
.marginTop30 {
    margin-top: 30px;
}
.marginTop35 {
    margin-top: 35px;
}
.marginTop40 {
    margin-top: 40px;
}
.marginTop45 {
    margin-top: 45px;
}
.marginTop50 {
    margin-top: 50px;
}
.marginTop55 {
    margin-top: 55px;
}
.marginTop60 {
    margin-top: 60px;
}
.marginTop70 {
    margin-top: 70px;
}
.marginTop90 {
    margin-top: 90px;
}
.marginTop100 {
    margin-top: 100px;
}
.marginTop120 {
    margin-top: 120px;
}

.marginBottom40 {
    margin-bottom: 40px;
}
.marginBottom5 {
    margin-bottom: 5px;
}
.marginBottom7 {
    margin-bottom: 7px;
}
.marginBottom10 {
    margin-bottom: 10px;
}
.marginBottom12 {
    margin-bottom: 12px;
}
.marginBottom15 {
    margin-bottom: 15px;
}
.marginBottom20 {
    margin-bottom: 20px;
}
.marginBottom25 {
    margin-bottom: 25px;
}
.marginBottom30 {
    margin-bottom: 30px;
}
.marginBottom36 {
    margin-bottom: 36px;
}
.marginBottom40 {
    margin-bottom: 40px;
}
.marginBottom50 {
    margin-bottom: 50px;
}
.marginBottom60 {
    /* paragraph 단위 */
    margin-bottom: 60px;
}
.marginBottom80 {
    margin-bottom: 80px;
}
.marginBottom100 {
    margin-bottom: 100px;
}
.marginBottom120 {
    margin-bottom: 120px;
}

.marginLeft6 {
    margin-left: 6px;
}
.marginLeft7 {
    margin-left: 7px;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginLeft20 {
    margin-left: 20px;
}
.marginLeft30 {
    margin-left: 30px;
}
.marginLeft40 {
    margin-left: 40px;
}
.marginLeft50 {
    margin-left: 50px;
}
.marginLeft60 {
    margin-left: 60px;
}
.marginLeft100 {
    margin-left: 100px;
}
.paddingLeft30 {
    padding-left: 30px;
}

.marginRight10 {
    margin-right: 10px;
}
.marginRight15 {
    margin-right: 15px;
}
.marginRight20 {
    margin-right: 20px;
}
.marginRight30 {
    margin-right: 30px;
}
.marginRight40 {
    margin-right: 40px;
}
.marginRight50 {
    margin-right: 50px;
}
.marginRight60 {
    margin-right: 60px;
}
.marginRight100 {
    margin-right: 100px;
}



























































    /* 기사 디테일 조회 >> articleReview, articleView */
    .articleBodyArea {
        width: 100%;

        box-sizing: border-box;
        padding: 0 30px;

    }
        /* 기사 섹션 >> 좌측 기사 섹션 트리, 우측 프린트/SNS/링크복사 등 아이콘 */
        .topShelf {
            width: 100%;

            box-sizing: border-box;
            margin-top: 30px;
            margin-bottom: 30px;

            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
            .section {
                font-size: 14px;
                font-weight: normal;
                color: gray;
            }
            .iconsCover {
                display: flex;
                flex-direction: row;
                gap: 8px;

                font-size: 14px;
                font-weight: normal;
                color: gray;
            }


        /* 뉴스 헤드라인, 기자명, 날짜 등 */
        .middleShelf {
            width: 100%;

            display: flex;
            flex-direction: column;
        }
            /* 제목행 */
            .titleCoverRow {
                width: 100%;

                margin-bottom: 36px;

                font-size: 42px;
                font-weight: 800;
            }
            /* 기자/기사 정보 */
            .authorRow {
                width: 100%;

                box-sizing: border-box;
                padding-bottom: 8px;
                margin-bottom: 48px;

                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: flex-end;

                border-bottom: 1px solid #aaa;
            }
                .articleDetailItemName {
                    margin-right: 12px;
                    font-size: 14px;
                    color: #aaa;
                }
                .articleDetailItem {
                    margin-right: 24px;
                    font-size: 14px;
                    color: #aaa;
                }
                .authorName {
                    margin-right: 32px;
                    font-size: 16px;
                    font-weight: 800;
                }




        /* 좌측 기사 본문 내용, 우측 기자작성글, 최신기사 링크 모음 */
        .underShelf {
            width: 100%;

            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
        }
            /* 좌측 기사 섹션 기사 본문 */
            .articleDetailBodyCover {
                max-width: 730px;
                width: 100%;

                box-sizing: border-box;
                margin-bottom: 50px;

                display: flex;
                flex-direction: column;
                justify-content: flex-start;

                font-family: 'Pretendard';
                font-size: 16px;
                line-height: 1.8;
                color: #333;
            }

                /* 기사 서머리 부분 */
                .articleDetailSummaryCover {
                    width: 100%;

                    box-sizing: border-box;
                    margin-bottom: 50px;

                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;

                    font-size: 24px;
                    font-weight: 800;
                }
                /* 기사 본문 */
                .articleDetailBodyCover {
                    width: 100%;

                    box-sizing: border-box;
                    margin-bottom: 30px;

                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;

                    font-size: 16px;
                    font-weight: normal;
                }

                /* 기자 정보 */
                .authorBlockCover {
                    width: 100%;

                    box-sizing: border-box;

                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                }
                    .authorName.authorBlock {
                        display: flex;
                        flex-direction: row;
                        gap: 8px;

                        font-size: 22px;
                        font-weight: 800;
                    }
                    .authorEmail.authorBlock {
                        font-size: 14px;
                        font-weight: normal;
                    }

            /* 우측 인기기사, 기자기사 모음 */
            /* 모바일 최소폭 340 >> 양옆 마진 10씩 */
            .digestAreaTemp {
                width: 320px;
                height: 600px;

                background-color: #f0f0f0;
                border: 1px dashed #aaa;
                color: #888;

                display: flex;
                justify-content: center;
                align-items: center;
            }
            .digestArea {
                width: 320px;
                /* height: 600px; */

                box-sizing: border-box;

                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
            }
                .digestCover {
                    width: 100%;

                    box-sizing: border-box;
                    padding-bottom: 33px;

                    display: flex;
                    flex-direction: column;
                    gap: 12px;
                }
                .digestCover.digestDivider {
                    box-sizing: border-box;
                    padding-top: 33px;
                    border-top: 1px solid #ddd;
                }
                    .digestAreaTitle {
                        font-size: 20px;
                        font-weight: 600;
                        /* line-height: 2; */
                        box-sizing: border-box;
                        /* padding: 16px 0 10px 0; */
                    }
                    .digestArticleTitle {
                        box-sizing: border-box;
                        padding-left: 5px;

                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;

                        cursor: pointer;
                    }































/* deallist body */
.deallist.buttonCover {
    width: 1200px;
    /* margin-bottom: 6px; */
    /* margin: 16px 0; */
    margin: 12px 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
    .deallist.newDealReg {
        width: 130px;
        height: 36px;

        border: 0 solid;
        border-radius: 10px;
        background-color: #E66419;
        color: #FFF;

        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: background-color 0.3s ease;

        /* box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); */
    }

.deallist.myDealTitle {
    width: 100%;
    height: 50px;

    margin: 20px 20px;
    /* padding: 0 20px; */

    display: flex;
    justify-content: center;
    align-items: center;

    /* border-top: 3px solid transparent;
    border-bottom: 3px solid #E66419; */

    font-size: 18px;
    font-weight: 700;
    color: #E66419;
}





.deallist.deallistCover {
    width: 1200px;
    margin-top: 10px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: center; */

    column-gap: 16px;
    /* column-gap: 12px; */
    /* column-gap: 8px; */
    row-gap: 16px;
}

.deallist.dealCover {
    width: 288px;
    /* width: 291px; */
    /* width: 294px; */
    /* height: 432px; */
    /* height: 426px; */
    height: 424px;

    box-sizing: border-box;
    /* padding: 9px; */
    padding: 0 9px 9px 9px;

    display: flex;
    flex-direction: column;
    align-items: center;

    border-radius: 7px;
    background-color: #f7f7f7;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);

    cursor: pointer;
}
    .deallist.dealImageCover {
        /* width: 270px; */
        width: 288px;
        /* height: 280px; */
        height: 288px;

        /* border-radius: 5px; */
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;

        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .deallist.dealImageCover img {
            min-width: 300px;
            min-height: 300px;
            width: auto;
            height: auto;

            /* object-fit: contain; */
            display: block;

            object-fit: cover;
            object-position: center;

            transition: transform 0.5s ease-in-out;        /* 부드러운 애니메이션 효과 */
        }
        /* 이미지 확대 >> 이미지 호버에서 전체 딜 커버로 이동 */
        /* .deallist.dealImageCover:hover img {
            transform: scale(1.12);
        } */

    .deallist.dealRegDate {
        width: 100%;
        height: 20px;

        margin-top: 4px;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;

        /* font-size: 14px; */
        font-size: 13px;
        color: #a7a7a7;
    }
    .deallist.dealTitle {
        width: 100%;
        /* height: 46px; */
        height: 41px;

        margin-top: 4px;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;

        line-height: 1.4;
        /* font-size: 16px; */
        font-size: 14px;
        font-weight: 700;

        display: -webkit-box;
        -webkit-line-clamp: 2;        /* 최대 2줄 */
        -webkit-box-orient: vertical; /* 수직 박스 설정 */
        overflow: hidden;             /* 넘치는 내용 숨김 */
        text-overflow: ellipsis;      /* 생략 부호 */
    }
        .dealCover:hover .dealTitle {
            color: #E66419;
            /* font-weight: 800; */
        }
        .dealCover:hover .dealImageCover img {
            transform: scale(1.12);
        }


    .deallist.memberCover {
        width: 100%;
        height: 26px;

        margin-top: 4px;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;

        /* font-size: 14px; */
        font-size: 12px;
    }
        .deallist.avatarCover {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #e1e1e1;
            overflow: hidden;

            display: flex;
            justify-content: center;
            align-items: center;
        }
            .deallist.avatar {
                min-width: 24px;
                min-height: 24px;
                width: auto;
                height: auto;
                object-fit: cover;
            }

    .deallist.viewCountCover {
        width: 100%;
        /* height: 26px; */
        height: 24px;

        margin-top: 4px;

        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;

        gap: 6px;
    }
        .deallist.recommendImageCover {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            /* background-color: #e1e1e1; */
            
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .deallist.recommendImage {
                width: 19px;
                height: 19px;
            }
            .deallist.recommend {
                margin-right: 7px;
                /* font-size: 14px; */
                font-size: 13px;
                color: #a7a7a7;
            }
        .deallist.viewCountImageCover {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            /* background-color: #e1e1e1; */
            
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .deallist.viewCountImage {
                width: 22px;
                height: 22px;
            }
            .deallist.viewCount {
                font-size: 14px;
                color: #a7a7a7;
            }



.pageNumList {
    width: 100%;
    margin-top: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 14px;
    color: #a7a7a7;
}
    .pageNumSelf {
        color: #E66419;
        font-weight: 800;
    }
    /* .pageNumLink {

    } */
    .pageNumLink:hover {
        color: #E66419;
        font-weight: 800;
    }







/* 딜 상세조회화면 */
.dealDetail.dealTitleCover {
    margin-top: 10px;

    width: 100%;
    box-sizing: border-box;
    padding: 26px 20px;
    background-color: #f7f7f7;
    border-radius: 12px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    font-size: 20px;
    font-weight: 700;
    color: #E66419;
}
.dealDetail.dealRegDate {
    margin-top: 20px;

    width: 100%;
    height: 20px;
    box-sizing: border-box;
    padding: 12px 20px;


    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    /* font-size: 18px; */
    font-size: 16px;
    color: #a7a7a7;
}

.dealDetail.summaryCover {
    width: 100%;
    height: 26px;

    margin-top: 10px;
    box-sizing: border-box;
    padding: 12px 20px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;

    font-size: 14px;
    color: #a7a7a7;
}
    .dealDetail.avatarCover {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #e1e1e1;
        overflow: hidden;

        display: flex;
        justify-content: center;
        align-items: center;
    }
        .dealDetail.avatar {
            min-width: 24px;
            min-height: 24px;
            width: auto;
            height: auto;
            object-fit: cover;
        }

    .dealDetail.recommendImageCover {
        width: 24px;
        height: 24px;
        margin-left: 12px;

        border-radius: 50%;
        /* background-color: #e1e1e1; */
        
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .dealDetail.recommendImage {
            width: 24px;
            height: 24px;
        }
        .dealDetail.recommend {
            /* margin-right: 7px; */
            font-size: 14px;
            color: #a7a7a7;
        }

    .dealDetail.viewCountImageCover {
        width: 24px;
        height: 24px;
        margin-left: 12px;

        border-radius: 50%;
        /* background-color: #e1e1e1; */
        
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .dealDetail.viewCountImage {
            width: 24px;
            height: 24px;
        }
        .dealDetail.viewCount {
            font-size: 14px;
            color: #a7a7a7;
        }

.dealDetail.dealLinkCover {
    margin-top: 20px;

    width: 100%;
    box-sizing: border-box;
    padding: 26px 20px;
    background-color: #f7f7f7;
    border-radius: 12px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;

    font-size: 16px;
}
    /* .dealDetail.dealLinkItem {
        max-width: 100px;
    } */
    .dealDetail.dealLink {
        /* width: calc(100% - 100px); */
        width: 100%;

        white-space: nowrap;        /* 줄바꿈 안 함 */
        overflow: hidden;           /* 넘치는 내용 숨김 */
        text-overflow: ellipsis;    /* ... 으로 표시 */
    }
    .dealDetail.dealLink:hover {
        color: #E66419;
        /* font-weight: 700; */
    }

/* 썸머노트 불러오면 컨텐츠가 담기는 커버. 컨테이너 */
.dealDetail.dealDesc {
    margin-top: 20px;
    width: 100%;
    min-height: 400px;

    box-sizing: border-box;
    padding: 30px 20px;

    overflow-x: auto;
}
    /* 페이지 가로 스크롤바 커스텀 */
    .dealDetail.dealDesc::-webkit-scrollbar {
        height: 10px;
    }
    .dealDetail.dealDesc::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #bebebe;
    }
    .dealDetail.dealDesc::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #f1f1f1;
    }
    .dealDetail.dealDesc::-webkit-scrollbar-corner {        /* Optionally, you can style the scrollbar corner */
        background-color: #888; /* Set the background color of the corner */
    }

    /* 에디터 가이드라인 */
    .dealGuideCover div, ul, li, p, strong {
        color: #aaa;
    }
        .dealGuideCover .dealGuide.h2 {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 700;
        }
        .dealGuideCover .dealGuide.h3 {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 700;
        }
        .dealGuideCover .dealGuide.para {
            padding-left: 10px;
            margin-bottom: 20px;
            font-size: 13px;
        }
        .dealGuideCover .dealGuide.listCover {
            padding-left: 1em;
            margin-bottom: 20px;
            font-size: 13px;
        }
        .dealGuideCover li {
            /* padding-left: 1em; */
            padding-left: 0;
            margin-left: 10px;
            margin-bottom: 6px;
            font-size: 13px;
        }
        .dealGuideCover li::marker {
            list-style-position: inside;
            text-indent: 1em !important;
        }
        .dealGuideCover strong {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 700;
        }



.dealDetail.buttonCover {
    margin-top: 50px;
    margin-bottom: 120px;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    /* column-gap: 12px; */
    column-gap: 18px;
}
.dealDetail.buttonCover.contentManage {
    column-gap: 22px;
}

    button.generalButton {
        all: unset;
        
        width: 100px;
        height: 40px;

        border-radius: 20px;

        border: 1px solid gray;

        background-color: gray;
        color: #fff;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;

        /* font-size: 14px; */
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    button.generalButton:hover {
        border: 1px solid #E66419;

        background-color: #E66419;
        color: #fff;
    }

    button.dealDetail.likeButton {
        all: unset;
        
        width: 90px;
        height: 46px;

        border-radius: 23px;

        /* border: 1px solid gray; */
        /* border: 1px solid #ddd; */

        /* background-color: gray; */
        /* background-color: #ddd; */
        background-color: #E66419;
        color: #fff;
        /* color: #E66419; */

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;

        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    button.dealDetail.likeButton:hover {
        /* border: 1px solid #E66419; */
        /* border: 1px solid; */

        background-color: #E66419;
        color: #fff;
    }
    button.dealDetail.likeButton:focus {
        /* border: 1px solid; */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    button.dealDetail.likeButton {
        min-width: 160px;
    }

            .likeButtonImage {
                width: 26px;
                height: 26px;
            }
            .dealDetail.like {
                font-size: 14px;
            }
            .dealDetail.likeNum {
                font-size: 16px;
                font-weight: 800;
            }


    .snsButton {
        width: 46px;
        height: 46px;
        /* border-radius: 12px; */
        border-radius: 50%;

        /* border: 2px solid #E66419; */
        /* border: 1px solid gray; */
        /* border: 1px solid #f7f7f7; */
        border: 1px solid #ddd;

        /* background-color: transparent; */
        /* background-color: gray; */
        /* background-color: #f7f7f7; */
        background-color: #ddd;
        /* color: #E66419; */
        color: #fff;

        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;

        display: flex;
        justify-content: center;
        align-items: center;
    }
    .snsButton:hover {
        /* border: 1px solid; */
        /* border: 1px solid #E66419; */
        border: 1px solid;

        /* background-color: gray; */
        background-color: #E66419;
        color: #FFF;
    }
    .snsButton:focus {
        /* border: 1px solid; */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

        .snsButtonImage.instaIcon {
            width: 23px;
            height: 23px;
        }
        .snsButtonImage.xIcon {
            width: 19px;
            height: 19px;
        }
        .snsButtonImage.facebookIcon {
            width: 29px;
            height: 29px;
        }
        .snsButtonImage.lineIcon {
            width: 29px;
            height: 29px;
        }












/* 로그인 */
.loginBody {
    width: 100vw;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
}
.loginArea {
    /* margin-top: 20vh; */

    width: 400px;
    /* height: 680px; */
    /* height: 690px; */

    border-radius: 24px;
    /* border: 2px solid #E66419; */
    border: 2px solid #EB723B;
    /* background-color: #f7f7f7; */
    background-color: #fff;

    padding: 40px 60px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .login.logoArea {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .login.logoCover {
            /* margin-top: 40px; */
            width: 220px;
            /* height: 200px; */

            display: flex;
            align-items: center;
            justify-content: center;
        }
            .login.bizLogo {

            }
            .login.slogan {
                font-size: 12px;
                color: #E66419;
                font-weight: 700;
            }

    .login.snsLoginSection {
        /* margin-top: 20px; */
        margin-top: 30px;
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;

        font-size: 14px;
        /* font-weight: 600; */
    }
        .login.snsLoginGuide {
            color: #a7a7a7;
        }

        .login.snsLoginCover {
            width: 100%;
            min-height: 40px;

            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }
            .login.snsIconCover {
                margin-top: 16px;

                width: 40px;
                height: 40px;

                /* background-color: #f0f0f0; */
                /* background-color: #f7f7f7; */
                background-color: #ccc;
                border-radius: 50%;

                transition: background-color 0.3s ease;

                display: flex;
                justify-content: center;
                align-items: center;

                cursor: pointer;
            }
            .login.snsIconCover:hover {
                background-color: #E66419;
                color: #fff;
            }
                .login.snsIcon {
                    width: 55%;
                    height: 55%;
                }
                    .login.snsIcon.googleIcon {
                        width: 63%;
                        height: 63%;
                    }
                    .login.snsIcon.xIcon {
                        width: 40%;
                        height: 40%;
                    }




    .login.sectionDividor {
        width: 100%;
        height: 0;
        margin: 30px 0;
    }


    .login.loginSection {
        margin-top: 0;

        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .login.inputCover {
            width: 100%;

        }
        .login.inputCover.bottom {
            margin-top: 8px;
        }
            .login.inputBox {
                width: 100%;
                height: 40px;

                border-radius: 7px;
                border: 0;

                padding: 8px;
                box-sizing: border-box;

                background-color: #f7f7f7;

            }

    .login.buttonCover {
        margin-top: 20px;
        width: 100%;
    }
        .login.button {
            all: unset;

            width: 100%;
            height: 40px;

            border-radius: 20px;
            border: 0;

            display: flex;
            justify-content: center;
            align-items: center;

            transition: background-color 0.3s ease;
            /* font-size: 14px; */
            font-size: 13px;
            font-weight: 700;
            /* color: #3f3f3f; */
            color: #fff;

            cursor: pointer;
        }
        .login.button:hover {
            background-color: #E66419;
            /* border: 2px solid #E66419; */
            border: 0;
            color: #fff;
        }

            .login.loginButton {
                /* background-color: transparent; */
                /* background-color: #ccc; */
                background-color: #E66419;
                /* border: 2px solid #E66419;
                color: #E66419; */
                border: 0;
                /* color: #fff; */
            }
            /* .login.loginButton:hover {
                background-color: #C45314;
                background-color: #A04210;
                background-color: #9A3B0F;
                border: 0;
            } */

            .login.cancelButton {
                margin-top: 8px;
                /* border: 2px solid #ccc; */
                /* background-color: #e1e1e1; */
                /* background-color: transparent; */
                background-color: #ccc;
                border: 0;
                /* color: #fff; */
            }

    .login.lostAndFoundCover {
        /* margin-top: 32px; */
        margin-top: 30px;

        width: 100%;

        font-size: 14px;
        /* color: #ccc; */
        color: #3f3f3f;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }









/* 회원가입 영역 */
.joinFormBody {
    width: 100vw;
    /* height: 100vh; */

    display: flex;
    align-items: center;
    justify-content: center;
}
    .joinFormArea {
        /* margin-top: 20vh; */
        margin: 60px 0;

        width: 400px;
        /* height: 680px; */
        /* height: 690px; */

        border-radius: 24px;
        /* border: 2px solid #E66419; */
        border: 2px solid #EB723B;
        /* background-color: #f7f7f7; */
        background-color: #fff;

        padding: 40px 30px;
        box-sizing: border-box;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }


        .joinFormSection {
            width: 100%;
            margin-top: 15px;

            display: flex;
            flex-direction: row;
            align-items: flex-start;
            
            font-size: 14px;
        }
        .joinFormSection.logoArea {
            margin: 0;

            flex-direction: column;
            align-items: center;
        }
        .joinFormSection.pwArea,
        .joinFormSection.nickArea {
            margin-top: 35px;
        }
        .joinFormSection.avatarArea {
            margin-bottom: 15px;
        }



            .joinForm.titleName {
                /* margin-top: 30px; */
                margin-top: 45px;

                font-size: 28px;
                font-weight: 700;
                color: #E66419;
            }
            .joinForm.itemName {
                width: 100px;
                height: 40px;

                display: flex;
                justify-content: flex-start;
                align-items: center;

                font-size: 14px;
                word-break: keep-all;
                line-break: strict;
            }
                .joinForm.itemName.exception {
                    align-items: flex-start;
                }

            .joinForm.inputCover {
                flex: 1;

                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 8px;
            }
                .joinForm.inputBox {
                    width: 100%;
                    height: 40px;
                    /* border-radius: 7px; */
                    border-radius: 10px;
                    border: 1px solid #ccc;
                    padding: 8px;
                    box-sizing: border-box;
                    background-color: #fff;

                    font-size: 16px;
                }
                .joinForm.inputBox::placeholder {
                    font-size: 14px;
                }



            .joinForm.inputCover.avatarUploadArea {
                align-items: center;
                /* flex: 0 0 100px; */
            }
            .avatarImageDiv {
                width: 100px;
                height: 100px;
                border: 1px solid lightgray;
                border-radius: 50%;
                overflow: hidden;

                display: flex;
                align-items: center;
                justify-content: center;
            }
                .avatarImage {
                    width: auto;
                    height: auto;
                    min-width: 100px;
                    min-height: 100px;

                    /* 콘텐츠의 비율을 유지하면서 박스를 완전히 덮도록 맞춤 (일부 잘릴 수 있음) */
                    object-fit: cover;
                }

            .avatarUploadButtonArea {
                width: 100%;
                display: flex;
                flex-direction: column;
            }
                .avatarUploadButton {
                    all: unset; /* 브라우저 기본 스타일 완전히 제거 */
                    
                    width: 90px;
                    height: 46px;

                    /* border-radius: 12px; */
                    border-radius: 23px;

                    /* border: 2px solid #E66419; */
                    border: 1px solid gray;

                    /* background-color: transparent; */
                    background-color: gray;
                    /* color: #E66419; */
                    color: #fff;

                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 7px;

                    font-size: 14px;
                    cursor: pointer;
                    transition: background-color 0.3s ease;
                }
                .avatarUploadButton:hover {
                    /* border: 1px solid #4169E1; */
                    background-color: #191970;
                    color: white;
                }
                .fileUpload input[type="file"] {
                    position: absolute;
                    /* width: 0; */
                    /* height: 0; */
                    /* padding: 0; */
                    /* overflow: hidden; */
                    /* border: 0; */
                }
                    .joinForm.button.avatarUploadButton.bottomButton {
                        margin-top: 8px;
                    }

                .avatarUploadButtonHide {
                    all: unset;

                    position: absolute;
                    width: 1px;
                    height: 1px;
                    padding: 0;
                    margin: -1px;
                    overflow: hidden;
                    clip: rect(0, 0, 0, 0);
                    border: 0;
                }




    .joinFormSection.termboxCover {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
        .joinTerm.termTitle {
            /* margin-bottom: 8px; */
            margin-bottom: 3px;
        }
        .termTitle {
            line-height: 30px;
            height: auto;
            font-size: normal;
            /* font-weight: 900; */
        }
        .termBox {
            width: 100%;
            height: 200px;

            border: 1px solid #ccc;
            border-radius: 7px;
            background-color: #fff;

            overflow: auto; /* This enables scrollbars when content overflows */

            overflow-x: hidden;
            overflow-y: hidden;
        }

    .joinFormSection.agreeCover {
        margin-top: 8px;
    }



    .joinFormSection.buttonArea {
        margin-top: 35px;

        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* gap: 20px; */
        gap: 8px;
    }

        .joinForm.button {
            all: unset;

            width: 100%;
            /* width: 140px; */
            height: 40px;

            /* background-color: transparent; */
            background-color: #ccc;
            border: 0;
            transition: background-color 0.3s ease;

            border-radius: 20px;

            font-weight: 700;
            /* color: #3f3f3f; */
            color: #fff;

            display: flex;
            justify-content: center;
            align-items: center;

            cursor: pointer;
        }
        .joinForm.button.leftButton {
            background-color: #E66419;
        }
        .joinForm.button:hover {
            background-color: #E66419;
            /* border: 2px solid #E66419; */
            border: 0;
            color: #fff;
        }

input.inputBox.freezedInput {
    background-color: #f1f1f1;
}



















/* editor */
/* 게시글 신규/수정 영역 */
.dealEditor.titleArea {
    width: 100%;
    margin-top: 10px;
    padding: 26px 40px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 6px;

    background-color: #f7f7f7;
    border-radius: 12px;
}
    .dealEditor.dealTitleRow {
        width: 100%;
        min-height: 60px;

        box-sizing: border-box;
        padding: 0;

        display: flex;
        flex-direction: row;
        align-items: center;
    }
        .dealEditor.itemName {
            width: 160px;

            /* font-size: 18px; */
            font-size: 16px;
            color: #a7a7a7;
        }
        .dealEditor.itemCover {
            flex: 1;
        }
            .dealEditor.dealItem {
                height: 40px;
                width: 100%;

                box-sizing: border-box;
                padding-top: 10px;
                padding-left: 5px;
                padding-right: 5px;
                padding-bottom: 10px;

                border-left-width: 0;
                border-right-width: 0;
                border-top-width: 0;
                border-bottom-width: 1;
                border-color: lightgray;

                background-color: transparent;
                text-align: left;
            }
            .dealEditor.dealTitle {
                font-size: 20px;
            }
            .dealEditor.dealLink {
                font-size: 16px;
            }
                .dealEditor.category {
                    height: 36px;
                    box-sizing: border-box;
                    padding: 5px 12px;

                    border-radius: 11px;
                    border: 1px solid lightgray;
                    background-color: #fcfcfc;
                    font-size: 16px;
                }
                    .dealEditor.category.categoryDepth1 {
                        width: 140px;
                    }
                    .dealEditor.category.categoryDepth2 {
                        margin-left: 9px;
                    }





.editorCover {
    all: unset;

    width: 100%;
    height: auto;

    margin-top: 30px;

    box-sizing: border-box;
    /* padding: 10px 30px; */
    padding: 0;
}

    div.note-toolbar.card-header {
        padding: 10px 16px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;

        background-color: #f7f7f7;
    }
    /* 에디터 테두리선 */
    div.card {
        border: 1px solid #efefef;
        border-radius: 12px;
    }
    div.note-editor.note-frame, .note-editor.note-airframe {
        border: 1px solid #efefef;
        border-radius: 12px;
    }
    div.div.note-editor.note-frame, .note-editor.note-airframe {
        border: 1px solid #efefef;
        border-radius: 12px;
    }
    div.card-header {
        border-bottom: 1px solid #efefef;
    }

    /* 에디터 설정 */
    .note-editable.card-block
    p, li, ol, ul {
        margin-bottom: 0.1rem;
        font-size: 16px;
        line-height: 1.8rem;
    }

    div.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
        padding: 20px 30px;
    }

    .note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
        width: auto;
        padding-left: 5px;
    }

    .note-editable {
        min-height: 460px !important;
        height: auto !important;
    }




/* 게시글 작성/조회/수정 영역 */
/* body cover */
.boardArticleArea {
    width: 100%;
}

/* 게시글 제목 */
.boardArticleTitleArea {
    width: 100%;
    /* height: 100%; */
    height: auto;

    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 10px;
    /* padding: 20px 30px 0 30px; */
    padding: 0 30px;

    display: flex;
    align-items: center;
    flex-direction: row;
}
    .boardTitleBullet.articleView {
        width: 10px;
        height: 70px;

        background-color: #333;
        border-radius: 5px;    /* 모서리 다듬기 */

        box-sizing: border-box;
        margin-right: 20px;
    }
    .boardArticleTitleCover {
        width: 100%;
    }
        .boardTitle.articleView {
            font-size: 24px;
            font-weight: 800;
        }
        .boardArticleTitle {
            width: 100%;

            font-size: 32px;
            font-weight: 700;
        }
        .boardArticleTitle.edit {
            height: 46px;

            box-sizing: border-box;
            padding-top: 10px;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 10px;
            
            border-left-width: 0;
            border-right-width: 0;
            border-top-width: 0;
            border-bottom-width: 1;
            border-color: lightgray;

            text-align: left;
        }

/*  서브 제목 영역 */





.boardSubtitleArea {
    width: 100%;
    height: 45px;

    box-sizing: border-box;
    /* margin: 20px 0 0 0; */
    margin: 30px 0 0 0;
    padding: 0 30px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.boardSubtitleInner {
    width: 100%;

    box-sizing: border-box;
    padding: 10px 30px;
    
    /* border-radius: 5px; */
    border-radius: 12px;
    background-color: #f1f1f1;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    font-size: 16px;
}



/* 게시글 바디 영역 */
#boardArticleBody {
    width: 100%;
    min-height: 350px;

    box-sizing: border-box;
    padding: 10px 40px;
}


/* 섹션 지정 영역 */
.sectionSelecArea {
    width: 100%;

    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 30px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    /* gap: 18px; */
    gap: 28px;
}
    /* 섹션 제목 영역 */
    .sectionSelecTitleCover {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    /* 섹션 선택 영역 */
    .sectionSelecCover {
        max-width: 200px;
        width: 100%;
        height: 100%;
    }
        .sectionSelect {
            width: auto;
            min-width: 120px;
            height: 30px;

            border-radius: 9px;
        }


/* 기사유형 지정 영역 */
.articleTypeSelecArea {
    width: 100%;

    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .articleTypeSelecBlock {
        width: 100%;
        margin-bottom: 8px;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;

        gap: 28px;
    }
        .articleTypeSelecTitleCover {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }
        /* .articleTypeSelecCover {
            height: 100%;

            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 18px;
        } */
            /* .articleTypeSelecCover label {
                margin: 0;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 10px;

                font-size: 18px;
            } */

        .articleTypeSelecCover {
            max-width: 200px;
            width: 100%;
            height: 100%;
        }
            .articleTypeSelect {
                width: auto;
                min-width: 120px;
                height: 30px;

                border-radius: 9px;
            }







    /* 서브 제목 영역 */
    .articleSubTitleCover {
        width: 100%;
        display: flex;
        margin-bottom: 8px;

        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
        .boardTitleBulletSmall {
            width: 10px;
            /* height: 70px; */
            height: 32px;
            background-color: #333;
            border-radius: 5px;
            box-sizing: border-box;
            margin-right: 20px;
        }
        .articleSubTitle {
            font-size: 24px;
            font-weight: 800;
        }
            /* 서브 제목 설명 */
            .articleSubTitleDescCover {
                width: 100%;
                line-height: 1.8;
                margin-left: 32px;
                margin-bottom: 8px;
            }
                .articleSubTitleDesc {
                    font-size: 14px;
                }
                .articleSubTitleDesc.descTitle {
                    font-weight: 600;
                }
                .guideWarning {
                    font-size: 16px;
                    font-weight: 800;
                    color: #D10217;
                }


    /* 썸머노트 에디터 */
    /* #articleSummaryEdit + .note-editor .note-editable {
        font-family: 'Pretendard';
        font-size: 24px;
        font-weight: 800;
    } */

    /* #articleBodyEdit + .note-editor .note-editable {
        font-family: 'Pretendard';
        font-size: 16px;
        font-weight: normal;
    } */


