@charset "utf-8";
.side_btn{
    position: fixed;
    bottom:20px; right:20px;
    z-index: 2;
}
.side_btn [class*="call-"]{
    width:90px; height:90px;
    border-radius: 50%;
    margin-bottom:10px;
    display: flex;
    justify-content: center; align-items: center;
    transition: all 0.3s;
}
.side_btn [class*="call-"]:hover{
        box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}
.side_btn [class*="call-"] > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.side_btn .call-01{background:#503e7c;}
.side_btn .call-01:hover{background:#3f2875;}
.side_btn .call-02{background:#3b3c3f;}
.side_btn .call-02:hover{background:#222;}
.side_btn [class*="call-"] > a span{color:#fff; margin-top:5px;}

.side_btn .naver01{
    background: url(../../img/common/side_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 77px;
    height: 77px;
}
.side_btn .naver01>a{
    display: block;
    width: 100%;
    height: 100%;
}
.side_btn .naver02{
    background: url(../../img/common/side_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 77px;
    height: 77px;
}
.side_btn .naver02>a{
    display: block;
    width: 100%;
    height: 100%;
}
.side_btn .naverplace{
    background: url(../../img/common/side_naver.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 77px;
    height: 77px;
}
.side_btn .naverplace>a{
    display: block;
    width: 100%;
    height: 100%;
}
#scrollButton{
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    cursor: pointer;
    background:none;
    transition: all 0.3s;

    display:flex;
    align-items: center;
    justify-content: center;
}
#scrollButton img{transform: rotate(270deg); width:30%;}
#scrollButton:hover{
    background: rgba(0,0,0,0.5);
    border:none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}


.loop-img{
    position: absolute;
    z-index: 2;
    top: 28%;
    left: 37%;
    animation-name: loop;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: linear;
}
#scroll_down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}
#scroll_down .txt {
    font-size: 14px;
    color: #fff;
    font-family: 'PreSB';
    line-height: 1em;
    margin-bottom: 15px;
    display: block;
}
#scroll_down .fig {
    width: 25px;
    height: 39px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0 auto;
}
#scroll_down .fig:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 1px;
    height: 10px;
    background: #fff;
    transform: scaleY(0);
    animation: lineActiveAnimation 1.5s cubic-bezier(0.445,0.05,0.55,0.95) infinite;
    margin-left: -1px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.mainswiper video { object-fit:cover; width:100%; height:100%; z-index:-1; }

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.bg-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}


/*.slide-inner>p{
    font-family: 'PreSB';
    color: white;
    font-size: 1.2rem;
    line-height: 2.3rem;
    opacity: 0.8;
    text-align: left;
}*/
.swiper-button-prev{
    background: url(../../img/main/arrow_left.png);
    width: 24px;
    height: 10px;

    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next{

    background: url(../../img/main/arrow_right.png);
    width: 24px;
    height: 10px;

    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next:after, .swiper-button-prev:after{
    opacity: 0;
}
.swiper-pagination{
    bottom: var(--swiper-pagination-bottom, 0) !important;
    top: var(--swiper-pagination-top, 46.5%) !important;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}

/*변호사메인*/
.lawyer{
    width: 100%;
}
.lawyer-in{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.lawyer-in>.box{
    flex: 1;
    overflow: hidden;
    position: relative;
}
.lawyer-in>.box:nth-child(1){
    background: url(../../img/main/lawyer01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh; /* 뷰포트 높이에 따라 설정됩니다 */
}
.lawyer-in>.box:nth-child(2){
    background: url(../../img/main/lawyer02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh; /* 뷰포트 높이에 따라 설정됩니다 */
}
.lawyer-in>.box:nth-child(3){
    background: url(../../img/main/lawyer03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh; /* 뷰포트 높이에 따라 설정됩니다 */
}
.lawyer-in>.box:nth-child(4){
    background: url(../../img/main/lawyer04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh; /* 뷰포트 높이에 따라 설정됩니다 */
}
.lawyer-in>.box:nth-child(5){
    background: url(../../img/main/lawyer05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh; /* 뷰포트 높이에 따라 설정됩니다 */
}
.lawyer-in>.box>.box-text{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.lawyer-in>.box:hover .lawyer-in>.box>.box-text{
    display: none;
}
.lawyer-in>.box>.box-text>h4{
    font-family: 'Pre';
    font-size: 1rem;
    opacity: 0.5;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.lawyer-in>.box>.box-text>h2{
    font-family: 'Pre';
    color: #fff;
    font-size: 1.6rem;
}

.lawyer-in>.box>.box-text>h2>strong{
    font-family: 'PreSB';
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.lawyer-in>.box>.box-text>h2>strong.st01{
    font-family: 'PreSB';
    color: #fff;
    font-size: 1.6rem;
}
.lawyer-in .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #d0abbf, #5a8fba);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}
.lawyer-in>.box:hover .overlay{
    opacity: 1;
}
.lawyer-in .overlay .overlay-in{
    width: 80%;
}
.lawyer-in .overlay .overlay-in>img{
    margin-bottom: 3rem;
}
.lawyer-in .overlay .overlay-in h4{
    font-family: 'Pre';
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.lawyer-in .overlay .overlay-in h2{
    font-family: 'Pre';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.lawyer-in .overlay .overlay-in h2>strong{
    font-family: 'PreSB';
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.lawyer-in .overlay .overlay-in span{
    width: 40px;
    display: block;
    height: 1px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto 2rem auto;
}
.lawyer-in .overlay .overlay-in>p{
    font-family: 'Nanum';
    font-size: 1.2rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    line-height: 1.7rem;
}
.lawyer-in .overlay .overlay-in .tag{
    display: flex;align-content: center; text-align: center; justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: black;
    margin-bottom: 2rem;
}
.lawyer-in .overlay .overlay-in .tag>p{
    display:inline-block; margin:0 1px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-family: 'PreM';
}
.lawyer-in .overlay .overlay-in .go_btn{
    background: url(../../img/main/lawyer_button.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 67px;
    height: 67px;
    cursor: pointer;
    margin: 0 auto;
}

/*승소사례*/
.success{
    background: url(../../img/main/success_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.success-in{
    max-width: 1600px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.success-in .left{
    margin-top: 4rem;
}
.success-in .left>h4{
    font-family: 'PreSB';
    font-size: 17px;
    color: #23419a;
    text-decoration: underline;
    margin-bottom: 1rem;
}
.success-in .left>h2{
    font-family: 'PreEB';
    color: black;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}
.success-in .left>p{
    font-family: 'PreSB';
    color: black;
    font-size: 1rem;
    opacity: 0.4;
}
.success-in .left .more{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.success-in .left .more>a{
    font-family: 'PreEB';
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}
.success-in .left .more>a:hover{
    color: #23419a;
}
.success-in .auto{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.5s ease;
    max-width: calc(100% - 20%);
    overflow: hidden;
}
.success-in .auto .boxx{
    position: relative;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 30px;
    overflow: hidden;
    width: 30%;
    box-sizing: border-box;
    cursor: pointer;
}
.success-in .auto .boxx .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    width: 80%;
    z-index: 2;
}
.success-in .auto .boxx .text>h3{
    font-family: 'PreM';
    font-size: 1.4rem;
    color: black;
    height: 90px;
    margin-bottom: 2rem;
    line-height: 1.8rem;
}
.success-in .auto .boxx .text>h4{
    font-family: 'PreM';
    font-size: 1rem;
    color: #717171;
    margin-bottom: 7rem;
}
.success-in .auto .boxx .text .date{
    font-family: 'PreM';
    font-size: 14px;
    color: #717171;
}
.success-in .auto .boxx .hover-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.success-in .auto .boxx:hover .hover-img{
    opacity: 1;
}
.success-in .auto .boxx:hover .first{
    color: white;
}
.success-in .auto .boxx:hover .two{
    color: white;
}
.success-in .auto .boxx:hover .date{
    color: white;
}
.contact{
    width: 100%;
    height: 50%;
}
.contact-in{
    max-width: 1600px;
    display: flex;
    margin: 0 auto;
}
.contact-in .left{
    width: 20%;
}
.contact-in .left>h4{
    font-family: 'PreSB';
    font-size: 17px;
    color: #ffffff;
    text-decoration: underline;
    margin-bottom: 1rem;
}
.contact-in .left>h2{
    font-family: 'PreEB';
    color: rgb(255, 255, 255);
    font-size: 3.5rem;
}
.contact-in .left>p{
    font-family: 'PreSB';
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    opacity: 0.6;
    line-height: 2.5rem;
    margin-top: 4rem;
}
.contact-in .right{
    position: relative;
    background: url(../../img/main/contact_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1350px;
    height: 800px;
    border-radius: 30px;
    left: 12%;
    bottom: 135px;
    overflow: hidden;
}

.contact-in .right:before{
    position: absolute;
    background: rgba(0,0,0,0.4);
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
}

.contact-in .right .right_form{
    position: absolute;
    top: 11%;
    left: 15%;
    width: 100%;
}
.contact-in .right .right_form>form{
    max-width: 600px;
}
.contact-in .right .right_form>form .dot>p{
    color: #e33662;
    font-family: 'PreSB';
    text-align: right;
    font-size: 1rem;
}
.contact-in .right .right_form>form label{
    font-family: 'PreM';
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    padding: 10px 0 10px 0;
}
.contact-in .right .right_form .formbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ffffff88;
    padding-bottom: 10px;
    padding-top: 10px;
}
.contact-in .right .right_form .formbox .st{
    color: #e33662;
    margin-right: 5px;
}
.contact-in .right .right_form .formbox .st2{
    color: #fff;
    margin-right: 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 80%;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    padding: 10px 3px;
    color: #fff;
    font-family: 'PreM';
    font-size: 1.1rem;
    overflow-y: auto;
}
.contact-in .right .right_form .formbox>#inquiry{
    height: 10rem;
}
select option{
    color: black;
    font-family: 'Pre';
    font-size: 1rem;
}
input::placeholder{
    font-family: 'PreM';
    font-size: 1.1rem;
    color: white;
}
textarea::placeholder{
    font-family: 'PreM';
    font-size: 1.1rem;
    color: white;

}
.contact-in .right .right_form .check{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input[type="checkbox"] {
    display: none;
  }
  
  /* 커스텀 체크박스 스타일 */
  input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px; /* 체크박스에 공간을 만들기 위해 왼쪽 패딩 추가 */
  }
  
  /* 커스텀 체크박스 아이콘 스타일 */
  input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 35px;
    background-color: transparent;
    border-radius: 20px;
  }
  
  /* 체크된 상태의 커스텀 체크박스 아이콘 스타일 */
  input[type="checkbox"]:checked + label:before {
    background-color: #ffffff; /* 체크되었을 때의 색상 */
    border-color: #ffffff;
  }
  
  /* 체크된 상태의 체크박스 아이콘 */
  input[type="checkbox"]:checked + label:after {
    content: "\2713"; /* 체크 표시 (✓) */
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 4px;
    top: 37px;
  }
.contact-in .right .right_form .check .agree{
    padding: 35px 0 35px 45px
}
.contact-in .right .right_form .finish>input{
    width: 100%;
    border: none;
    background-color: white;
    color: black;
    font-size: 1.2rem;
    font-family: 'preSB';
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}
.contact-in .right .right_form .finish>input:hover{
    background-color: #cecece;
}
.business-in{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.business-in .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.business-in .bottomarea{
    display: flex;
    overflow: visible;
    transition: transform 0.5s ease;
}
.business-in .top .left .text>h4{
    font-family: 'PreSB';
    font-size: 17px;
    color: #23419a;
    text-decoration: underline;
    margin-bottom: 1rem;
}
.business-in .top .left .text>h2{
    font-family: 'PreEB';
    color: black;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}
.business-in .top .left .text .more{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.business-in .top .left .text .more>a{
    font-family: 'PreEB';
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}
.business-in .top .right .but #leftbtn{
    background: url(../../img/main/btn_left.png);
    width: 68px;
    height: 68px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}
.business-in .top .right .but #rightbtn{
    background: url(../../img/main/btn_right.png);
    width: 68px;
    height: 68px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}
.business-in .bottomarea .boxTT{
    position: relative;
    flex: 0 0 auto;
    width: calc(100% / 5 - 20px); /* 5개 요소가 보이도록 조정 */
    margin: 0 50px;
    box-sizing: border-box;
    transition: transform 0.5s ease;
    border-radius: 30px;
    height: 20%;
    cursor: pointer;
}
.business-in .bottomarea .boxTT>img{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.business-in .bottomarea .boxTT .text{
    width: 90%;
    position: absolute;
    top: 64%;
    left: 5%;
    z-index: 2;
}
.business-in .bottomarea .boxTT .icon{
    width: 90%;
    position: absolute;
    top: 10%;
    left: 80%;
    z-index: 2;
}
.business-in .bottomarea .boxTT .text>h3{
    font-family: 'PreSB';
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.business-in .bottomarea .boxTT .text>p{
    font-family: 'PreSB';
    color: white;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.business-in .bottomarea .boxTT::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #23419a; /* 원하는 색상 코드 */
    opacity: 0; /* 투명도 설정 */
    pointer-events: none; /* 가상 요소를 마우스 이벤트에서 제외 */
    transition: opacity 0.3s ease;
    z-index: 1; /* 이미지 위에 색상을 놓기 위해 z-index 설정 */
    border-radius: 30px;
    box-sizing: border-box;
}
.business-in .bottomarea .boxTT:hover::after{
    opacity: 0.5;
}
/**/
.business-in .bottomarea .boxT{
    position: relative;
    flex: 0 0 auto;
    width: calc(100% / 5 - 20px); /* 5개 요소가 보이도록 조정 */
    margin: 0 50px;
    box-sizing: border-box;
    transition: transform 0.5s ease;
    border-radius: 30px;
    margin-top: 3rem;
    height: 20%;
    cursor: pointer;
}
.business-in .bottomarea .boxT>img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.business-in .bottomarea .boxT .text{
    width: 90%;
    position: absolute;
    top: 62%;
    left: 5%;
    z-index: 2;
}
.business-in .bottomarea .boxT .icon{
    width: 90%;
    position: absolute;
    top: 11%;
    left: 83%;
    z-index: 2;
}
.business-in .bottomarea .boxT .text>h3{
    font-family: 'PreSB';
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.business-in .bottomarea .boxT .text>p{
    font-family: 'PreSB';
    color: white;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.business-in .bottomarea .boxT::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #23419a; /* 원하는 색상 코드 */
    opacity: 0; /* 투명도 설정 */
    pointer-events: none; /* 가상 요소를 마우스 이벤트에서 제외 */
    transition: opacity 0.3s ease;
    z-index: 1; /* 이미지 위에 색상을 놓기 위해 z-index 설정 */
    border-radius: 30px;
    box-sizing: border-box;
}
.business-in .bottomarea .boxT:hover::after{
    opacity: 0.5;
}
.pager_btn{display: none;}
/*footer*/
.footer{
    border-top: 1px solid #dbdbdb;
}
.foot-inner{
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 4%;
}
.foot-inner>.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4%;
    border-bottom: 1px solid #dbdbdb;
}
.foot-inner>.top>.left{
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
        align-items: flex-start;

}
.foot-inner>.top>.left>img{
    display: block;
    width: auto;
    margin-bottom: 2rem;
}
.foot-inner>.top>.left p{
    font-family: 'Pre';
    font-size: 17px;
    color: #333333;
    margin-bottom: 15px;
}

.foot-inner>.top>.right{
    width: 40%;
}
.foot-inner>.top>.right>.titl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.foot-inner>.top>.right>.titl>.one>a{
    font-family: 'PreSB';
    color: #000;
    font-size: 17px;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}
.foot-inner>.top>.right>.titl>.one>ul>li>a{
    display: block;
    font-family: 'PreR';
    color: #777777;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
}
.foot-inner .bottom{
    padding: 2% 0 3% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-inner .bottom .left>h3{
    font-family: 'PreM';
    font-size: 15px;
    color: #333333;
}
.foot-inner .bottom .right{
    width: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-inner .bottom .right>a{
    font-family: 'PreEB';
    color: #333333;
    font-size: 15px;
    display: block;
}

/* 1- NEW MAIN */
#section01{position:relative; height:100vh;}
#section01 .slide-inner{position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index:11; width:100%;}
#section01 .swiper-slide{position:relative;}
#section01 .swiper-slide:before{position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.4); content:''; z-index:10;}
#section01 .swiper-control{display:none; position:absolute; bottom:100px; left:50%; transform: translateX(-50%); z-index:15;}

#section01 .slide-inner>h2{
/*    font-family: 'PreSB';*/
    font-family: "Gowun Batang", serif;
    color: white;
    font-size: 4.2rem;
    text-align: center;
    line-height: 1.5em;
    display:flex; 
    flex-direction: column;


}
/*   #section01 .slide-inner>h2 span{
    overflow:hidden;
    display: inline-block;
 animation: reveal 2s forwards;*/
}
/*
@keyframes reveal {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
     opacity: 1;
  }
}*/

.fs_big {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 32px;
  font-weight: bold;
}

.typing {
  white-space: nowrap;
/*  border-right: 2px solid #000;*/
  overflow: hidden;
  display: inline-block;
/*    opacity: 0;*/
margin-bottom:10px;
}

.afterline {
  opacity: 0;
  transition: opacity 0.5s ease;
  font-size:3.1rem;
  line-height:1.3em;
}
.afterline.show {
  opacity: 1;
}
.bg-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;  /* 다른 요소들이 위에 올 수 있도록 */
}
/* 2-애플 이혼전담센터 강점 */
#section02_new{position:relative; background:#5e335f; z-index:1; overflow: hidden;}
#section02_new:before{position:absolute; bottom:-40%; left:-15%; width: 1000px; height: 960px;  background:url(../../img/main/section2_light1.jpg) no-repeat center; content:''; z-index: -1; animation: pulseMove 7s infinite ease-in-out;}

@keyframes pulseMove {
  0% {
    transform: scale(1);
    left:-5%;
    opacity: 0.7;
  }
  50% {
    transform: scale(0.8);
    left:-15%;
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    left:-5%;
    opacity: 0.7;
  }
}
#section02_new:after{position:absolute; top:-10%; right:0; width:1085px; height: 633px;  background:url(../../img/main/section2_light2.png) no-repeat center; content:''; z-index: -1; animation: pulseMove2 4s infinite ease-in-out;}

@keyframes pulseMove2 {
  0% {
    transform: scale(1);
    top:0;
    opacity: 0.9;
  }
  50% {
    transform: scale(1.2);
    top:-10%;
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    top:0;
    opacity: 0.9;
  }
}


#section02_new .inner,
#section03_new .inner{max-width: 1700px; margin:0 auto;}
#section02_new .inner{display:flex; flex-direction: column;  align-items: center;}
#section02_new .inner .point_bg{display:flex; align-items: center;}
#section02_new .inner .point_bg div{text-align:center; background:url(../../img/main/main_deco_bg.png) no-repeat center; background-size: contain; padding:25px 62px; font-size:1.6rem; color:#fff; font-family: "Gowun Batang", serif; }
#section02_new .inner .point_bg div:first-child{margin-right:50px;}
#section02_new .inner .sec2_slogan{font-size:3.2rem; color:#fff; margin: 50px auto 60px; text-align: center;}
#section02_new .inner .sec2_boxs{display:flex; }
#section02_new .inner .sec2_boxs li{padding:40px 20px;background:#fff; border-radius: 10px; margin-right:30px; min-width:290px;   display: flex; flex-direction: column;
    align-items: center;}
#section02_new .inner .sec2_boxs li .sec2_items_ico{position:relative; display:flex; flex-direction: column; margin-bottom:27px; border:3px dotted #cec1cf; width:105px; height:105px; border-radius: 50%;justify-content: center;
    align-items: center;}
#section02_new .inner .sec2_boxs li .sec2_items_ico:before{position:absolute; background:#efeaef; width:calc(100% - 10px); height:calc(100% - 10px); content:''; top:50%; left:50%; border-radius: 50%; transform: translate(-50%, -50%); z-index: 0;}
#section02_new .inner .sec2_boxs li .sec2_items_ico img{z-index: 1; width:46%;}
#section02_new .inner .sec2_boxs li .sec2_items_text{display:flex; flex-direction: column; align-items: center}
#section02_new .inner .sec2_boxs li .sec2_items_text .tit{ font-size:1.5rem; }
#section02_new .inner .sec2_boxs li .sec2_items_text .cont{font-size:1.9rem; font-weight: bold;}
#section02_new .inner .sec2_boxs li .sec2_items_text .cont strong{font-size:3.2rem; font-family: 'PreSB'; color:#5e335f;}
#section02_new .inner .sec2_boxs li:last-child{margin-right:0;}


#section03_new{background:url(../../img/main/cate_bg.jpg) no-repeat center; background-size: cover;}
#section03_new .inner .sec3_tit{display: flex; justify-content: space-between; align-items: center; margin-bottom:50px;}
#section03_new .inner .sec3_tit h3{font-size:2.6rem;}
#section03_new .inner .sec3_tit h3 strong{font-weight: bold;}
#section03_new .inner .sec3_tit a{position:relative; text-transform: uppercase; font-size:1.125rem; padding-right:30px; font-weight:bold; letter-spacing: 0.02rem;}
#section03_new .inner .sec3_tit a:after{position:absolute; content:'+'; font-size:1.8rem; line-height:1rem; color:#555; top:50%; right:0; transform: translateY(-50%);}
#section03_new .inner .sec3_tit a:before{width:0; height:1px; position:absolute; bottom:-5px; background:#333; left:0; content:''; transition: all 0.3s;}
#section03_new .inner .sec3_tit a:hover:before{width:100%;}
#section03_new .inner .sec3_cont{display:flex; flex-wrap: wrap; justify-content: space-between;}
#section03_new .inner .sec3_cont li{margin:0 0 20px 0; width:calc(16.6667% - 15px); height:230px;overflow: hidden; position: relative;}
#section03_new .inner .sec3_cont li:before{position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); content:''; z-index: 1;}
#section03_new .inner .sec3_cont li .cateImg{ height:100%; transition:0.8s ease-in-out;}
#section03_new .inner .sec3_cont li:hover{cursor: pointer;}
#section03_new .inner .sec3_cont li:hover .cateImg{transform: scale(1.5);}
#section03_new .inner .sec3_cont li a{display:flex; align-items: flex-start; justify-content: space-between; width:100%; height:100%; position:absolute; top:0; left:0; box-sizing: border-box; z-index:10; flex-direction: column; padding:40px 30px; }
#section03_new .inner .sec3_cont li a p{color:#fff; font-size:1.8rem; font-weight:bold;}
#section03_new .inner .sec3_cont li a .cate_arrow{transition: all .3s;}
#section03_new .inner .sec3_cont li:hover a .cate_arrow{transform: rotate(-45deg);}





#section04{background:#503e7c url(../../img/main/main_lawyer_bg.png) no-repeat center right; background-size: cover;}
#section04 .lawyerSwiper{position:relative; width:100%; max-width: 1700px; margin:0 auto;}
#section04 .lawyerSwiper .swiper-wrapper{width:100%; box-sizing: border-box; margin-top:40px;}
#section04 .lawyerSwiper .swiper-wrapper li{display:flex; align-items: center; justify-content:center;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_left{margin-right:170px;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right{max-width:40%;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top p,
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3{color:#fff;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top p{font-size:1.3rem; text-transform: uppercase; letter-spacing: 0.03rem; color:#e4dcdc; font-weight:400;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3{font-size:1.6rem;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3 strong{font-size:4.3rem;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_mid{margin:50px 0 60px; font-size:3.1rem; color:#fff; font-family: "Gowun Batang", serif;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate{display:flex; flex-wrap: wrap; }
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate li{margin-right:8px; margin-bottom:8px; padding:13px 20px; border-radius: 30px; border:1px solid rgba(255,255,255,0.5); background:rgba(255,255,255, 0.1);}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate li span{padding-left:15px; position:relative;  color:#fff; font-size:1.1rem;}
#section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate li span:before{ position:absolute; left:0;  content:'#'; color:#fff; font-size:1.1rem;}
#section04 .lawyerSwiper div[class*="lawyerBtn_"]{position:absolute; top:50%; transform: translateY(-50%); width: 90px; height: 90px; border-radius: 50%; border:1px solid rgba(255,255,255,0.3); display: flex; justify-content: center; transition: all 0.3s;
    align-items: center; z-index: 10;}
#section04 .lawyerSwiper .lawyerBtn_prev{left:0;}
#section04 .lawyerSwiper .lawyerBtn_prev img{transform: rotate(180deg);}
#section04 .lawyerSwiper .lawyerBtn_next{right:0;}
#section04 .lawyerSwiper div[class*="lawyerBtn_"]:hover{background:rgba(255,255,255,0.3); cursor:pointer;  margin-top:-10px;}
#section04 .lawyerSwiper .lawyer_pagination{position:absolute; left:50%; bottom:50px; transform: translateX(-50%);display: flex; justify-content: center;}



#section05{background:#d6d2da url(../../img/main/main_wincase_bg.png) no-repeat center right; background-size: cover;}
#section05 .inner{display:flex; flex-direction: column; align-items: center;}
#section05 .winTitle{margin-bottom:50px; display:flex; flex-direction: column; align-items: center;}
#section05 .winTitle h2{font-size:3.3rem; padding-bottom:60px; position:relative; text-align: center; font-weight:bold;}
#section05 .winTitle p{font-size:1.8rem; margin-top:5px;}
#section05 .winTitle p .win_numb{position:relative; padding:0 10px; font-size:4.3rem; font-family: "Gowun Batang", serif; color:#4c23b0; z-index:2; font-weight:bold;}
#section05 .winTitle p .win_numb:after{position:absolute; bottom:11px; content:''; left:0; width:100%; height:25px; background:#baafd2; z-index:-1;}
#section05 .winTitle p strong{font-weight:bold;}
#section05 .winTitle h2:before{position:absolute; bottom:0; left:50%; transform: translateX(-50%); width:1px; height:45px; background:rgba(0,0,0,0.3); content:'';}
.winSwiperWrap{position:relative; padding:0 110px; box-sizing: border-box;  width:100%; max-width:1700px; margin: 0 auto;}

#section05 .winSwiper{position:relative; width:100%;}
/*#section05 .winSwiper:before{position:absolute; top:0; height:100%; left:0; width:110px; z-index:10; background:#d6d2da; content:'';}*/
#section05 .winSwiper ul{ width:100%;  }
#section05 .winSwiper ul li{padding:50px 30px; background: #fff; display:flex; align-items: flex-start; flex-direction: column; border-radius: 10px; box-sizing: border-box; transition: all 0.3s;}
#section05 .winSwiper ul li .win_cate{display: flex; flex-wrap: wrap; min-height:54px;}
#section05 .winSwiper ul li .win_cate .win_cate_item{color:#6e4fba; font-size:1.125rem; margin-right:10px; margin-bottom:5px;}
#section05 .winSwiper ul li .win_cont{margin:40px 0 50px;}
#section05 .winSwiper ul li .win_cont .tit{font-size:1.7rem; margin-bottom:35px; font-weight:bold; overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; height:84px;}
#section05 .winSwiper ul li .win_cont .date{font-size:1.2rem; color:#777;}
#section05 .winSwiper ul li .win_cont + a{position:relative; text-transform: uppercase; font-size:1em; padding-right:30px; font-weight:bold; letter-spacing: 0.02rem;}
#section05 .winSwiper ul li .win_cont + a:after{position:absolute; content:'+'; font-size:1.5rem; line-height:1rem; color:#ccc; top:50%; right:0; transform: translateY(-50%);}
#section05 .winSwiper ul li .win_cont + a:before{width:0; height:1px; position:absolute; bottom:-5px; background:#333; left:0; content:''; transition: all 0.3s;}
#section05 .winSwiper ul li .win_cont + a:hover:before{width:100%;}
#section05 .winSwiper ul li:hover{background:#503e7c;}
#section05 .winSwiper ul li:hover .win_cate .win_cate_item{color:#d2bfff;}
#section05 .winSwiper ul li:hover .win_cont .tit{color:#fff;}
#section05 .winSwiper ul li:hover .win_cont .date{color:rgba(255,255,255,0.6);}
#section05 .winSwiper ul li:hover .win_cont + a{color:#fff;}
#section05 .winSwiper ul li:hover .win_cont + a:before{background:#fff;}
#section05 div[class*="winBtn_"]{position:absolute; top:50%; transform: translateY(-50%); width: 75px; height: 75px; border-radius: 50%; border:1px solid rgba(255,255,255,0.3); display: flex;  justify-content: center; transition: all 0.3s;
    align-items: center; z-index: 10; background:rgba(255,255,255,0.8); }
    #section05 div[class*="winBtn_"] img{width:40%;}
#section05 .winBtn_prev{left:0;}
#section05 .winBtn_prev img{transform: rotate(180deg);}
#section05 .winBtn_next{right:0;}
#section05 div[class*="winBtn_"]:hover{cursor:pointer; margin-top:-10px;}

#section06{background: linear-gradient(315deg, #7a4a6e, #4b337e);}



/* 의뢰인 후기 추가 */
#section_review{background:url(../../img/main/review_bg.jpg) no-repeat center; background-size: cover;}
#section_review .inner{display:flex; flex-direction: column; align-items: center; max-width:1600px; margin:90px auto 0;}
#section_review .inner .main_review_tit{display:flex; flex-direction: column; align-items: center; margin-bottom:50px;}
#section_review .inner .main_review_tit h3{font-size:2.3rem; font-weight:bold; margin-bottom:20px;}
#section_review .inner .main_review_tit h3,
#section_review .inner .main_review_tit p,
#section_review .inner .main_review_tit a{color:#fff;}
#section_review .inner .main_review_tit p{text-align: center; font-size:1.25rem;}
#section_review .inner .main_review_tit a{padding:15px 20px; margin-top:30px; border:1px solid rgba(255,255,255,0.3); transition: all 0.3s;}
#section_review .inner .main_review_tit a:hover{background:#fff;}
#section_review .inner .main_review_tit a span{padding-right:30px; position:relative; text-transform: uppercase; font-weight:bold; letter-spacing: 0.02rem; transition: all 0.3s;}
#section_review .inner .main_review_tit a span:after{position:absolute; content:'+'; font-size:1.5rem; line-height:1rem; color:#ccc; top:50%; right:0; transform: translateY(-50%);}
#section_review .inner .main_review_tit a:hover span{color:#000;}
.reviewWrapper{width:100%; padding:0 110px; box-sizing: border-box; position: relative;}
.reviewSwiper{display:flex; justify-content: space-between;}
.reviewSwiper .swiper-slide{width:calc(25% - 40px);}
.reviewSwiper .swiper-slide a{border-radius: 20px 20px 0 0; overflow: hidden; display: block; /* height:250px;*/ max-height:350px;}
.reviewSwiper .swiper-slide a img{display: block; object-fit:cover; width:100%; height:100%; transition:0.5s ease-in-out; }
.reviewSwiper .swiper-slide a:hover img{transform: scale(1.1);}
.reviewSwiper .swiper-slide .review_cont{background:#fff; border-radius: 0 0 20px 20px; padding:20px; border-top:1px solid rgba(0, 0, 0, 0.1);}
.reviewSwiper .swiper-slide .review_cont .review_info{display:flex; justify-content: flex-start; align-items: center; margin-bottom:10px;}
.reviewSwiper .swiper-slide .review_cont .review_info .review_writer{display:flex; align-items: center;}
.reviewSwiper .swiper-slide .review_cont .review_info .review_writer .review_profile{position:relative; display:flex; margin-right:15px; width:50px; height:50px; background:#bdb7bc; border-radius: 50%;}
.reviewSwiper .swiper-slide .review_cont .review_info .review_writer .review_profile:before{position:absolute; top:0; left:0; width:50px; height:50px; content:'';border-radius: 50%; background:url(../../img/main/review_profile.png) no-repeat center;}
.reviewSwiper .swiper-slide:nth-of-type(1) .review_cont .review_info .review_writer .review_profile:before{background:url(../../img/main/review_profile.png) no-repeat center;}
.reviewSwiper .swiper-slide:nth-of-type(2) .review_cont .review_info .review_writer .review_profile:before{background:url(../../img/main/review_profile2.png) no-repeat center;}
.reviewSwiper .swiper-slide:nth-of-type(3) .review_cont .review_info .review_writer .review_profile:before{background:url(../../img/main/review_profile3.png) no-repeat center;}
.reviewSwiper .swiper-slide:nth-of-type(4) .review_cont .review_info .review_writer .review_profile:before{background:url(../../img/main/review_profile4.png) no-repeat center;}
.reviewSwiper .swiper-slide:nth-of-type(5) .review_cont .review_info .review_writer .review_profile:before{background:url(../../img/main/review_profile5.png) no-repeat center;}
.reviewSwiper .swiper-slide:nth-of-type(6) .review_cont .review_info .review_writer .review_profile:before{background:url(../../img/main/review_profile6.png) no-repeat center;}
.reviewSwiper .swiper-slide .review_cont .review_info .review_cate{font-size:0.9rem; color:#6440bb; font-weight:bold;     margin-left: 10px;
    border: 1px solid #6440bb;
    padding: 5px 8px;
    border-radius: 30px;}
.reviewSwiper .swiper-slide .review_cont .review_info + .review_text{font-size:1.025rem;}
.reviewSwiper {
  position: relative;
}
.reviewSwiper .swiper-slide {
  box-sizing: border-box;

}

.reviewSwiper .swiper-slide .review_cont .review_info .review_writer p{font-size:1rem;}
.margin_side{margin:0 10px;}

 #section_review .inner .main_review_tit h3 br{display:none;}

.reviewWrapper div[class*="review-button"]{position:absolute; top:50%; transform: translateY(-50%); width: 90px; height: 90px; border-radius: 50%; border:1px solid rgba(255,255,255,0.3); display: flex; justify-content: center; transition: all 0.3s;
    align-items: center; z-index: 10;}
.reviewWrapper .review-button-prev{left:0;}
.reviewWrapper .review-button-prev img{transform: rotate(180deg);}
.reviewWrapper .review-button-next{right:0;}
.reviewWrapper div[class*="review-button"]:hover{background:rgba(255,255,255,0.3); cursor:pointer;  margin-top:-10px;}

@media screen and ( max-width: 1700px ) {

    #section01 .slide-inner>h2{font-size:3.5rem;}
    #section02_new .inner{width:96%; margin-top:40px;}
    #section02_new .inner .sec2_slogan{font-size:2.8rem; margin: 30px auto 40px;}
    #section02_new .inner .point_bg div{padding:20px 46px;  font-size:1.3rem;}
    #section02_new .inner .sec2_boxs li{min-width:250px;}
    #section02_new .inner .sec2_boxs li .sec2_items_ico{width:100px; height:100px;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .tit{font-size:1.3rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont{font-size:1.7rem;}



    #section03_new .inner{ max-width:90%; margin-top:40px;}
    #section03_new .inner .sec3_tit h3{font-soze:2rem;}
    #section03_new .inner .sec3_tit a{font-size:1rem;}
    #section03_new .inner .sec3_cont li a{padding:25px 20px;}
    #section03_new .inner .sec3_cont li a p{font-size:1.4rem; margin-bottom:20px;}

    #section04 .lawyerSwiper { max-width:96%;}
    #section04 .lawyerSwiper .swiper-wrapper li{padding:0 130px; box-sizing: border-box; justify-content: space-between;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_left{width:38%; margin-right:0;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_left img{ width:90%; }
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right{width:100%; max-width: 55%;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3 strong{font-size:4rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top p{font-size:1.125rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_mid{margin:30px 0 40px; font-size:2.3rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate li span{font-size:1rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate li{margin-bottom:8px;}
    #section05 .winTitle p .win_numb{font-size:3.5rem;}

    #section05{background: #d6d2da url(../../img/main/main_wincase_bg.png) no-repeat 50% 80%; background-size: cover;}
    #section05 .inner{max-width:96%; margin:0 auto;}
    #section05 .winTitle{margin-bottom:30px;}
    #section05 .winTitle h2{font-size:2.4rem; padding-bottom:30px;}
    #section05 .winTitle h2:before{height:30px;}
    #section05 .winTitle p{margin-top:0; font-size:1.3rem;}
    #section05 .winSwiper ul li{padding:40px 30px;}
    #section05 .winSwiper ul li .win_cont{margin:30px 0 40px;}
    #section05 .winSwiper ul li .win_cont .tit{font-size:1.5rem; margin-bottom:25px; height:75px;}

    #section_review .inner .main_review_tit p{font-size:1.025rem;}
    #section_review .inner .main_review_tit a{padding:12px 20px; margin-top:20px;}
    #section05 .winSwiper ul li .win_cont .date{font-size:1rem;}

    .contact-in .right{height:680px;}


    .swiper-pagination{
        width: auto !important;
    }

    .lawyer-in>.box>.box-text{
        width: 99%;
    }
    /**/
    .lawyer-in .overlay .overlay-in>img{
        width: 60%;
        margin-bottom: 2rem;
    }
    .lawyer-in .overlay .overlay-in h2{
        margin-bottom: 1rem;
    }
    .lawyer-in .overlay .overlay-in .tag{
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .lawyer-in .overlay .overlay-in .tag>p{
        width: 33%;
    }
    .lawyer-in .overlay .overlay-in .tag>p:nth-child(1),.lawyer-in .overlay .overlay-in .tag>p:nth-child(2){
        margin-bottom: 10px;
    }
    .lawyer-in .overlay .overlay-in span{
        margin-bottom: 1rem;
    }
    .lawyer-in .overlay .overlay-in>p{
        margin-bottom: 1rem;
    }
    .success-in{
        max-width: 90%;
    }
    .contact-in{
        max-width: 90%;
    }
    .business-in{
        max-width: 90%;
    }
    input[type="checkbox"]:checked + label:after{
        top: 37px;
    }
    /**/
    .foot-inner{
        max-width: 90%;
    }
}
@media screen and ( max-width: 1650px ) {
    #section03_new .inner .sec3_tit{margin-bottom:30px;}

    #section_review .inner{max-width:96%;}
    #section_review .inner .main_review_tit h3{font-size:2rem;}
    #section_review .inner .main_review_tit{margin-bottom:40px;}

    .swiper-pagination{
        left: 192px !important;
    }
    /**/
    .lawyer-in .overlay .overlay-in h2>strong{
        font-size: 2rem;
    }
    .lawyer-in .overlay .overlay-in h2{
        font-size: 1.4rem;
    }
    .lawyer-in .overlay .overlay-in>p{
        font-size: 1.12rem;
    }
    .lawyer-in .overlay .overlay-in .tag>p{
        width: 29%;
    }
    /**/
    .success-in .left>h2{
        font-size: 3.2rem;
    }
    .success-in .auto .boxx .text>h3{
        font-size: 1.4rem;
    }
    .success-in .auto .boxx .text>h4{
        margin-bottom: 4rem;
    }
    /**/
    .contact-in .left>h2{
        font-size: 3.2rem;
    }
    /**/
    .business-in .top .left .text>h2{
        font-size: 3.2rem;
    }
    .business-in .bottomarea .boxT:hover::after,.business-in .bottomarea .boxTT:hover::after{
        border-radius: 25px;
    }
    .contact-in .left {
        width: 25%;
    }
    .contact-in .right{
        left: 10%;
    }
}
@media screen and ( max-width: 1490px ) {


    #section03_new .inner .sec3_tit h3{font-size:2.1rem;}
    #section03_new .inner .sec3_cont{justify-content: flex-start;}   
    #section03_new .inner .sec3_cont li{margin:0 15px 15px 0; width: calc(20% - 15px); max-height: none;}   
    #section03_new .inner .sec3_cont li a{padding:30px 20px;} 
    #section03_new .inner .sec3_cont li a p{ font-size:1.5rem;}

    #section04 .lawyerSwiper{width:98%;}
    #section04 .lawyerSwiper div[class*="lawyerBtn_"],
    #section05 div[class*="winBtn_"],
    .reviewWrapper div[class*="review-button"]{width:60px; height:60px;}
    #section04 .lawyerSwiper div[class*="lawyerBtn_"] img,
    #section05 div[class*="winBtn_"] img{width:40%;}
    #section04 .lawyerSwiper .swiper-wrapper li,
    .winSwiperWrap,
    .reviewWrapper{padding:0 90px;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_left{width:35%;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right{max-width: 60%;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_mid{margin:30px 0 40px; font-size:2.1rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_mid br{display:none;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top p{font-size:1rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3{font-size:1.3rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3 strong{font-size:3rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate li{padding:10px 15px; }

/*    #section05 .winSwiper:before{width:90px;}*/



    .swiper-pagination{
        top: var(--swiper-pagination-top, 45%) !important;
        left: 175px !important;
    }
    /**/
    .lawyer-in .overlay .overlay-in>p{
        line-height: 1.5rem;
    }
    /**/
    .success-in .auto .boxx .text>h3{
        font-size: 1.3rem;
    }
    /**/
    .contact-in .right .right_form .formbox>#inquiry{
        height: 7rem;
    }
    .business-in .bottomarea .boxT .text{
        top: 56%;
    }
    .business-in .bottomarea .boxTT .text{
        top: 56%;
    }
    .business-in .bottomarea .boxT::after{
        border-radius: 24px;
    }
    .contact-in .left {
        width: 33%;
    }
    .contact-in .right {
        left: 7%;
    }

    #section02_new .inner{width:94%;}
    #section02_new .inner .sec2_boxs{width:100%;}
    #section02_new .inner .sec2_boxs li{min-width:auto; width:100%; margin-right:20px;}

}
@media screen and ( max-width: 1330px ) {

    .afterline{font-size:2.5rem;}

    #section03_new .inner{margin-top:0;}
    #section03_new .inner .sec3_tit h3{font-size:2rem;}
    #section03_new .inner .sec3_tit a{font-size:1rem;}
    #section03_new .inner .sec3_cont li{height:200px;}
    #section03_new .inner .sec3_cont li a p{font-size:1.3rem;}

    #section05 .winTitle h2{font-size:2.5rem;}
    #section05 .winTitle h2{padding-bottom:35px;}
    #section05 .winTitle p{font-size:1.5rem;}
    #section05 .winTitle p .win_numb{font-size:3.2rem;}
    #section05 .winTitle p .win_numb:after{height:20px;}
    #section05 .winSwiper ul li{padding:40px 25px;}
    #section05 .winSwiper ul li .win_cont .tit{font-size:1.4rem; margin-bottom:20px;}
    #section05 .winSwiper ul li .win_cont{margin:55px 0;}
    #section05 .winSwiper ul li .win_cate .win_cate_item,
    #section05 .winSwiper ul li .win_cont .date{font-size:1rem;}
    #section05 .winSwiper ul li .win_cont .tit{height:auto;}
    #section05 .winSwiper ul li .win_cate{min-height:auto;}
    .swiper-pagination{
        left: 12.5% !important;
    }
    /**/
    .lawyer-in .overlay .overlay-in>img{
        margin-bottom: 1rem;
    }
    .lawyer-in .overlay .overlay-in h2{
        font-size: 1.3rem;
    }
    .lawyer-in .overlay .overlay-in h2>strong{
        font-size: 1.8rem;
    }
    .lawyer-in .overlay .overlay-in .tag>p{
        width: 26%;
    }
    /**/
    .success-in .auto .boxx .text>h3{
        font-size: 1.2rem;
    }
    .success-in .auto .boxx .text>h4{
        margin-bottom: 3rem;
    }
    /**/
    .success-in .left>h2{
        font-size: 2.8rem;
    }
    /**/
    .contact-in .left>h2{
        font-size: 2.8rem;
    }
    /**/
    .business-in .top .left .text>h2{
        font-size: 2.8rem;
    }
    /**/
    .business-in .bottomarea .boxT .text{
        top: 60%;
    }
    .business-in .bottomarea .boxTT .text{
        top: 60%;
    }
    .business-in .bottomarea .boxT::after{
        border-radius: 26px;
    }
    .business-in .bottomarea .boxTT::after{
        border-radius: 26px;
    }
    .business-in .bottomarea .boxT .icon{
        left: 77%;
    }
    .business-in .bottomarea .boxTT .icon{
        left: 72%;
    }
    .business-in .bottomarea .boxT .text>h3{
        font-size: 1.3rem;
    }
    .business-in .bottomarea .boxTT .text>h3{
        font-size: 1.3rem;
    }
    .business-in .bottomarea .boxTT .text>p{
        font-size: 16px;
    }
    .business-in .bottomarea .boxT .text>p{
        font-size: 16px;
    }
    .business-in .bottomarea .boxT{
        width: calc(100% / 5 - -15px);
        margin: 0 40px;
        margin-top: 3rem;
    }
    .business-in .bottomarea .boxTT{
        width: calc(100% / 5 - -15px);
        margin: 0 40px; 
    }
    /**/
	.foot-inner .bottom .right{
		width: 24%;
	}
    .foot-inner>.top>.right{
		width: 50%;
	}
    .contact-in .left>p {
        font-size: 1.25rem;
        line-height: 2.25rem;
        margin-top: 3rem;
    }
}
@media screen and ( max-width: 1260px ) {
    .side_btn [class*="call-"],
    #scrollButton{width:80px; height:80px;}
    #section01 .slide-inner{width:96%; margin:0 auto;}
    #section01 .slide-inner>h2{font-size:2.7rem;}
    .afterline{font-size:1.9rem;}


    #section02_new .inner{width:92%;}
    #section02_new .inner .point_bg div:first-child{margin-right:30px;}
    #section02_new .inner .point_bg div{padding:15px 55px; font-size:1.5rem;}
    #section02_new .inner .sec2_slogan{font-size:3rem; margin:40px auto 50px;}
    #section02_new .inner .sec2_boxs li{margin-right:20px; padding:40px 10px; box-sizing: border-box;}
    #section02_new .inner .sec2_boxs li .sec2_items_ico{border:2px dotted #cec1cf; margin-bottom:15px; width:95px; height:95px;}

    #section02_new .inner .sec2_boxs li .sec2_items_text .tit{font-size:1.3rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont{font-size:1.7rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont strong{font-size:3rem;}

    .reviewSwiper .swiper-slide a{border-radius: 10px 10px 0 0; height:auto; max-height:400px;}
    .reviewSwiper .swiper-slide .review_cont{padding:10px 20px 20px; border-radius: 0 0 10px 10px;}


    .swiper-button-next{
        top: 73%;
    }
    .swiper-button-prev{
        top: 73%;
    }
    .swiper-pagination{
        top: var(--swiper-pagination-top, 41.5%) !important;
    }
    /**/
    .lawyer-in>.box>.box-text>h2{
        font-size: 1.4rem;
    }
    .lawyer-in>.box>.box-text>h2>strong{
        font-size: 2rem;
    }
    .lawyer-in .overlay .overlay-in h4{
        font-size: 15px;
    }
    .lawyer-in .overlay .overlay-in h2>strong{
        font-size: 1.5rem;
    }
    .lawyer-in .overlay .overlay-in h2 {
        font-size: 1.12rem;
    }
    .lawyer-in .overlay .overlay-in>p {
        line-height: 1.3rem;
        font-size: 16px;
    }
    .lawyer-in .overlay .overlay-in .tag>p{
        width: 32%;
        padding: 8px;
    }
    /**/
    .success-in .left>h4{
        font-size: 16px;
    }
    .success-in .left>h2{
        font-size: 2.6rem;
    }
    .success-in .auto .boxx{
        border-radius: 20px;
    }
    /**/
    .contact-in .left>h4{
        font-size: 16px;
    }
    .contact-in .left>h2{
        font-size: 2.6rem;
    }
    /**/
    .business-in .top .left .text>h4{
        font-size: 16px;
    }
    .business-in .top .left .text>h2{
        font-size: 2.6rem;
    }
    .business-in .bottomarea .boxTT {
        margin: 0 35px;
    }
    .business-in .bottomarea .boxT {
        margin: 0 35px;
        margin-top: 3rem;
    }
    .business-in .bottomarea .boxT:hover::after, .business-in .bottomarea .boxTT:hover::after {
        border-radius: 23px;
    }
    /**/
    .foot-inner>.top>.left p {
        font-size: 15px;
        margin-bottom: 13px;
    }
    .foot-inner>.top>.right>.titl>.one>a{
        font-size: 16px;
    }
    .foot-inner>.top>.right>.titl>.one>ul>li>a{
        font-size: 13px;
    }
    .foot-inner .bottom .right{
        width: 22%;
    }
    .foot-inner .bottom .left>h3{
        font-size: 13px;
    }
    .foot-inner .bottom .right>a{
        font-size: 13px;
    }
}
@media screen and ( max-width: 1120px ) {
    .reviewSwiper .swiper-slide .review_cont .review_info{flex-direction: column;}
    .reviewSwiper .swiper-slide .review_cont .review_info .review_cate{margin:10px 0 0 0;}
    .reviewSwiper .swiper-slide .review_cont .review_info .review_cate,
    .reviewSwiper .swiper-slide .review_cont .review_info + .review_text{font-size:1rem;}

    .swiper-button-next{
        left: 20%;
    }
    .swiper-pagination{
        left: 13.5% !important;
    }
    .lawyer-in>.box>.box-text>h4{
        font-size: 15px;
    }
    .lawyer-in>.box>.box-text>h2{
        font-size: 1.2rem;
    }
    .lawyer-in>.box>.box-text>h2>strong{
        font-size: 1.7rem;
    }
    .lawyer-in .overlay .overlay-in .tag>p {
        width: 34%;
        padding: 6px;
    }
    /**/
    .business-in .bottomarea .boxT .text>h3{
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    .business-in .bottomarea .boxTT .text>h3{
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    .business-in .bottomarea .boxTT .text>p{
        font-size: 14px;
    }
    .business-in .bottomarea .boxT .text>p{
        font-size: 14px;
    }
    .business-in .bottomarea .boxTT .text{
        top: 64%;
    }
    .business-in .bottomarea .boxT .text{
        top: 64%;
    }
    .business-in .bottomarea .boxT {
        width: calc(100% / 5 - -40px);
    }
    .business-in .bottomarea .boxTT {
        width: calc(100% / 5 - -40px);
    }
}
@media screen and ( max-width: 1025px ) {
    #section02_new .inner{width:96%;}
    #section02_new .inner .point_bg div{font-size:1.4rem;}
    #section02_new .inner .sec2_slogan{font-size:2.8rem; line-height:1.3em; margin: 40px auto;}
    #section02_new .inner .sec2_boxs{flex-wrap: wrap;}

    #section02_new .inner .sec2_boxs li{width:calc(50% - 10px); margin-bottom:20px; padding:30px 20px; flex-direction: row; align-items: center; justify-content: flex-start;}
    #section02_new .inner .sec2_boxs li:nth-of-type(2n){margin-right:0;}
    #section02_new .inner .sec2_boxs li .sec2_items_ico{margin-right:20px; margin-bottom:0;}
    #section02_new .inner .sec2_boxs li .sec2_items_text{align-items: flex-start;}

    #section03_new .inner .sec3_cont li{width:calc(25% - 15px); height:auto;}

    #section04 .swiper-wrapper{height:auto;}
    #section04 .lawyerSwiper{display:flex; justify-content: center; align-items: center; }
    #section04 .lawyerSwiper .swiper-wrapper li{flex-direction: column; padding:0 60px;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_left{width:70%; margin-bottom:20px;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right{max-width:100%;display: flex; flex-direction: column;
        align-items: center;
    }
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_mid{font-size:1.6rem; text-align: center}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top p{display:none;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate{justify-content: center;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_cate{display:none;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3 strong{font-size:2.5rem;}
    #section04 .lawyerSwiper div[class*="lawyerBtn_"],
    #section05 .winSwiper div[class*="winBtn_"]{width:50px; height:50px;}


    #section05{background-size:cover; background-position:75% 50%;}
    #section05 .winTitle h2{font-size:2.2rem;}
    #section05 .winTitle p{font-size:1.2rem; background:#d6d2da; padding:0 20px 10px 20px; border-radius: 30px;}
    #section05 .winTitle p .win_numb{font-size:2.8rem;}
/*    #section05 .winSwiper{padding:0 70px;}*/
    #section05 .winSwiper ul li .win_cont{margin:45px 0;}
    #section05 .winSwiper ul li .win_cont .tit{font-size:1.2rem;}
/*    #section05 .winSwiper:before{width:70px;}*/
/*    #section05 .winSwiper:after{position:absolute;width:70px; top: 0; height: 100%; right: 0; z-index: 9; background: #d6d2da; content: '';}*/

    #section_review .inner .main_review_tit h3{font-size:1.7rem; width:90%; text-align: center; word-break: break-all;}
     #section_review .inner .main_review_tit h3 br{display:block;}
    #section_review .inner .main_review_tit p{font-size:1rem;}

.contact-in .right{width:100%;}
.contact-in .left>p{display:none;}
.contact-in .right .right_form{left:10%;}

    .loop-img{
        top: 37%;
        left: 41%;
    }
    .swiper-button-next{
        top: 60%;
        left: 30%;
    }
    .swiper-button-prev{
        top: 60%;
    }
    .swiper-pagination {
        top: var(--swiper-pagination-top, 17.5%) !important;
        left: 18.5% !important;
    }
    /**/
    .lawyer-in{
        display: block;
    }
    .lawyer-in>.box:nth-child(1),.lawyer-in>.box:nth-child(2),.lawyer-in>.box:nth-child(3),.lawyer-in>.box:nth-child(4),.lawyer-in>.box:nth-child(5){
        height: 20vh;
    }
    .lawyer-in>.box:nth-child(1){
        background: url(../../img/main/lawyer01_m.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box:nth-child(2){
        background: url(../../img/main/lawyer02_m.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box:nth-child(3){
        background: url(../../img/main/lawyer03_m.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box:nth-child(4){
        background: url(../../img/main/lawyer04_m.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
	 .lawyer-in>.box:nth-child(5){
        background: url(../../img/main/lawyer05_m.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box>.box-text{
        text-align: left;
        z-index: 1;
        left: 57%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .lawyer-in>.box>.box-text>h4 {
        font-size: 20px;
    }
    .lawyer-in>.box>.box-text>h2 {
        font-size: 1.5rem;
    }
    .lawyer-in>.box>.box-text>h2>strong {
        font-size: 2.2rem;
    }
    .lawyer-in .overlay{
        flex-direction: row;
    }
    .lawyer-in .overlay .overlay-in{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 90%;
        justify-content: space-between;
    }
    .lawyer-in .overlay .overlay-in>img{
        display: none;
    }
    .lawyer-in .overlay .overlay-in h4{
        display: none;
    }
    .lawyer-in .overlay .overlay-in h2{
        display: none;
    }
    .lawyer-in .overlay .overlay-in span{
        display: none;
    }
    .lawyer-in .overlay .overlay-in>p{
        display: none;
    }
    .lawyer-in .overlay .overlay-in .tag{
        display: none;
    }
    .lawyer-in .overlay .overlay-in .go_btn{
        position: absolute;
        right: 10%;
    }
    /**/
    .success-in{
        flex-direction: column;
        align-items: center;
    }
    .success-in .left{
        margin-top: 0;
        text-align: center;
        margin-bottom: 5rem;
    }
    .success-in .auto{
        max-width: 100%;
    }
    .success-in .auto .boxx{
        width: 239px !important;
    }
    .success-in .left .more{
        justify-content: center;
    }
    /**/
    .contact-in .right .right_form>form {
        max-width: 480px;
    }
    .contact-in .right .right_form>form label{
        font-size: 16px;
    }
    input[type="text"], input[type="email"], input[type="tel"], select, textarea {
        font-size: 16px;
    }
    select option{
        font-size: 16px;
    }
    input::placeholder{
        font-size: 16px;
    }
    textarea::placeholder{
        font-size: 16px;
    }
    .contact-in .right .right_form .finish>input{
        font-size: 1.1rem;
    }
    /**/
    .business-in .bottomarea .boxT{
        width: calc(25% - -70px);
        margin: 0 20px;
        margin-top: 3rem;
    }
    .business-in .bottomarea .boxTT{
        width: calc(25% - -70px);
        margin: 0 20px;
    }
    .business-in .bottomarea .boxTT .text>p,.business-in .bottomarea .boxT .text>p {
        font-size: 15px;
    }
    .contact-in .left{
        width: 25%;
    }
}
@media screen and ( max-width: 860px ) {
    .margin_side{margin:0 5px;}

    #section01 .slide-inner>h2{font-size:2.2rem;}
    .typing{white-space:break-spaces;}
    .afterline{font-size:1.4rem;}

    
    .side_btn{bottom:10px; right:10px;}
    .side_btn [class*="call-"] > a img{display:none;}
    .side_btn [class*="call-"] > a span{margin:0;}
    .side_btn [class*="call-"],
    #scrollButton{width:60px; height:60px;}
    #scrollButton img{width:35%;}


    #section02_new .inner .sec2_slogan{font-size:2.5rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .tit{font-size:1.125rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont{font-size:1.5rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont strong{font-size:2.5rem;}


    #section03_new .inner .sec3_tit{margin-bottom:30px;}
    #section03_new .inner .sec3_cont{justify-content: space-between;}
    #section03_new .inner .sec3_cont li{height:100px;}
    #section03_new .inner .sec3_cont li a{padding:50px 15px; align-items: center; justify-content: center;}
    #section03_new .inner .sec3_cont li a p{font-size:1.025rem; margin-bottom:0; text-align: center;}
    #section03_new .inner .sec3_cont li a .cate_arrow{display:none;}
    #section03_new .inner .sec3_cont li{width:calc(33.3333% - 8px); margin: 0 0 12px 0; }
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3 strong{font-size:2rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_top h3{font-size:1rem;}
    #section04 .lawyerSwiper .swiper-wrapper li .sec4_right .sec4_mid{font-size:1.2rem; margin:20px 40px;}
    #section04 .lawyerSwiper .lawyer_pagination{ bottom:20px; }
    #section04 .lawyerSwiper .swiper-wrapper{margin:40px 0;}



    #section05 .winSwiperWrap,
    #section04 .lawyerSwiper .swiper-wrapper li,
    .reviewWrapper{padding:0;}
    #section04 .lawyerSwiper div[class*="lawyerBtn_"],
     #section05 div[class*="winBtn_"],
     .reviewWrapper div[class*="review-button"] {display:none;}
    #section05 .winSwiper ul li{padding:30px 20px;}
    #section05 .winSwiper ul li .win_cont{margin:20px 0 30px;}
    #section05 .winTitle{margin-bottom:30px;}

    .swiper-button-next{
        left: 25%;
    }
    .swiper-pagination{
        left: 15% !important;
    }

    .success-in .auto .boxx{
        width: 291px !important;
    }
    /**/
    .contact{
        height: auto;
    }
    .contact-in{
        flex-direction: column;
        align-items: center;
    }
    .contact-in .left{
        width: 100%;
    }
    .contact-in>.left{
        text-align: center;
        margin-bottom: 3rem;
    }
    .contact-in .left>h4{
        color: #23419a;
    }
    .contact-in .left>h2{
        color: #fff;
    }
    .contact-in .left>p{
        color: #000;
        opacity: 1;
        margin-top: 1rem;
    }
    .contact-in .right{
      
        width: 100%;
        height: auto;
        
/*        border-radius: 0;*/
position:static; z-index:1;
    }
    .contact-in .right:before{display:none;}
    .contact-in .right .right_form{
        position: static;
          padding:30px;
          box-sizing:border-box;

    }
    .contact-in .right .right_form>form{
        max-width: 90%;
        margin: 0 auto;
    }
    .contact-in .right .right_form>form label{
        color: #fff;
    }
    input[type="text"], input[type="email"], input[type="tel"], select, textarea {
        color: #8a8c93;
    }
    input::placeholder{
        color: #8a8c93;
    }
    textarea::placeholder{
        color: #8a8c93;
    }
    .contact-in .right .right_form .finish>input:hover{
        background-color: #23419a;
        color: #fff;
    }
    /**/
    .business-in .bottomarea .boxTT,
    .business-in .bottomarea .boxT {
        width: calc(48% - 20px); /* 2개 요소가 보이도록 조정 */
    }
    /**/
    .foot-inner>.top{
        align-items: flex-end;
    }
    .foot-inner>.top>.left{
        padding-left: 0;
    }
    .foot-inner>.top>.left p{
        padding-left: 0;
    }
    .foot-inner>.top>.right>.titl{
        flex-direction: column;
        align-items: center;
    }
    .foot-inner>.top>.right>.titl>li>ul{
        display: none;
    }
    .foot-inner .bottom .right{
        width: 35%;
    }
    .business-in .bottomarea .boxTT .text>p{
        font-size: 16px;
    }
    .business-in .bottomarea .boxT .text>p{
        font-size: 16px;
    }
    .business-in .bottomarea .boxTT .text>h3 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .business-in .bottomarea .boxT .text>h3 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .business-in .bottomarea .boxT {
        margin: 0 10px;
        margin-top: 3rem;
    }
    .business-in .bottomarea .boxTT{
        margin: 0 10px;
    }

}
@media screen and ( max-width: 690px ) {

    #section01 .slide-inner>h2{font-size:1.8rem;}
    .afterline{font-size:1.2rem;}

    #section02_new .inner .sec2_boxs li .sec2_items_ico img{width:40%;}
    #section_review .inner .main_review_tit h3{font-size:1.5rem;}
    #section02_new{padding:0 0 60px;}
    #section03_new,
    #section05{padding:50px 0;}
    #section_review{padding:60px 0 50px;}
    #section_review .inner{margin:0 auto;}
    #section02_new .inner .point_bg div{font-size:1.2rem;}
    #section02_new .inner .sec2_slogan{font-size:2.3rem;margin:30px auto 40px;}
    #section02_new .inner .sec2_boxs li{width:calc(50% - 5px); margin-right:10px; margin-bottom:10px; padding:15px; flex-direction: column;}
    #section02_new .inner .sec2_boxs li .sec2_items_ico{width:64px; height:64px; margin-right:0; margin-bottom:15px;}
    #section02_new .inner .sec2_boxs li .sec2_items_ico:before{width:calc(100% - 6px); height:calc(100% - 6px);}
    #section02_new .inner .sec2_boxs li .sec2_items_text{align-items: center;}
/*    #section02_new .inner .sec2_boxs li .sec2_items_text .tit{font-size:1.025rem;}*/
#section02_new .inner .sec2_boxs li .sec2_items_text .cont{font-size:1.2rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont strong{font-size:2rem;}

    #section03_new .inner .sec3_tit h3{font-size:1.5rem;}
/*    #section05 {background:#d6d2da}*/
    #section05 .winTitle h2{font-size:2.5rem; background:#d6d2da; padding:5px 5px 35px 5px;}
/*   #section03_new .inner .sec3_cont li{width:calc(50% - 15px);}*/
   #section05 .winTitle p{padding:0 10px 5px 10px}
   #section05 .winTitle p .win_numb{font-size:2.5rem;}
   #section05 .winTitle p .win_numb:after{height:13px;}
   #section03_new .inner{max-width:96%;}



    .swiper-button-next {
        left: 28%;
    }
    /**/
    .lawyer-in>.box>.box-text>h4{
        font-size: 18px;
    }
    .lawyer-in>.box>.box-text>h2{
        font-size: 1.2rem;
    }
    .lawyer-in>.box>.box-text>h2>strong{
        font-size: 1.8rem;
    }
    .lawyer-in .overlay .overlay-in .go_btn{
        right: 7%;
    }
    /**/
    .success-in .auto .boxx{
        width: 201px !important;
    }
    .success-in .left>h4{
        font-size: 15px;
    }
    .success-in .left>h2{
        font-size: 2rem;
    }
    /**/
    .contact-in .left>h4{
        font-size: 15px;
    }
    .contact-in .left>h2{
        font-size: 2rem;
    }
    .contact-in .left>p{
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .contact-in .right .right_form>form .dot>p{
        font-size: 16px;
    }
    .contact-in .right .right_form>form label{
        font-size: 15px;
    }
    input[type="text"], input[type="email"], input[type="tel"], select, textarea {
        font-size: 15px;
    }
    input::placeholder{
        font-size: 15px;
    }
    textarea::placeholder{
        font-size: 15px;
    }
    .contact-in .right .right_form .finish>input{
        font-size: 1rem;
    }
    select option{
        font-size: 15px;
    }
    /**/
    .business-in .top .left .text>h4{
        font-size: 15px;
    }
    .business-in .top .left .text>h2{
        font-size: 2rem;
    }
    .business-in .bottomarea .boxTT,
    .business-in .bottomarea .boxT {
        width: calc(50% - 20px); /* 2개 요소가 보이도록 조정 */
    }
    .business-in .bottomarea .boxT .text,.business-in .bottomarea .boxTT .text{
        top: 50%;
    }
    /**/
    .foot-inner .bottom .right>a{
        font-size: 11px;
    }
    .foot-inner .bottom .right {
        width: 37%;
    }
    .foot-inner .bottom .left>h3{
        font-size: 11px;
    }
    .foot-inner>.top>.right{
        display: none;
    }
    .foot-inner>.top>.left>img{
        width: 140px;
        margin-bottom: 1rem;
    }
}
@media screen and ( max-width: 490px ) {
    #section02_new .inner .point_bg div:first-child{margin-right:5px;}
    #section02_new .inner .point_bg div{font-size:1rem; padding:12px 25px;}
    #section02_new .inner .sec2_slogan{font-size:1.6rem; margin: 20px auto 40px;}
/*    #section02_new .inner .sec2_boxs li{width:100%; margin-right:0; margin-bottom:10px; padding:15px 10px; flex-direction: row; align-items: center; justify-content: flex-start;}
    #section02_new .inner .sec2_boxs li:nth-of-type(2n){margin-right:0;}
    #section02_new .inner .sec2_boxs li .sec2_items_ico{margin-right:20px; margin-bottom:0;}
    #section02_new .inner .sec2_boxs li .sec2_items_text{align-items: flex-start;}*/
    #section02_new .inner .sec2_boxs li .sec2_items_text .tit{font-size:1rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont{font-size:1.125rem;}
    #section02_new .inner .sec2_boxs li .sec2_items_text .cont strong{font-size:1.8rem;}

    #section03_new .inner .sec3_tit{display:flex; flex-direction: column;}
    #section03_new .inner .sec3_tit h3{margin-bottom: 10px;}

    #section05 .winTitle h2{font-size:1.4rem;}
    #section05 .winTitle p{font-size:1rem;}
    #section05 .winTitle p .win_numb{font-size:1.4rem;}


    #section01{
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .loop-img {
        top: 31%;
        left: 23%;
    }
    .swiper-button-prev{
        top: 70%;
    }
    .swiper-button-next{
        top: 70%;
    }
    .swiper-button-next{
        left: 40%;
    }
    .swiper-pagination{
        left: 21% !important;
        top: var(--swiper-pagination-top, 35%) !important;
    }

   
	.side_btn{
        display: none;
	}
    /**/
    .lawyer-in>.box:nth-child(1){
        background: url(../../img/main/lawyer01_m2.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box:nth-child(2){
        background: url(../../img/main/lawyer02_m2.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box:nth-child(3){
        background: url(../../img/main/lawyer03_m2.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box:nth-child(4){
        background: url(../../img/main/lawyer04_m2.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
	.lawyer-in>.box:nth-child(5){
        background: url(../../img/main/lawyer05_m2.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }
    .lawyer-in>.box>.box-text>h4{
        font-size: 17px;
    }
    .lawyer-in>.box>.box-text>h2{
        font-size: 1.1rem;
    }
    .lawyer-in>.box>.box-text>h2>strong{
        font-size: 1.5rem;
    }
    /**/
    #section03{
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .success-in{
        position: absolute;
    }
    .success-in .left{
        margin-bottom: 3rem;
    }
    .success-in .left>h4{
        font-size: 14px;
    }
    .success-in .left>h2{
        font-size: 1.8rem;
    }
    .success-in .auto .boxx{
        width: 205px !important;
    }
    /**/
    .contact{
        padding: 80px 0 80px 0;
    }
    .contact-in>.left{
        margin-bottom: 3rem;
    }
    .contact-in .right .right_form>form{
        max-width: 100%;
    }
    .contact-in .left>h4{
        font-size: 14px;
    }
    .contact-in .left>h2{
        font-size: 1.8rem;
    }
    .contact-in .right .right_form>form label{
        white-space: nowrap;
    }
    input[type="checkbox"]:checked + label:after{
        top: 37px;
    }
    /**/
    .business{
        padding: 100px 0 150px 0;
        overflow-x: hidden;
    }
    .business-in .top{
        margin-bottom: 3rem;
        flex-direction: column;
        align-items: center;
    }
    .business-in .top .left .text>h4{
        font-size: 14px;
    }
    .business-in .top .left .text>h2{
        font-size: 1.8rem;
    }
    .business-in .top .left .text .more{
        justify-content: center;
    }
    .business-in .top .right .but{
        display: flex;
        align-items: center;
    }
    .business-in .top .right{
        position: absolute;
        bottom: 400px;
    }
    .business-in .bottomarea{
        position: relative;
    }
    .business-in .bottomarea .boxTT, .business-in .bottomarea .boxT{
        width: calc(60% - 42px);   
    }
    .business-in .bottomarea .boxTT{
        margin: 0 9px;
    }
    .business-in .bottomarea .boxT{
        margin: 2rem 9px 0 9px;
    }
    .business-in .bottomarea .boxTT .text>p,.business-in .bottomarea .boxT .text>p{
        display: none;
    }
    .business-in .bottomarea .boxT .text>h3,.business-in .bottomarea .boxTT .text>h3{
        margin-bottom: 0;
        font-size: 1.12rem;
    }
    .business-in .bottomarea .boxTT .text,.business-in .bottomarea .boxT .text{
        top: 75%;
        left: 10%;
    }
    .business-in .bottomarea .boxT::after,.business-in .bottomarea .boxTT::after {
        border-radius: 15px;
    }
    .business-in .bottomarea .boxT .icon,.business-in .bottomarea .boxTT .icon{
        left: 70%;
    }
    .business-in .bottomarea .boxT:hover::after, .business-in .bottomarea .boxTT:hover::after{
        border-radius: 16px;
    }
    /**/
    .foot-inner{
		padding-top: 10%;
        padding-bottom: 10%;
	}
    .foot-inner>.top>.left p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .foot-inner .bottom{
		padding: 5% 0 4% 0;
	}
    .foot-inner .bottom .right{
        display: none;
    }
}