@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
}
body{
    font-family: 'Noto Sans KR', sans-serif;
}

.m-section04B {display: none;}

.m-section05B {
    display: none;
}

.section05 {
    display: none;
}

/* header */
header {
    width: 100%;
    height: 100px;
    border-bottom: .5px solid rgba(221, 221, 221, 0.466);
    background-color:#fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    margin : 0 auto;
}
header .inner {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    left : 0px;
    top : 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 20px;

}
header .inner>h1 {
    bottom: 15px;
    margin:0px;
    font-size: 10px;
}
header .inner>p {
    bottom: 15px;
    margin-left:20px;
    margin-bottom:0px;
    font: bold 16px/1 'Noto Sans KR', sans-serif;
    flex:1;

}
header .inner h1 a {
    font: bold 24px/1.5 'Noto Sans KR', sans-serif;
    color: rgb(0, 0, 0);
}
header .inner #gnb {
    bottom: 0px;
    right: 0px;
    margin:0px;

}
header .inner #gnb li {
    float: left;
}
header .inner #gnb li a {
    display: block; /*인라인 요소는 block설정하여 크기를 조절가능*/
    font: 16px/1 'Noto Sans KR', sans-serif;
    color: rgb(0, 0, 0);
    padding: 20px 40px;
    transition: all 0.5s;
}


header .inner #gnb li:nth-of-type(4) a{

    font-weight:900;
    font-size : 18px;
}

header .inner #gnb li a:hover {
    background: #555;
    color: rgb(255, 255, 255);
}
/*16번메인 따오기*/

.pc-main {
    position: relative;
    overflow: hidden;
    z-index: 1000;/*추가*/
}
.pc-main img {
    display: block;
    width: 100%;
    z-index: 1;
}
.pc-main .logo {
    position: absolute;
    top: 3.75rem;
    left: 4.25rem;
    width: 10.31rem;
    z-index: 50;
    animation: logoani 2s;
}
.pc-main .pc-main-menu {
    width: 43.125rem;
    height: 2.8125rem;
    position: absolute;
    top: 4.25rem;
    right: 6.0625rem;
    z-index: 5;
}
.pc-main .pc-main-menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc-main .pc-main-menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 1.375rem;
    color: #fff;
}
.pc-main .pc-main-menu ul li .phone {
    font-weight: 700;
    font-size: 2rem;
}
.pc-main .text-wrap {
    position: absolute;
    top: 19rem;
    left: 10.8125rem;
    z-index: 5;
}
.pc-main .text-wrap h1 {
    font-weight: 400;
    font-size: 2.42rem;
    color: #FFFFFF;
    font-family: 'Noto Serif KR', serif;
    letter-spacing: -0.04em;
}
.pc-main .text-wrap h2 {
    font-weight: 400;
    font-size: 3rem;
    color: #FFFFFF;
    font-family: 'Noto Serif KR', serif;
    margin-top: 5.125rem;
    line-height: 4.5rem;
    letter-spacing: -0.04em;
}
.pc-main .main-gr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(77.77deg, rgba(0, 0, 0, 0.84) 2.1%, rgba(0, 0, 0, 0.1428) 64.59%);
    z-index: 2;
}
.pc-main .first-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(103.56deg, #222222 14.77%, #000000 96.55%);
    z-index: 30;
    transform: translateY(-100%);
    animation: sceneup 6.5s;
}
.pc-main .first-scene .scene-conts {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-main .first-scene hr {
    width: 0.5px;
    height: 100%;
    margin: 0 auto;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    animation: hrmove 1.5s;
}

.pc-main .first-scene .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    animation: sceneopa 6.5s;
}
.pc-main .first-scene .text-wrap .box {
    overflow: hidden;
}
.pc-main .first-scene .text-wrap h2 {
    display: inline-block;
    overflow: hidden;
    height: 65px;
    font-weight: 400;
    font-size: 2.6rem;
    font-family: 'Noto Serif KR', serif;
    position: relative;
    margin-top: 0;
    animation: moveupmain 2.5s;
}
/*.pc-main .first-scene .text-wrap .typing1 {*/
/*    animation: typingAni 2s steps(30, end)1;*/
/*}*/
/*.pc-main .first-scene .text-wrap .typing2 {*/
/*    animation: typingAni2 4s steps(30, end)1;*/
/*}*/
/*.pc-main .first-scene .text-wrap h2::after {*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: "";*/
/*    top: 5px;*/
/*    right: 0;*/
/*    width: 20px;*/
/*    height: 65px;*/
/*    border-right: 1px solid #fff;*/
/*    animation: cursor 0.5s step-end infinite;*/
/*}*/
.pc-main .first-scene .text-wrap h4 {
    display: inline-block;
    overflow: hidden;
    height: 48px;
    font-weight: 400;
    font-size: 2.21rem;
    margin-top: 30px;
    font-family: 'Noto Serif KR', serif;
    animation: typingAni2 4s steps(45, end)1;
    position: relative;
    color: #c39d42;
}
.pc-main .first-scene .text-wrap h4::after {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    right: 0;
    width: 20px;
    height: 48px;
    border-right: 1px solid #fff;
    animation: cursor 0.5s step-end infinite;
}

@keyframes logoani {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes hrmove {
    0% {
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes sceneup {
    0% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}
@keyframes sceneopa {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes moveupmain {
    0% {
        transform: translateY(70px);
    }
    70% {
        transform: translateY(70px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes moveup {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes typingAni {
    0% {
        width: 0%;
    }
    100% {
        width: 778px;
    }
}
@keyframes typingAni2 {
    0% {
        width: 0%;
    }
    60% {
        width: 0%;
    }
    100% {
        width: 600px;
    }
}
@keyframes cursor {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.main_0609 {
    display: none;
}

.main_0609 .first-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(103.56deg, #222222 14.77%, #000000 96.55%);
    z-index: 30;
    transform: translateY(-100%);
    animation: sceneup 5s;
}
.main_0609 .first-scene .scene-conts {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_0609 .first-scene hr {
    width: 0.5px;
    height: 100%;
    margin: 0 auto;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    animation: hrmove 1.5s;
}

.main_0609 .first-scene .text-wrap {
    position: absolute;
    /*top: 24.375rem;*/
    /*left: 34.44rem;*/
    text-align: center;
    color: #fff;
    animation: sceneopa 5.5s;
}
.main_0609 .first-scene .text-wrap .box {
    /*overflow: hidden;*/
}
.main_0609 .first-scene .text-wrap h2 {
    display: inline-block;
    overflow: hidden;
    height: 25px;
    font-weight: 300;
    line-height: 26px;
    font-size: 0.9rem;
    font-family: 'NanumMyeongjo';
    animation: typingAni 2s steps(40, end)1;
    position: relative;
}
.main_0609 .first-scene .text-wrap h2::after {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    right: 0;
    width: 20px;
    height: 65px;
    /*border-right: 0.1px solid #fff;*/
    animation: cursor 0.5s step-end infinite;
}
.main_0609 .first-scene .text-wrap h4 {
    margin-top: 1rem;
    display: inline-block;
    overflow: hidden;
    height: 25px;
    font-weight: 300;
    line-height: 26px;
    font-size: 0.9rem;
    font-family: 'NanumMyeongjo';
    animation: typingAni2 3s steps(45, end)1;
    position: relative;
}
.main_0609 .first-scene .text-wrap h4::after {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    right: 0;
    width: 20px;
    height: 53px;
    /*border-right: 0.1px solid #fff;*/
    /*animation: cursor 0.5s step-end infinite;*/
}
@keyframes logoani {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes hrmove {
    0% {
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes sceneup {
    0% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}
@keyframes sceneopa {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes moveupmain {
    0% {
        transform: translateY(60px);
    }
    80% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(0);
    }
}
/*@keyframes moveup {*/
/*    0% {*/
/*        transform: translateY(50px);*/
/*    }*/
/*    100% {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/
@keyframes typingAni {
    0% {
        width: 0%;
    }
    100% {
        width: 350px;
    }
}
@keyframes typingAni2 {
    0% {
        width: 0%;
    }
    60% {
        width: 0%;
    }
    100% {
        width: 200px;
    }
}
@keyframes cursor {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*16번메인 따오기*/
figure {
    width: 100%;
    height: 100vh;
    background: #000;
    position: relative;
    overflow: hidden;
    padding: 230px 0 200px;
    border-radius: 30px;
}
figure img {
    display: none;
}
figure video {
    object-fit: cover; /*영상을 figure안쪽에 꽉 차도록 설정*/
    margin: 0px;
    opacity: 0.4;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(1);
}
figure  video:nth-child(2) {
    display: none;
}
figure  video:nth-child(3) {
    display: none;
}


/*선형 그라이데이션 버전*/
figure .bg_gradation {
    width : 900px;
    height : 100%;
    position: absolute;
    z-index: 3;
    left:0px;
    top:0px;
    background: linear-gradient( to right, rgba(0, 0, 0, 0.733), rgba(0, 0, 0, 0) );
}


figure .inner {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    margin: 0px auto;
    left:13%;
    z-index: 4;
}
figure .inner>h1 {
    font: normal 40px/1.4 'Noto Sans KR', sans-serif;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 4px #000000;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.233);
}


/* border-top: 1px solid rgba(255, 255, 255, 0.233);
border-bottom: 1px solid rgba(255, 255, 255, 0.233); */


figure .inner p {
    font: 26px/1.8 'Noto Sans KR', sans-serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000000;
    padding: 40px 0px 40px;
    margin-bottom: 0px;
    display: inline-block;
}

figure .inner p:last-child{
    font: bold 30px/1.6 'Noto Sans KR', sans-serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000000;
    border : 0px;
    padding-top:10px;
}

figure .inner a {
    display: block;
    width: 400px;
    height: 30px;
    border: 1px solid #bbb;
    font: bold 11px/30px 'Noto Sans KR', sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.5s;
}
figure .inner a:hover {
    background: #fff;
    color: #555;
}
.section01{display:none;}
.section02{display:none;}
/*모바일버전으로 만들기1 메인==================================================*/

/* section - lawers */
section {
    width: 100%;
}
section .inner {
    width: 100%;
    max-width:1180px;
    margin: 0px auto;
    padding-top: 10px;
}
section .inner h1 {
    font: bold 30px/1 'Noto Sans KR', sans-serif;
    color: #555;
    text-align: left;
    margin-bottom: 60px;
}
#lawyers .inner .wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#lawyers .inner .wrap article {
    width: 100%;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 30px;
    margin-bottom: 80px;
    padding : 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow:  0px 0px 10px 2px rgba(205, 213, 230, 0.336)
}
#lawyers .inner .wrap article .textbox {
    width: 70%;
    padding-left : 40px;
    align-self: flex-start;
    position: relative;
}
#lawyers .inner .wrap article .textmo {
    display: none;
}
#lawyers .inner .wrap article h2 {
    font : 24px 'Noto Sans KR', sans-serif;
    font-weight:700;
    color: rgb(71, 71, 71);
    margin-bottom: 20px;
}

#lawyers .inner .wrap article h2 span {
    font : 18px 'Noto Sans KR', sans-serif;
    font-weight:700;
    color: rgb(240, 121, 74);
}


#lawyers .inner .wrap article p {
    font : 16px 'Noto Sans KR', sans-serif;
}

#lawyers .inner .wrap article .textbox > .stemp1 {
    position: absolute;
    bottom : 0px;
    right:24px;
}

#lawyers .inner .wrap article .textbox > .stemp2 {
    position: absolute;
    bottom : 0px;
    right:210px;
    opacity: .8;
}

#lawyers .inner .wrap article .textbox > .stemp3 {
    position: absolute;
    bottom :10px;
    right:100px;

}

#lawyers .inner .wrap article .textbox > .stemp4 {
    position: absolute;
    bottom : 0px;
    right:100px;
}



#lawyers .inner .wrap article .vid {
    width : 30%;
    min-width: 300px;
    height: 220px;
    max-width : 350px;
    border-radius: 30px/30px;
    border : 1px solid rgb(197, 197, 197);
    overflow: hidden;
    margin: 0 auto;
}

#lawyers .inner .wrap article .vid video {
    width : 100%;
    height: 100%;
    object-fit: cover;
    transform : scale(1.1);
}
#lawyers .inner .wrap article .vid .kim_v {
    width : 100%;
    height: 100%;
    object-fit: cover;
    transform : translate(0%, 20%) scale(1.3) rotate(-90deg);
}
#lawyers .inner .wrap article .vid video:nth-child(1) {
    transform : scale(1.2)
}

#lawyers .inner .wrap article .pic {
    width: 200px;
    height: 180px;
    background: rgb(202, 202, 202);
    border-radius: 20%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    flex:1,0,0;
}
#lawyers .inner .wrap article .pic img {
    object-fit: cover; /*pic프레임안에 이미지 꽉 채움*/
    width: 100%;
}
/*모바일버전으로 솔류션==================================================*/
.innersolution{display:block;}
.section01{display:none;}
.section02{display:none;}


#lawyers .inner .han_wrap {
    width: 100%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#lawyers .inner .han_wrap .han_content {
    display : flex;
    flex-direction: column;
    text-align:center;
    margin-top : 20px;
    position:relative;
}

#lawyers .inner .han_wrap .han_content .han_title p {
    font-family: 'Lexend Deca', sans-serif;
    color:rgb(180, 183, 189);
    margin-bottom:10px;
}

#lawyers .inner .han_wrap .han_content .han_title h3 {
    font : bold 24px 'Noto Sans KR', sans-serif;
    margin-bottom : 40px;


}
#lawyers .inner .han_wrap .han_content .han_card {
    width: 100%;
    height:129px;
    max-width: 550px;
    display : flex;
    padding : 20px 30px 20px;
    background-color: rgb(255, 255, 255);
    align-items: center;
    border-radius: 10px;
    border : 1px solid rgb(234, 238, 241);
    box-shadow:  0px 0px 8px 2px rgba(205, 213, 230, 0.336);
    margin-bottom: 20px;
}

#lawyers .inner .han_wrap .han_last {
    width: 1180px;
    display : flex;
    justify-content: center;
    align-items: center;
    padding : 30px 200px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border : 1px solid rgb(234, 238, 241);
    box-shadow:  0px 0px 8px 2px rgba(205, 213, 230, 0.336);
    margin-bottom: 20px;
}

#lawyers .inner .han_wrap .han_last img {
    width: 80px;
    height:80px;
    margin-right: 30px;
}


#lawyers .inner .han_wrap .han_last h3 {
    font : bold 22px 'Noto Sans KR', sans-serif;
}

#lawyers .inner .han_wrap .han_content .blue {
    width: 100%;
    max-width: 550px;
    display : flex;
    padding : 20px 40px 20px;
    text-align:center;
    background-color :rgb(96, 146, 255);
    align-items: center;
    border-radius: 10px;
    border : 1px solid rgb(234, 238, 241);
    box-shadow:  0px 0px 8px 2px rgba(205, 213, 230, 0.336);
}


#lawyers .inner .han_wrap .han_content .han_arrow::after {
    content : "";
    width: 56px;
    height: 56px;
    position : absolute;
    background-image: url(../images/euno5/newimg/right-arrow.png);
    background-size: cover;
    right:-70px;
    z-index: 11;
    border-radius: 10px;
}


#lawyers .inner .han_wrap .han_content .han_card .square {
    width : 34px;
    height : 34px;
    background-color :rgb(96, 146, 255);
    line-height: 34px;
    color : #fff;
    font-weight: bold;
    font-size:16px;
    margin-right: 30px;
    flex:1;

}

#lawyers .inner .han_wrap .han_content .han_card .white {
    width : 34px;
    height : 34px;
    background-color :rgb(255, 255, 255);
    text-align:center;
    line-height: 34px;
    color : rgb(96, 146, 255);
    font-weight: bold;
    font-size:16px;
    margin-right: 20px;

}


#lawyers .inner .han_wrap .han_content .han_card h3 {
    font : 20px 'Noto Sans KR', sans-serif;
    margin:0px;
    text-align:left;
    flex:12;

}
#lawyers .inner .han_wrap .han_content .blue h3 {
    font : 20px 'Noto Sans KR', sans-serif;
    margin:0px;
    text-align:left;
    color : #fff;
}


#lawyers .inner .scourts {
    display:flex;
    justify-content: center;
    width:100%;
    margin-bottom: 30px;
    padding: 0 200px;
}

#lawyers .inner .scourts .scourt {

    margin: 0 auto;
    text-align: center;

    /* border:10px solid rgb(222, 228, 235);
    border-radius: 50%; */
}


#lawyers .inner .scourts .scourt .icon{
    width:50px;
    height:50px;
    margin-bottom: 20px;
    text-align: center;

    /* border:10px solid rgb(222, 228, 235);
    border-radius: 50%; */
}
#lawyers .inner .scourts .scourt .icon img {
    width:100%;
    opacity: .3;
    text-align: center;
    margin-left:10px;
}


#lawyers .inner .scourts .scourt .point {
    width:100%;
    opacity: 1;
}


#lawyers .inner .scourts .scourt h4{
    font : bold 20px 'Noto Sans KR', sans-serif;
}

#lawyers .inner .scourts .scourt h4 span{
    font : bold 20px 'Noto Sans KR', sans-serif;
    color : rgb(212, 86, 86)
}

#lawyers .inner .scourts .scourt h4 .blue{
    font : bold 20px 'Noto Sans KR', sans-serif;
    color : rgb(96, 146, 255);
}







#lawyers .inner .jung_title h4 {
    font : 22px/1.5 'Noto Sans KR', sans-serif;
    font-weight:400;
    text-align: center;
    padding-top:20px;
}


#lawyers .inner .jung_title h4 span {
    color : rgb(96, 146, 255);
    font-weight:600;
}



#lawyers .inner .scourts .scourt .icon:last-child{
    margin:0px;
}

#lawyers .inner .jung_title {
    padding: 0px 0px  50px;
}

#lawyers .inner .jung_title h2 {
    font : bold 30px 'Noto Sans KR', sans-serif;
    text-align: center;
}





#lawyers .inner .scourtpic {
    width : 600px;
    height: 848px;
    margin: 60px auto 0px;
    box-shadow:0px 0px 14px 0px rgba(0,0,0,0.07);
    position : relative;
}

#lawyers .inner .scourtpic img {
    width:100%;
}

/*컨테이너*/
#lawyers .inner .kim_wrap {
    width: 100%;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/*아이템*/

#lawyers .inner .kim_wrap .kim_content {
    min-width:22%;
    height:400px;
    display : flex;
    flex-wrap :wrap;
    margin-right: 30px;
    border : 1px solid rgb(234, 238, 241);
    box-shadow:  0px 0px 8px 2px rgba(205, 213, 230, 0.336);
    background-image: url(../images/euno5/newimg/debub.jpg);
    background-size: cover;
    position: relative;

    /* padding : 20px 30px 20px;
    background-color: rgb(255, 255, 255);
    align-items: center;
    border-radius: 10px;
*/
}

#lawyers .inner .kim_wrap .kim_content .box{
    width:100%;
    height:160px;
    background-color:rgba(66, 136, 241, 0.849);
    position : absolute;
    bottom:0px;
    padding : 12px;
}

#lawyers .inner .kim_wrap .kim_content .kim_stemp {
    position:absolute;
    left:50%;
    transform: translate(-50%, 0%);
    top: 18%;
    width:200px;
    opacity:.8;
}


#lawyers .inner .kim_wrap .kim_content .kim_stemp img {
    width:100%;
}


#lawyers .inner .kim_wrap .kim_content .box h3{
    font : bold 16px 'Noto Sans KR', sans-serif;
    color: #fff;
}

#lawyers .inner .kim_wrap .kim_content .box .kim_law {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#lawyers .inner .kim_wrap .kim_content .box .kim_law .pic{
    width : 50px;
    height: 50px;
    overflow: hidden;
    background-color :rgb(180, 183, 189);
    border-radius: 50%;
    object-fit: cover;
}

#lawyers .inner .kim_wrap .kim_content .box .kim_law .pic img {
    width: 100%;
    transform: translate(-5%, 25%) scale(1.8);
}

#lawyers .inner .kim_wrap .kim_content .box .kim_law h4 {
    margin:0px 10px 0px;
    font : bold 22px 'Noto Sans KR', sans-serif;
    color: #fff;

}


/* #lawyers .inner aside {
	width: 70vw;
	height: 70vh;
	background: whitesmoke;
	border: 1px solid black;
	position: fixed;
	left : -100%;
	top: 15%;
	z-index: 2;
	padding: 10vh;
	display: flex;
	justify-content: space-around;
	transition: 1s;
}
#lawyers .inner aside.on {
	opacity: 1;
	left: 15%;
}
#lawyers .inner aside .txt {
	width: 80%;
	height: 100%;
	position: relative;
}
#lawyers .inner aside .txt h1 {
	font: normal 2vw/1 "Alegreya Sans SC";
	color: black;
	margin-bottom: 20px;
}
#lawyers .inner aside .txt h1 span{
	font: normal 1.5vw/1 "Alegreya Sans SC";
	color: #ddd;
	margin-bottom: 20px;
}
#lawyers .inner aside .txt p {
	font: 1.1vw/1.3 "arial";
	color: #666;
	margin-bottom: 60px;
}
#lawyers .inner aside .txt span {
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	color: orange;
	position: absolute;
	left: 10px;
	bottom:15px;
}
#lawyers .inner aside .txt span:hover {
	color: white;
	background-color: orange;
}
#lawyers .inner aside .vidbox {
	width: 60%;
	height: 100%;
	overflow: hidden;
}
#lawyers .inner aside .vidbox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}
#lawyers .inner aside .vidbox img {
	width: 100%;
	object-fit: cover;
} */

/* bg_3d */
#bg_3d {
    width: 100%;
    max-width: 1180px;
    height:700px;
    background-color: rgb(255, 255, 255);
    perspective: 1100px;
    position: relative;
    color:rgb(34, 34, 34);
    text-align: center;
    overflow: hidden;
    left : 50%;
    transform: translate(-50%, 0%);
    border-top: 1px solid rgba(119, 119, 119, 0.247);
}

#bg_3d .text {
    position : absolute;
    z-index: 5;
    top: 150px;
    left : 50%;
    transform : translate(-50%, 0%);
    font: 24px/2.5 'Noto Sans KR', sans-serif;
}

#bg_3d>video {
    width: 100%;
    object-fit: cover;
    opacity: 0;
}

@keyframes ani {
    0% {transform: rotateY(0deg);}
    100% {transform: rotateY(360deg);}
}

#bg_3d .circle {
    width: 400px;
    height: 600px;
    position: absolute;
    top: 20%;
    left: 36.7%;

    transform-style: preserve-3d;
    animation: ani linear 40s infinite;
}

#bg_3d .circle .inner {
    padding : 0px;
}


#bg_3d .circle article {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    backface-visibility: hidden;
    border: 5px solid rgba(0, 0, 0, 0.178);
    background-color: rgb(235, 235, 235);
}



#bg_3d .circle article  h3 {
    font: bold 28px/1.2 'Noto Sans KR', sans-serif;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width:100%;
    top: -90px;
    opacity: 1;
    transition: all 0.5s;
    vertical-align: middle;

}
#bg_3d .circle article:hover h3 {
    top: -80px;
    opacity: 1;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 10px rgba(0, 255, 255, 0.411);
}

#bg_3d .circle article .inner {
    width: 100%;
    height: 100%;
}
#bg_3d .circle article .inner>div {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
    background: rgba(255,255,255,0.06);
    padding: 30px;
    position: relative;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}

#bg_3d .circle article .inner>div img {
    width: 100%;
    height: 100%;
}

#bg_3d .circle article .inner>div:hover {
    background: rgba(255,255,255,0.15);
    transform: scale(1.03);
    opacity: 1;
}



/*3d 배치*/

.face1 {
    transform: rotateY(0deg) translateZ(-650px);
}
.face2 {
    transform: rotateY(45deg) translateZ(-650px);
}
.face3 {
    transform: rotateY(90deg) translateZ(-650px);
}
.face4 {
    transform: rotateY(135deg) translateZ(-650px);
}
.face5 {
    transform: rotateY(180deg) translateZ(-650px);
}
.face6 {
    transform: rotateY(225deg) translateZ(-650px);
}
.face7 {
    transform: rotateY(270deg) translateZ(-650px);
}
.face8 {
    transform: rotateY(315deg) translateZ(-650px);
}

/* 김무훈 콘텐츠 */


#lawyers .inner .mu_wrap {
    display : flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position:relative;
}


#lawyers .inner .mu_wrap .mu_item {
    width : 15vw;
    vertical-align: middle;
    border-radius: 30px;
    border : 7px solid rgba(42, 135, 228, 0.274);
    background-color: white;
    /* width:240px; */
    padding : 14px;
    margin: 20px;
    color:rgb(0, 0, 0);
    font : 18px/1.2 'Noto Sans KR', sans-serif;
    text-align: center;


}


#lawyers .inner .mu_wrap{
    width : 100%;
}

#lawyers .inner .mu_wrap img {
    width : 70%;
}



#lawyers .inner .mu_wrap .cal .calc1 .title>div {
    width:200px;
    margin: 0 auto;
}

#lawyers .inner .mu_wrap .cal .sub_title {
    vertical-align: middle;
    margin-bottom : 20px;
}

#lawyers .inner .mu_wrap .cal .sub_title:last-child{
    margin-bottom : 0px;
}


#lawyers .inner .mu_wrap .cal .sub_wrap{
    padding : 20px 0px;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: auto;
    margin-bottom: 40px;
}


#lawyers .inner .mu_wrap .cal .sub_title p {
    display: inline-block;
    margin: 0px;
    padding:0px;
    line-height: 50px;
    vertical-align: middle;
    font : bold 18px/1.2 'Noto Sans KR', sans-serif;
    color :rgb(108, 117, 129)

}

#lawyers .inner .mu_wrap .cal .calc1::after {
    content: "";
    width : 101px;
    height : 10px;
    background-color: rgba(255, 255, 77, 0.514);
    position: absolute;
    left:102px;
    top:83px;
    z-index: -1;

}

#lawyers .inner .mu_wrap .cal .calc1:last-child::after {
    content: "";
    width : 205px;
    height : 10px;
    background-color: rgba(255, 255, 77, 0.514);
    position: absolute;
    left:102px;
    top:83px;
    z-index: -1;
}

#lawyers .inner .mu_wrap .cal img {
    width : 54px;
    padding: 0px 10px;

}



#lawyers .inner .mu_wrap .cal .calc1 i {
    margin-right:12px;
}


#lawyers .inner .mu_wrap .cal .calc1 p {
    font : bold 22px/1.2 'Noto Sans KR', sans-serif;
    padding: 18px 16px;

}

#lawyers .inner .mu_wrap .mu_table {
    width : 30vw;
}


#lawyers .inner .mu_wrap .mu_table table {
    width : 100%;
    border : 1px solid rgb(221, 221, 221);
    text-align: center;
    font : 20px/1.2 'Noto Sans KR', sans-serif;
}

#lawyers .inner .mu_wrap .mu_table table th {
    background-color: rgb(220, 237, 252);
}


#lawyers .inner .mu_wrap .mu_table table td {
    border-right: dodgerblue;
}

#lawyers .inner .mu_wrap .mu_table table th,tr,td {
    /* border : 1px solid rgb(112, 112, 112); */
    padding : 24px 10px;


}

#lawyers .inner .mu_wrap .mu_table table tr:nth-child(odd)
{ background-color: #f5f9fa; }
#lawyers .inner .mu_wrap .mu_table table tr:nth-child(even)
{ background-color: #ffffff; }

#lawyers .inner .kim_last {
    width :86%;
    height:auto;
    /* background-color: rgba(246, 248, 250, 0.651); */
    background: linear-gradient(to right, #eff5f7 0%, #f5f8fa 100%);
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
}

#lawyers .inner .kim_last p {
    padding-left : 100px;
    color:rgb(96, 100, 104);
    font : bold 22px/1.4 'Nanum Myeongjo', serif;
}

#lawyers .inner .kim_last img{
    width :30%;
    transform:  translate(-30%, 15%) scale(1.2);
}


/* contact */
.contact {
    width:100%;
    margin: 0 auto 80px;
}
.contact h1 {
    font: bold 30px/1 'Noto Sans KR', sans-serif;
    text-align: center;
    margin-top:100px;
}
.contact .post-form .form-group {
    width : 80vw;
    max-width: 900px;
    margin: auto;
}
.contact .post-form .privacy-agree  {
    margin: 50px auto;
    text-align: center;
}
.contact .post-form .privacy-agree .btn-view-privacy{
    border : 0 none;
}

.contact .post-form .btn-primary{
    width: 400px;
    display: block;
    margin: auto;
    font-family:'Noto Sans KR', sans-serif;
    font-size: 25px;
}

/* footer */
footer {
    width: 100%;
    background: #333;
    padding: 100px 0px;
    border-top: 1px solid #888;
}
footer .inner {
    width: 1180px;
    margin: 0px auto;
}
footer .inner .upper {
    width: 100%;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
}
footer .inner .upper h1 {
    font: bold 24px/1 "arial";
    color: #666;
}
footer .inner .lower {
    width: 100%;
    padding-top: 20px;
}
footer .inner .lower address {
    width: 100%;
    font: 12px/1.3 "arial";
    color: #777;
    margin-bottom: 20px;
}
footer .inner .lower p {
    width: 100%;
    font: 12px/1 "arial";
    color: #777;
}

@media screen and (max-width:1023px) {
    .pc-main{display:none}
    /*16번에서 모바일인트로 가져오기*/

    figure video {
        top: 0px;
    }
    figure video:nth-child(1) {
        display: none;
    }
    figure video:nth-child(2) {
        display: block;
        width: 100%;
        transform: scale(1.3);
    }
    figure video:nth-child(3) {
        display: none;
    }
    figure .inner {
        left: 20%;
    }
    figure .inner h1 {
        font-size: 3vw;
    }
    footer .inner {
        width: 100vw;
        padding: 20px;
    }
}

@media (max-width:795px) {
    .pc-main{display:none}
    header {
        display: none;
    }
    figure {
        display: none;
    }

    /*16번 메인*/

    .main_0609 {
        display: block;
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    .main_0609 .main-top {
        height: 7rem;
    }

    .main_0609 .logo {
        position: absolute;
        display: block;
        width: 3.22rem;
        height: 1.5rem;
        left: 1rem;
        top: 2rem;
        z-index: 100;
    }

    .main_0609 .video-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 0 0 24.2293px 24.2293px;
    }
    .main_0609 .video-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main_0609 .main_text {
        position: relative;
        width: 100vw;
        height: 84vh;
        margin-top: 0;
        z-index: 4;
    }

    .main_0609 .main_text .main_text_span1,.main_text_span2,.main_text_span3 {
        margin: 0rem 0 0 1rem;
    }

    .main_0609 .main_text .block {
        overflow: hidden;
    }

    .main_0609 .main_text .block .main_text_span1 {
        white-space: nowrap;
        opacity: 1;
        animation: moveup 0.8s;
    }



    .main_0609 .main_text .main_text_span2{
        white-space: nowrap;
        animation-duration: 1.2s;
        animation-name: moveup;

    }

    .main_0609 .main_text .main_text_span3{
        white-space: nowrap;
        animation-duration: 0.8s;
        animation-name: moveup;
        /*-moz-animation-delay: 9s;*/
        /*-webkit-animation-delay: 9s;*/
    }

    .main_0609 .main_text .main_text_span1{
        font-family: 'Noto Serif KR', serif;
        font-weight: 400;
        font-size: 1.1rem;
        letter-spacing: -0.04em;
        color: #484848;
        left: 1.87rem;
        top: 4.25rem;
    }

    .main_0609 .main_text .main_text_span2{
        font-family: 'Noto Serif KR', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 33px;
        letter-spacing: -0.04em;
        color: #484848;
        left: 1.87rem;
        top: 4.25rem;
    }


    .main_0609 .main_text .main_text2 {
        margin: 2rem 0 0 1rem;
    }

    @keyframes slidein4 {
        0% {
            transform: translateY(30%);
            opacity: 0;
        }
        50% {
            transform: translateY(30%);
            opacity: 0;
        }
        60% {
            transform: translateY(30%);
            opacity: 0;
        }
        70% {
            transform: translateY(30%);
            opacity: 0;
        }
        80% {
            transform: translateY(30%);
            opacity: 0;
        }
        to {
            transform: translateY(0%);
            opacity: 1;
        }
    }
    .main_0609 .main_text .main_text2 span .block {
        width: 100%;
    }

    .main_0609 .main_text .main_text2 span .point_sub_tag {
        animation-name: moveup;
        animation-duration: 1.6s;
        overflow: hidden;
        /*width: 16.75rem;*/
        height: 1.5rem;
        top: 19.56rem;
        font-family: 'Noto Serif KR', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.188rem;
        text-align: start;
        letter-spacing: -0.04em;
        color: #484848;
        white-space: nowrap;
        margin-top: 1rem;
    }

    .main_0609 .main_text .main_text2 span .point_sub_tag2 {
        animation-name: moveup;
        animation-duration: 1.6s;
        overflow: hidden;
        /*width: 16.75rem;*/
        height: 1.5rem;
        top: 19.56rem;
        font-family: 'Noto Serif KR', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.188rem;
        text-align: start;
        letter-spacing: -0.04em;
        color: #484848;
        white-space: nowrap;
    }

    @keyframes slidein5 {
        0% {
            /*margin-left: 30%;*/
            transform: translateY(30%);
            opacity: 0;
        }
        50% {
            transform: translateY(30%);
            opacity: 0;
        }
        60% {
            transform: translateY(30%);
            opacity: 0;
        }
        70% {
            transform: translateY(30%);
            opacity: 0;
        }
        80% {
            transform: translateY(30%);
            opacity: 0;
        }
        90% {
            transform: translateY(30%);
            opacity: 0;
        }
        to {
            transform: translateY(0%);
            opacity: 1;
        }
    }

    .main_0609 .main_text .main_text2 span div .hr_tag {
        animation-duration: 1s;
        animation-name: slideinhr;
        width: 19rem;
        height: 0px;
        border: 0.5px solid rgba(0, 0, 0, 0.29);
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .main_0609 .main_text .main_text2 span div .hr_tag2 {
        animation-duration: 1s;
        animation-name: slideinhr;
        width: 19rem;
        height: 0px;
        border: 0.5px solid rgba(0, 0, 0, 0.29);
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    @keyframes slideinhr {
        0% {
            width: 0;
            opacity: 0;
        }
        100% {
            width: 90%;
            opacity: 1;
        }
    }

    .main_0609 .main_text .third_img {
        width: 19.58rem;
        height: 19.8rem;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }


    @keyframes moveup3 {
        0% {
            transform: translateY(50px);
            opacity: 0;
        }
        50% {
            transform: translateY(50px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }


    .main_0609 .main_text .third_img img {
        padding-top: 1rem;
        position: absolute;
        animation: moveup3 1.8s;
        border: 1px saddlebrown;
        width: 18.58rem;
        height: 18.37rem;
        left: 0.5rem;
        top: 1rem;
        border-radius: 5.2rem 5.20rem 0px 0px;
        overflow: hidden;
    }

    @keyframes slidein_left {
        0% {
            margin-left: 100%;
        }

        20% {
            transform: translateY(50%);
            opacity: 0;
        }
        30% {
            transform: translateY(40%);
            opacity: 0;
        }
        80% {
            transform: translateY(10%);
            opacity: 0.3;
        }
        95% {
            transform: translateY(1%);
            opacity: 0.6;
        }
        100% {
            transform: translateY(0%);
            opacity: 1;
        }
    }

    .main_0609 .main_text .third_img .third_text1{
        position: absolute;
        animation-duration: .05s;
        animation: moveup3 1.1s;
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 300;
        font-size: 0.937rem;
        line-height: 1.25rem;
        letter-spacing: -0.04em;
        color: #000000;
        white-space: nowrap;
        margin-left: 0rem;
        margin-top: 11rem;
    }

    .main_0609 .main_text .third_img .third_text2 {
        position: absolute;
        animation-duration: .05s;
        animation: moveup3 1.1s;
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 400;
        font-size: 1.115rem;
        line-height: 1.25rem;
        letter-spacing: -0.04em;
        color: #000000;
        margin-left: 0rem;
        margin-top: 12.3rem;
    }

    @keyframes slidein_final {
        0% {
            margin-left: 0%;
            /*transform: translateX(0%);*/
            opacity: 0;
        }
        50% {
            margin-left: 0%;
            /*transform: translateX(0%);*/
            opacity: 0;
        }
        60% {
            margin-left: 0%;
            /*transform: translateX(0%);*/
            opacity: 0;
        }
        100%{
            margin-left: 1%;
            /*transform: translateX(10%);*/
            opacity: 1;
        }

    }

    .Maintext {
        height:6rem;
        margin-bottom: 6.5rem;
        padding:0 1.25rem;
    }

    .Maintext .mt01 {
        color:#000;
        font-size: 1.3rem;
        line-height:1.6;
        font-weight:400;
        opacity: 1;
        animation:mt1 0.8s cubic-bezier(0.5,1,0.89,1);
        font-family: 'NanumMyeongjo';
    }

    @keyframes mt1 {


        from{
            transform: translateY(30px);
            opacity:0;
        }
        to{
            opacity:1;
        }
    }

    .Maintext .mt02 {
        color:#000;
        line-height:1.6;
        font-size: 1.3rem;
        font-weight:400;
        animation:mt2 1.2s cubic-bezier(0.5,1,0.89,1);
        font-family: 'NanumMyeongjo';
    }

    .mt02 span {
        color : #D2415D;
        font-weight: 500;
    }

    @keyframes mt2 {
        0%{
            transform: translateY(50px);
            opacity:0;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:0.8;
        }
    }
    .Maintext p.text01{
        line-height:1.4;
        margin-top:2rem;
        font-size: 0.9375rem;
        font-weight:400;
        color:#646262;
        animation:text01 2s cubic-bezier(0.27, 0.76, 0.5, 0.91);
    }
    @keyframes text01 {
        0%{
            transform: translateY(30px);
            opacity:0;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
    /*슬라이드이미지일듯*/
    .section-slide{
        width:100vw;
        height:59%;
        position:relative;
    }

    .section-slide .img-cover{
        width:100vw;
        overflow: hidden;
        background-image: url('../images/euno5/new/mainbgff.png');
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom:1rem;
        animation:img01 3.2s cubic-bezier(0.27, 0.76, 0.5, 1);
    }
    @keyframes img01 {
        0%{
            /*transform: translateY(0px);*/
            opacity:0;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
    .section-slide .img-cover .img-box{
        width: 18.5rem;
        height:17.81rem;
    }

    .section-slide .img-cover .img-box img{
        width:100%;
        /*background-color: 0 0 ;*/
        object-fit: cover;
        transform: translateX(70px) translateY(6px);
        animation:img02 4s cubic-bezier(0.27, 0.76, 0.5, 1);
    }
    @keyframes img02 {
        0%{
            /*transform: translateY(0px);*/
            opacity:0;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }

    /*이미지에텍스트들*/
    .section-slide .img-text-cover{
        position:absolute;
        top:0;
        left:1.8125rem;
    }

    .section-slide .img-text-cover .text02{
        font-size:0.9375rem;
        margin-top:2.8125rem;
        animation:text02 5s cubic-bezier(0.27, 0.76, 0.5, 0.91);
    }
    @keyframes text02 {
        0%{
            transform: translateY(30px);
            opacity:0;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
    .section-slide .img-text-cover .text03{
        font-size:0.9375rem;
        animation:text03 5.5s cubic-bezier(0.27, 0.76, 0.5, 0.91);
    }
    @keyframes text03 {
        0%{
            transform: translateY(30px);
            opacity:0;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
    .section-slide .img-text-cover .text04{
        font-size:0.6875em;
        font-weight:400;
        margin-top:1rem;
        color:#D2415D;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    }
    .animetion-ef{
        animation:text04 5.9s cubic-bezier(0.06, 0.31, 0.14, 0.76);
    }
    @keyframes text04 {
        0%{
            transform: translateY(30px);
            opacity:0;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
    .section-slide .img-text-cover .name-text{
        font-size:0.875em;
        font-weight:400;
        color:#000;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    /*상담신청하기*/

    .direct-btn{
        width:5rem;
        height:2rem;
        background-color:#fff;
        border-radius: 10px;
        position:absolute;
        left:1.8rem;
        top:11.75rem;
    }
    .direct-btn {
        font-size: .7rem;
        text-align: center;
        line-height:2.5;
        color:#D2415D;
        disapla:block;

    }

    /*슬라이드이미지일듯*/
    /*.section-slide{*/
    /*    width:100vw;*/
    /*    height:59%;*/
    /*    position:relative;*/
    /*}*/

    /*.section-slide .img-cover{*/
    /*    width:100vw;*/
    /*    overflow: hidden;*/
    /*    background-image: url('../images/euno5/new/mainbgff.png');*/
    /*    background-size: cover;*/
    /*    background-repeat: no-repeat;*/
    /*    margin-bottom:1rem;*/
    /*    animation:img01 3.2s cubic-bezier(0.27, 0.76, 0.5, 1);*/
    /*}*/
    /*@keyframes img01 {*/
    /*    0%{*/
    /*        !*transform: translateY(0px);*!*/
    /*        opacity:0;*/
    /*    }*/
    /*    50%{*/
    /*        opacity:0;*/
    /*    }*/
    /*    100%{*/
    /*        opacity:1;*/
    /*    }*/
    /*}*/
    /*.section-slide .img-cover .img-box{*/
    /*    width: 18.5rem;*/
    /*    height:17.81rem;*/
    /*}*/

    /*.section-slide .img-cover .img-box img{*/
    /*    width:100%;*/
    /*    background-color: 0 0 ;*/
    /*    object-fit: cover;*/
    /*    transform: translateX(70px) translateY(6px);*/
    /*    animation:img02 4s cubic-bezier(0.27, 0.76, 0.5, 1);*/
    /*}*/
    /*@keyframes img02 {*/
    /*    0%{*/
    /*        !*transform: translateY(0px);*!*/
    /*        opacity:0;*/
    /*    }*/
    /*    50%{*/
    /*        opacity:0;*/
    /*    }*/
    /*    100%{*/
    /*        opacity:1;*/
    /*    }*/
    /*}*/

    /*!*이미지에텍스트들*!*/
    /*.section-slide .img-text-cover{*/
    /*    position:absolute;*/
    /*    top:0;*/
    /*    left:1.8125rem;*/
    /*}*/

    /*.section-slide .img-text-cover .text02{*/
    /*    font-family: 'NanumMyeongjo';*/
    /*    font-style: normal;*/
    /*    font-weight: 400;*/
    /*    font-size: 1rem;*/
    /*    line-height: 30px;*/
    /*    letter-spacing: -0.04em;*/
    /*    color: #4B4848;*/
    /*    margin-top:2.8125rem;*/
    /*    animation:text02 5s cubic-bezier(0.27, 0.76, 0.5, 0.91);*/
    /*}*/
    /*@keyframes text02 {*/
    /*    0%{*/
    /*        transform: translateY(30px);*/
    /*        opacity:0;*/
    /*    }*/
    /*    50%{*/
    /*        opacity:0;*/
    /*    }*/
    /*    100%{*/
    /*        opacity:1;*/
    /*    }*/
    /*}*/
    /*.section-slide .img-text-cover .text03{*/
    /*    font-size:0.9375rem;*/
    /*    font-weight:600;*/
    /*    font-family: 'Nanum Myeongjo', serif;*/
    /*    animation:text03 5.5s cubic-bezier(0.27, 0.76, 0.5, 0.91);*/
    /*}*/
    /*@keyframes text03 {*/
    /*    0%{*/
    /*        transform: translateY(30px);*/
    /*        opacity:0;*/
    /*    }*/
    /*    50%{*/
    /*        opacity:0;*/
    /*    }*/
    /*    100%{*/
    /*        opacity:1;*/
    /*    }*/
    /*}*/
    /*.section-slide .img-text-cover .text04{*/
    /*    font-size:0.7em;*/
    /*    font-weight:400;*/
    /*    margin-top:1rem;*/
    /*    letter-spacing: -0.02em;*/
    /*    color:#D2415D;*/
    /*    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/

    /*}*/
    /*.animetion-ef{*/
    /*    animation:text04 5.9s cubic-bezier(0.06, 0.31, 0.14, 0.76);*/
    /*}*/
    /*@keyframes text04 {*/
    /*    0%{*/
    /*        transform: translateY(30px);*/
    /*        opacity:0;*/
    /*    }*/
    /*    50%{*/
    /*        opacity:0;*/
    /*    }*/
    /*    100%{*/
    /*        opacity:1;*/
    /*    }*/
    /*}*/
    /*.section-slide .img-text-cover .name-text{*/
    /*    font-size:0.875em;*/
    /*    font-weight:400;*/
    /*    letter-spacing: -0.03em;*/
    /*    color:#000;*/
    /*    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    /*}*/
    /*figure*/
    figure img {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 10;
    }
    figure .bg_gradation {
        display: none;
    }
    figure .inner {
        width: 100vw;
        text-align: center;
        left: 0px;
        bottom : 60px;
    }
    figure .inner h1 {
        font-size: 5vw;
        padding: 0;
    }
    figure .inner p {
        font-size: 3.7vw;
        padding: 0;
    }
    figure .inner p:last-child {
        font-size: 4vw;
        padding: 0;
    }

    .innermain{display:none;}

    .section01{
        width:100vw;
        height: 100vh;
        background-color:#fff;
        position:relative;
        z-index:99;
        display: block;
        overflow: hidden;
    }
    .section01 .video-wrap{
        width:100%;
        height: 100%;
        overflow: hidden;
    }
    .section01 .video-wrap video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section01 .sc1-gr {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, 0.5);
        z-index: 10;
        animation: background 2s ;
    }
    @keyframes background {
        0% {
            transform: translateY(150%);
        }
        50%{
            transform: translateY(150%);
        }
        100% {
            transform: translateY(0);
        }

    }

    .section01 .text-wrap{
        position:absolute;
        transform: translateY(-100%;);
        z-index:999;
        height: 100vh;
        top:0;
        left:0;
        color:#fff;
        padding: 4rem 2rem;
        animation: textmoveup 3s;
    }
    @keyframes textmoveup {
        0% {
            transform: translateY(150%);
        }
        50%{
            transform: translateY(150%);
        }
        100% {
            transform: translateY(0);
        }
    }

    .section01 .text-wrap h1{
        font-size:2rem;
    }
    .section01 .text-wrap div {
        overflow: hidden;
    }
    .section01 .text-wrap .tmu01 {
        animation: textmoveup 4.3s;
    }
    .section01 .text-wrap .tmu02 {
        animation: textmoveup 4.7s;
    }
    .section01 .text-wrap .tmu03 {
        animation: textmoveup 5.1s;
    }
    .section01 .text-wrap h1 span{
        color:#FA897D;
    }
    .section01 .text-wrap h6{
        line-height:1.5;
        font-size:0.75rem;
        font-weight:300;
    }
    .section01 .text-wrap .h6-first{
        margin-top:4.375rem;
    }
    .section01 .text-wrap h4 span{
        color:#FA897D;
    }
    .section01 .text-wrap h4{
        font-size:1.25rem;
    }
    .section01 .text-wrap .h4-first{
        margin-top:10.75rem;
    }


    .section02{
        display:block;
        padding: 1.2rem;
    }


    .section02-contents {
        width: 100%;
        height:100%;

    }

    .section02 .section02-header .sc02-title {
        width: 100%;
        font-size: 1.24rem;
        color: rgb(125, 125, 125);
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        line-height: 1.3;
        letter-spacing: -0.04em;
        color: #0F0F0F;
        padding-left:1.2rem;
    }

    .section02 .section02-header strong {
        color: #0F0F0F;
        font-size:1.24rem;
        font-weight: 600;
    }

    .section02 .section02-header hr {
        margin-top: 1.6rem;
        width: 20rem;
        border: 0.02rem solid grey;
    }

    .section02-contents .contents-main {
        letter-spacing: -0.04em;
        color: #828282;
    }

    .section02-contents .contents-main h3 {
        letter-spacing: -0.04em;
        color: #323232;
        font-size:1rem;
    }

    .section02-contents .contents-main p {
        margin-top: 0.6rem;
        letter-spacing: -0.04em;
        color: #656565;
        font-size: 0.8rem;
        display: flex;
    }

    .section02-contents .contents-main #call_select {
        position: absolute;
        bottom: 0.8rem;
        right: 0;
        width: 4rem;
        height: 1.63rem;
        border-radius: 1.4rem;
        font-size: 0.56rem;
        text-align: center;
        font-weight: 500;
        border: 1.82857px solid rgba(0, 0, 0, 0.26);
        margin: 0.1rem 0.1rem 0.1rem 0.1rem;
        background-color: rgb(255, 255, 255);
        color: black;
    }
    .section02-contents .contents-main .contents-1 a:first-child{
        position: absolute;
        top: 5rem;
        right: 0;
    }
    .section02-contents .contents-bottom {
        display: flex;
        justify-content: flex-start;
        margin: 2rem 0 0 0.3rem;
        font-size: 0.8rem;
    }

    .section02-contents .contents-main .contents-1 {
        border-top: 1px solid grey;
        margin-top: 2rem;
        position: relative;
        padding: 1.2rem;
    }
    .section02-contents .contents-main .contents-1 .showtext{display:block;}
    .section02-contents .contents-main .contents-2,
    .contents-3,
    .contents-4 {
        position: relative;
        display: block;
        padding: 1.2rem;
    }
    .section02-contents .contents-main .contents-2-more,
    .contents-3-more,
    .contents-4-more {
        display: none;
    }

    .section02-contents .contents-main .contents-2-more,
    .contents-3-more,
    .contents-4-more {
        width:100%;
        height:100%;
    }
    .section02-contents .contents-more div {
        position: relative;
    }
    .section02-contents .contents-more div a {
        bottom: -0.3rem !important;
        right: -0.3rem !important;
    }


    .section02-contents .contents-main .contents-2 .more_btn {
        position: absolute;
        top: 2.9rem;
        font-size: 0.6rem;
        right: 1.1rem;
    }

    .section02-contents .contents-main .contents-3 .more_btn2 {
        position: absolute;
        top: 2.9rem;
        font-size: 0.6rem;
        right: 1.1rem;
    }

    .section02-contents .contents-main .contents-4 .more_btn3 {
        position: absolute;
        top: 2.9rem;
        font-size: 0.6rem;
        right: 1.1rem;
    }

    .section02-contents .contents-main .contents-5{
        width:100%;
        height:8rem;
        position:relative;
    }
    .section02-contents .contents-main .contents-5 h3{
        padding:3rem 1rem;
    }
    .section02-contents .contents-main .contents-5 a{
        background-color: sandybrown;
        position:absolute;
        bottom: 2.7rem !important;
        right: 0;
        width:4rem;
        height:1.63rem;;
    }

    #call_select.active {
        background-color: grey;
        color: white;
    }

    #lawyers .inner .wrap article {
        flex-wrap: wrap;
    }
    #button {
        display: block;
    }
    .sideBanner {
        display: none;
    }
    #lawyers .inner {
        padding-top: 0px;
    }
    #lawyers .inner .han_wrap {
        padding: 0px 10px;
        display: none;
    }
    #lawyers .inner .han_wrap .han_content {
        width: 45%;
    }
    #lawyers .inner .han_wrap .han_content .han_title {
        height: 13vh;
    }
    #lawyers .inner .han_wrap .han_content .han_title h3 {
        font : bold 15px 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .han_wrap .han_content .han_card {
        padding: 10px;
    }
    #lawyers .inner .han_wrap .han_content .han_card .square {
        display: none;
    }
    #lawyers .inner .han_wrap .han_content .han_card h3 {
        font : 13px 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .han_wrap .han_content .han_arrow::after {
        width: 50px;
        position : absolute;
        background-image: url(../images/euno5/newimg/arrow.png);
        background-size: cover;
        right:-40px;
        z-index: 11;
        border-radius: 10px;
    }
    #lawyers .inner .han_wrap .han_last {
        width: 100%;
        padding : 30px 10px;
    }
    #lawyers .inner .han_wrap .han_last img {
        margin-right: 10px;
    }
    #lawyers .inner .han_wrap .han_last h3 {
        font : bold 15px 'Noto Sans KR', sans-serif;
    }

    #bg_3d {
        display: none;
    }

    #lawyers .inner .jung_title {
        width: 100vw;
        padding: 10px;
    }

    .jung_title h2 {
        font : bold 3.3vw 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .jung_title h4 {
        font : bold 3.2vw 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .kim_wrap {
        width: 100vw;
        justify-content: center;
    }
    #lawyers .inner .kim_wrap2 {
        display: none;
    }
    #lawyers .inner .kim_wrap .kim_content {
        flex: 0 1 auto;
        min-width: 45%;
        height: 300px;
        margin: 5px;
    }
    #lawyers .inner .kim_wrap .kim_content .kim_stemp {
        width: 80%;
    }
    #lawyers .inner .kim_wrap .kim_content .box{
        height: 130px;
        padding : 10px;
    }
    #lawyers .inner .kim_wrap .kim_content .box h3{
        font : bold 13px 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .kim_wrap .kim_content .box .kim_law {
        width: 100%;
        margin-top: 0px;
    }
    #lawyers .inner .kim_wrap .kim_content .box .kim_law .pic {
        width: 40px;
        height: 40px;
    }
    #lawyers .inner .kim_wrap .kim_content .box .kim_law .pic img {
        object-fit: cover;
    }
    #lawyers .inner .kim_wrap .kim_content .box .kim_law h4 {
        font : bold 12px 'Noto Sans KR', sans-serif;
        margin: 5px;
    }
    #lawyers .inner .mu_wrap img {
        width : 100%;
    }
    #lawyers .inner .kim_last {
        width : 100vw;
    }
    #lawyers .inner .kim_last p {
        padding : 20px 20px;
        color:rgb(96, 100, 104);
        font : 3vw/1.2 'Noto Sans KR', sans-serif;
        margin-bottom: 0;
    }
    #lawyers .inner .kim_last img{
        transform:  translate(-20%, 15%) scale(1.2);
    }
}

@media (max-width:576px) {

    .section05{
        width: 100%;
        background-color: #000;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #fff;
        padding: 30px 15px;
    }
    .section05 .sc5-first {
        font-weight: 500;
        font-size: 1rem;
        padding-right:0;
        text-align: center;
        color
    }

    .section05 .radius {
        width: 4rem;
        height: 1.5rem;
        background-color: #FFFFFF;
        border-radius: 1.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-weight: 350;
        font-size: 0.8rem;
        margin-bottom: 1.125rem;
        margin-top: 1.6875rem;
        margin-left: 1.25rem;
    }

    .section05 .radius2 {
        background-color: #000;
        border: 0.352941px solid #FFFFFF;
        color: #fff;
    }

    .section05 .sc5-first.on {
        animation: mt1 0.8s cubic-bezier(0.5, 1, 0.89, 1);
    }

    .section05 .sc5-second.on {
        animation: mt2 1.2s cubic-bezier(0.5, 1, 0.89, 1);
    }

    .section05 .sc5-third.on {
        animation: mt2 1.8s cubic-bezier(0.5, 1, 0.89, 1);
    }

    /*새로 업데이트 된 부분*/
    .sc5-first span {
        margin-top: 0.7rem;
        color: #D38181;
        font-size: 0.8rem;
    }

    .sc5-second {
        font-size: 0.7rem;
        line-height: 1.8;
        margin-left:1rem;

    }

    .sc5-third {
        font-size: 0.7rem;
        line-height: 1.8;
        margin-left:1rem;
    }








    figure {
        display: none;
    }
    figure video:nth-child(1) {
        display: none;
    }
    figure video:nth-child(2) {
        display: none;
    }
    figure video:nth-child(3) {
        display: block;
        width: 100%;
    }

    /* 변호인단 */

    #lawyers .inner .wrap article {
        justify-content: center;
        margin: 20px auto;
    }
    #lawyers .inner .wrap article .textbox {
        text-align: center;
        width:100%;
        padding: 0;
        margin-bottom: 20px;
    }
    #lawyers .inner .wrap article .kimtext {
        display: none;
    }
    #lawyers .inner .wrap article .textmo {
        display: block;
        width: 50%;
        align-self: flex-start;
        position: relative;
        text-align: center;
        padding: 0;
    }
    #lawyers .inner .wrap article .textmo .stemp1 {
        width:100%;
        position: absolute;
        bottom : 10px;
        left:-100%;
    }
    #lawyers .inner .wrap article .textbox > .stemp2 {
        width: 80%;
        position: absolute;
        bottom : -30px;
        left:-88%;
    }
    #lawyers .inner .wrap article .textbox > .stemp3 {
        width: 100%;
        position: absolute;
        bottom : 10px;
        left:-100%;
    }
    #lawyers .inner .wrap article .textbox > .stemp4 {
        width: 80%;
        position: absolute;
        bottom : 10px;
        left:-90%;
    }
    #lawyers .inner .wrap article .vid {
        width: 50%;
        min-width: 0px;
        height: 150px;
        margin-bottom: 20px;
    }
    #lawyers .inner .wrap .lawyer .vid {
        width : 45%;
        min-width: 0px;
    }
    #lawyers .inner .wrap .lawyer .textbox {
        width : 50%;
    }
    #lawyers .inner .wrap article h2 {
        font : 16px 'Noto Sans KR', sans-serif;
        font-weight:700;
    }

    #lawyers .inner .wrap article h2 span {
        font : 15px 'Noto Sans KR', sans-serif;
        font-weight:700;
        color: rgb(240, 121, 74);
    }
    #lawyers .inner .wrap article p {
        font : 12px 'Noto Sans KR', sans-serif;
    }

    #lawyers .inner .scourts {
        width: 100vw;
        margin: 0px;
        padding: 10px;
        justify-content: space-around;
    }
    #lawyers .inner .scourts .scourt {
        width: 15%;
        margin: 0px;
    }
    #lawyers .inner .scourts .scourt .icon {
        width: 80%;
        margin: 0px auto;
    }
    #lawyers .inner .scourts .scourt .icon img {
        object-fit: cover;

        margin: 0px;
    }
    #lawyers .inner .scourts .scourt h4{
        font : bold 12px 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .scourts .scourt h4 span{
        font : bold 15px 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .scourts .scourt h4 .blue{
        font : bold 15px 'Noto Sans KR', sans-serif;
    }
    #lawyers .inner .scourtpic {
        width : 80vw;
        height: 100%;
        margin: 20px auto;
    }
    #lawyers .inner .scourtpic img {
        width: 100%;
    }

    #lawyers .inner .scourtpic .big_stemp {
        position: absolute;
        right:0px;
        bottom:100px;
        width: 50vw;
    }

    #lawyers .inner .mu_wrap img {
        width : 95%;
    }



    /* section */
    section div.text {
        width : 80%;
    }

    /*1013 16번 모바일 페이지 9번으로 이동*/

    #lawyers {
        display: none;
    }

    #sc2 {
        display: none;
    }

    .m-section04B{
        display: block;
        width:100vw;
        height:100vh;
        margin-top:1rem;
        padding-top:0.01rem;
        line-heigh:1rem;
    }
    .m-section04 {
        display: none;
    }
    .ms04-textcover {
        margin-top:1rem;
        width:100%;
        height:104px;
        font-weight: 800;
        background: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(255,255,255,1) 76%, rgba(247,246,246,1) 100%);
        font-size: 1rem;
        font-family: 'Noto Serif KR', serif;
        padding-top:10px;
    }
    .ms04-textcover p {
        margin-left:45px;
        font-size:16px;
        font-weight: 400;
        font-family: 'NanumMyeongjo';
    }
    .ms04-textcover span{
        font-size: 13px;
        margin-left:45px;
        color:#872F2F;
        font-weight: 500;
        font-family: 'Noto Sans KR';
    }
    .ms04-img-title{
        margin:1rem auto;
    }
    .ms04-img-title .radius{
        display: block;
        width: 288px;
        height: 37px;
        line-height: 1;
        text-align: center;
        margin:1rem auto;
        border: 1px solid #7C6969;
        border-radius: 35px;
    }
    .ms04-img-title p{
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 350;
        font-size: 12px;
        line-height: 20px;
        /* or 167% */

        text-align: center;
        letter-spacing: -0.04em;
    }

    /*봄님이 진행한 은오 16번 2번째 페이지*/
    .sc06-text{display: none}

    #section02b .radi {
        display: block;
        margin:0 auto;
        margin-top:30px;
        border-style:solid;
        width:18rem;
        height:40px;
        border-radius: 25px;
        border-color:#7C6969;

    }

    #section02b .header .radi .p1 {
        display:block;
        height: 10px;
        line-height: 37px;
    }

    #section02b .header .p2 {
        margin-top: 10px;
        font-size: 0.7rem;
        text-align: left;

    }

    #section02b {
        display: block;
        height: 580px;
        width: 100%;
        padding-top: 20px;


    }

    #section02b .article1 {
        position: relative;
        margin-top: 30px;
        width:100%;
        height:92px;
        background-color:#2F2F2F;
        padding-top: 20px;

    }


    #section02b .article01 .lawyer1{
        position: absolute;
        top: -20px;
        left: 20px;
    }

    #section02b .article02 .lawyer2{
        position: absolute;
        top: -4px;
        right: 7px;
    }

    #section02b .article03 .lawyer3{
        position: absolute;
        top: -17px;
        left: 20px;
    }

    #section02b .article04 .lawyer4{
        position: absolute;
        top: -5px;
        right: 20px;
    }

    #section02b .article1 .padding {
        /* padding-top: 15px;
        padding-left: 95px; */
        font-size: 12px;
        background-color: #7C6A6a;
        width:54%;
        text-align: center;
        white-space: nowrap;
        margin-left:7.4rem ;


    }

    #section02b .article1:nth-child(even) .padding{
        margin-left: 86px;
    }

    #section02b .article1:nth-child(odd) .padding{
        margin-left: 104px;
    }

    #section02b .article1 {
        font-family: 'Noto Sans KR';
        position:relative



    }

    #section02b .article1 .padding .p1{
        color:#ffff;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.8rem;
        font-weight:500;
        margin-left: 14px;

    }

    /*#section02b .article1 p  {*/
    /*    padding-top: 10px;*/
    /*    font-size: 0.7rem;*/
    /*    color: #ffff;*/
    /*    position:absolute;*/
    /*    left:72px;*/
    /*}*/

    #section02b .article1 h6 {
        color: #ffff;
        font-size: 0.8rem;

    }

    #section02b .article1 .p01{
        color: #ffff;
        position:absolute;
        left:140px;
        padding-top:10px;
        font-weight:120;
    }


    #section02b .article1 .p02 {
        color: #ffff;
        position: absolute;
        left: 37px;
        padding-top: 10px;
        font-weight: 120;
    }

    #section02b .article1 .p03 {
        color: #ffff;
        position: absolute;
        left: 113px;
        padding-top: 10px;
        font-weight: 120;
        white-space: nowrap;
    }


    #section02b .article1 .p04 {
        color: #ffff;
        position: absolute;
        left: 37px;
        padding-top: 10px;
        font-weight: 120;
    }


    #section02b .header .radi .p1 .p1-1 {
        color:#864F32;
        margin-left: 0px;
        margin: 0 auto;

    }

    /*모바일섹션봄님이*/
    /*봄님이 진행한 은오 16번 3번째 페이지*/
    .m-section05B{
        display:block;
        width:100vw;
        height:70vh;
        padding-top:70px;
        background-color: #fff;
    }

    .section05 .sc05-wrap {
        display: block;
    }

    #section05b h3 {
        text-align: center;
        color: #41424B;
        margin: 20px auto;
        font-weight: 600;
        letter-spacing: -1px;
    }

    #section05b .swiper .swiper-wrapper {
        width: 100%;
    }

    #section05b .swiper .swiper-wrapper .swiper-slide {
        display:flex; /* 내용을 중앙정렬 하기위해 flex 사용 */
        align-items:center; /* 위아래 기준 중앙정렬 */
        justify-content:center; /* 좌우 기준 중앙정렬 */
    }

    .section05 {
        display: block;
    }

    .section05 .sc05-wrap {
        display: block;
    }


}


/*미디어 쿼리 종료 596*/


/*봄님이 진행한 은오 16번 3번째 페이지끝*/


}
