.pc {display: block !important;}
.mo {display: none !important;}

@media (max-width: 991px){ 
.pc {display: none !important;}
.mo {display: block !important;}
}


.box-radius { background-color: rgb(0 0 0 / 50%); padding: 30px 15px !important; border-radius: 30px;margin-bottom: 10px !important;}
.box-radius1 { background-color: rgb(0 0 0 / 0%);border-radius: 30px;margin-bottom: 10px !important;}
.line {
  width: 90%;
  height: 1px;
  background: #fff;
  margin: 20px auto;
  opacity: 0.5;
}
.m04_font01 {font-size: clamp(15px, 2.2vw, 18px); margin-bottom: 15px; color: #ede4da; font-family: 'Forum', sans-serif !important;}
.m04_font02 {font-size: clamp(12px, 2vw, 14.5px); font-weight: 300; color: #ede4da; font-family: 'Noto Sans KR', sans-serif !important;letter-spacing: -1px;}


.font_c01 {color: #a8877f !important;    line-height: 1.5em;} /* 적 */
.font_c02 {color: #ede4da !important;     line-height: 1.5em;} /* 아이보리 */
.font_c03 {color: #555454 !important;    line-height: 1.5em;} /* 그레이 */


.font_f01 {font-family: 'Rain Outline' !important;}   /* 테두리 */
.font_f02 {font-family: nanum-myeongjo, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;} /* 국문 */
.font_f03 {font-family: 'Forum', sans-serif !important;} /* 영문 */




/* ++++++++++++++++++++++++++++++++++++++++ *
   비포/에프터
* ++++++++++++++++++++++++++++++++++++++++ */

/*
#contenedor { 
  background:url(/leenamer/m/cdn/cdn.josetxu.com/img/before-after-effect-bg.jpg) no-repeat center center; 
	height: 73.5vw;
	margin: 1vw auto;
	max-height: 750px;
	max-width: 1000px;
	overflow: hidden;
	width: 98vw;
}
#contenedor figure { 
	background-image: url(/leenamer/m/cdn/cdn.josetxu.com/img/before-after-effect-01.jpg);
	background-size: cover;
	font-size: 0;
	height: 100%;
	margin: 0; 
	position: relative;
	width: 100%; 
}

#separador {
	background-image: url(/leenamer/m/cdn/cdn.josetxu.com/img/before-after-effect-02.jpg);
	background-size: cover;
	bottom: 0;
	border-right: 5px solid rgba(255,255,255,0.7);
	box-shadow: 10px 0 15px -13px #000;
	height: 100%;
	max-width: 98.6%;
	min-width: 0.6%;
	overflow: visible;
	position: absolute;
	width: 50%; 
	animation: figure 2s 1 normal ease-in-out 0.1s; 
	-webkit-animation: figure 2s 1 normal ease-in-out 0.1s; 
}
 */

/*barra input */
input#deslizador {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none; 
	background: transparent;
	cursor: col-resize;
	height: 100vw;
	left: 0;
	margin: 0;
	outline: none; 
	padding: 0;
	position: relative;
	top: -100vw;
	width: 100%;
}
/*barra input mozilla*/
input#deslizador::-moz-range-track { 
	background: transparent; 
}
/*barra input ie*/
input#deslizador::-ms-track {
	border: none; 
	background-color: transparent;
	height: 100vw; 
	left: 0; 
	outline: none; 
	position: relative;
	top: -100vw; 
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: col-resize;
	color:transparent;
}
input#deslizador::-ms-fill-lower {
	background-color:transparent;
}

/*boton input chrome*/
input#deslizador::-webkit-slider-thumb {
	-webkit-appearance:none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}
/*boton input mozilla*/
input#deslizador::-moz-range-thumb {
	-moz-appearance: none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}   
/*boton input ie*/
input#deslizador::-ms-thumb {
	height: 100vw;
	width: 0.5%; 
	opacity:0;
}
input#deslizador::-ms-tooltip {
	display:none;
}

/*flechas*/
#separador::before {
	background: url(/leenamer/m/cdn/cdn.josetxu.com/img/before-after-effect-arrows.png) no-repeat scroll 0 center transparent;
	background-size:contain;
	content: " ";
	float: right;
	height: 100%;
	margin-right: -34px;
	position: relative;
	top:0;
	width: 64px;
}
		
/*animacion*/
@keyframes figure {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}
/*animacion chrome*/
@-webkit-keyframes figure {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}













/* ++++++++++++++++++++++++++++++++++++++++ *
    테이블
* ++++++++++++++++++++++++++++++++++++++++ */
        :root {
            --min-table-width: 1200px;
            --radius: 14px;
            --bg: #ffffff;
            --bg-alt: #fafafa;
            --text: #0f172a;
            --muted: #64748b;
            --brand: #2563eb;
        }

        .page {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 20px;
        }

        .card {
            background: var(--bg);
            border: var(--border);
            border-radius: var(--radius);
            box-shadow: 0 8px 24px rgba(2, 6, 23, 0.05);
            overflow: hidden;
            margin-bottom: 0px;
            max-width: 1300px;
            margin: 0 auto;
        }

        .card-header {
            padding: 18px 20px;
            border-bottom: var(--border);
            background: linear-gradient(180deg, #fff, #fcfcfd);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .badge {
            font-size: 12px;
            padding: 2px 8px;
            border-radius: 999px;
            background: #eff6ff;
            color: var(--brand);
            border: 1px solid #dbeafe;
        }

        .card-header h1 {
            font-size: 18px;
            margin: 0;
        }

        .desc {
            color: var(--muted);
            font-size: 14px;
            margin: 2px 0 0;
        }

        /* 스크롤 컨테이너 수정 */
        .table-wrap {
            position: relative;
            overflow: hidden;
        }

        .table-scroll {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            /* 모바일에서 부드러운 스크롤 */
            scrollbar-width: thin;
            scrollbar-color: #cbd5e1 #f1f5f9;
        }

        /* 웹킷 브라우저용 스크롤바 스타일링 */
        .table-scroll::-webkit-scrollbar {
            height: 8px;
        }

        .table-scroll::-webkit-scrollbar-track {
            background: #f1f5f9;
        }

        .table-scroll::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 4px;
        }

        .table-scroll::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

        /* 스크롤 힌트 수정 */
        .table-wrap::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 100%;
            pointer-events: none;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
            opacity: 0;
            transition: opacity .3s ease;
            z-index: 2;
        }

        .table-scroll.is-overflowing + .scroll-hint,
        .table-wrap.is-overflowing::after {
            opacity: 1;
        }

        .scroll-hint {
            display: none;
            font-size: 12px;
            color: var(--muted);
            padding: 8px 14px;
            border-top: var(--border);
            background: var(--bg-alt);
            text-align: center;
        }

        .is-overflowing + .scroll-hint {
            display: block;
        }

        table {
            width: 100%;
            min-width: 600px; /* 최소 너비 설정으로 스크롤 유도 */
            border-collapse: separate;
            border-spacing: 0;
            background: var(--bg);
            font-size: 16px;
        }

        thead th {
            position: sticky;
            top: 0;
            z-index: 1;
            background: #a8877f;
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 16px;
            padding: 12px 14px;
            border-bottom: var(--border);
            border-right: var(--border);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
            white-space: nowrap; /* 텍스트 줄바꿈 방지 */
        }

        tbody th {
            vertical-align: middle;
            background: #f4f4f4;
            border-bottom: var(--border);
            border-right: var(--border);
            padding: 12px 14px;
            white-space: nowrap;
            font-weight: 600;
            text-align: center;
        }

        tbody td {
            vertical-align: middle;
            padding: 12px 14px;
            text-align: center;
            border-bottom: var(--border);
            border-right: var(--border);
            white-space: nowrap; /* 셀 내용을 한 줄로 유지 */
        }

        tbody td:nth-child(1) {
            font-weight: 600;
        }

        tbody tr:nth-child(2n) td {
            background: #fcfcfd;
        }

        tbody tr:hover td {
            background: #f8fafc;
        }

        .num {
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

        .muted {
            color: var(--muted);
        }

        /* 모바일 최적화 */
        @media (max-width: 768px) {
            .page {
                padding: 0 10px;
            }

            .card {
                margin-bottom: 20px;
            }

            table {
                min-width: 100%; /* 모바일에서도 충분한 너비 확보 */
                font-size: 14px;
            }

            thead th {
                padding: 10px 8px;
                font-size: 14px;
            }

            tbody th,
            tbody td {
                padding: 10px 8px;
                font-size: 14px;
            }

            .table-wrap::after {
                width: 20px;
            }
        }

        /* 초소형 화면 */
        @media (max-width: 420px) {
            .page {
                padding: 0 8px;
            }

            table {
                min-width: 100%;
                font-size: 13px;
            }

            thead th {
                padding: 8px 6px;
                font-size: 13px;
            }

            tbody th,
            tbody td {
                padding: 8px 6px;
                font-size: 13px;
            }
        }

        .center {
            text-align: center;
        }

        .demo02 {
            display: block;
            width: 100%;
            max-width: 350px;
            background: #fff;
            border-left: var(--border);
            border-top: var(--border);
            float: left;
            margin-right: 10px;
        }

        .demo02 th {
            width: 13%;
            padding: 5px 10px !important;
            text-align: center !important;
        }

        .demo02 td {
            text-align: center !important;
            padding: 2px 5px !important;
            background: #fff !important;
        }

        .tit01 {
            font-size: 22px;
            font-weight: 600;
            color: #4c334c;
            margin: 90px 0 15px;
        }

        @media (max-width: 768px) {
            .tit01 {
                font-size: 18px;
                margin: 60px 0 10px;
            }
        }








/* 리스트 박스 */
.list-box {
padding: 30px 30px 0px 0px;
display: grid;
position: absolute;
bottom: 0px;
}

@media (min-width: 192px) and (max-width: 1199px) {
.list-box {position: relative; !important;}
}

.list-box h4 {
margin-bottom: 20px;
font-size: 18px;
}

.list-box ul {
list-style: none;
padding-left: 10px;
}

.list-box li {
padding: 12px 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
font-size: 18px;
}

.list-box li::before {
content: "✔";
color: #b08a78;
margin-right: 10px;
}






/* 리스트 박스 */
.list-box2 {
padding: 0px;
display: grid;
position: relative;
bottom: 0px;
}

.list-box2 h4 {
margin-bottom: 20px;
font-size: 18px;
}

.list-box2 ul {
list-style: none;
padding-left: 10px;
}

.list-box2 li {
padding: 7px 0;
font-size: 14px;
}

.list-box2 li::before {
content: "✔";
color: #b08a78;
margin-right: 10px;
}









/* ++++++++++++++++++++++++++++++++++++++++ *
    QUICK
* ++++++++++++++++++++++++++++++++++++++++ */
.quick_menu { display: block; position: fixed; right: 35px; bottom: 30px; z-index: 99; }
.quick_menu ul { margin: 0 !important; }
.quick_menu ul li { list-style: none !important; }
.quick_menu ul li a { display: block; }
.quick_menu ul li a > img { margin-top: -20px; margin-right: 0; width: 100%; max-width: 63px; }

.quick_menu_mo { display: none; position: fixed; right: 35px; bottom: 30px; z-index: 99; }
.quick_menu_mo ul { margin: 0 !important; }
.quick_menu_mo ul li { list-style: none !important; }
.quick_menu_mo ul li a { display: block; }
.quick_menu_mo ul li a > img { margin-top: -20px; margin-right: 0; width: 100%; max-width: 63px; }
#to-top { right: 50px !important; }


/* NEW Quick menu */
#quick_new {
    position: fixed;
    right: 2em;
    top: 25%;
    margin: 0 !important;
    z-index: 99999 !important;
}

#quick_new ul {
    display: inline-flex; 
    flex-direction: column;
    row-gap: 8px;
	list-style-type: none;
	padding-left: 0px;
}
#quick_new ul>li>a{
    display: flex;
    flex-direction: column;
    gap: 7px;
    background-color: #fff;
    width: 80px;
    min-height: 80px;
    border-radius: 100px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 10px 10px #00000015);
    transition: all 0.4s ease;
}

/* #quick_new ul>li.quick_tel>a{
    background-color: #1b1b1b;
    padding: 20px 20px 26px;
    gap: 10px;
} */

#quick_new ul>li>a>img{
    margin-bottom: 0 !important;
    max-width: 34px;
    max-height: 31px;
    transition: all 0.4s ease;
}

#quick_new ul>li>a>span.txt{
    font-family: 'Noto Sans KR', serif;
    letter-spacing: 0 !important;
    text-align: center;
    font-size: 13px;
    line-height: 1 !important;
    font-weight: bold;
	color: #000;
}

/* #quick_new ul>li.quick_tel>a>span.txt{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2 !important;
} */

#quick_new ul>li>a:hover {
    background-color: #a8877f;
    transform: translateX(-10px);
}
#quick_new ul>li>a:hover img {
    filter: invert(1);
}
#quick_new ul>li.quick_tel>a img {
    filter: invert(1);
}
#quick_new ul>li.quick_tel>a:hover img {
    filter: invert(0);
}

/* #quick_new ul>li.quick_tel>a:hover {
    background-color: #fff;
} */

#quick_new ul>li>a:hover>span.txt{
    color: #fff;
    font-weight: normal;
}
/* #quick_new ul>li.quick_tel>a:hover>span.txt{
    color: #1b1b1b;
    font-weight: bold;
} */
#quick_new ul>li.quick_top>a {
    width: 60px;
    min-height: 30px;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 16px;
    padding: 12px;
}

@media screen and (max-width:1280px){
    #quick_new{transform: scale(0.85); bottom: 0.5em;}
}

@media screen and (max-width:999px){
    #quick_new{
        top: inherit;
        bottom: 0.2em;
        left: 0.2em;
        right: inherit;
        transform: scale(1);
    }

    #quick_new ul>li>a,
    #quick_new ul>li.quick_tel>a{
        width: 40px;
        min-height: 40px;
        padding: 6px;
    }
    #quick_new ul>li>a:hover{transform: translateX(10px);}

    #quick_new ul>li>a>img{
        max-width: 20px;
        max-height: 22px;
    }

    #quick_new ul>li>a>span.txt{display: none;}

    #quick_new ul>li.quick_top>a {
        width: 40px;
        min-height: 40px;
        border-radius: 50px;
        padding: 7px;
    }
    #quick_new ul>li.quick_top>a>span.txt{display: block;font-size: 13px;}
    
}



/* 팝업레이어 */
#hd_pop {z-index: 99999999999; position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}


@media (max-width: 768px) {

    #hd_pop {
        z-index: 99999999999;
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 0;
    }

    #hd_pop h2 {
        position: absolute;
        font-size: 0;
        text-indent: -9999em;
        line-height: 0;
        overflow: hidden;
    }

    .hd_pops {
        position: absolute;
        top: 30px !important;

        /* ✅ 좌우 여백 + 중앙정렬 핵심 */
        left: 15px !important;
        right: 15px !important;
        width: auto;

        border: 1px solid #e9e9e9;
        background: #fff;
    }

    .hd_pops img {
        width: 100%;
        height: auto;
        display: block;
    }

    .hd_pops_con { width: 100% !important; height: auto !important;  }

	#hd_pop p { margin:0px; }

}
