@charset "utf-8";

@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button,
option {
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -0.5px;
}
strong{
    font-weight: 500;
}
html {
    position: relative;
    scroll-behavior: auto;
}

html,
body {
    font-weight: normal;
    color: #555;
}

body {
    position: relative;
    font-size: 13px;
    word-break: keep-all;
}

body,
div,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
button,
p,
pre,
blockquote,
menu,
figure,
input {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
select,
input,
textarea,
p,
blockquote,
th,
td,
menu,
button,
a,
span,
strong,
label,
header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
figure,
figcaption {
    word-break: break-word;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button,
option {
    font-size: 16px;
    font-weight: normal;
    color: inherit;
}

pre,
code,
samp,
kbd {
    font-family: inherit;
}

em,
var,
address {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

legend,
fieldset,
button,
img {
    border: 0 none;
}

input,
select,
textarea,
button,
label,
strong,
a,
time {
    vertical-align: inherit;
}

input,
select,
textarea,
button,
option {
    font-family: inherit;
    font-weight: inherit;
}

input[type="text"]::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
}

button,
select,
option {
    color: inherit;
    text-transform: none;
}

caption,
legend {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    overflow: visible;
    text-align: left;
    cursor: pointer;
    background: none;
}

img {
    vertical-align: middle;
}

:focus {
    outline: 0;
}

a {
    color: #555;
    text-decoration: none;
}

.hidden {
    display: none;
}

.sound_only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}

::-webkit-input-placeholder {
    color: #C0C0C0;
}

/* Chrome/Opera/Safari */
::-moz-placeholder {
    color: #C0C0C0;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #C0C0C0;
}

/* IE 10+ */
:-moz-placeholder {
    color: #C0C0C0;
}

/* Firefox 18- */

:root {
    --main-color: #C59305;
    --secondary-color: #3B2C00;
    --font-color: #1b1b1b;
    --white-color: #ffffff;
    --footer-bg: #F6F6F6;
    --border-light-grey-color: #D9D9D9;
    --border-medium-grey-color: #A6A6A6;
    --bg-black-op-5: #00000080;
    --shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}


#skipnavigation {
    position: relative;
    z-index: 110;
}

#skipnavigation .skip {
    position: absolute;
    top: 0;
    left: 0;
}

#skipnavigation a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

#skipnavigation a:focus,
#skipnavigation a:active {
    height: auto;
    width: auto;
    padding: 5px;
    margin-bottom: 10px;
}

html,
body {
    min-height: 100%;
    height: 100%;
    font-size: 17px;
}

body {
    font-family: 'Pretendard-Regular', sans-serif;
    position: relative;
    background-color: #fff;
}

body.headerFixed .header.active {
    height: 254px;
}

body.headerFixed .header {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 501;
    transition: all 0.4s 0s;
}

body.headerFixed .header h1 a {
    display: block;
    background: url(https://s3.unipware.com/lawhere/images/logo_fixed.svg) 0 0 no-repeat;
    width: 150px;
    background-size: 150px;
}

.header h1 a .forWeb img {
    width: 180px;
}

body.headerFixed .header h1 a img {
    opacity: 0;
}

body.headerFixed .header .mGnb>ul>li>ul {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    padding-bottom: 30px;
}

/*
.wrap{min-width:1280px;}
*/
.wrap_inner {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 118px; */
    height: 80px;
    z-index: 100;
    transition: all 0.4s 0s;
    padding: 0 20px 0 0;
}

.header h1 {
    position: absolute;
    top: 0;
    left: 60px;
    /* padding: 34px 0 0 120px; */
    padding: 20.685px 0;
    width: 150px;
    transition: all 0.4s 0s;
}

.header .mGnb {
    float: right;
    /* margin: 35px 55px 0 0; */
    transition: all 0.4s 0s;
}

.mGnb>.list>ul>li {
    position: relative;
    float: left;
    text-align: center;
    padding: 0 40px;
    min-width: 130px;
}

.mGnb>.list>ul>li>a {
    display: block;
    color: #fff;
    /* font-weight: 700; */
    font-size: 20px;
}

.mGnb>.list>ul>li>a span {
    position: relative;
    display: inline-block;
    line-height: 80px;
    height: 80px;
}

.mGnb>.list>ul>li>a span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    width: 0;
    height: 4px;
    transition: all 0.4s 0s;
}

.mGnb>.list>ul>li>ul {
    position: absolute;
    top: 81px;
    left: 0;
    padding: 18px 0 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s 0s;
}

.mGnb>.list>ul>li>ul>li+li {
    margin-top: 19px;
}

.mGnb>.list>ul>li>ul>li a {
    line-height: auto !important;
    display: block;
    color: #fff;
    font-size: 17px;
    letter-spacing: -0.4px;
}

.mGnb>.list>ul>li>ul>li a:hover {
    color: #C2912D;
    transition: all 0.2s;
}

.mGnb>.list>ul>li.active>a span {
    display: inline-block;
}

.mGnb>.list>ul>li:hover>a span:before,
.mGnb>.list>ul>li.active>a span:before {
    background: #C2912D;
    width: calc(100% + 30px);
}

.mMain1 {
    position: relative;
    overflow: hidden;
}

.mMain1 .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 500px;
}

.mMain1 .swiper-slide .txt {
    position: absolute;
    top: calc(50% + 50px);
    left: 200px;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Chosunilbo_myungjo';
    font-size: clamp(28px, 6vw, 38px);
    font-weight: normal;
    line-height: 150%;
    letter-spacing: -1px;
    height: 65px;
}

.mMain1 .swiper-slide .txt .tx {
    position: relative;
    overflow: hidden;
    height: 65px;
    text-align: left;
}

.mMain1 .swiper-slide .txt .tx span {
    position: absolute;
    top: -300%;
    left: 0;
    width: 100%;
    height: 95px;
}

.mMain1 .swiper-slide .member_w{
    position: absolute;
    top:50%;
    right: 15%;
    transform: translateY(-30%);
    animation: fadeIn 1s forwards 0.1s;
    width: 36%;
}
/* .mMain1 .swiper-slide .member_w .member_bg{
    width: 250px;
    position: relative;
}
.member_bg {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.member_w>div:nth-child(1)>.member_bg:nth-child(1) {
    animation: fadeIn 1s forwards 0.1s;
}
.member_w>div:nth-child(1)>.member_bg:nth-child(2) {
    animation: fadeIn 1s forwards 0.2s;
}
.member_w>div:nth-child(2)>.member_bg:nth-child(1) {
    animation: fadeIn 1s forwards 0.3s;
}
.member_w>div:nth-child(2)>.member_bg:nth-child(2) {
    animation: fadeIn 1s forwards 0.4s;
}
.member_w>div:nth-child(2)>.member_bg:nth-child(3) {
    animation: fadeIn 1s forwards 0.5s;
} */
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(-50%); 
    }
}
.mMain1 .swiper-slide .member_w .member_bg .name{
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, rgba(197, 147, 5, 0),rgba(197, 147, 5, 0.3), rgba(144, 110, 10, 0.769),rgba(197, 147, 5, 0.3), rgba(197, 147, 5, 0));
}
.mMain1 .swiper-slide .member_w .member_bg .name span{
    color: var(--white-color);
    font-size: 16px;
    font-weight: 300;
    font-family: 'Pretendard';
}



.mMain1 .swiper-slide .txt strong {
    font-size: clamp(25px, 6vw, 54px);
}

.de.strong {
    font-weight: 700;
}


.mMain1 .swiper-pagination {
    top: auto;
    bottom: 0;
}

.ani {
    top: -95px;
}

.mMain1 .swiper-slide.animate .ani span {
    -webkit-animation: jsAnimate1 1s forwards;
    animation: jsAnimate1 1s forwards;
    opacity: 1;
}

.mMain1 .swiper-slide.animate .ani2 span {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.mMain1 .swiper-pagination-bullets,
.mMain1 .swiper-pagination-progressbar {
    position: absolute;
    bottom: 70px;
    left: auto;
    right: 110px;
    border-radius: 10px;
    background: #000;
    width: 300px;
    height: 8px;
    overflow: hidden;
}

.mMain1 .swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    border-radius: 0;
    float: left;
    margin: 0;
    width: 50%;
    height: 100%;
}

.mMain1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 1;
}

.mMain1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #C59305;
    -webkit-animation: jsAnimateFill1 4.8s both;
    animation: jsAnimateFill1 4.8s both;
}

.mMain1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):after,
.mMain1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #C59305;
}

.mMain1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):after {
    left: -200%;
    width: 200%;
}

@-webkit-keyframes jsAnimate1 {
    0% {}

    100% {
        top: 0;
    }
}

@keyframes jsAnimate1 {
    0% {}

    100% {
        top: 0;
    }
}

@-webkit-keyframes jsAnimateFill1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes jsAnimateFill1 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.mMain1 .swiper-slide.case_slide {
    display: flex;
    flex-direction: row;
}

.mMain1 .swiper-slide.case_slide .case_wrap {
    order: 1;
    position: relative;
    width: 50%;
    background-image: url("https://s3.unipware.com/lawhere/images/img_slide2_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.mMain1 .swiper-slide.case_slide .case_wrap ul {
    width: 100%;
    height: 100%;
    background: url("https://s3.unipware.com/lawhere/images/img_slide2_backImg.svg") no-repeat 0 -50px ;
}

.mMain1 .swiper-slide.case_slide .case_wrap ul img.cases {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -49%);
    width: 67.368%;
    filter: drop-shadow(15px 38px 32px rgba(0, 0, 0, 0.75));    
}

.mMain1 .swiper-slide.case_slide .case_wrap img.bottom_logo {
    width: 200px;
    position: absolute;
    left: 50%;
    bottom: 72px;
    transform:translateX(-50%);
}

.mMain1 .swiper-slide.case_slide .slide_txt_wrap {
    order: 2;
    position: relative;
    width: 50%;
    background-position: -400px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.mMain1 .swiper-slide.case_slide .slide_txt_wrap .txt {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.mMain1 .swiper-slide.case_slide .slide_txt_wrap img {
    display: none;
}


.mMain2 {
    position: relative;
    padding: 300px 0;
    width: 100%;
    overflow: hidden;
}

.mMain2 .aniTxt {
    position: absolute;
    top: 200px;
    left: -350%;
    transition: all 2.2s 0s;
}

.mMain2 .aniTxt img {
    height: 220px;
}

.mMain2 .mTitle1 {
    transition: all 0.4s 0s;
}

.mMain2 .con {
    position: relative;
    text-align: right;
}

.mMain2 .img {
    text-align: right;
    margin-top: 60px;
}

.mMain2 .img img {
    max-width: 700px;
}

.mMain2.animate .aniTxt {
    left: 18%;
}

.mMain3 {
    position: relative;
    background: url(https://s3.unipware.com/lawhere/images/k_main3.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    transition: all 0.4s 0s;
}

.mMain3 .aniTxt {
    position: absolute;
    top: 60px;
    opacity: 0.5;
    transition: all 1s 0s;
}


.mMain3 .aniTxt img {
    height: 100px;
}
.mMain3 .section_w {
    padding: 40px 0;
}
.mMain3 .section_w .cell{
    position: relative;
    background: #25170e76;
    width: 165px;
    height: 400px;
    cursor: pointer;
    .cover_bg{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: #25170e52;
        transition: opacity 0.3s ease; /* opacity에 transition 적용 */
    }
}

.mMain3 .section_w .cell.part1{
    background: url(https://s3.unipware.com/lawhere/images/img_part1.jpg) 30% 50% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell.part2{
    background: url(https://s3.unipware.com/lawhere/images/img_part2.jpg) 10% 50% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell.part3{
    background: url(https://s3.unipware.com/lawhere/images/img_part3.jpg) 40% 50% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell.part4{
    background: url(https://s3.unipware.com/lawhere/images/img_part4.jpg) 75% 50% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell.part5{
    background: url(https://s3.unipware.com/lawhere/images/img_part5.jpg) 50% 10% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell.part6{
    background: url(https://s3.unipware.com/lawhere/images/img_part6.jpg) 30% 10% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell.part7{
    background: url(https://s3.unipware.com/lawhere/images/img_part7.jpg) 50% 10% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell.part8{
    background: url(https://s3.unipware.com/lawhere/images/img_part8.jpg) 50% 10% no-repeat;
    background-size:cover;
    transition: transform 0.3s ease;
}
.mMain3 .section_w .cell:hover{
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 10px 20px rgba(121, 91, 6, 0.266); /* 부드러운 그림자 추가 */
}
.cell:hover::before {
    border: 0px;
}
.mMain3 .section_w .cell img{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 120px;
    transform: translateX(-50%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}
.mMain3 .section_w .cell:hover img{
    display: block;
    transform: translateX(0); 
    opacity: 1; 
}
.mMain3 .section_w .cell.none{
    border-right: 0px;
}
.mMain3 .section_w .cell>div:first-child{
    color: #000000;
    padding: 20px;
    font-size: clamp(13px, 3vw, 23px);
    font-weight: 600;
    font-family: 'Pretendard';
    background: #ffffff90;
}
.mMain3 .section_w .cell:hover{
    .cover_bg{
        opacity: 0;
    }
}
.mMain3 .section_w .cell:hover>div{
    color: #000000;
    font-weight: 500;
}
.cell::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid rgb(0, 0, 0);
    pointer-events: none;
}

.mMain3 .mTitle2 {
    position: relative;
}

.mMain3 .swiper {
    margin: 0px 0 0;
    padding: 45px 0 0;
    max-width: 1920px;
    overflow-x: hidden;
}

.mMain3 .swiper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.mMain3 .swiper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.mMain3 .swiper-slide {
    border: 1px solid #fff;
    background: rgba(217, 217, 217, 0.00);
    width: 248px !important;
}

.mMain3 .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 3px;
    transition: all 0.4s 0s;
}

.mMain3 .swiper-slide a {
    position: relative;
    display: table;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    height: 360px;
    transition: all 0.4s 0s;
}
.mMain3 .swiper-slide .s {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-top: 6px;
}

.mMain3 .swiper-slide .btn_more {
    position: absolute;
    bottom: 80px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}

.mMain3 .swiper-slide .btn_more:before {
    display: none;
}

.mMain3 .swiper-slide .btn_more span {
    background-image: url(https://s3.unipware.com/lawhere/images/ico_arr1.svg);
}

.mMain3 .swiper-slide.swiper-slide-active {
    position: relative;
    margin-top: -40px;
    transition: all 0.4s 0s;
}

.mMain3 .swiper-slide.swiper-slide-active:before {
    background-color: #fff;
}

.mMain3 .swiper-slide.swiper-slide-active a {
    background-color: #fff;
    color: #25170E;
}

.mMain3 .swiper-slide.swiper-slide-active .btn_more {
    color: #25170E;
}

.mMain3 .swiper-slide.swiper-slide-active .btn_more span {
    background-image: url(https://s3.unipware.com/lawhere/images/ico_arr1_a.svg);
}

.mMain3 .swiper-slide.swiper-slide-active .btn_more:before {
    display: block;
}

.btn_more {
    position: relative;
    display: block;
    color: #25170E;
    text-align: center;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.btn_more span {
    position: relative;
    display: inline-block;
    background: url(https://s3.unipware.com/lawhere/images/ico_arr1_a.svg) 100% 50% no-repeat;
    padding: 0 42px 0 0;
}

.btn_more:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: #C59305;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition: all 0.4s 0s;
}

.btn_more.hover:before {
    animation: btn_hover 0.5s forwards;
}

.btn_more.nohover:before {
    animation: btn_hover_back 0.5s backwards;
}

@keyframes btn_hover_back {
    0% {
        left: calc(100% - 40px);
    }

    50% {
        left: -30px;
        width: 160px;
    }

    100% {
        left: -30px;
        width: 50px;
    }
}

@keyframes btn_hover {
    0% {
        left: -30px;
        width: 50px;
    }

    50% {
        left: -30px;
        width: 160px;
    }

    100% {
        left: calc(100% - 40px);
    }
}

.mTitle1 {
    position: relative;
    color: #191919;
}

.mTitle1 h3 {
    font-family: 'Chosunilbo_myungjo';
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1.4px;
}

.mTitle1 .info {
    font-family: 'Chosunilbo_myungjo';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.72px;
    margin-top: 26px;
}

.mTitle2 {
    color: #fff;
}

.mTitle2 h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 130%;
    letter-spacing: -2px;
}

.mTitle2 .info {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    padding: 13px 0 0;
}

/*
.mGrid1{position:relative;overflow:hidden;z-index:100;}
.mGrid1 .header.fixed{position:fixed;top:0;background:#808080;height:118px;transition:all 0.4s 0s;}
*/
.mQuick1 {
    position: sticky;
    top: 110px;
    right: 30px;
    float: right;
    margin: 172px 0 0 -124px;
    width: 80px;
    z-index: 500;
}

.mQuick1 a {
    display: block;
    background: url(https://s3.unipware.com/lawhere/images/ico_quick2.svg) 50% 17px no-repeat #fff;
    background-size: 30px;
    border: 1px solid #C59305;
    color: #C59305;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    width: 80px;
    height: 80px;
}

.mQuick1 a span {
    display: block;
    padding: 54px 0 0;
}

.mQuick1 a.iCounsel {
    background-image: url(https://s3.unipware.com/lawhere/images/ico_quick1.svg);
    background-position: 50% 17px;
    background-color: #C59305;
    color: #fff;
}

.mQuick1 a.iAichat {
    background-image: url(https://s3.unipware.com/lawhere/images/ico_quick3.svg);
    font-size: 13px;
    letter-spacing: -1px;
    border-bottom: 0;
}

.mQuick1 a.iCounsel span {
    /* padding-top: 80px; */
}

.footer {
    background: #F6F6F6;
}

.footer .wrap_inner {
    padding-top: 50px;
    padding-bottom: 16px;
}

.footer .logo img {
    width: 160px;
}

.footer .link {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0 0;
}

.footer .link a {
    color: #555;
}

.footer .txt {
    color: #555;
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0 0;
}

.footer .txt>strong {
    padding-right: 10px;
}

.footer .txt>span+strong {
    padding-left: 20px;
}

.footer .copy {
    color: #A9A9A9;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin: 30px 0 0;
}

/*
.mMain4.animate .aniTxt{right:120%;}
.mMain4.animate .marquee div{animation:marquee 7s linear infinite;}
.mMain4 .marquee{height:155px;overflow:hidden;position:absolute;top:326px;left:0;width:150%;}
*/
.mMain4 {
    position: relative;
    padding: 170px 0 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s 0s;
}

.mMain4 .mTitle1 .info {
    padding-left: 0;
}

.mMain4 .aniTxt img {
    margin-right: 0;
}

.mMain4 .marquee {
    scroll-behavior: smooth;
    overflow: hidden;
    position: absolute;
    top: 296px;
    right: -200px;
}

.mMain4 .marquee img {
    height: 100px;
}

/*
.mMain4 .marquee div{display:block;width:200%;height:155px;position:absolute;overflow:hidden;}
.mMain4 .marquee span{float:left;width:50%;}
@keyframes marquee {
    0% { left:0; }
    100% { left:-100%; }
}
*/

/*
.mMain4 .aniTxt{position:absolute;top:326px;left:auto;right:0;text-align:right;width:calc(100% + 860px);overflow:hidden;transition:all 1.4s 0s;}
.mMain4 .aniTxt{border:1px solid #f00;}
*/
.mMain4 .list {
    margin: 100px 0 0;
    transition: all 0.4s 0s;
}

.mMain4 .list ul {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.mMain4 .list li {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    vertical-align: middle;
    transition: all 0.4s 0s;
    margin-top: 30px;
}

.mMain4 .list.sub li {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    vertical-align: middle;
    transition: all 0.4s 0s;
    margin-top: 30px;
}

.mMain4 .list li .img {
    position: relative;
    background: #F6F6F6;
    height: 560px;
}
.mMain4 .list.sub li .img {
    position: relative;
    background: #F6F6F6;
    height: 460px;
}

.mMain4 .list li .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C59305;
    width: 100%;
    height: 0;
    transition: all 1s 0s;
    animation-fill-mode: forwards;
}


.mMain4 .list.sub li .img img {
    position: absolute;
    bottom: 0;
    right: -55px;
    z-index: 1;
    width: 280px;
}

.mMain4 .list.sub li .img.im img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 250px;
}

.mMain4 .list li .txt {
    position: relative;
    background: #fff;
    font-size: 24px;
    font-weight: 300;
    padding: 20px 16px;
    text-align: right;
    margin-bottom: 60px;
}

.mMain4 .list li .txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #EBEBEB;
    width: 100%;
    height: 0;
    transition: all 1s 0s;
    animation-fill-mode: forwards;
}

.mMain4 .list li .txt .na {
    position: relative;
    display: block;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}

.mMain4 .list li .txt .de {
    position: relative;
    font-size: 17px;
}

.mMain4 .list li .txt .de+.de {
    margin-top: 10px;
}

.mMain4 .list li:hover .img:before {
    height: 100%;
}

.mMain4 .list li:hover .txt:before {
    height: 100%;
}
.img .career{
    position: absolute;
    font-size: clamp(13px, 1.5vw, 17px);
    top:0;
    text-align: start;
    color: #F6F6F6;
    line-height: 1.7;
    width: 100%;

}
.mMain4 .list li .img img {
    position: absolute;
    bottom: 0;
    right: -72px;
    z-index: 1;
    width: 360px;
    transition: width 1s ease-in-out, transform 1s ease-in-out;
}
.mMain4 .list li:hover .img img{
    width: 180px;
    transition: width 1s ease-in-out, transform 1s ease-in-out;
    transform: translateX(-60px) ;
}
.mMain4 .list li:hover .img.im img{
    width: 180px;
    transition: width 1s ease-in-out, transform 1s ease-in-out;
    transform: translateX(-10px) ;
}
.career>div:first-child{
    font-size: clamp(16px, 3vw, 22px);
    font-family: 'Pretendard';
    font-weight: 700;
    border-bottom: 1px solid #F6F6F6;
}


/* 애니메이션 정의 */
/* @keyframes smallBottom {
    0% {
        width: 250px;
    }
    100% {
        width: 200px;
    }
} */






/* .img img, .img  {
    transition: opacity 0.4s ease-in-out;
} */

/*
.footer{background:url(https://s3.unipware.com/lawhere/images/gg.jpg) 0 0 no-repeat;}
*/

.modalBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    /* transition: all 0.4s 0s; */
}

.forMobile {
    display: none;
}




.main_fullscreen {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_halfscreen {
    width: 100%;
    height: 40vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 인사말 */

.main_wrap_inner {
    padding: 0 60px;
    padding-top: 90px;
}

.breadscrumb {
    display: flex;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.breadscrumb div+div {
    margin: 0 0 0 8px;
}

.breadscrumb div {
    position: relative;
}

.breadscrumb div.home {
    width: 20px;
    background: url('https://s3.unipware.com/lawhere/images/ico_home.svg') no-repeat center;
    color: transparent;
}

.breadscrumb div.arrow {
    width: 20px;
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_right.svg') no-repeat center;
    background-size: 8px;
}

.greeting_text {
    padding: 0 20px;
    max-width: 630px;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
}

.greeting_text img:last-child {
    width: 60%;
    margin: 50px 0 0 0;
}
.delay_animation{
    animation: fadeUp 1s forwards 0.1s;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0%); 
    }
}

.greeting_con {
    margin: 100px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(100px); 
}
.greeting_con span.sub{
    font-family: 'Chosunilbo_myungjo';
    font-weight: 900;
    font-size: 20px;
    color: var(--main-color);
}
.greeting_con div:nth-of-type(1) {
    max-width: 760px;
}

.greeting_con .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
}
.greeting_con .title span {
    box-shadow: inset 0 -10px 0 #c5920572;
}

.greeting_con .ceo_name {
    margin-top: 50px;
    text-align: right;
    font-family: 'Chosunilbo_myungjo';
    font-weight: 400;
    letter-spacing: -1.4px;
}

.greeting_con .ceo_name span {
    font-size: 23px;
    margin-left: 10px;
}

.greeting_con .ceo_name01 {
    text-align: right;
    font-family: 'Chosunilbo_myungjo';
    font-weight: 400;
    letter-spacing: -1.4px;
}

.greeting_con .ceo_name01 span {
    font-size: 23px;
    margin-left: 10px;
}

.ceo img {
    max-width: 350px;
    width: 100%;
    margin-bottom: 50px;
}

.history {
    margin-top: 100px;
}

.history .title {
    font-family: 'Chosunilbo_myungjo';
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 24px;
    margin-bottom: 60px;
}

.history .con {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 100px;
    padding: 0 60px;
}

.history .con>div {
    width: 33%;
    min-width: 260px;
}

.history .con>div>div:nth-of-type(1) {
    font-weight: 600;
    margin-bottom: 30px;
}

.history .con>div>div:nth-of-type(2) {
    border-left: 1px solid var(--border-light-grey-color);
    padding: 30px 0;
    font-size: 30px;
    color: var(--main-color);
    font-weight: 900;
    text-align: center;
    position: relative;
}

.history .con>div>div:nth-of-type(2)::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 100%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.history .con>div:nth-of-type(1)>div:nth-of-type(2)::after {
    background: url('https://s3.unipware.com/lawhere/images/ico_gr_01.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.history .con>div:nth-of-type(2)>div:nth-of-type(2)::after {
    background: url('https://s3.unipware.com/lawhere/images/ico_gr_02.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.history .con>div:nth-of-type(3)>div:nth-of-type(2)::after {
    background: url('https://s3.unipware.com/lawhere/images/ico_gr_03.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.history .con>div>div:nth-of-type(2) span {
    font-size: 15px;
    font-weight: 300;
    color: var(--font-color);
}

.history .con>div:nth-of-type(1)>div:nth-of-type(2) {
    border-left: 0;
}

/* 오시는 길 */
.main_location {
    background-image: url('https://s3.unipware.com/lawhere/images/main_half_01.jpg');
}

.title_area {
    width: 100%;
    text-align: center;
    color: var(--white-color);
    margin-top: 40px;
}

.title_area .en {
    font-family: 'Pretendard-Thin';
    font-size: 18px;
    letter-spacing: 0;
}

.title_area .ko {
    margin-top: 14px;
    font-weight: 400;
    font-size: 30px;
}

.location_map {
    position: absolute;
    max-width: 900px;
    width: 100%;
    max-height: 400px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

.location_map iframe {
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-medium-grey-color);
}

.map_info {
    margin-top: 360px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 100px;
}

.map_info>div:nth-child(odd) {
    width: 550px;
}

.map_info>div:nth-child(even) {
    width: 350px;
}

.map_info>div {
    margin: 0 0 40px 0;
}

.map_info .info_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 26px;
    position: relative;
    padding: 0 0 0 30px;
}

.map_info .info_title:nth-of-type(1)::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.map_info>div:nth-of-type(1)>.info_title::before {
    background: url('https://s3.unipware.com/lawhere/images/ico_location.svg') no-repeat center;
    background-size: 14px;
}

.map_info>div:nth-of-type(even)>.info_title::before {
    background: url('https://s3.unipware.com/lawhere/images/ico_info.svg') no-repeat center;
    background-size: 20px;
}

.map_info>div:nth-of-type(3)>.info_title::before {
    background: url('https://s3.unipware.com/lawhere/images/ico_tel.svg') no-repeat center;
    background-size: 20px;
}



/* 언론보도 */
.search_area {
    max-width: 660px;
    margin: 80px auto;
    display: flex;
}
.search_area_wide{
    max-width: 660px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}
.search_w{
    display: flex;
    width: 83%;
}
.search_area_wide input {
    color: var(--font-color);
    width: 100%;
    padding: 12px 14px;
    font-size: 18px;
    border: 1px solid var(--border-light-grey-color);
    box-sizing: border-box;
}
.search_area_wide .btn_search {
    width: 47px;
    height: 47px;
    background: url('https://s3.unipware.com/lawhere/images/ico_search.svg') no-repeat center;
    background-size: 20px;
}
.search_area_wide .btn {
    width: 47px;
    margin: 0;
    background-color: var(--secondary-color);
    color: transparent;
}

.search_area input {
    color: var(--font-color);
    width: calc(100% - 47px);
    padding: 12px 14px;
    font-size: 18px;
    border: 1px solid var(--border-light-grey-color);
    box-sizing: border-box;
}

.search_area input::placeholder {
    font-size: 16px;
}

.search_area div {
    width: 47px;
    margin: 0;
    background-color: var(--secondary-color);
    color: transparent;
}

.search_area .btn_search {
    width: 47px;
    height: 47px;
    background: url('https://s3.unipware.com/lawhere/images/ico_search.svg') no-repeat center;
    background-size: 20px;
}

/* tab */
.tab_area {
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    flex-wrap: wrap;
}

.tab_area>div {
    min-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 60px;
    color: var(--font-color);
    font-size: 18px;
    background-color: var(--footer-bg);
    border-left: 1px solid var(--border-light-grey-color);
    border-bottom: 1px solid var(--border-light-grey-color);
}

.tab_area>div:last-child {
    border-right: 1px solid var(--border-light-grey-color);
}

.tab_area>div.active {
    color: var(--white-color);
    background-color: var(--secondary-color);
    border-left: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.contents_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contents_wrap .con_new {
    min-width: 299px;
    width: 23%;
    padding: 10px;
    border: 1px solid #e7e7e7;
}

.contents_wrap .con_new {
    margin: 0 1% 40px 1%;
    cursor: pointer;
}

.contents_wrap .con_new .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.con_new .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    /* background: url('https://s3.unipware.com/lawhere/images/news.jpg') no-repeat center; */
    /* background-size: auto; */
    transition: all 0.5s;
}

.contents_wrap .con_new:hover .img img {
    animation: v_img_scale 0.5s;
    transform: scale(1.1);
}

@keyframes v_img_scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.contents_wrap .con_new .broadcast {
    font-size: 18px;
    margin: 12px 0;
    font-weight: 600;
}

.contents_wrap .con_new .title {
    min-height: 40px;
    margin: 0 0 18px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.contents_wrap .con_new .date {
    color: var(--border-medium-grey-color);
    font-size: 14px;
    position: relative;
    padding-left: 24px;
}

.contents_wrap .con_new .date::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 100%;
    left: 0;
    position: absolute;
    background: url('https://s3.unipware.com/lawhere/images/ico_clock.svg') no-repeat center;
    background-size: 16px;
}

/* pagination */
.pagination {
    display: flex;
    font-size: 15px;
    padding: 0 0 90px 0 ;
}

.pagination ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    color: #a3a3a3;
    cursor: pointer;
}

.pagination li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

.pagination li.is-active {
    background-color: var(--white-color);
    border-radius: 100%;
    border: 1px solid var(--main-color);
    color: var(--font-color);
    font-weight: 600;
}

.pagination .pagi_arrow {
    color: transparent;
}

.pagination .init {
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_double_left.svg') no-repeat right;
}

.pagination .prev {
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_left.svg') no-repeat center;
}

.pagination .next {
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_left.svg') no-repeat center;
    transform: rotate(180deg);
}

.pagination .last {
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_double_right.svg') no-repeat left;
}


/* 언론보도 상세보기 */
.news_detail_con {
    margin: 100px 0 0 0;
}

.news_detail_con .top {
    padding: 20px 0;
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-right: 0;
}

.news_detail_con .top .title {
    font-size: 19px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.news_detail_con .top .etc {
    font-size: 14px;
    color: var(--border-medium-grey-color);
}

.news_detail_con .img {
    max-width: 600px;
    width: 100%;
    margin: 100px auto;
}

.news_detail_con .news_contents {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 120px;
}

.news_link {
    cursor: pointer;
    text-align: right;
    position: relative;
    padding-right: 30px;
    margin-bottom: 50px;
}

.news_link::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_double_right.svg') no-repeat center;
}

.news_list div.list {
    padding: 20px 0;
    display: flex;
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-right: 0;
}

.news_list div.list:nth-of-type(1) {
    border-bottom: 0;
}

.news_list div.list div:nth-of-type(1) {
    width: 80px;
}

.btn_list {
    margin: 50px 0 120px 0;
    background-color: var(--secondary-color);
    padding: 10px 30px;
    color: var(--white-color);
}


/* 구성원 소개 */
.member_area .member_title {
    font-family: 'Chosunilbo_myungjo';
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -1.4px;
    margin: 100px 0;
}

.member_area .mem {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.member_area .mem.last {
    margin-bottom: 200px;
}

.member_area .mem img {
    max-width: 300px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 20px;
}

.member_area .mem .text {
    max-width: 420px;
    width: 100%;
}

.member_area .mem .text .en_name {
    font-size: 15px;
    margin-bottom: 8px;
}

.member_area .mem .text .ko_name {
    font-size: 26px;
    font-weight: 700;
}

.member_area .mem .text .ko_name span {
    font-size: 16px;
    font-weight: 600;
}

.member_area .mem .text .hr_b {
    margin: 16px 0;
    border-bottom: 1px solid var(--main-color);
}

.member_area .mem .text .em {
    color: var(--main-color);
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.member_area .mem .text .small {
    font-size: 15px;
}

.member_area .mem .contact {
    margin: 30px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.member_area .mem .contact div {
    padding: 10px 20px;
    color: var(--white-color);
}

.member_area .mem .contact div span {
    margin-right: 10px;
    font-weight: 600;
}

.member_area .mem .contact div.tel {
    background-color: var(--main-color);
    margin-right: 20px;
}

.member_area .mem .contact div.email {
    background-color: var(--secondary-color);
}

.member_area .mem .text .grade {
    line-height: 1.8;
}

.member_area .mem .text .grade div {
    line-height: 1.8;
    padding-left: 30px;
}

.member_area .mem .text .grade .title {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.member_area .mem .text .grade .title::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: var(--font-color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



/* 구성원 소개 > sub mem */
.member_area .sub_mem_w {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.member_area .sub_mem {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.member_area .sub_mem img {
    width: 200px;
    margin-right: 30px;
}

.member_area .sub_mem .text {
    max-width: 300px;
    width: 100%;
}
.member_area .sub_mem .text .ko_name {
    font-size: 26px;
    font-weight: 700;
}
.member_area .sub_mem .text .ko_name span {
    font-size: 16px;
    font-weight: 600;
}
.member_area .sub_mem .text .hr_b {
    margin: 16px 0;
    border-bottom: 1px solid var(--main-color);
}
.member_area .sub_mem .text .grade div {
    line-height: 1.8;
    padding-left: 30px;
}
.member_area .sub_mem .text .grade .title {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}
.member_area .sub_mem .text .grade .title::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: var(--font-color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}











/* 법률 q&a */
.main_legal_qna {
    background-image: url('https://s3.unipware.com/lawhere/images/lawhere_qna.jpg');
}

/* select */
.select {
    position: relative;
    color: var(--font-color);
}

.select.active {
    z-index: 1;
}

.select.active .sel:before {
    transform: rotate(180deg)
}

.select.active .lSel {
    display: block;
    border: 1px solid var(--border-light-grey-color);
    border-top: 0;
}

.select>.sel {
    min-width: 100px;
    border: 1px solid var(--border-light-grey-color);
    height: 47px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    position: relative;
    background-color: var(--white-color);
    vertical-align: top;
    padding: 10px 26px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.select>.sel.qna {
    min-width: 150px;
}

.select>.sel:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    background: url(https://s3.unipware.com/lawhere/images/ico_arrow_select.svg) 50% 50% no-repeat;
    width: 10px;
    height: 10px;
    transition: all 0.4s 0s;
}

.lSel {
    padding: 20px;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    background-color: #fff;
    border: var(--input-border-grey);
    border-top: 0;
    padding: 0 3px 3px;
    width: 100%;
    max-height: 153px;
    overflow: hidden;
    overflow-y: auto;
}

.lSel::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

.lSel::-webkit-scrollbar-track {
    background-color: transparent;
}

.lSel::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    height: 10%;
}

.lSel::-webkit-scrollbar-thumb:hover {
    background: #d2d2d2;
}

.lSel button {
    text-align: left;
    display: block;
    background-color: var(--white-color);
    font-size: 15px;
    font-weight: normal;
    padding: 6px 13px;
    width: 100%;
    transition: all 0.4s 0s;
}

.lSel button+button {
    margin-top: 3px;
}

.lSel button:hover,
.lSel button.active {
    background-color: rgba(197, 147, 5, 0.1);
}

.slect_search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.slect_search .search_area {
    width: 100%;
    margin: 0;
}

.title_area.legal .ko,
.title_area.legal .en {
    font-family: 'Chosunilbo_myungjo';
    font-weight: 400;
    letter-spacing: -1.4px;
}

.qna_con_area {
    margin: 100px 0 0 0;
}

.legal {
    border-collapse: collapse;
    width: 100%;
}
.legal td {
    border-top: 1px solid var(--border-light-grey-color);
    border-bottom: 1px solid var(--border-light-grey-color);
}
.legal .q {
    padding: 16px 40px 16px 14px;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.legal td .q::after {
    position: absolute;
    top: 0;
    right: 14px;
    width: 20px;
    height: 100%;
    content: '';
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_select.svg') no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.legal td.active .q::after {
    transform: rotate(180deg);
    transition: all 0.3s;
}
.legal td .q div:last-of-type {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
}
.legal td .a {
    padding: 50px 72px;
    line-height: 1.6;
}
.legal tr:not(.item){
    display: none;
}
.legal .con {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; /* 부드러운 슬라이드 다운 효과 */
}
.legal .con.active{
    background-color: var(--footer-bg);
    display: table-row;
    max-height: 1000px; /* 충분히 큰 값으로 설정하여 내용이 모두 표시되도록 합니다. */
}
.item_mb{
    display: block;
    margin-bottom: 80px !important;
}














/* 상담 에약 */
.reserv_contents {
    display: none;
    padding: 80px 0 0 0;
}

.reserv_contents.active {
    display: block;
}

.reserv_contents .title {
    font-size: 30px;
    color: var(--secondary-color);
    margin-bottom: 60px;
    font-weight: 600;
    text-align: center;
}

.reserv_contents .txt {
    font-size: 17px;
    text-align: center;
}

.reserv_contents .txt .strong {
    font-weight: 600;
    font-size: 19px;
}

.reserv_contents .hr_l {
    margin: 20px auto;
    width: 1px;
    height: 36px;
    background-color: var(--main-color);
}

.reserv_contents .text {
    line-height: 1.8;
    text-align: center;
}

.reserv_process {
    margin-top: 60px;
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
    background-color: var(--footer-bg);
    border: 1px solid var(--border-light-grey-color);
    text-align: center;
    flex-wrap: wrap;
}

.reserv_process>div {
    width: 25%;
    min-width: 200px;
    padding: 10px;
}

.reserv_process>div>.ico {
    width: 110px;
    height: 110px;
    background-color: var(--white-color);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

.reserv_process>div>.ico>span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reserv_process>div:nth-of-type(1)>.ico>span {
    background: url('https://s3.unipware.com/lawhere/images/ico_process_01.svg') no-repeat center;
    background-size: 36px;
}

.reserv_process>div:nth-of-type(2)>.ico>span {
    background: url('https://s3.unipware.com/lawhere/images/ico_process_02.svg') no-repeat center;
    background-size: 39px;
}

.reserv_process>div:nth-of-type(3)>.ico>span {
    background: url('https://s3.unipware.com/lawhere/images/ico_process_03.svg') no-repeat center;
    background-size: 34px;
}

.reserv_process>div:nth-of-type(4)>.ico>span {
    background: url('https://s3.unipware.com/lawhere/images/ico_process_04.svg') no-repeat center;
    background-size: 44px;
}

.reserv_process .title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.reserv_process .text {
    font-size: 15px;
    line-height: 1.6;
}

.reserv_lawyer_select {
    margin-top: 80px;
}

.reserv_lawyer_select .title{
    font-size: 20px;
    font-weight: 600;
}

.reserv_type_select{
    margin-bottom: 40px;
}

.reserv_type_select, .lawyer_type_select{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
}
.reserv_type_select>div>div:nth-child(1), .lawyer_type_select>div>div:nth-child(1){
    cursor: pointer;
    min-width: 180px;
    padding: 14px 0;
    background: var(--footer-bg);
    border: 1px solid var(--border-light-grey-color);
    margin-bottom: 10px;
}
.reserv_type_select>div>div:nth-child(1).active, .lawyer_type_select>div>div:nth-child(1).active{
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
}
.reserv_type_select>div>div:nth-child(1).active>span, .lawyer_type_select>div>div:nth-child(1).active>span{
    color: var(--white-color);
}
.reserv_type_select>div>div:nth-child(1)>span, .lawyer_type_select>div>div:nth-child(1)>span{
    display: block;
    margin-top: 4px;
    color: var(--font-color);
    font-size: 15px;
}
.reserv_type_select .small_text{
    font-size: 14.5px;
    color: var(--font-color);
}
.reserv_type_select>div, .lawyer_type_select>div{
    margin: 16px 16px 0 0;
}
.reserv_type_select>div:last-of-type, .lawyer_type_select>div:last-of-type{
    margin-right: 0;
}
.lawyer_type{
    span.section{
        font-size: 13px !important;
        margin-bottom: 3px;
        font-weight: 200;
    }
    hr{
        margin: 8px 15px;
    }
}

.reserv_form {
    width: 100%;
    margin-top: 80px;
}

.reserv_form .title {
    padding: 16px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
}

.reserv_form .title span.btn_reserv_cancel {
    font-family: 'Pretendard-Thin';
    padding: 6px 10px;
    font-size: 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(194, 145, 45, 0.5);
    cursor: pointer;
}

.reserv_form .cal_time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid var(--border-light-grey-color);
}

.reserv_form .cal_time .calendar_wrap {
    width: 80%;
    background-color: var(--white-color);
}

.reserv_form .cal_time .calendar_wrap table {
    max-width: 900px;
    margin: 0 auto;
}

.reserv_form .cal_time .time {
    width: 20%;
    min-width: 200px;
    background-color: var(--footer-bg);
}

/* calendar */
.calendar_wrap {
    height: 533px;
    width: 100%;
    padding: 20px 0;
    display: flex;
}

#calendarYM {
    font-size: 30px;
    font-weight: 600;
}

.calendar_wrap>table {
    width: 100%;
}

.calendar_wrap>table tr:nth-of-type(2) td {
    text-align: center;
    height: 36.5px;
}

.calendar_wrap>table tr td {
    text-align: left;
    height: 66px;
    cursor: pointer;
    padding: 9px;
    width: 14.28571428571429%;
}

.calendar_wrap>table tr:nth-of-type(1) {
    border-bottom: 0;
}

.calendar_wrap>table tr {
    border-bottom: 1px solid #E1E1E1;
}

.calendar_wrap>table tr td.today {
    background-color: rgba(197, 147, 5, 0.1);
}
.calendar_wrap>table tr:not(.not) td.selected {
    /* background-color: rgba(139, 139, 139, 0.1); */
    border: 2px solid var(--item-2-color);
}

.calendar_wrap table .holi {
    background-color: #D9D9D9;
    color: #848484;
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline;
    position: absolute;
    left: 3px;
    top: 28px;
    z-index: 2;
}

.calendar_wrap table .done {
    background-color: #D9D9D9;
    color: #848484;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline;
    position: absolute;
    left: 0px;
    top: 28px;
}

.calendar_wrap table td {
    position: relative;
}

.holiday {
    color: #FF3737;
}

.cal_time .time {
    padding: 20px 10px;
}

.cal_time .time .current_date {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px;
    text-align: center;
}

.time_scroll_area {
    width: 90%;
    max-height: 410px;
    height: 100%;
    overflow-y: auto;
    margin: 0 auto;
}

.time_scroll_area::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

.time_scroll_area::-webkit-scrollbar-track {
    background-color: transparent;
}

.time_scroll_area::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    height: 10%;
    border-radius: 10px;
}

.time_scroll_area div {
    padding: 12px 20px;
    background-color: var(--white-color);
    margin-right: 6px;
    cursor: pointer;
}

.time_scroll_area div+div {
    margin-top: 10px;
}

.time_scroll_area div.disable {
    background-color: #dddd;
    color: #939393;
    cursor: default;
}

.time_scroll_area div.active {
    color: var(--main-color);
    box-shadow: 0 0 0 2px var(--main-color) inset;
}

.select_style {
    width: 90%;
    margin: 0 auto;
    font-size: 11px;
    margin-top: 16px;
    display: flex;
    justify-content: space-evenly;
}

.select_style>div {
    padding-left: 36px;
    position: relative;
}

.select_style>div::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 0;
}

.select_style>div:nth-of-type(1)::before {
    background-color: #ddd;
}

.select_style>div:nth-of-type(2)::before {
    background-color: var(--white-color);
    box-shadow: 0 0 0 2px var(--main-color) inset;
}

#btn_prev_month {
    color: transparent;
    width: 30px;
    height: 30px;
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_left.svg') no-repeat center;
    background-size: 16px;
    visibility: hidden;
}

#btn_next_month {
    color: transparent;
    width: 30px;
    height: 30px;
    background: url('https://s3.unipware.com/lawhere/images/ico_arrow_left.svg') no-repeat center;
    transform: rotate(180deg);
    background-size: 16px;
}

.con_reserve_info_input {
    background-color: var(--footer-bg);
    border: 1px solid var(--border-light-grey-color);
    border-top: 0;
    margin-bottom: 100px;
}

.con_reserve_check_input {
    border: 1px solid var(--border-light-grey-color);
}

.con_reserve_info_input .info_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
}

.con_reserve_info_input .info_wrap .con_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.user_info .div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 20px;
}

.user_info .div>div:first-of-type {
    width: 140px;
}

.user_info .div>div:first-of-type span {
    color: #ff0000;
    margin-left: 4px;
}

.user_info .input {
    padding: 10px 12px;
    background-color: var(--white-color);
    border: 1px solid var(--border-light-grey-color);
    border-radius: 0px;
}

.user_info .textarea {
    font-size: 17px;
    padding: 10px 12px;
    background-color: var(--white-color);
    border: 1px solid var(--border-light-grey-color);
    max-width: calc(100% - 140px);
    min-height: 200px;
    width: 100%;
}

.info_wrap .hr_b {
    max-width: 600px;
    width: 100%;
    margin: 40px auto;
    border-bottom: 1px solid var(--border-light-grey-color);
}

.btn_main_style {
    padding: 10px 20px;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    border-radius: 0px;
}

.input_helper {
    display: none;
    position: absolute;
    font-size: 13px;
    color: #ff0000;
}

.radio_area {
    display: flex;
    align-items: center;
}

.radio_area label span {
    margin-left: 10px;
    font-size: 12px;
}
.filebox_text{
    margin-left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.input_radio {
    margin-right: 8px;
}

.input_radio+label {
    margin-right: 30px;
}

input[type=radio] {
    height: 18px;
    aspect-ratio: 1;
    border: 1px solid var(--border-light-grey-color);
    padding: 2px;
    border-radius: 50%;
    outline-offset: calc(18px / 10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: var(--white-color);
}

input[type=radio]:checked {
    background:radial-gradient(farthest-side, var(--main-color) 94%, #ffffff) 50%/0 0 no-repeat content-box;
    border-color: var(--main-color);
    background-size: 100% 100%;
}

.pay_area {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pay_area>div>div {
    font-size: 19px;
    margin-right: 10px;
}

.pay_area .price {
    margin-top: 20px;
    font-size: 30px;
}

.pay_area .price span {
    font-weight: bolder;
    color: var(--main-color);
    margin-left: 18px;
}

.btn_pay {
    padding: 16px 70px;
    font-size: 20px;
}

.min_220 {
    min-width: 230px;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox input {
    position: absolute;
    /* top:0;left:0; */
    opacity: 0;
}

.checkbox .label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 18px;
    cursor: pointer;
}

.checkbox input+.label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--border-light-grey-color);
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.checkbox input:checked+.label:before {
    background: url(https://s3.unipware.com/lawhere/images/ico_checkbox1_a.svg) 50% 50% no-repeat var(--main-color);
    border-color: var(--main-color);
    background-size: 10px auto;
}

.notice_scroll {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid var(--border-light-grey-color);
    background-color: var(--white-color);
    height: 200px;
    overflow-y: auto;
    line-height: 1.5;
}

.notice_scroll span {
    font-size: 18px;
    display: block;
}

.notice_scroll div {
    position: relative;
    padding-left: 20px;
}

.notice_scroll div:first-of-type {
    margin-top: 16px;
}

.notice_scroll div::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--font-color);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.notice_scroll::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

.notice_scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.notice_scroll::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    height: 10%;
    border-radius: 5px;
}

.notice_scroll::-webkit-scrollbar-thumb:hover {
    background: #d2d2d2;
}

.text_red {
    color: #ff0000;
}

/* 사건 문의 */
.filebox {
    display: flex;
}
.filebox .position-relative .icon_img_cancel{
    background: url(https://s3.unipware.com/lawhere/images/icon_input_cancle.svg) no-repeat;
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: 15px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.click_after {
    display: none;
}















.btn_privacy {
    background-color: var(--white-color);
    border: 1px solid var(--border-light-grey-color);
    color: var(--border-medium-grey-color);
    padding: 3px 8px;
    font-size: 11px;
    margin: 0 0 0 10px;
}

.btn_inquiry {
    padding: 16px 70px;
    font-size: 20px;
}

.btn_big {
    padding: 16px 70px;
    font-size: 20px;
}















/* 판례 검색 */
.main_law_search {
    background-image: url('https://s3.unipware.com/lawhere/images/law_here_search1.jpg');
    color: var(--white-color);
}

.main_law_search .main_wrap_inner {
    position: relative;
    height: 100%;
}

.law_search_wrap {
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.law_search_wrap .title {
    text-align: center;
    font-family: 'Chosunilbo_myungjo';
    font-size: 30px;
    margin-bottom: 30px;
}

.law_search_wrap .info {
    font-family: 'Chosunilbo_myungjo';
    font-size: 20px;
}

.law_search_wrap .info span {
    font-size: 40px;
    color: var(--main-color);
    margin-right: 6px;
}

.law_search_wrap .search_area {
    margin: 0;
    width: 100%;
    max-width: none;
}

.law_search_wrap .en {
    font-family: 'Chosunilbo_myungjo';
    text-align: center;
}

.law_search_wrap .tag_area {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.law_search_wrap .tag_area div {
    padding: 8px 16px;
    border: 1px solid var(--white-color);
    border-radius: 30px;
}

.law_search_wrap .tag_area div {
    margin: 0 10px 10px 0;
    cursor: pointer;
}
.law_search_wrap .tag_area div:hover {
    background-color: rgba(197, 147, 5, 0.3);
    transition: all 0.3s;
}

.main_law_search {
    background-image: url('https://s3.unipware.com/lawhere/images/law_here_search1.jpg');
}

.select_area {
    max-width: 660px;
    margin: 0 auto;
}

.search_select .select_area {
    display: flex;
    flex-wrap: wrap;
}

.select_w_custom .select_area .select {
    margin-right: 10px;
    margin-bottom: 15px;
}

.select_w_custom .select_area .select .sel.min {
    min-width: 197px;
}

.law_result_list {
    width: 100%;
    margin-top: 80px;
    padding: 0 20px;
    display: flex;
}
.search_area_wide .btn_search_w {
    width: 47px;
    margin: 0;
    background-color: var(--secondary-color);
    color: transparent;
}

.law_result_list>.title{
    border-bottom: 1px solid var(--border-light-grey-color);
}

.law_result_list .title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.law_result_list .title>span {
    font-size: 14px;
    margin-left: 16px;
    font-weight: normal;
}

.law_result_list .title>span span {
    color: var(--main-color);
}

.law_result_list .result {
    padding: 30px 14px;
    border-bottom: 1px solid var(--border-light-grey-color);
    position: relative;
    cursor: pointer;
}

.law_result_list .result.top {
    padding: 30px 14px;
    border-bottom: 1px solid var(--border-light-grey-color);
    position: relative;
    cursor: auto;
}

.law_result_list .summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.law_result_list .badge_result_01 {
    font-size: 12px;
    padding: 3px 10px;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    border-radius: 0px;
    display: inline-block;
    margin-top: 20px;
}

.law_result_list>div>.result>.title2 {
    font-size: 26px;
}

.law_result_list>div>.result .con {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.law_result_list .result .con>div:first-of-type {
    width: 100px;
    font-weight: 600;
}

.result_detail {
    padding: 50px 14px;
    border-bottom: 1px solid var(--border-light-grey-color);
    line-height: 1.8;
    /* white-space: pre-wrap; */
}

.result_detail .text-center {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 40px 0;
}

.cursor_d {
    cursor: default !important;
}
.result_detail .item{
    font-size: 20px;
    font-family: 'Pretendard';
    font-weight: 700;
    color: var(--main-color);
}

.law_result_list .left_side{
    width: 70%;
    min-height: 700px;
}
.right_side{
    width: 30%;
    padding: 30px;
    position: sticky;
    top: 100px;
    height: 300px;
    z-index: 100;
    .right_side_w{
        padding: 20px;
        border: 1px solid #00000018;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
        background: var(--white-color);
    }
    hr{
        border: 1px solid #00000018;
    }
    .title{
        font-size: 17px; 
    }
    .title button{
        font-size: 15px;
        font-weight: 300;
        display: flex;
        align-items: center;
    }
    .title button::before{
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: url(https://s3.unipware.com/lawhere/images/ico_refresh.svg) 50% 50% no-repeat;
        margin-right: 5px;
    }
    .court>div,.case>div{
        color: var(--secondary-color);
        font-weight: 600;
    }
    .court button, .case button{
        border: 1px solid var(--main-color);
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 400;
    }
    .court button:hover, .case button:hover{
        background: #c2902d49;
    }
    .case button+button:nth-child(n+4), .court button+button:nth-child(n+3){
        margin-top: 5px;
    }
    .court button.active, .case button.active{
        color: var(--white-color);
        background: var(--main-color);
        font-family: 300;
    }
}
.right_search_w{
    display: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.side_bar_search_w{
    display: flex;
    input {
        color: var(--font-color);
        width: 100%;
        padding: 12px 14px;
        font-size: 18px;
        border: 1px solid var(--border-light-grey-color);
        box-sizing: border-box;
    }
    input::placeholder {
        font-size: 15px;
    }
    .btn_search_w {
        width: 47px;
        margin: 0;
        background-color: var(--secondary-color);
        color: transparent;
    }
}
.right_search_w.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}



.filter_top_w{
    display: none;
    margin: 40px 20px 0px 20px;
    border-top: 1px solid var(--border-light-grey-color);
    border-bottom: 1px solid var(--border-light-grey-color);
    label{
        font-weight: 600;
        min-width: 80px;
    }
    .court button, .case button{
        border: 1px solid var(--main-color);
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 400;
    }
    .court button+button, .case button+button{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .court button.active, .case button.active{
        color: var(--white-color);
        background: var(--main-color);
    }
}
/* .filter_top_w{
    padding: 40px 20px 0px 20px;
    .select_sel{
        position: relative;
        background: var(--main-color);
        padding: 8px 13px;
        border-radius: 20px;
        color: var(--white-color);
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        width: 108px;
    }
    .select_sel:after{
        content: "";
        display: block;
        background: url(https://s3.unipware.com/lawhere/images/ico_arrow_down.svg) 50% 50% no-repeat;
        width: 20px;
        height: 15px;
        margin-left: 5px;
        cursor: pointer;
        transition: all 0.4s 0s;
    }
    .sel_w{
        display: none;
        position: absolute;
        color: #000;
        top: 40px;
        left: 0;
        border: 1px solid var(--main-color);
        padding: 5px;
        width: 106px;
        border-radius: 15px;
        background: var(--white-color);
    }
    .select_sel.active .sel_w{
        display: block;
    }
    .sel_w button{
        display: block;
        padding: 5px ;
        width: 100%;
    }
    .sel_w button:hover{
        background: #c5920549;
        border-radius: 10px;
    }
} */



































/* 팝업 */
.scroll {
    margin: 0 2px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
    padding: 0 10px;
}

.scroll {
    margin: 0 2px;
    overflow: hidden;
    overflow-y: auto;
}

.scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 5px;
    height: 10%;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #d2d2d2;
}

.modal_btn.brown.mr-10,
.modal_logout {
    margin-right: 10px;
}

.modal_logout {
    color: var(--white-color);
    padding: 8px 18px;
    text-align: center;
    font-size: 15px;
}

.modal_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow-y: hidden;
    background: var(--bg-black-op-5);
    z-index: 601;
    /* transition: all .3s; */
}

.modal_wrap_s {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    padding: 0px 16px 20px 16px;
    background: var(--white-color);
    z-index: 101;
    text-align: center;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .5);
}

.modal_top_w_s {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 15px 0px;
    background: var(--white-color);
}

.modal_exit>img {
    width: 18px;
    cursor: pointer;
}

.modal_icon {
    width: 100%;
    text-align: center;
}

.modal_icon>img {
    width: 40px;
    margin-bottom: 20px;
}

.modal_contents {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.modal_btn_w {
    margin-top: 40px;
    width: 100%;
}

.modal_btn_w button+button {
    margin-left: 10px;
}

.modal_btn {
    color: var(--white-color);
    padding: 6px 18px;
    min-width: 74px;
    text-align: center;
    font-size: 15px;
}
.modal_call{
    line-height: 2;
}

.brown {
    background: var(--secondary-color);
}

.grey {
    background: var(--border-medium-grey-color);
}

.hiddenScroll {
    overflow: hidden;
}

/* 전화 상담 예약 팝업 */
.modal_wrap_m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 0px 16px 20px 16px;
    background: var(--white-color);
    z-index: 101;
    text-align: center;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .5);
}

.modal_title {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}

.modal_s_content {
    justify-content: center;
    padding: 0 10px 0 10px;
    display: flex;
}

.modal_s_content>div {
    text-align: start;
    font-size: 14px;
    line-height: 20px;
}

.mr-50{
    margin-right: 30px;
}

/* 채딩 상담 예약 팝업 */
.modal_wrap_m div:nth-child(4) {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}






.legal td .a img{
    max-width: 600px;
}
.ml-2rem{
    margin-left: 2rem !important;
}
.text_center{
    text-align: center;
    line-height: 35px;
}
.terms{
    margin-left: 10px;
    font-size: 14px;
    color: #8e8e8e;
}
.table_w{
    margin-bottom: 90px;
}


/* 404page */
.error_wrap{
    max-width: 1000px;
    margin: 100px auto;
    text-align: center;
}
.error_wrap .title_num{
    font-size: 120px;
    font-weight: bolder;
}
.error_wrap .title_ko{
    font-size: 32px;
    position: relative;
    display: inline;
}
.error_wrap .title_ko::after{
    content: '';
    width: 100%;
    height: 14px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #c5920538;
    z-index: -1;
}
.error_wrap .sub_title_ko{
    margin-top: 10px;
    line-height: 1.5;
}

.error_wrap .btn_home{
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    padding: 10px 20px;
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.reserv_success_w{
    padding: 80px 0 80px 0;
    text-align: center;
}
.reserv_success_w.content{
    margin-top: 60px;
    padding: 40px 20px;
    background-color: var(--footer-bg);
    border: 1px solid var(--border-light-grey-color);
    text-align: center;
    flex-wrap: wrap;
}
.btn_pay_fail{
    margin-top: 30px;
}




@media all and (max-width:1440px) {
    .mMain1 .swiper-slide.case_slide .case_wrap ul {
        background-size: 45%;
    }

    .mMain1 .swiper-slide.case_slide .case_wrap ul img.cases {
        width: 75.104%;
    }
    
}

@media all and (max-width:1650px) {
    .wrap_inner {
        padding: 20px 30px;
    }

    .mMain4 .list {
        margin-left: 0;
    }

    .mMain4 .list li {
        width: calc(50% - 100px);
    }
    .mMain1 .swiper-slide .member_w {
        width: 40%;
        left: auto;
        right: 100px;
        transition: all 0.3s;
    }
    
}

@media all and (max-width:1280px) {
    .reserv_form .cal_time .calendar_wrap {
        padding: 0 20px;
    }
    .sub_mem_w{
        display: block !important;
    }
    .member_area .sub_mem{
        width: 100%;
        justify-content: left;
        padding-left: 300px;
    }

    .mMain1 .swiper-slide .txt{
        top: calc(30% + 50px);
    }

}

@media all and (max-width:1100px) {
    .mMain1 .swiper-slide.case_slide .case_wrap img.bottom_logo {
        bottom: 40px;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap {
        background-position: -500px 0;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap .txt {
        width: 80%;
        top: calc(50% + 50px);
        left: 53%;
    }
}

@media all and (max-width:1078px) {
    .reserv_form .cal_time {
        justify-content: center;
    }

    .reserv_form .cal_time .calendar_wrap {
        padding: 20px 30px;
    }

    .reserv_form .cal_time .time {
        width: 100%;
    }
    .mMain1 .swiper-slide .member_w {
        width: 60%;
        bottom:-100px;
        top: auto;
        left: 20%;
        transform: translate(-50%, -50%);
    }
}

@media all and (max-width:1070px) {
    .mMain1 .swiper-slide .member_w {
        width: 50%;
        bottom:-100px;
        top: auto;
        left: 20%;
        transform: translate(-50%, -50%);
    }
}

@media all and (max-width:1024px) {

    body.hiddenScroll {
        overflow: hidden;
    }

    .wrap {
        min-width: auto;
    }

    .header h1 {
        left: 40px;
    }

    .mGnb>.list>ul>li {
        padding: 0 20px;
    }

    .mMain1 .swiper-pagination {
        top: auto;
        bottom: 41px;
        right: 60px;
        width: calc(100% - 120px);
    }

    .mMain1 .swiper-pagination-progressbar {
        bottom: 43px;
        right: auto;
        left: 60px;
        width: calc(100% - 120px);
    }

    .mMain2 {
        width: 100%;
        padding: 230px 0 0;
    }

    .mMain2 .aniTxt {
        top: 70px;
        left: -350%;
        transition: all 1.4s 0s;
    }

    .mMain2 .aniTxt img {
        height: 170px;
    }

    .mMain2 .con {
        padding-left: 0;
    }

    .mMain2 .img {
        position: relative;
        margin-top: 90px;
    }

    /* .mMain2 .img:before {
        content: "";
        position: absolute;
        top: -65px;
        left: 50%;
        background: #DADADA;
        width: 1px;
        height: 47px;
    } */

    .mMain2 .img img {
        width: 100%;
    }

    .mMain2.animate .aniTxt {
        left: 20px;
    }

    .mTitle1 h3 {
        font-size: 36px;
        letter-spacing: 0;
        text-align: right;
        padding: 0 30px;
    }

    .mTitle1 .info {
        font-size: 16px;
        letter-spacing: 0;
        text-align: right;
        padding: 0 30px;
    }

    .mTitle2 h3 {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .mTitle2 .info {
        font-size: 15px;
        padding-top: 8px;
    }

    .mMain3.animate .aniTxt {
        left: 29px;
    }

    .mMain3 {
        position: relative;
        /* margin-top: 143px; */
        /* padding: 100px 0; */
        overflow: visible;
    }

    .mMain3 .aniTxt {
        top: 40px;
    }

    .mMain3 .aniTxt img {
        height: 49px;
    }

    .mMain3 .swiper {
        overflow: hidden;
        margin-left: -20px;
        padding: 124px 0 0;
    }
/* 
    .mMain3:before {
        content: "";
        position: absolute;
        top: -90px;
        left: 50%;
        background: #DADADA;
        width: 1px;
        height: 47px;
    } */

    .mMain3 .swiper-slide a {
        height: 320px;
    }

    .mMain3 .swiper-slide .s {
        font-size: 15px;
        margin-top: 10px;
    }

    .mMain3 .swiper-slide .btn_more {
        bottom: 48px;
        left: 50%;
        /*color:#25170E;*/
        transform: translateX(-50%);
    }

    .mMain3 .swiper-slide .btn_more span {
        white-space: nowrap;
    }

    .mMain3 .swiper-slide .btn_more:before {
        display: none;
    }

    .mMain3 .swiper-slide .btn_more span {
        background-position: 100% calc(50% + 2px);
        background-size: 20px auto;
        padding-right: 30px;
    }

    .mMain3 .swiper-slide.swiper-slide-active {
        border: 0;
    }

    .mMain3 .swiper-slide.swiper-slide-active .btn_more:before {
        display: block;
    }

    .mMain3 .swiper-slide.swiper-slide-active {
        position: relative;
    }

    .mMain3 .swiper-slide.swiper-slide-active:before {
        display: none;
    }

    .btn_more {
        font-size: 19px;
    }

    .btn_more span {
        padding: 0 35px 0 0;
    }

    .mMain4.animate .marquee div {
        animation: marquee 5s linear infinite;
    }

    .mMain4 .marquee {
        top: 192px;
    }

    .mMain4 .marquee img {
        height: 70px;
    }

    .mMain4 {
        padding: 80px 0 20px;
    }

    .mMain4 .mTitle1 {
        text-align: left;
    }

    .mMain4 .mTitle1 h3 {
        font-size: 24px;
        padding: 0;
        text-align: left;
    }

    .mMain4 .mTitle1 .info {
        margin: 7px 0 0;
        padding: 0;
        text-align: left;
    }

    .mMain4 .aniTxt {
        top: 131px;
        left: auto;
        right: -65px;
    }

    .mMain4 .aniTxt img {
        margin-right: 0;
    }


    .mMain4 .list li {
        float: none;
        max-width: 290px;
        width: 100%;
    }

    .mMain4 .list li+li {
        margin-left: 30px;
    }

    .mMain4 .list li .img {
        height: 449px;
    }

    .mMain4 .list li .img img {
        width: 274px;
        right: -55px;
    }

    .footer .txt>strong {
        padding-right: 6px;
    }
    .mMain4 .list li:hover .img img{
        opacity: 0;
        transition: 0.5s ease-in-out;
    }
    .mMain4 .list li .img img {
        opacity: 1;
        transition: 0.5s ease-in-out;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap {
        background-position: -400px 0;
    }

}

@media (max-width:991px) {
    .law_result_list .left_side{
        width: 100%;
    }
    .law_result_list .right_side{
        display: none;
    }
    .filter_top_w {
        display: block;
    }

}

@media all and (max-width:950px) {
    .member_area .mem .text {
        max-width: 300px;
    }
    .filebox_text{
        width: 100%;
        padding: 10px 0px 10px 130px;
    }
    .member_area .sub_mem{
        padding-left: 0px !important;
    }

    .mMain1 .swiper-slide.case_slide .case_wrap {
        display: none;
    }
    
    .mMain1 .swiper-slide.case_slide .slide_txt_wrap {
        width: 100%;
        background-image: url('https://s3.unipware.com/lawhere/images/img_slide2_bg.jpg') !important;
        background-position: 0;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap .txt {
        width: 100%;
        top: 30%;
        transform: translateX(0);
        left: 200px;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap img.cases_m_950 {
        position: absolute;
        left: 50%;
        bottom: 90px;
        transform: translateX(-50%);
        display: block;
        width: 88%;
    }    

}

@media all and (min-width:769px) {
    .mGnb:hover>.list>ul>li>ul {
        display: block;
        max-height: 200px;
    }
}


@media all and (max-width:768px) {
    .wrap_inner {
        padding: 0 20px;
    }

    .main_wrap_inner {
        padding: 0 20px;
        padding-top: 90px;
    }

    .mQuick1,
    .forWeb {
        display: none;
    }

    .forMobile {
        display: block;
    }

    body.headerFixed .header {
        background: rgba(0, 0, 0, 0.5);
    }

    body.headerFixed .header h1 a {
        display: block;
        background: url(https://s3.unipware.com/lawhere/images/logo_m_fixed.svg) 50% 50% no-repeat;
        width: 33px;
        height: 36px;
    }

    .header {
        height: 80px;
        z-index: 600;
        padding: 0 20px;
    }

    .header h1 {
        position: absolute;
        top: 0;
        left: 20px;
    }

    .header h1 a .forMobile img {
        width: 33px !important;
        height: 36px;
    }

    .header .mGnb {
        float: none;
        margin: 0;
    }

    .btnMenu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px;
        background: url(https://s3.unipware.com/lawhere/images/ico_menu1_m.svg) 50% 50% no-repeat;
        text-indent: -9999px;
        font-size: 0;
        width: 33px;
        height: 33px;
    }

    .mGnb.active {
        left: 0;
    }

    .mGnb.active .modalBg {
        display: block;
        opacity: 1;
        cursor: pointer;
    }

    .mGnb {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: 1000;
        transition: all 0.4s 0s;
    }

    .mGnb>.list {
        position: relative;
        float: right;
        background: #6A500A;
        max-width: 300px;
        width: 67%;
        padding: 70px 30px 30px 30px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    .mGnb>.list>.close {
        position: absolute;
        top: 28px;
        right: 20px;
        background: url(https://s3.unipware.com/lawhere/images/ico_close1.svg) 50% 50% no-repeat;
        text-indent: -9999px;
        font-size: 0;
        width: 40px;
        height: 40px;
    }

    .mGnb>.list>ul>li {
        margin: 18px 0 0;
    }

    .mGnb>.list>ul>li {
        float: none;
        text-align: left;
        padding: 0;
    }

    .mGnb>.list>ul>li>a {
        color: rgba(255, 255, 255, 0.40);
        font-size: 22px;
        font-weight: 700;
    }

    .mGnb>.list>ul>li>a span {
        position: relative;
        display: inline-block;
        line-height: 130%;
        height: auto;
        font-size: 20px;
    }

    .mGnb>.list>ul>li>a span:before {
        display: none;
    }

    .mGnb>.list>ul>li>ul {
        position: static;
        padding-top: 0;
        padding-left: 48px;
    }

    .mGnb>.list>ul>li>ul>li+li {
        margin-top: 16px;
    }

    .mGnb>.list>ul>li>ul>li a {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.4px;
    }

    .mGnb>.list>ul>li>ul>li a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -48px;
        margin-top: -1.5px;
        background: #fff;
        width: 0;
        height: 3px;
        transition: all 0.5s 0s;
    }

    .mGnb>.list>ul>li>ul>li a:hover {
        color: #fff;
    }

    .mGnb>.list>ul>li>ul>li:hover a:before,
    .mGnb>.list>ul>li>ul>li.active a:before {
        width: 32px;
    }

    .mGnb>.list>ul>li:hover>a span:before,
    .mGnb>.list>ul>li.active>a span:before {
        display: none;
    }

    .mGnb>.list>ul>li.active>a {
        color: #fff;
    }

    .mGnb>.list>ul>li.active>ul {
        padding-top: 15px;
        max-height: 300px;
    }

    .mMain1 .swiper-slide .txt {
        left: 30px;
        transition: all 0.3s;
    }
    .mMain1 .swiper-slide .txt .tx {
        height: 110px;
    }
    .mMain1 .swiper-slide .txt .tx span {
        height: 110px;
    }

    .con_reserve_info_input {
        border: 0;
        border-top: 1px solid var(--border-light-grey-color);
        background-color: var(--white-color);
    }

    .con_reserve_info_input .info_wrap {
        width: 100%;
        padding: 40px 0;
    }
    .legal td .a {
        padding: 50px 30px;
    }
    .mMain3 .section_w .cell{
        width: 150px;
        height: 150px;
        border-right: 0px;
    }
    .cell+.cell{
        border-right: 1px var(--white-color);
    }
    .mMain3 .section_w .cell img{
        width: 80px;
    }
    .mMain1 .swiper-slide .member_w {
        width: 60%;
        top: 70%;
        right: 20px;
        right: auto;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap .txt {
        left: 30px;
    }
}

@media all and (max-width:620px) {
    .reserv_form .cal_time .calendar_wrap {
        width: 100%;
    }
    .member_area .mem img {
        margin-bottom: 20px;
    }

    .user_info .textarea {
        max-width: 100%;
    }
    .legal td .a {
        padding: 50px 10px;
    }
    .sub_mem{
        display: block !important;
    }
    .sub_mem>div{
        margin-bottom: 20px;
    }
    .search_area_wide {
        display: block;
    }
    .search_w{
        width: 100%;
        margin-top: 10px;
    }
}

@media all and (max-width:500px) {
    .pay_area {
        justify-content: center;
    }

    .pay_area>div>div {
        margin-right: 0;
    }

    .btn_pay,
    .btn_inquiry,
    .btn_big {
        margin-top: 20px;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap img.cases_m_950 {
        display: none;
    }

    .mMain1 .swiper-slide.case_slide .slide_txt_wrap img.cases_m_500 {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 90px;
        transform: translateX(-50%);
        width: 76%;
    }

    .mMain1 .swiper-slide .txt {
        top: calc(50% + -90px);
    }


    .mMain1 .swiper-slide.case_slide .slide_txt_wrap .txt {
        top: calc(50% + -160px);
    }
    .mMain1 .swiper-slide .member_w {
        width: 90%;
        top: 70%;
        left: 20px;
        right: auto;
    }
}

@media all and (max-width:460px) {
    .reserv_form .cal_time .calendar_wrap {
        padding: 20px 0;
    }

    .reserv_form .cal_time {
        border: 0;
    }
    .btn_main_style.mr-10{
        margin-right: 0px;
    }
    .filebox_text{
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

}