﻿
.layer_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    background-color: rgb(0 0 0 / 85%);
    width: 100%;
    height: 100vh;
}

    .layer_wrap .layer_box {
        width: 100%;
        max-width: 1000px;
    }


        .layer_wrap .layer_box .btn_box {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            align-items: center;
        }


        .layer_wrap .layer_box .btn_box a {
            color: #fff;
            cursor: pointer;
        }
            .layer_wrap .layer_box .btn_box a.noview {
                font-size: 16px;
            }

            .layer_wrap .layer_box .btn_box a.close {
                font-size: 20px;
                width: 40px;
                height: 40px;
                background: #000;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 30px;
            }

        .layer_wrap .layer_box .layer_img img {
            width: 100%;
        }
            .layer_wrap .layer_box .layer_img img.pc_img {
                display:block;
            }

            .layer_wrap .layer_box .layer_img img.mo_img {
                display: none;
            }





            .notice-wrap {
                width: 100%;
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;
                padding: 150px 0;
            }

    .notice-wrap .notice-title-wrap {
        width: 100%;
        max-width: 1170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

        .notice-wrap .notice-title-wrap .notice-title {
        }

        .notice-wrap .notice-title-wrap .notice-subtitle {
            letter-spacing: 10px;
        }

    .notice-wrap .list-wrap {
        width: 100%;
        max-width: 1170px;
        margin-top: 30px;
    }

        .notice-wrap .list-wrap .list-title-wrap {
            display: none;
            justify-content: space-between;
            align-items: center;
            margin-bottom:30px;
        }

            .notice-wrap .list-wrap .list-title-wrap .title {
                color: #555;
                font-size: 14px;
            }

            .notice-wrap .list-wrap .list-title-wrap .search {
                display: flex;
            }

                .notice-wrap .list-wrap .list-title-wrap .search input {
                    height: 40px;
                    border: 1px solid #bbb;
                    border-radius: 7px;
                    padding: 0px 10px;
                    box-sizing: border-box;
                    margin-right: 3px;
                }

                .notice-wrap .list-wrap .list-title-wrap .search button {
                    width: 40px;
                    height: 40px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 0;
                    border-radius: 7px;
                    background: #4c4f6f;
                    color: #fff;
                    cursor: pointer;
                    font-size: 16px;
                }

                    .notice-wrap .list-wrap .list-title-wrap .search button:hover {
                        background: #54598c;
                    }

                .notice-wrap .list-wrap .list-title-wrap .search input:focus {
                    outline: none;
                }


.list-title-wrap .right_box {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .list-title-wrap .right_box .write_wrap button {
        padding:0 12px;
        background: #333;
        color: #fff;
        border-radius: 7px;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        border: 0;
        height: 40px;
    }

        .list-title-wrap .right_box .write_wrap button:hover {
            background: #a1c9cc;
            border: 0;
        }

.notice-wrap .list-wrap .table-wrap .table tr td .result {
    padding: 10px 15px;
    background: #333;
    color: #fff;
    border-radius: 10px;
}

    .notice-wrap .list-wrap .table-wrap .table tr td .result.on {
        background: #8ecbcf;
    }

    .notice-wrap .list-wrap .tab-wrap {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

            .notice-wrap .list-wrap .tab-wrap .tab {
                height: 100%;
            }

                .notice-wrap .list-wrap .tab-wrap .tab input {
                    display: none;
                }

                .notice-wrap .list-wrap .tab-wrap .tab label {
                    width: 100%;
                    height: 100%;
                    display: block;
                    padding: 10px 20px;
                    cursor: pointer;
                }

                    .notice-wrap .list-wrap .tab-wrap .tab label:hover {
                        color: #51a8ae;
                    }


                .notice-wrap .list-wrap .tab-wrap .tab input:checked + label {
                    background: unset;
                    color: #51a8ae;
                    border-bottom: 5px solid #65b6bc;
                }

.notice-wrap .list-wrap .table-wrap {
    width: 100%;
    margin-top: 20px;
    word-break: keep-all;
}

            .notice-wrap .list-wrap .table-wrap .table {
                width: 100%;
            }

                .notice-wrap .list-wrap .table-wrap .table tr {
                    border-bottom: 1px solid #ddd;
                }

                .notice-wrap .list-wrap .table-wrap .table thead tr {
                    background: #fafafa;
                    border-top: 2px solid #555;
                }

                .notice-wrap .list-wrap .table-wrap .table tbody tr {
                    cursor: pointer;
                }

                    .notice-wrap .list-wrap .table-wrap .table tbody tr:hover {
                        background: #fafafa;
                    }

                .notice-wrap .list-wrap .table-wrap .table tr th,
                .notice-wrap .list-wrap .table-wrap .table tr td {
                    text-align: center;
                    height: 50px;
                    vertical-align: middle;
                }

                .notice-wrap .list-wrap .table-wrap .table tr th {
                    font-weight: bold;
                }

                .notice-wrap .list-wrap .table-wrap .table tr td {
                }

                    .notice-wrap .list-wrap .table-wrap .table tr td .left {
                        font-size: 18px;
                        text-align: left;
                        font-weight: 600;
                    }

                        .notice-wrap .list-wrap .table-wrap .table tr td .left .option {
                            font-size: 15px;
                            font-weight: 300;
                            color: #7ea7e3;
                            height: 20px;
                        }

                    .notice-wrap .list-wrap .table-wrap .table tr td.image {
                        padding: 20px;
                    }

                        .notice-wrap .list-wrap .table-wrap .table tr td.image > div {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                            .notice-wrap .list-wrap .table-wrap .table tr td.image > div img {
                                width: 100%;
                            }

            .notice-wrap .list-wrap .table-wrap .paging {
                width: 100%;
                max-width: 1170px;
                margin-top: 50px;
            }

                .notice-wrap .list-wrap .table-wrap .paging .navigation {
                    padding: 20px 0;
                }

                    .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination {
                        display: flex;
                        justify-content: center;
                    }

                        .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li {
                            width: 40px;
                            height: 40px;
                            margin-right: 5px;
                            border-radius: 40px;
                            cursor: pointer;
                            transition: .3s;
                        }

                            .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li:hover,
                            .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li.active {
                                background: #65b6bc;
                            }

                            .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li.disabled {
                                cursor: not-allowed;
                                background: unset;
                            }

                            .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li:hover a,
                            .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li.active a {
                                color: #fff;
                            }

                            .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li.disabled a {
                                color: unset;
                            }

                            .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li a {
                                width: 100%;
                                height: 100%;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }

                                .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li a span {
                                }

    .notice-wrap .detail-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 70px;
        padding: 10px;
    }

        .notice-wrap .detail-wrap > div {
            width: 100%;
            max-width: 1170px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
        }

        .notice-wrap .detail-wrap .detail-title-wrap {
        }

            .notice-wrap .detail-wrap .detail-title-wrap .notice-tag {
                padding: 5px 10px;
                background: #f27b9d;
                border-radius: 3px;
                color: #fff;
            }

            .notice-wrap .detail-wrap .detail-title-wrap .notice-title {
                width: 100%;
                display: flex;
                justify-content: space-between;
                margin-top: 5px;
            }

            .notice-wrap .detail-wrap .detail-title-wrap .notice-subtitle {
                width: 100%;
                display: flex;
                justify-content: space-between;
                padding-bottom: 10px;
                border-bottom: 1px solid #ddd;
            }

                .notice-wrap .detail-wrap .detail-title-wrap .notice-subtitle .notice-name {
                    display: flex;
                    gap: 10px;
                }

        .notice-wrap .detail-wrap .detail-info-wrap {
            margin-top: 20px;
        }

            .notice-wrap .detail-wrap .detail-info-wrap .detail-info {
                padding: 10px;
                width: 100%; 

            }

                .notice-wrap .detail-wrap .detail-info-wrap .detail-info img {
                    max-width: 100%;
                }

.notice-wrap .reply-wrap {
    margin-top: 30px;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 20px;
}

    .notice-wrap .reply-wrap .reply-info {
        width:100%;
    }

        .notice-wrap .reply-wrap .reply-info .tit {
            padding: 5px;
            color: #fff;
            font-weight: 500;
            background: #333;
            border-radius: 3px;
            width: 80px;
            text-align: center;
        }

            .notice-wrap .reply-wrap .reply-info .tit i {
                transform: rotate(90deg);
                margin-right:5px;
            }
        .notice-wrap .reply-wrap .reply-info .ctn {
            margin-top: 10px;
        }




            .notice-wrap .list-wrap .table-wrap .box-wrap {
                width: 100%;
            }

                .notice-wrap .list-wrap .table-wrap .box-wrap .box {
                    display: inline-flex;
                    flex-direction: column;
                    justify-content: center;
                    width: calc((100% / 3) - 24px);
                    margin: 0 10px 15px 10px;
                    vertical-align: top;
                    cursor: pointer;
                }

            .notice-wrap .list-wrap .table-wrap .box-wrap .box .image {
                width: 100%;
                border-radius: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            } 

                .notice-wrap .list-wrap .table-wrap .box-wrap .box .image img {
                    width: 100%;
                }

            .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap {
                padding: 15px;
            }

                .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .title {
                }

                .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .subtitle {
                    display: none;
                }

                    .notice-wrap .list-wrap .table-wrap .box-wrap .box .info-wrap {
                        display: flex;
                        justify-content: space-between;
                        padding: 10px 25px;
                        background: #f6f6f6;
                        font-size: 12px;
                        border-radius: 20px;
                    }

                .notice-wrap .list-wrap .table-wrap .box-wrap .box .info-wrap .view {
                }

                .notice-wrap .list-wrap .table-wrap .box-wrap .box .info-wrap .date {
                }

    .notice-wrap .btn-wrap {
        width: 100%;
        max-width: 1170px;
        display: flex;
        justify-content: right;
        align-items: center;
        margin-top: 13px;
    }

        .notice-wrap .btn-wrap button {
            padding: 10px 20px;
            border: 0;
            border-radius: 5px;
            background: #4c4f6f;
            color: #fff;
            cursor: pointer;
        }

            .notice-wrap .btn-wrap button:hover {
                background: #54598c;
            }

        .notice-wrap .btn-wrap button i {
            margin-right: 3px;
        }

.table-wrap .bna_wrap {
    margin-top:50px;
}

.table-wrap .bna_wrap .bna_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .table-wrap .bna_wrap .bna_txt .sur_name span {
        font-weight:700;
    }

    .table-wrap .bna_wrap .bna_txt .deg_btn div {
        display: inline-block;
        padding: 8px 12px;
        background: #65b6bc;
        color: #fff;
        margin-left: 5px;
        border-radius:5px;
        font-weight:500;
        cursor: pointer;
    }

    .table-wrap .bna_wrap .bna_box {
        width: 100%;
        margin: 20px 0;
        height: 563px;
    }

        .table-wrap .bna_wrap .bna_box .bna_img {
            display: flex;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            overflow: hidden;
            border: 1px solid #cecece;
        }
            .table-wrap .bna_wrap .bna_box .bna_img .be_img,
            .table-wrap .bna_wrap .bna_box .bna_img .af_img {
                width: 50%;
                position:relative;
            }

                .table-wrap .bna_wrap .bna_box .bna_img .be_img img,
                .table-wrap .bna_wrap .bna_box .bna_img .af_img img {
                    width: 100%;
                    display: table-cell;
                }

                .table-wrap .bna_wrap .bna_box .bna_img .af_img .login {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: #333333db;
                    color: #fff;
                    font-weight: 500;
                    display: flex;
                    flex-direction: column;
                    text-align: center;
                    align-items: center;
                    justify-content: center;
                    backdrop-filter: blur(10px);
                    -webkit-backdrop-filter: blur(10px);
                    font-size: 1.5rem;
                    padding: 10px;
                }

                    .table-wrap .bna_wrap .bna_box .bna_img .af_img .login .txt {
                        word-break: keep-all;
                    }

                    .table-wrap .bna_wrap .bna_box .bna_img .af_img .login a {
                        padding: 10px 30px;
                        color: #88d4da;
                        border: 2px solid #88d4da;
                        border-radius: 50px;
                        margin-top: 20px;
                    }

                        .table-wrap .bna_wrap .bna_box .bna_img .af_img .login a:hover {
                            background: #88d4da;
                            color: #fff;
                            transition: .2s;
                        }


                .table-wrap .bna_wrap .bna_box .bna_img .be_img .be_txt,
                .table-wrap .bna_wrap .bna_box .bna_img .af_img .af_txt {
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    padding: 5px 10px;
                    border-radius: 5px;
                    background: #333;
                    color: #fff;
                    font-size: 1.1rem;
                    font-weight: 500;
                }

    .table-wrap .thumb_list {
        display:flex;
        gap:10px;
        width:100%;
		margin-top:50px;
    }

        .table-wrap .thumb_list .thumb_box {
            width: 25%;
            border: 1px solid #cecece;
            border-radius: 20px;
            cursor: pointer;
            overflow: hidden;
            display: flex;
        }

            .table-wrap .thumb_list .thumb_box .thm_be,
            .table-wrap .thumb_list .thumb_box .thm_af {
                width: 50%;
                position: relative;
                display: flex;
            }


                .table-wrap .thumb_list .thumb_box .thm_be img,
                .table-wrap .thumb_list .thumb_box .thm_af img {
                    width: 100%;
                }

            .table-wrap .thumb_list .thumb_box.click {
                border: 5px solid #c5dbdd;
            }

            .table-wrap .thumb_list .thumb_box .thm_af .thm_login {
                position: absolute;
                width: 100%;
                height: 100%;
                background: #8d95967a;
                color: #fff;
                font-weight: 500;
                display: flex;
                flex-direction: column;
                text-align: center;
                align-items: center;
                justify-content: center;
                backdrop-filter: blur(4px);
                -webkit-backdrop-filter: blur(4px);
            }
.table-wrap .col_bar {
    width: 1px;
    background: #cecece;
}
.notice-wrap .list-wrap .eye_tab {
}

.notice-wrap .eye_tab .input {
    display:flex;
    justify-content:center;
}


.notice-wrap .eye_tab .input label {
    display: block;
    width: 20%;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #000;
    margin: 70px 0 60px 0;
    color: #21242788;
    cursor: pointer;
    text-align: center;
}


.notice-wrap .list-wrap .eye_tab .input label:hover {
    color: #000;
}

.notice-wrap .eye_tab .input input {
    display: none;
}
.notice-wrap .list-wrap .eye_tab .input input[type='radio']:checked + label {
    color: #fff;
    background: #000;
}





        @media screen and (max-width: 1023px) {
            .notice-wrap .list-wrap .tab-wrap {
        display: block;
        margin-top: 20px;
    }

            .notice-wrap.bna .list-wrap .tab-wrap {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
            }

                .notice-wrap .list-wrap .tab-wrap .tab {
                    width: calc((100% / 3) - 3px);
                    display: inline-flex;
                    text-align: center;
                }

            .notice-wrap.bna .list-wrap .tab-wrap .tab {
                width:unset;
            }
}


/* 서브페이지용 Before/After UI CSS */
.before-after-section {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position:relative;
}

    .before-after-section.bna_list {
        display: flex;
        gap: 22px;
        flex-wrap: wrap;
    }

        .before-after-section.bna_list .compare-wrap {
            width: 32%;
        }

.surgery-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
    text-align: center;
}

.view-toggle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
  flex-wrap: wrap;
  gap: 12px;
}

.toggle-switch {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 30px;
    padding: 6px 12px;
    gap: 12px;
}

    .toggle-switch span {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
        color: #727272;
    }

.toggle-btn {
    width: 45px;
    height: 25px;
    background: #7ac5ca;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}

    .toggle-btn::before {
        content: "";
        width: 23px;
        height: 23px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 1px;
        left: 1px;
        transition: left 0.3s;
    }

.toggle-btn.active {
  background: #aee4e7;
}

.toggle-btn.active::before {
  left: 19px;
}

.compare-wrap {
  border: none;
  margin-bottom: 20px;
  margin-top:10px;
  margin-bottom: 10px;
  position:relative;
}

    .compare-wrap .breast_login {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.2);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
    }

        .compare-wrap .breast_login a {
            margin-top: 15px;
            padding: 8px 20px;
            color: #fff;
            border: 1px solid #fff;
            background: rgb(255 255 255 / 20%);
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            transition: 0.2s;
        }

            .compare-wrap .breast_login a:hover {
                background: #88d4da;
                border: 2px solid #88d4da;
                color: #fff;
            }


    .split-view {
        display: flex;
        gap: 0;
        overflow: hidden;
    }

.split-box {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.split-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* 로그인 가림 오버레이 */
    .split-box .login {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.35);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

        .split-box .login a {
            margin-top: 10px;
            padding: 5px 14px;
            color: #fff;
            border: 1px solid #fff;
            background: rgb(255 255 255 / 20%);
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            transition: 0.2s;
        }

            .split-box .login a:hover {
                background: #88d4da;
                border: 1px solid #88d4da;
                color: #fff;
            }

.split-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #333;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

.split-box.right .split-label {
  right: 12px;
  left: auto;
}

.overlay-view {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 560px;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  touch-action: none;
}

.overlay-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: #e1f6f7;
  border: 1px solid #ddd;
  user-select: none;
  touch-action: none;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.overlay-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-img {
  z-index: 2;
  clip-path: inset(0 0 50% 0);
  will-change: clip-path;
  backface-visibility: hidden;
  contain: paint;
  transform: translateZ(0);
}

.after-img {
  z-index: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 3;
  cursor: ns-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.slider::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  z-index: -1;
}

.slider::after {
  content: "";
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.arrow.up {
  top: 6px;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #666 transparent;
}

.arrow.down {
  bottom: 6px;
  border-width: 6px 6px 0 6px;
  border-color: #666 transparent transparent transparent;
}

.util-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.angle-buttons {
  display: flex;
  gap: 8px;
}

.angle-btn {
    background: #414141;
    padding: 7px 14px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    border: 0;
}

.angle-btn.active {
  background: #5eb3b8;
}

.icon-buttons {
    display: flex;
    gap: 14px;
    font-size: 22px;
    color: #929292;
}


#forGoodText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  font-weight: bold;
  color: #333;
}




/* 로그인 가림 오버레이 
.split-box .login {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.001);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}*/



@media (max-width: 980px) {
  .split-box .login {
	  font-size: 0.7rem;
  }
}

#forGoodText {
  min-height: 24px; /* 필요에 따라 20px, 30px 등 조정 */
}





/* 리뉴얼 */
/* 공통 스타일 */


.search-wrap {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 20px;
}


.search-btn-label {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #515151;
    transition: background-color 0.2s, color 0.2s;
    user-select: none;
    white-space: nowrap;
}

    .search-btn-label.active {
        background-color: #c6e0e2;
        color: #333;
        font-weight: 500;
    }


.search-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-label {
	margin-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

.search-btn-input {
	display: none;
}


.search-submit-btn {
    padding: 13px 15px 11px 17px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    border: none;
    margin: 30px auto 0;
    display: block;
}
    .search-submit-btn i {
        font-size: 14px;
        margin-left: 3px;
    }


.hashtag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.hashtag {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #74c1c7;
    border-radius: 65px;
    background-color: #ffffff;
    font-size: 15px;
    color: #74c1c7;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
}

.noHashtag {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #cdcdcd;
    border-radius: 25px;
    background-color: #ffffff;
    font-size: 15px;
    color: #909090;
    white-space: nowrap;
}


.count-info-box {
    text-align: left;
    color: #444;
    font-size: 16px;
    padding: 40px 0 20px 0;
    border-top: 1px solid #ddd;
}


.colorRed {
    color: #74c1c7;
    font-weight: 700;
}

.noimg_box {
    width: 100%;
    text-align: center;
}

.noimg {
    margin: 0 auto 40px;
}


.bna-nav-arrow.square {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

    .bna-nav-arrow.square:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .bna-nav-arrow.square.prev {
        left: -3vw;
    }

    .bna-nav-arrow.square.next {
        right: -3vw;
    }





@media screen and (max-width: 767px) {
    .notice-wrap .notice-title-wrap {
        margin-top: 10px;
    }

    .notice-wrap .list-wrap .table-wrap {
        margin-top:0;
    }

    .layer_wrap .layer_box {
        width: 95%;
    }

        .layer_wrap .layer_box .btn_box {
            margin-bottom: 10px;
            padding: 0 10px;
        }

            .layer_wrap .layer_box .btn_box a.close {
                font-size: 18px;
                width: 34px;
                height: 34px;
            }

        .layer_wrap .layer_box .layer_img img.pc_img {
            display: none;
        }

        .layer_wrap .layer_box .layer_img img.mo_img {
            display: block;
        }



    .notice-wrap {
        padding: 80px 20px;
    }

        .notice-wrap .notice-title-wrap .notice-subtitle {
            letter-spacing: 2px;
        }

        .notice-wrap .list-wrap .list-title-wrap {
            flex-direction: column;
            align-items: start;
            gap: 10px;
        }

            .notice-wrap .list-wrap .list-title-wrap .search {
                /*width: 100%;
                justify-content: right;*/
            }

    .list-title-wrap .right_box {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }


    .notice-wrap .list-wrap .table-wrap .table tr td .complete.on,
    .notice-wrap .list-wrap .table-wrap .table tr td .waiting.on {
        display: inline-block;
        position: absolute;
        bottom: 10%;
        right: 0;
    }

    .notice-wrap .list-wrap .table-wrap .table thead {
        display: none;
    }

    .notice-wrap .list-wrap .table-wrap .table tbody tr {
        position: relative;
    }

        .notice-wrap .list-wrap .table-wrap .table tbody tr:first-child {
            border-top: 2px solid #555;
        }

    .notice-wrap .list-wrap .table-wrap .table tr td {
        display: contents;
    }

        .notice-wrap .list-wrap .table-wrap .table tr td span {
            display: block;
            text-align: left;
        }

        .notice-wrap .list-wrap .table-wrap .table tr td.num {
            display: none;
        }

    .notice-wrap .list-wrap .table-wrap .paging .navigation .pagination li {
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }

    .notice-wrap .list-wrap .table-wrap .table tr td.state span {
        float: right;
    }

    .notice-wrap .list-wrap .table-wrap .box-wrap .box {
        width: calc((100% / 2) - 13px);
        margin: 0 5px 15px 5px;
    }

        .notice-wrap .list-wrap .table-wrap .box-wrap .box .image {
            border-radius: 10px;
        }

        .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap {
            padding: 10px 5px;
        }

        .notice-wrap .list-wrap .table-wrap .box-wrap .box .info-wrap {
            padding: 10px 15px;
        }

    .table-wrap .bna_wrap .bna_txt {
        flex-direction: column;
        gap: 20px;
    }

        .table-wrap .bna_wrap .bna_txt .sur_name {
            background: #f1f1f1;
            padding: 5px 10px;
            text-align: center;
            border-radius: 5px;
        }

        .table-wrap .bna_wrap .bna_txt .deg_btn a {
            padding: 8px 20px;
            margin-left: 10px;
        }

    .table-wrap .bna_wrap .bna_box .bna_img {
        border-radius: 10px;
    }


        .table-wrap .bna_wrap .bna_box .bna_img .af_img .login {
            font-size: 0.85rem;
        }

            .table-wrap .bna_wrap .bna_box .bna_img .af_img .login a {
                padding: 7px 12px;
                margin-top: 10px;
            }


        .table-wrap .bna_wrap .bna_box .bna_img .be_img .be_txt,
        .table-wrap .bna_wrap .bna_box .bna_img .af_img .af_txt {
            position: absolute;
            top: 5px;
            left: 5px;
            padding: 5px 8px;
            font-size: 0.8rem;
        }

    .table-wrap .thumb_list {
        flex-wrap: wrap;
    }


        .table-wrap .thumb_list .thumb_box {
            width: 48%;
            border-radius: 10px;
        }


            .table-wrap .thumb_list .thumb_box .thm_af .thm_login {
                font-size: 0.7rem;
            }


    .notice-wrap .eye_tab .input {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 40px;
    }

        .notice-wrap .eye_tab .input label {
            width: 50%;
            margin: 0;
            border: 1px solid #000;
        }

    .table-wrap .bna_wrap .bna_box {
        height: unset;
        min-height: 139px;
    }


    .bna-nav-arrow.square {
        top: 50%;
        width: 30px;
        height: 30px;
    }

        .bna-nav-arrow.square:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }

        .bna-nav-arrow.square.prev {
            left: -4vw;
        }

        .bna-nav-arrow.square.next {
            right: -4vw;
        }



    .search-wrap {
        padding: 15px 10px;
        border-radius: 15px;
    }

    .search-label {
        font-size: 14px;
    }

    .search-btn-label {
        padding: 5px 10px;
        font-size: 12px;
    }

    .search-submit-btn {
        padding: 10px 15px 9px 17px;
        margin: 20px auto 0;
    }

    .table-wrap .bna_wrap {
        margin-top: 30px;
    }

    .toggle-switch {
        padding: 5px 12px;
        gap: 10px;
    }

    .toggle-switch span {
        font-size: 14px;
    }

    .angle-btn {
        padding: 7px 10px;
        font-size: 12px;
    }

    .hashtag,
    .noHashtag {
        font-size: 13px;
    }

    .before-after-section.bna_list {
        gap: 10px;
    }

        .before-after-section.bna_list .compare-wrap {
            width: 48%;
        }
        .before-after-section.bna_list .split-box .login {
            padding: 10px;
        }

        .before-after-section.bna_list .compare-wrap .breast_login {
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
            border-radius: 5px;
        }

    .before-after-section.bna_list .split-box {
        border-radius: 5px;
    }

        .before-after-section.bna_list .split-box .login .txt,
        .before-after-section.bna_list .breast_login .txt {
            display: none;
        }
            .before-after-section.bna_list .split-box .login a,
            .before-after-section.bna_list .breast_login a {
                margin-top: 0;
                border: 0;
                background: rgb(0 0 0 / 40%);
                padding: 5px 7px;
                font-size: 10px;
            }
    #forGoodText {
        margin-top:0;
    }
    .count-info-box {
        padding: 30px 0 10px 0;
    }

    .split-label {
        top: 5px;
        left: 5px;
        padding: 2px 7px 1px 7px;
        border-radius: 4px;
        font-size: 10px;
    }

    .noimg {
        width: 100%;
    }

}


    .visihidden {
		visibility:hidden
    }





/* 휴대폰 구간만 적용 (필요시 너비 조정 가능) */
@media (max-width: 767px) {
  /* 페이지 전체가 스크롤되는 경우 */
  html, body {
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE/Edge(레거시) */
    scrollbar-width: none;     /* Firefox */
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;             /* Chrome/Safari(웹킷) */
  }

  /* 혹시 내부 스크롤 컨테이너가 있으면 거기에도 적용 */
  .bna .bna_list,
  .bna .compare-wrap,
  .app-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bna .bna_list::-webkit-scrollbar,
  .bna .compare-wrap::-webkit-scrollbar,
  .app-scroll::-webkit-scrollbar {
    display: none;
  }
}