@charset "UTF-8";
li.on{background-color:#3F4444; color: white}
.no-pointer{
    cursor: default;
}
.pointer{
    cursor: pointer;
}
/*층선택 버튼*/
.maill-floor-select{
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}
.maill-floor-select button {
    background-color: #F1F0F0;
    padding: 10px 20px;
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 600px;
    border-radius: 5px;
    /*border: 1px solid black;*/
    box-shadow: 0 8px #CFCFCF;
}

.maill-floor-select button:active {
    box-shadow: 0 3px red;
    transform: translateY(5px);
}
.maill-floor-select button:hover {
    background-color: #E7E7E7;
    transform: translateY(-3px);
    /*box-shadow: 0 6px 8px #CFCFCF;*/
    cursor: pointer;
}

.maill-floor-select button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #d0d0d0;
}

/* 클릭된 버튼의 활성화 상태 */
.maill-floor-select button.active {
    background-color: #EAE825;
    color: black;
    box-shadow: 0 8px #DCDA0A;
}
.maill-floor-select button.hover {
    background-color: #E7E413;
}
/*컨텐츠 영역*/
.body-layout>.notice-contents-area{width: 90%;height: 100%;margin: 0 auto; max-width: 1533px;}
.body-layout>.notice-contents-area>.contents-find-area.notice-mobile{display: none;}
.body-layout>.notice-contents-area>.contents-find-area{display: flex; margin: 15px 0}
.body-layout>.notice-contents-area>.contents-find-area>div:nth-of-type(1){margin-right: auto}
.body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-title{display: flex; width: 100%;height: 50px;background-color: #F9F9F9;border-top: 3px solid black;border-bottom: 1px solid #f9f9f9;text-align: center; font-size: 15px; font-weight: bold}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li{list-style:none;margin: auto;}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(1){flex-basis: 7%}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(2){flex-basis: 17%}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(3){flex-basis: 30%; text-align: left}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(4){flex-basis: 15%}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(5){flex-basis: 10%}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(6){flex-basis: 10%}
.body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-contents>div{display: flex; width: 100%;height: 50px;border-bottom: 1px solid #c6c6c6;text-align: center; font-size: 16px;}
.body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-contents>div>li>img{width: 20px;}
.body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-pages{display: flex; justify-content: center;align-items: center;margin: 30px;}
.body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-pages>li{list-style: none;text-align: center;width: 30px;height: 30px;border:1px solid #A0A0A0;margin: 0 5px;cursor: pointer; align-content: center;}
.body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-contents>div>li:nth-of-type(3) {
    white-space: nowrap;         /* 줄바꿈 방지 */
    overflow: hidden;            /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis;     /* 넘치는 부분을 ...으로 표시 */
}
.total,.noti-1,.noti-2 {
    font-size: 15px;
}
.body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(5):hover {
    font-weight: bold;
    cursor: pointer;
}

/*noticeInfo*/
.notice-info-file div p {
    text-decoration: underline;
    cursor: pointer;
}
.notice-info-file>div{
    display: flex;
}
.notice-info-file>div>img{
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.bolder {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

.noticeInfo-contents-area {
    min-height: 700px;
    height: 100%;
    width: 85%;
    margin: auto;
}

.noticeInfo-contents-area > .contents-wapper {
    width: 95%;
    height: 100%;
    border-top: 3px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.noticeInfo-contents-area > .contents-wapper > .info-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticeInfo-contents-area > .contents-wapper > div {
    min-height: 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c6c6c6;
}

.noticeInfo-contents-area > .contents-wapper > div > p {
    min-height: 30px;
    height: 100%;
    line-height: 30px;
}

.noticeInfo-contents-area > .contents-wapper > div > p:not(.bolder) {
    padding-left: 30px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-title {
    display: flex;
    background-color: #F9F9F9;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-title > p.new-mark {
    width: 30px;
    height: 10px;
    background-color: #EAE825;
    padding: 0;
    text-align: center;
    margin-left: 5px;
    min-height: 20px;
    line-height: 20px;
    border-radius: 15px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg {
    display: flex;
    width: 100%;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;

}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(2) {
    width: 35%;
    font-size: 15px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(3) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(4) {
    width: 35%;
    font-size: 15px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-file {
    display: flex;
    width: 100%
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-file > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 16%;
    height: 50px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-file > div {
    width: 90%;
    font-size: 15px;
    /*margin-left: 30px;*/
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-text {
    width: 100%;
    font-size: 15px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-prev {
    display: flex;
    width: 100%;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-prev > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-prev > p:nth-of-type(2) {
    width: 85%;
    font-size: 15px;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-next {
    display: flex;
    width: 100%;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-next > p:nth-of-type(1) {
    background-color: #F9F9F9;
    width: 15%;
    height: 50px;
    align-content: center;
}

.noticeInfo-contents-area > .contents-wapper > .notice-info-next > p:nth-of-type(2) {
    width: 85%;
    font-size: 15px;
}

.noticeInfo-contents-area > .list-button {
    /*width: 100%;*/
    height: 80px;
    text-align: center;
    margin: 40px;
}

.noticeInfo-contents-area > .list-button > button {
    margin: 0 5px;
    width: 160px;
    height: 60px;
    background-color: #3F4444;
    color: #fff;
    font-size: 17px;
}
.noticeInfo-contents-area > .list-button > button:hover {
    background-color: #333;
}
div.mall-img{
    width: 100%;
}
div.mall-img > img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-contents>div{ font-size: 13px;}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-title{font-size: 13px;}
    .noticeInfo-contents-area {
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }
    .noticeInfo-contents-area > .contents-wapper > div > p {
        line-height: 25px;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-file > p:nth-of-type(1){
        width: 17%;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-reg > p:nth-of-type(1) {
        width: 18%;
    }
    .noticeInfo-contents-area > .contents-wapper > .notice-info-prev > p:nth-of-type(1),
    .noticeInfo-contents-area > .contents-wapper > .notice-info-next > p:nth-of-type(1){
        width: 18%;
    }

}
@media screen and (max-width: 480px) {
    .body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(1) {display: none;}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-title>li:last-of-type{display: none}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>.notice-list-contents>div>li:last-of-type{display: none}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(5) {display: none}
    .body-layout>.notice-contents-area>.contents-notice-wrapper{font-size: 10px}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(2) {flex-basis: 10%; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: 20px;}
    .body-layout>.notice-contents-area>.contents-notice-wrapper>ul:not(ul.notice-list-pages) li:nth-of-type(4) {flex-basis: 15%;}

    .body-layout>.notice-contents-area>.contents-find-area.notice-pc{display: none;}

    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile{display: block;}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div{display: flex;}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div>select{width: 100px;margin: 0;padding: 0;}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div>input{margin: 0;/*padding: 0;*/}
    .body-layout>.notice-contents-area>.contents-find-area.notice-mobile>div>.default-button{width: 120px;}
    .maill-floor-select button {width: 150px; font-size: 15px;}
}