/**
 * Created by PhpStorm.
 * Date         : 2021-11-12
 * Developer    : SeHwan Hwang
 * Description  : wp_responsive.css
 * ⓒ 2021. WebPlanet Co. All Rights Reserved.
 */

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
 */
/**********************************************************************************************************************/


@media (max-width: 1500px) {

/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .cm_inner {
    padding: 0 15px;
}
.wp_wrap #sub02>.cm_inner02 {
    padding: 0 15px;
}
.wp_wrap .cm_inner02 {
    padding: 0 15px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
/* m_visual */
.wp_wrap .m_visual .control_box {
    left: 15px;
}

/* #m_about */
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide {
    width:550px;
    height: 550px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide .img_slide_inner {
    width: 400px;
    height: 400px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide.slick-active .img_slide_inner {
    width: 500px;
    height: 500px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::before{
    top: 0px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::after{
    bottom: 0;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .tit,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit,
.wp_wrap #m_news .news_inner .top .lt .tit  {
    font-size: 70px;
    margin-bottom: 15px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .desc {
    margin-bottom: 40px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .desc br{
    display: none;
}

/* #m_news */
.wp_wrap #m_news .news_inner .bot{
    width: 100%;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
/* #sub01 */
.wp_wrap #sub01 .sub01_inner .contents .itm .img_box {
    height: 650px;
}
.wp_wrap #sub01 .sub01_inner .contents .acc01 p {
    font-size: 90px;
}




/* #sub03 */
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}


/* 8week */
.wp_wrap #week .ex {
    font-size: 25px;
}
.wp_wrap #week .week_box:after {
    display: none;
}
.wp_wrap #week .week_box .right {
    width: 60%;
}
.wp_wrap #week .week_box .left {
    width: 40%;
}
.wp_wrap #week .week_box {
    gap: 0;
}
.wp_wrap #week .week_box .right .tit {
    font-size: 33px;
    text-align: start;
}

/**********************************************************************************************************************/
}








@media (max-width: 1400px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap #m_about {
    padding: 180px 0 ;
}
/**********************************************************************************************************************/
}









@media (max-width: 1200px) {
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner nav .gnb .m_list {
    width: 120px;
}
.wp_wrap header .h_inner nav .gnb .m_list>a {
    font-size: 18px;
    padding: 39.5px 0;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer {
    padding: 40px 0;
}
.wp_wrap footer .f_inner .top {
    gap: 50px;
    padding-bottom: 20px;
}
.wp_wrap footer .f_inner .bot .f_info {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
}
.wp_wrap footer .f_inner .bot .f_info p::after{
    display: none;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual .m_slider .mv_slide .shadow .slider_inner .txt_box .mv_mtit {
    font-size: 60px;
}
.wp_wrap .fix_form {
    display: none;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .desc {
    margin-bottom: 10px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box {
    width: 380px;
    height: 310px;
    padding-top: 25px;
    padding-left: 20px;
    top: 30%;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box .name {
    font-size: 25px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box>p {
    font-size: 18px;
    margin-bottom: 5px;
}
.wp_wrap #m_news>.cm_inner {
    flex-direction: column;
}
.wp_wrap #m_news .left {
    width: 100%;
}
.wp_wrap #m_news .left .bot {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}
.wp_wrap #m_news .left .bot .ex>br {
    display: none;
}
.wp_wrap #m_news .right {
    margin: 0 auto;
}








.wp_wrap #m_about .about_inner {
    align-items: flex-start;
    flex-direction: column;
    gap:80px
}
.wp_wrap #m_about .about_inner .lt,
.wp_wrap #m_about .about_inner .rt{
    width: 100%;
}
.wp_wrap #m_about .about_inner .rt .img_slider .slick-slide {
    margin: 0 -70px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .slick-list {
    margin: 0 0px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide {
    width: 450px;
    height: 450px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide.slick-active .img_slide_inner {
    width: 400px;
    height: 400px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide .img_slide_inner {
    width: 300px;
    height: 300px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::after {
    right: 100px;
    bottom: 25px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::before {
    top: 25px;
    left: 100px;
}



.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .more a {
    font-size: 15px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .tit {
    font-size: 30px;
    margin-bottom: 10px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .mintit {
    font-size: 19px;
    margin-bottom: 3px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .desc br {
    display: none;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box {
    bottom: 0;
    left: 0;
    width: auto;
    padding: 15px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.img_box {
    height: 530px;
}




/* #m_news */
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner {
    padding: 50px 30px 30px 30px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .mintit {
    font-size: 20px;
    margin-bottom: 10px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .category {
    padding: 13px 15px;
    font-size: 16px;
    left: 20px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .tit {
    font-size: 28px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .desc {
    font-size: 17px;
    margin-bottom: 30px;
    height: 82px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .date {
    font-size: 17px;
    margin-bottom: 25px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .more a {
    font-size: 17px;
    padding: 17px 0;
}
.wp_wrap #m_news .news_inner .bot .news_slider .slick-slide {
    margin: 20px 10px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .slick-list {
    margin: 0 -10px;
}
.wp_wrap #m_news .news_inner .top .rt {
    gap: 5px;
}
.wp_wrap #m_news .news_inner .top .rt button i {
    font-size: 25px;
    padding: 10px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_main .txt_box .inner_box .sm_tit {
    font-size: 50px;
    margin-bottom: 10px;
}

.wp_wrap .tit_box .s_tit {
    font-size: 70px;
    margin-bottom: 15px;
}



/* #sub01 */
.wp_wrap #sub03 .sub03_inner .tit_box, 
.wp_wrap #sub02 .sub02_inner .tit_box, 
.wp_wrap #sub01 .sub01_inner .tit_box {
    margin-bottom: 90px;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .img_box {
    width: 100%;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .txt_box {
    position: relative;
    width: 100%;
    bottom: 0;
}
.wp_wrap #sub01 .sub01_inner .contents .itm.itm01 {
    margin-bottom: 0;
}
.wp_wrap #sub01 .sub01_inner .contents .itm.itm02 {
    margin-top: 0;
}
.wp_wrap #sub01 .sub01_inner .contents .itm.itm03 {
    margin-top: 0;
    margin-bottom: 0;
}
.wp_wrap #sub01 .sub01_inner .contents .acc01 {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
}
.wp_wrap #sub01 .sub01_inner .contents .acc01 p {
    font-size: 65px;
    text-align: right;
}
.wp_wrap #sub01 .sub01_inner .contents {
    gap: 40px 30px;
}
.wp_wrap #sub01 .sub01_inner .contents .itm {
    width: 48%;
    position: relative;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .img_box {
    height: 345px;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .txt_box {
    padding: 30px 20px;
    height: auto;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .txt_box .tit {
    font-size: 33px;
    margin-bottom: 10px;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .txt_box .desc {
    font-size: 16px;
}



/* #sub02 */
.wp_wrap #sub02 .sub02_inner .contents .img_box {
    height: 485px;
}
.wp_wrap #sub02 .sub02_inner .contents {
    gap: 80px 30px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box {
    padding: 30px 20px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .history li {
    font-size: 16px;
    margin-bottom: 3px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .mintit {
    font-size: 20px;
    margin-bottom: 3px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .tit {
    font-size: 30px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .history {
    margin-bottom: 30px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .more a {
    padding: 15px 0;
    font-size: 15px;
}
/* #sub02_01 */
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .tit {
    font-size: 45px;
    margin-bottom: 30px;
}
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .cont .peo_pf li {
    font-size: 16px;
    font-family: var(--font-pre500);
}







/* #sub03  */
.wp_wrap #sub03 .sub03_inner .itms {
    grid-template-columns: repeat(3,1fr);
}
/* #sub03_01 */
.wp_wrap #sub03_01 .sub03_01_inner .contents .top .img_box {
    margin-bottom: 30px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms .cate_itm .itm_inner .name p {
    font-size: 21px;
}
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .cont .cont_tit {
    font-size: 25px;
    margin-bottom: 15px;
}
/* #sub03_02 */
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .img_box {
    height: 370px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box .desc {
    font-size: 17px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box .tit {
    font-size: 43px;
    margin-bottom: 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list {
    grid-template-columns: repeat(3,1fr);
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .img_box {
    height: 430px;
    margin-bottom: 20px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .lt .tit {
    font-size: 20px;
    margin-bottom: 0;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .lt .desc {
    font-size: 30px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .rt .rt_inner a {
    width: 50px;
    height: 50px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .rt .rt_inner a i {
    font-size: 33px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}



/* sub01 */
.wp_wrap #sub01 .tit {
    font-size: 60px;
    margin-bottom: 20px;
}

/* sub02 */
.wp_wrap #sub02 .bot .img_list {
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

/* sub03 */
.wp_wrap #sub03 .bot .bot_list>.img_box {
    width: 35%;
}


/* introduction */
.wp_wrap #introduction .intro_list>li .intro_box .img_box {
    width: 50%;
}
.wp_wrap #introduction .intro_list>li .intro_box .txt_box {
    width: 50%;
}
/**********************************************************************************************************************/

}











@media (max-width: 992px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .cm_sec {
    padding: 120px 0;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .mlogo {
    min-width: unset;
    width: 160px;
}
.wp_wrap header .h_inner nav .gnb{
    display: none;
}
.wp_wrap .ful_mnu{
    display: none;
}
.wp_wrap header .mo_mnu{
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 65px);
    height: 100vh;
    background: #fff;        
    padding: 90px 0 0 0;
    transition: 0.5s;
    border-left: 1px solid #ddd;
    margin-right: auto;
    z-index: 1000;
}
.wp_wrap header .mo_mnu.on{
    right: 0;
}
/* 모바일메뉴 닫기버튼 */
.wp_wrap header .mo_mnu .close_icon .icon_box{
    position: absolute;
    top: 30px;
    right: 30px;
    background: #fff;
    border: none;
    outline: none;
}
.wp_wrap header .mo_mnu .close_icon .icon_box i{
    font-size: 20px;
    padding: 5px;
    border: 1px solid rgb(81,81,81);
    font-weight: 700;
    color: rgb(81,81,81);;
}
/* 모바일메뉴 */
.wp_wrap header .h_inner .momnu_icon {
    padding: 32px 0;
}
.wp_wrap header .mo_mnu .mo_gnb {
    display: flex;
    flex-direction: column;
    width: 100%;
}    
.wp_wrap header .mo_mnu .mo_gnb>li{
    text-align: center;
    position: relative;
    flex: 1;
    border-bottom: 1px solid #ddd;
}
.wp_wrap header .mo_mnu .mo_gnb>li:first-child{
    border-top: 1px solid #ddd;
}
.wp_wrap header .mo_mnu .mo_gnb>li>a{
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #333;
    position: relative;
    top: 0;
    background: #fff;
    font-size: 18px;
    font-family: var(--font-pre500);
}
.wp_wrap header .mo_mnu .mo_gnb .mo_sub_mnu{        
    position: relative;
    top: 0;
    padding: 0;
    background: #f8f8f8;
    display: none;
}
.wp_wrap header .mo_mnu .mo_gnb .mo_sub_mnu>li{
    text-align: center;
    background: #f8f8f8;
}
.wp_wrap header .mo_mnu .mo_gnb .mo_sub_mnu>li:last-child{
    border-bottom: none;
}
.wp_wrap header .mo_mnu .mo_gnb .mo_sub_mnu>li>a{
    display: inline-block;
    padding: 15px 0;
    font-size: 17px;
}

.wp_wrap header .mnu_bg {
    height: 90px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_inner .top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap #m_lawyer .lawyer_inner .per_list {
    flex-direction: column;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .img_box {
    width: 40%;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .img_box>img {
    width: 100%;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box {
    left: 30%;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li:nth-child(2) .per_box .img_box  {
    margin-left: 570px;
}
.wp_wrap #m_news .right {
    width: 50%;
}














/* m_visual */
.wp_wrap .m_visual .m_slider .mv_slide {
    height: 650px;
}
.wp_wrap .m_visual .m_slider .mv_slide .shadow .slider_inner .txt_box .mv_mtit {
    font-size: 50px;
}
.wp_wrap .m_visual .control_box .slick-dots li button {
    width: 8px;
    height: 8px;
}
.wp_wrap .m_visual .control_box .slick-dots li.slick-active button {
    width: 70px;
    border-radius: 8px;
}



/* #m_about */
.wp_wrap #m_about {
    padding: 100px 0;
}


.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .tit,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit,
.wp_wrap #m_news .news_inner .top .lt .tit  {
    font-size: 57px;
    margin-bottom: 15px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .more a {
    padding: 13px 22px;
    font-size: 16px;
}




/* #m_lawyer */
.wp_wrap #m_lawyer .lawyer_inner .top {
    padding: 140px 0 50px 0;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.img_box {
    height: 400px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo {
    opacity: 1;
    background: rgb(255 255 255 / 0);
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .tit {
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .desc{
    display: none;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .mintit {
    font-size: 16px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .more a {
    padding: 12px 20px;
    font-size: 13px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .more a {
    color: #fff;
    background: #41464b;
}

/* #m_news */
.wp_wrap #m_news .news_inner .top {
    align-items: flex-start;
    flex-direction: column;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_main {
    height: 350px;
}
.wp_wrap .sub_main .txt_box .inner_box .sm_tit {
    font-size: 40px;
}
.wp_wrap .sub_main .txt_box .inner_box .sm_desc {
    font-size: 18px;
}

.wp_wrap .tit_box .s_tit {
    font-size: 55px;
    margin-bottom: 10px;
}


/* #sub03 */
.wp_wrap #sub03 .sub03_inner .tit_box, 
.wp_wrap #sub02 .sub02_inner .tit_box, 
.wp_wrap #sub01 .sub01_inner .tit_box {
    margin-bottom: 60px;
}
.wp_wrap .tit_box .s_desc {
    font-size: 16px;
}
.wp_wrap #sub01 .sub01_inner .contents .itm {
    width: 46%;
}
.wp_wrap #sub01 .sub01_inner .contents {
    gap: 60px 30px;
}



/* #sub02 */
.wp_wrap #sub02 .sub02_inner .contents .img_box {
    height: 400px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box {
    padding: 25px 20px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .mintit {
    font-size: 16px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .tit {
    font-size: 25px;
    margin-bottom: 15px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .history li {
    font-size: 15px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .history {
    margin-bottom: 20px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box .more a {
    padding: 13px 0;
    font-size: 14px;
}
.wp_wrap #sub02 .sub02_inner .contents {
    gap: 40px 20px;
}



/* #sub03 */
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .more a {
    padding: 15px 0;
    font-size: 15px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner {
    height: auto;
    padding: 20px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner>p {
    font-size: 22px;
    margin-bottom: 17px;
}

/* #sub03_01 */
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms {
    gap: 15px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms .cate_itm .itm_inner .name p {
    font-size: 19px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .top .txt_box {
    font-size: 17px;
}

/* #sub03_02 */
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .line {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .img_box, 
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box {
    width: 100%;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .line:nth-child(even) .txt_box{
    order: 2;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner {
    padding: 50px 25px 30px 25px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .category {
    left: 25px;
    padding: 18px
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .mintit {
    font-size: 22px;
    margin-bottom: 10px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .tit {
    font-size: 30px;
    margin-bottom: 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .desc {
    font-size: 17px;
    margin-bottom: 25px;
    height: 82px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .more a {
    font-size: 16px;
    padding: 15px 0;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .date {
    font-size: 17px;
    margin-bottom: 25px;
}









/* sub01 */
.wp_wrap #sub01 .tit {
    font-size: 50px;
}
.wp_wrap #sub01 .ex {
    font-size: 25px;
    margin-bottom: 0;
}


/* sub02 */
.wp_wrap #sub02 .top .per .right .info_box .name {
    margin-bottom: 75px;
}
.wp_wrap #sub02 .top .info_img .img_list.last {
    gap: 30px;
}
.wp_wrap #sub02 .bot .per .right .info_box .name {
    margin-bottom: 93px;
}
.wp_wrap #sub02 .top .per:after {
    display: none;
}
.wp_wrap #sub02 .top .per {
    gap: 90px;
}
.wp_wrap #sub02 .bot .per {
    gap: 90px;
}
.wp_wrap #sub02 .top .per .right .info_box .info_list>li>p {
    font-size: 23px;
}
.wp_wrap #sub02 .top .per .right .info_box .slo {
    font-size: 20px;
}
.wp_wrap #sub02 .top .per .right {
    width: 50%;
}
.wp_wrap #sub02 .bot .per .right {
    width: 50%;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li>p {
    font-size: 23px;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li .last {
    font-size: 20px;
}
.wp_wrap #sub02 .bot .per:after {
    display: none;
}
.wp_wrap #sub02 .bot .img_list {
    grid-template-columns: repeat(3, 1fr);
}


/* sub03 */
.wp_wrap #sub03 .top .img_list>li .img_box>p {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold';
}


/* 8week */
.wp_wrap #week .ex {
    font-size: 23px;
}
.wp_wrap #week .week_box .left>p {
    font-size: 40px;
}
.wp_wrap #week .week_box .right .tit {
    font-size: 28px;
}
.wp_wrap #week .week_box .right .ex>p {
    font-size: 18px;
}


/* introduction */
.wp_wrap #introduction .intro_list>li .intro_box .txt_box .name {
    font-size: 30px;
}


/* inquiry */
.wp_wrap #inquiry .form_box>form {
    flex-direction: column;
}
.wp_wrap #inquiry .form_box .left {
    width: 100%;
}
.wp_wrap #inquiry .form_box .right {
    width: 100%;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_last_line {
    padding-left: 0;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_last_line .agr_box {
    justify-content: center;
}
.wp_wrap #inquiry .form_box .right .form_wrap .btn {
    justify-content: center;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_line {
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_line .form_inp {
    width: 100%;
}
.wp_wrap #inquiry .img_box>p {
    bottom: -5%;
}
/**********************************************************************************************************************/
}











@media (max-width: 768px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .cm_sec {
    padding: 80px 0;
}
.wp_wrap .cm_sec02 {
    padding: 60px 0;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .momnu_icon .icon_box {
    gap: 6px;
    width: 30px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer {
    padding: 30px 0;
}
.wp_wrap footer .f_inner .top {
    gap: 20px;
}
.wp_wrap footer .f_inner .top .fmenu li a {
    font-size: 16px;
}
.wp_wrap footer .f_inner .bot .f_info p {
    font-size: 16px;
}
.wp_wrap footer .f_inner .bot .copyright {
    font-size: 15px;
}
.wp_wrap footer .f_inner .top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap #m_lawyer .lawyer_inner .per_list>li:nth-child(2) .per_box .img_box {
    margin-left: 440px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box {
    top: 20%;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li:nth-child(2) .per_box .info_box {
    left: 15%;
}
.wp_wrap #m_news .left .top .tit {
    font-size: 65px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide {
    height: 400px;
}















/* m_visual */
.wp_wrap .m_visual .m_slider .mv_slide .shadow .slider_inner .txt_box{
    text-align: center;
}
.wp_wrap .m_visual .m_slider .mv_slide .shadow .slider_inner .txt_box .mv_stxt {
    font-size: 18px;
}
.wp_wrap .m_visual .m_slider .mv_slide .shadow .slider_inner .txt_box .mv_mtit {
    margin-bottom: 7x;
    font-size: 40px;
}
.wp_wrap .m_visual .control_box {
    left: 50%;
    top: auto;
    bottom: 20px;
    transform: translate(-50% , -50%);
}
.wp_wrap .m_visual .scr_box{
    display: none;
}

/* #m_about */
.wp_wrap #m_about {
    padding: 80px 0 100px 0;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .tit,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit,
.wp_wrap #m_news .news_inner .top .lt .tit  {
    font-size: 50px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .desc,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .desc,
.wp_wrap #m_news .news_inner .top .lt .desc  {
    font-size: 17px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .desc br,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .desc br,
.wp_wrap #m_news .news_inner .top .lt .desc br{
    display: none;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide {
    width: 350px;
    height: 350px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide.slick-active .img_slide_inner {
    width: 320px;
    height: 320px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide .img_slide_inner {
    width: 200px;
    height: 200px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::before {    
    width: 12px;
    height: 12px;
    top: 22px;
    left: 75px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::after {    
    width: 12px;
    height: 12px;
    right: 75px;
    bottom: 22px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .slick-slide {
    margin: 0 -70px;
}


/* #m_lawyer */
.wp_wrap #m_lawyer .lawyer_inner .bot {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.img_box {
    height: 540px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_main {
    height: 300px;
}

.wp_wrap .tit_box .s_tit {
    font-size: 50px;
    margin-bottom: 10px;
}
.wp_wrap .tit_box .s_desc br{
    display: none;
}


/* #fix_menu */
.wp_wrap #fix_menu .menu_inner>div {
    padding: 15px 0;
}
.wp_wrap #fix_menu .menu_inner {
    display: flex;
    align-items: center;
}
.wp_wrap #fix_menu .menu_inner .first {
    width: 10%;
}
.wp_wrap #fix_menu .menu_inner .second,
.wp_wrap #fix_menu .menu_inner .third{
    width: 45%;
}
.wp_wrap #fix_menu .menu_inner .second .m_top, 
.wp_wrap #fix_menu .menu_inner .third .m_top {
    width: 100%;
    justify-content: space-between;
}
.wp_wrap #fix_menu .menu_inner .second .m_top p, 
.wp_wrap #fix_menu .menu_inner .third .m_top p {
    margin-right: 0;
    min-width: 150px;
    justify-content: flex-start;
}
.wp_wrap #fix_menu .menu_inner .second .second_menu, 
.wp_wrap #fix_menu .menu_inner .third .third_menu {
    top: 69px;
}
.wp_wrap #fix_menu .menu_inner .third {
    min-width: unset;
}
.wp_wrap #fix_menu .menu_inner .first {
    min-width: unset;
}



/* #sub01  */
.wp_wrap #sub01 .sub01_inner .contents .acc01{
   display: none;
}
.wp_wrap #sub03 .sub03_inner .tit_box, 
.wp_wrap #sub02 .sub02_inner .tit_box, 
.wp_wrap #sub01 .sub01_inner .tit_box {
    margin-bottom: 40px;
}
.wp_wrap #sub01 .sub01_inner .contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px 0;
}
.wp_wrap #sub01 .sub01_inner .contents .itm {
    width: 100%;
}

/* #sub02  */
.wp_wrap #sub02 .sub02_inner .contents {
    grid-template-columns: repeat(2, 1fr);
}
/* #sub02_01  */
.wp_wrap #sub02_01 .sub02_01_inner {
    flex-direction: column;
    align-items: flex-start;
}
.wp_wrap #sub02_01 .sub02_01_inner .lt {
    width: 90%;
    margin: 0 auto;
}
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .cont:last-child {
    margin-bottom: 80px;
}



/* #sub03 */
.wp_wrap #sub03 .sub03_inner .itms {
    grid-template-columns: repeat(2,1fr);
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .img_bg .icon_box {
    width: 80px;
    height: 80px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .img_bg .icon_box img{
    width: 55%;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner>p {
    font-size: 20px;
    margin-bottom: 20px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .more a {
    padding: 13px 0;
    font-size: 14px;
}


/* #sub03_01 */
.wp_wrap #sub03_01 .sub03_01_inner .contents .top .img_box {
    height: 360px;
    margin-bottom: 25px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .top .txt_box {
    font-size: 16px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms .cate_itm .itm_inner {
    padding: 15px 20px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms .cate_itm .itm_inner .name p {
    font-size: 16px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .top {
    margin-bottom: 40px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms {
    grid-template-columns: repeat(2,1fr);
}

/* #sub03_02 */
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box {
    padding: 0 10px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .line {
    margin-bottom: 40px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top, 
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid {
    margin-bottom: 80px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list {
    grid-template-columns: repeat(2,1fr);
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .tit {
    margin-bottom: 40px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .tit {
    font-size: 26px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .mintit {
    font-size: 19px;
    margin-bottom: 5px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .desc {
    font-size: 16px;
    margin-bottom: 25px;
    height: 78px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner {
    padding: 50px 15px 25px 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news {
    gap: 15px 20px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .category {
    padding: 15px 10px;
}





/* sub01 */
.wp_wrap #sub01 {
    padding-bottom: 120px;
}
.wp_wrap #sub01 .tit {
    font-size: 40px;
}
.wp_wrap #sub01 .ex {
    padding-left: 0;
    font-size: 23px;
}


/* sub02 */
.wp_wrap #sub02 .tit {
    font-size: 45px;
}
.wp_wrap #sub02 .top .per {
    flex-direction: column;
}
.wp_wrap #sub02 .top .per .left .img_box>img {
    margin: 0 auto;
}
.wp_wrap #sub02 .top .per {
    gap: 0;
}
.wp_wrap #sub02 .top .per .right {
    width: 100%;
}
.wp_wrap #sub02 .top .per .right .info_box {
    width: 100%;
    background: #F1F1F1;
    padding-bottom: 50px;
    padding-left: 20px;
}
.wp_wrap #sub02 .top .per .right .info_box .name {
    margin-bottom: 30px;
}
.wp_wrap #sub02 .top .per .right .info_box .info_list>li>p {
    margin-bottom: 5px;
}
.wp_wrap #sub02 .bot .per {
    flex-direction: column;
    gap: 0;
}
.wp_wrap #sub02 .bot .per .left .img_box>img {
    margin: 0 auto;
}
.wp_wrap #sub02 .bot .per .right {
    width: 100%;
}
.wp_wrap #sub02 .bot .per .right .info_box {
    width: 100%;
    background: #F1F1F1;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
}
.wp_wrap #sub02 .bot .per .right .info_box .name {
    margin-bottom: 30px;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li>p {
    margin-bottom: 5px;
}


/* sub03 */
.wp_wrap #sub03 .top .tit {
    font-size: 45px;
}
.wp_wrap #sub03 .top .img_list {
    column-gap: 60px;
}
.wp_wrap #sub03 .bot .tit {
    font-size: 45px;
}
.wp_wrap #sub03 .bot .bot_list>.img_box {
    display: none;
}
.wp_wrap #sub03 .bot .bot_list .stu>li .stu_box>p {
    font-size: 18px;
}


/* 8week */
.wp_wrap #week .tit {
    font-size: 45px;
}
.wp_wrap #week .ex {
    font-size: 20px;
    margin-bottom: 100px;
}
.wp_wrap #week .ex>br {
    display: none;
}
.wp_wrap #week .week_box .left>img {
    width: 50%;
}
.wp_wrap #week .week_box .left>p {
    font-size: 35px;
}
.wp_wrap #week .week_box {
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.wp_wrap #week .week_box .right {
    width: 100%;
}
.wp_wrap #week .week_box {
    margin-bottom: 100px;
}
.wp_wrap #week .week_list>li .week_inner .info>p {
    font-size: 20px;
}
.wp_wrap #week .week_list>li .week_inner .info {
    padding: 30px 0;
    padding-left: 10px;
}
.wp_wrap #week .week_list>li .week_inner .info:after {
    left: -6%;
}
.wp_wrap #week .week_list>li .week_inner .info::before {
    left: -6%;
}


/* introduction */
.wp_wrap #introduction .tit {
    font-size: 45px;
    margin-bottom: 80px;
}
.wp_wrap #introduction .intro_list>li .intro_box {
    flex-direction: column;
}
.wp_wrap #introduction .intro_list>li .intro_box .img_box {
    width: 100%;
}
.wp_wrap #introduction .intro_list>li .intro_box .txt_box {
    width: 100%;
    padding-top: 0;
}
.wp_wrap #introduction .intro_list>li .intro_box.second {
    flex-direction: column-reverse;
}


/* inquiry */
.wp_wrap #inquiry .tit {
    font-size: 45px;
    margin-bottom: 80px;
}
.wp_wrap #inquiry .img_box>p {
    font-size: 65px;
}
.wp_wrap #inquiry .form_box .left .tit {
    font-size: 35px;
}
.wp_wrap #inquiry .form_box .left {
    height: auto;
    padding-bottom: 50px;
}
.wp_wrap #inquiry .form_box .right .tit {
    font-size: 35px;
}
/**********************************************************************************************************************/

}











@media (max-width: 576px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/

/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .mlogo {
    width: 140px;
}
.wp_wrap header .h_inner .momnu_icon .icon_box .short {
    display: none;
}
.wp_wrap header .h_inner .momnu_icon .icon_box .mid {
    width: 100%;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_inner .top .fmenu li a {
    font-size: 15px;
}
.wp_wrap footer .f_inner .top .fmenu {
    gap: 5px 20px;    
    flex-wrap: wrap;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap #m_lawyer .lawyer_inner {
    padding-top: 120px;
    padding-bottom: 60px;
}
.wp_wrap #m_lawyer .lawyer_inner .tit_box {
    margin-bottom: 50px;
}
.wp_wrap #m_lawyer .lawyer_inner .tit_box .tit {
    font-size: 45px;
    margin-bottom: 0;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li:nth-child(2) .per_box .info_box {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li:nth-child(2) .per_box .img_box {
    margin-left: 0;
}
.wp_wrap #m_news .left .top .tit {
    font-size: 55px;
}
.wp_wrap #m_news .left .bot {
    padding: 40px;
}
.wp_wrap #m_news .left .bot .tit {
    font-size: 30px;
}
.wp_wrap #m_news .left .bot .s_tit {
    font-size: 20px;
    margin-bottom: 5px;
}













/* #m_about */
.wp_wrap #m_about .about_inner {
    gap: 65px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .tit,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit,
.wp_wrap #m_news .news_inner .top .lt .tit {
    font-size: 45px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide {
    width: 250px;
    height: 250px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide.slick-active .img_slide_inner {
    width: 220px;
    height: 220px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide .img_slide_inner {
    width: 150px;
    height: 150px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .slick-slide {
    margin: 0 0 0 -90px ;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::before {
    top: 13px;
    left: 55px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .img_slide::after {
    right: 55px;
    bottom: 13px;
}







/* #m_lawyer */
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.img_box {
    height: 440px;
}
.wp_wrap #m_lawyer .lawyer_inner .top {
    padding: 100px 0 50px 0;
}






/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .tit_box .s_tit {
    font-size: 45px;
    margin-bottom: 10px;
}




/* #fix_menu */
.wp_wrap #fix_menu .menu_inner .second .m_top p, 
.wp_wrap #fix_menu .menu_inner .third .m_top p {
    min-width: 90px;
}
.wp_wrap #fix_menu .menu_inner .second .m_top, 
.wp_wrap #fix_menu .menu_inner .third .m_top {
    padding: 0 15px
}



/* #sub02 */
.wp_wrap #sub02 .sub02_inner .contents {
    grid-template-columns: repeat(1, 1fr);
}
.wp_wrap #sub02 .sub02_inner .contents .img_box {
    height: 600px;
}
.wp_wrap #sub02 .sub02_inner .contents {
    gap: 30px;
}

/* #sub02_01 */
.wp_wrap #sub02_01 .sub02_01_inner .lt {
    width: 100%;
}
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .tit {
    font-size: 40px;
    margin-bottom: 25px;
}
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .mintit {
    font-size: 18px;
    margin-bottom: 5px;
}
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .cont .cont_tit {
    font-size: 20px;
    margin-bottom: 10px;
}
.wp_wrap #sub02_01 .sub02_01_inner .rt .txt_box .cont .peo_pf li {
    font-size: 15px;
}





/* #sub03_01 */
.wp_wrap #sub03_01 .sub03_01_inner .contents .top .txt_box {
    font-size: 15px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .top .img_box {
    height: 280px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms .cate_itm .itm_inner {
    padding: 15px 10px;
}


/* #sub03_02 */
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .img_box {
    height: 370px;
    margin-bottom: 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .lt .tit {
    font-size: 18px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .lt .desc {
    font-size: 28px;
}




/* sub01 */
.wp_wrap .sub_main .txt_box .inner_box .sm_tit {
    font-size: 35px;
}
.wp_wrap #sub01 .tit {
    font-size: 35px;
    text-align: center;
}
.wp_wrap #sub01 .ex {
    font-size: 20px;
}

/* sub02 */
.wp_wrap #sub02 .tit {
    font-size: 40px;
}
.wp_wrap #sub02 .top .per .right .info_box .name {
    font-size: 45px;
}
.wp_wrap #sub02 .top .per .right .info_box .info_list>li>p {
    font-size: 20px;
}
.wp_wrap #sub02 .top .per {
    margin-bottom: 80px;
}
.wp_wrap #sub02 .top .info_img .img_list>li>p {
    font-size: 20px;
    margin-top: 15px;
}
.wp_wrap #sub02 .bot .per .right .info_box .name {
    font-size: 45px;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li>p {
    font-size: 20px;
}
.wp_wrap #sub02 .bot .img_list {
    column-gap: 20px;
}


/* sub03 */
.wp_wrap #sub03 .top .tit {
    font-size: 40px;
    margin-bottom: 80px;
}
.wp_wrap #sub03 .top .img_list>li .img_box>p {
    font-size: 18px;
}
.wp_wrap #sub03 .top .img_list {
    column-gap: 30px;
    row-gap: 30px;
}
.wp_wrap #sub03 .top {
    margin-bottom: 120px;
}
.wp_wrap #sub03 .bot .tit {
    font-size: 40px;
    margin-bottom: 80px;
}
.wp_wrap #sub03 .bot .bot_list .stu>li .stu_box {
    border-radius: 20px;
    padding-left: 10px;
    gap: 5px;
}
.wp_wrap #sub03 .bot .bot_list .stu>li .stu_box>img {
    width: 5%;
}


/* 8week */
.wp_wrap #week .tit {
    font-size: 40px;
    margin-bottom: 80px;
}
.wp_wrap #week .week_box .right .tit {
    font-size: 25px;
}
.wp_wrap #week .week_list>li .week_inner {
    gap: 40px;
}
.wp_wrap #week .week_list>li .week_inner .number>p {
    font-size: 60px;
}


/* introduction */
.wp_wrap #introduction .tit {
    font-size: 40px;
}
.wp_wrap #introduction .map_box .info_box .info_txt>p {
    font-size: 18px;
}


/* inquriy */
.wp_wrap #inquiry .tit {
    font-size: 40px;
}
.wp_wrap #inquiry .img_box>p {
    font-size: 55px;
}
.wp_wrap #inquiry .img_box {
    border-radius: 0;
}
.wp_wrap #inquiry .form_box .left .tit {
    font-size: 30px;
}
.wp_wrap #inquiry .form_box .left .ex {
    margin-bottom: 50px;
}
.wp_wrap #inquiry .form_box .right .tit {
    font-size: 30px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_last_line .agr_box>span {
    font-size: 17px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_last_line input[type="checkbox"] + label {
    font-size: 17px;
}
/**********************************************************************************************************************/
}











@media (max-width: 420px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .mlogo {
    width: 120px;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_inner .bot .f_info p {
    font-size: 14px;
}
.wp_wrap footer .f_inner .top {
    padding-bottom: 15px;
    gap: 10px;
}
.wp_wrap footer .f_inner .bot .f_info {
    padding: 15px 0;
}
.wp_wrap footer .f_inner .top .fmenu li a {
    font-size: 14px;
}
.wp_wrap footer .f_inner .bot .copyright {
    font-size: 13px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .desc, .wp_wrap #m_lawyer .lawyer_inner .top .txt_box .desc, .wp_wrap #m_news .news_inner .top .lt .desc {
    margin-bottom: 5px;
}
.wp_wrap #m_lawyer .lawyer_inner {
    padding-top: 60px;
}
.wp_wrap #m_lawyer .lawyer_inner .tit_box .tit {
    font-size: 40px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .img_box {
    width: 50%;
    margin: 0 auto;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box {
    height: 295px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li:nth-child(2) .per_box .img_box {
    width: 50%;
    margin: 0 auto;
}
.wp_wrap #m_news .left .bot {
    padding: 20px;
}
.wp_wrap #m_news .right {
    display: none;
}
.wp_wrap #m_news {
    padding-bottom: 80px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide {
    height: 330px;
}
















/* m_visual */
.wp_wrap .m_visual .m_slider .mv_slide {
    height: 550px;
}



/* #m_about */
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .small_tit {
    font-size: 22px;
    margin-bottom: 5px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .tit,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit,
.wp_wrap #m_news .news_inner .top .lt .tit {
    font-size: 40px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .desc,
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .desc,
.wp_wrap #m_news .news_inner .top .lt .desc {
    font-size: 15px;
}
.wp_wrap #m_about .about_inner .rt .img_slider .slick-slide {
    margin: 0px 0 0 -80px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .more a {
    padding: 12px 21px;
    font-size: 14px;
}



/*  #m_lawyer */
.wp_wrap #m_lawyer .lawyer_inner .top {
    padding: 80px 0 30px 0;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.img_box {
    height: 300px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box {
    padding: 10px 15px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .mintit {
    font-size: 14px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .tit {
    font-size: 21px;
    margin-bottom: 10px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .more a {
    padding: 10px 20px;
    font-size: 13px;
}




/*  */
.wp_wrap #m_news .news_inner .top {
    margin-bottom: 40px;
}
.wp_wrap #m_news .news_inner .top .rt button i {
    font-size: 18px;
    padding: 7px;
}
.wp_wrap #m_news .news_inner .top .lt .desc {
    font-size: 17px;
    margin-bottom: 14px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner {
    padding: 45px 15px 30px 15px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .desc {
    font-size: 15px;
    margin-bottom: 20px;
    height: 74px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .tit {
    font-size: 23px;
    margin-bottom: 15px;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .more a {
    font-size: 15px;
    padding: 15px 0;
}
.wp_wrap #m_news .news_inner .bot .news_slider .news_slide .slide_inner .txt_box .date {
    font-size: 15px;
    margin-bottom: 20px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
/* 서브공통 */
.wp_wrap .tit_box .s_tit {
    font-size: 43px;
    margin-bottom: 10px;
}
.wp_wrap .tit_box .s_desc {
    font-size: 15px;
}


/* sub_main */
.wp_wrap .sub_main .txt_box .inner_box .sm_desc {
    font-size: 15px;
}
.wp_wrap .sub_main .txt_box .inner_box .sm_tit {
    font-size: 33px;
}


/* #fix_menu */
.wp_wrap #fix_menu .menu_inner .second .second_menu>li>a, 
.wp_wrap #fix_menu .menu_inner .third .third_menu>li>a {
    font-size: 14px;
}
.wp_wrap #fix_menu .menu_inner .second .second_menu,
.wp_wrap #fix_menu .menu_inner .third .third_menu {
    padding: 15px 10px;
}


/* #sub02 */
.wp_wrap #sub02 .sub02_inner .contents .img_box {
    height: 500px;
}
.wp_wrap #sub02 .sub02_inner .contents .his_box {
    padding: 20px 10px;
}




/* #sub03 */
.wp_wrap #sub03 .sub03_inner .itms {
    gap: 15px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .img_bg .icon_box {
    width: 60px;
    height: 60px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .img_bg .icon_box img {
    width: 50%;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner>p {
    font-size: 17px;
    margin-bottom: 15px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .more a {
    padding: 10px 0;
    font-size: 13px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner {
    padding: 20px 10px;
}





/* #sub03_01 */
.wp_wrap #sub03_01 .sub03_01_inner .tit_box, .wp_wrap #sub03_02 .sub03_02_inner .tit_box {
    margin-bottom: 20px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .top .img_box {
    height: 230px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms .cate_itm .itm_inner .icon i {
    font-size: 15px;
}
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms {
    gap: 10px;
}


/* #sub03_02 */
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list {
    grid-template-columns: repeat(1,1fr);
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .img_box {
    height: 460px;
    margin-bottom: 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .lt .desc {
    font-size: 33px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box .tit {
    font-size: 37px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot>.tit,
 .wp_wrap #sub03_02 .sub03_02_inner .contents .mid>.tit, 
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box .tit {
    font-size: 40px;
}




/* sub01 */
.wp_wrap .sub_main .txt_box .inner_box .sm_tit {
    font-size: 25px;
    margin-bottom: 0;
}
.wp_wrap #sub01 .tit {
    font-size: 30px;
}
.wp_wrap #sub01 .img_box {
    border-radius: 20px;
    margin-bottom: 20px;
}
.wp_wrap #sub01 .ex {
    font-size: 18px;
}


/* sub02 */
.wp_wrap #sub02 .tit {
    font-size: 35px;
    text-align: center;
}
.wp_wrap #sub02 .top .per .right .info_box .slo>br {
    display: none;
}
.wp_wrap #sub02 .top {
    margin-bottom: 120px;
}
.wp_wrap #sub02 .bot .per {
    margin-bottom: 80px;
}
.wp_wrap #sub02 .top .per .right .info_box .slo {
    font-size: 18px;
}
.wp_wrap #sub02 .top .per .right .info_box .info_list>li>p {
    font-size: 18px;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li>p {
    font-size: 18px;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li .last {
    font-size: 18px;
}
.wp_wrap #sub02 .bot .per .right .info_box {
    padding-right: 20px;
}


/* sub03 */
.wp_wrap #sub03 .top .tit {
    font-size: 35px;
}
.wp_wrap #sub03 .top .img_list {
    grid-template-columns: repeat(1, 1fr);
}
.wp_wrap #sub03 .bot .tit {
    font-size: 35px;
}
.wp_wrap #sub03 .bot .bot_list .stu>li .stu_box {
    padding: 20px 10px;
}
.wp_wrap #sub03 .bot .bot_list .stu>li .stu_box>p {
    font-size: 15px;
}
.wp_wrap #sub03 .bot .bot_list {
    margin-bottom: 0;
}


/* 8week */
.wp_wrap #week .tit {
    font-size: 35px;
}
.wp_wrap #week .ex {
    font-size: 18px;
}
.wp_wrap #week .week_box .left {
    width: 100%;
}
.wp_wrap #week .week_box .left>img {
    width: 30%;
}
.wp_wrap #week .week_box .right .ex>p>br {
    display: none;
}
.wp_wrap #week .week_list>li .week_inner {
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.wp_wrap #week .week_list>li .week_inner .info::before {
    display: none;
}
.wp_wrap #week .week_list>li .week_inner .info::after {
    display: none;
}
.wp_wrap #week .week_list>li .week_inner .number {
    align-items: end;
    flex-direction: row;
    gap: 5px;
}
.wp_wrap #week .week_list>li .week_inner .number>p {
    line-height: 0.7;
}
.wp_wrap #week .week_list>li .week_inner .info>p {
    font-size: 18px;
}
.wp_wrap #week .week_list>li .week_inner .info {
    padding: 20px 0;
    padding-left: 10px;
    border-radius: 0;
}


/* introduction */
.wp_wrap #introduction .tit {
    font-size: 35px;
}
.wp_wrap #introduction .intro_list>li .intro_box .txt_box .name {
    margin-bottom: 15px;
}
.wp_wrap #introduction .map_box .tit {
    font-size: 30px;
    margin-bottom: 20px;
}
.wp_wrap #introduction .intro_list>li .intro_box .txt_box .name {
    font-size: 23px;
}


/* inquiry */
.wp_wrap #inquiry .tit {
    font-size: 35px;
}
.wp_wrap #inquiry .img_box>p {
    font-size: 40px;
}
.wp_wrap #inquiry .form_box .left {
    padding: 20px;
    border-radius: 0;
}
.wp_wrap #inquiry .form_box .left .tit {
    font-size: 25px;
}
.wp_wrap #inquiry .form_box .left .ex {
    font-size: 18px;
}
.wp_wrap #inquiry .form_box .left .info>p {
    font-size: 18px;
}
.wp_wrap #inquiry .form_box .right {
    padding: 20px;
    border-radius: 0;
}
.wp_wrap #inquiry .form_box .right .tit {
    font-size: 25px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_line .form_tit {
    width: 100%;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_line .form_tit .txt {
    font-size: 18px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .btn>button {
    font-size: 18px;
    width: 230px;
    padding: 20px 0;
}
.wp_wrap #introduction .map_box .info_box {
    flex-direction: column;
    gap: 20px;
}
.wp_wrap #introduction .map_box .info_box>a {
    width: 100%;
    height: unset;
    padding: 10px;
    box-sizing: border-box;
}

/**********************************************************************************************************************/
}











@media (max-width: 375px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box>p {
    font-size: 16px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box .last {
    margin-bottom: 20px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box>a {
    font-size: 18px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box .last2 {
    margin-bottom: 50px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box {
    height: 265px;
}
.wp_wrap #m_news .left .top .ex {
    font-size: 16px;
}
.wp_wrap #m_news .left .bot .ex {
    font-size: 16px;
}

.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .tit, .wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit, .wp_wrap #m_news .news_inner .top .lt .tit {
    font-size: 35px;
}
.wp_wrap #m_lawyer .lawyer_inner .tit_box .tit {
    font-size: 35px;
}




/* #m_lawyer */
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.img_box {
    height: 270px;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .mintit {
    display: none;
}
.wp_wrap #m_lawyer .lawyer_inner .bot .peo_itm>.hide_peo .inner_box .txt_box .tit {
    font-size: 18px;
}
.wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit{
    font-size: 36px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
/* 서브공통 */
.wp_wrap .tit_box .s_tit {
    font-size: 40px;
}



/* #sub01 */
.wp_wrap #sub01 .sub01_inner .contents .itm .txt_box {
    padding: 25px 20px;
    height: auto;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .txt_box .tit {
    font-size: 27px;
    margin-bottom: 10px;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .txt_box .desc {
    font-size: 15px;
}
.wp_wrap #sub01 .sub01_inner .contents .itm .img_box {
    height: 300px;
}




/* #sub02 */
.wp_wrap #sub02 .sub02_inner .contents .img_box {
    height: 430px;
}


/* #sub03 */
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner {
    padding: 10px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner>p {
    font-size: 15px;
    margin-bottom: 10px;
}
.wp_wrap #sub03 .sub03_inner .itms .itm .itm_inner .more a {
    padding: 8px 0;
}




/* #sub03_01 */
.wp_wrap #sub03_01 .sub03_01_inner .contents .bot .cate_itms {
    grid-template-columns: repeat(1,1fr);
}

/* #sub03_02 */
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .line {
    gap: 20px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot>.tit,
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid>.tit, 
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box .tit {
    font-size: 35px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .top .txt_box .desc {
    font-size: 15px;
}
/**********************************************************************************************************************/

}











@media (max-width: 320px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit_box .s_tit {
    font-size: 34px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_inner .top .fmenu {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px 0;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual .m_slider .mv_slide .shadow .slider_inner .txt_box .mv_mtit {
    font-size: 35px;
}
.wp_wrap .m_visual .m_slider .mv_slide .shadow .slider_inner .txt_box .mv_stxt {
    font-size: 16px;
    line-height: 1.3;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide .tit, .wp_wrap #m_lawyer .lawyer_inner .top .txt_box .tit, .wp_wrap #m_news .news_inner .top .lt .tit {
    font-size: 30px;
}
.wp_wrap #m_lawyer .lawyer_inner .tit_box .tit {
    font-size: 30px;
}
.wp_wrap #m_lawyer .lawyer_inner .tit_box .ex {
    font-size: 16px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box>p {
    font-size: 15px;
}
.wp_wrap #m_lawyer .lawyer_inner .per_list>li .per_box .info_box .last2 {
    margin-bottom: 35px;
}
.wp_wrap #m_news .left .top .ex {
    font-size: 15px;
}
.wp_wrap #m_news .left .bot .ex {
    font-size: 15px;
}
.wp_wrap #m_news .left .bot>a {
    font-size: 15px;
}
.wp_wrap #m_news .left .top .tit {
    font-size: 45px;
}
.wp_wrap #m_about .about_inner .lt .txt_slider .txt_slide {
    height: 315px;
}
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
/* 서브공통 */
.wp_wrap #sub03 .sub03_inner .tit_box, .wp_wrap #sub02 .sub02_inner .tit_box, .wp_wrap #sub01 .sub01_inner .tit_box {
    margin-bottom: 30px;
}
.wp_wrap #fix_menu .menu_inner .second .m_top p, .wp_wrap #fix_menu .menu_inner .third .m_top p {
    font-size: 13px;
}


/* #sub02 */
.wp_wrap #sub02 .sub02_inner .contents .img_box {
    height: 370px;
}


/* #sub03_02 */
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .img_box {
    height: 400px;
    margin-bottom: 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .lt .desc {
    font-size: 28px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .rt .rt_inner a i {
    font-size: 28px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .mid .peo_list .list .txt_box .rt .rt_inner a {
    width: 43px;
    height: 43px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .tit {
    margin-bottom: 30px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .category {
    padding: 10px;
    font-size: 15px;
    left: 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner {
    padding: 30px 15px 25px 15px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .mintit {
    font-size: 17px;
    margin-bottom: 5px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .tit {
    font-size: 24px;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .more a {
    font-size: 15px;
    padding: 13px 0;
}
.wp_wrap #sub03_02 .sub03_02_inner .contents .bot .news .news_itm .itm_inner .txt_box .date {
    font-size: 15px;
    margin-bottom: 20px;
}




/* sub01 */
.wp_wrap #sub01 .tit {
    font-size: 25px;
}
.wp_wrap #sub01 .ex {
    font-size: 16px;
}

/* sub02 */
.wp_wrap #sub02 .tit {
    font-size: 30px;
    margin-bottom: 50px;
}
.wp_wrap #sub02 .top .per .right .info_box .name {
    font-size: 40px;
}
.wp_wrap #sub02 .top .per .right .info_box .blue {
    font-size: 20px;
    margin-bottom: 0;
}
.wp_wrap #sub02 .top .per .right .info_box .info_list>li>p {
    font-size: 16px;
}
.wp_wrap #sub02 .top .per .right .info_box .slo {
    font-size: 16px;
}
.wp_wrap #sub02 .top .info_img .img_list>li>p {
    font-size: 15px;
    margin-top: 5px;
}
.wp_wrap #sub02 .bot .per .right .info_box .name {
    font-size: 40px;
}
.wp_wrap #sub02 .bot .per .right .info_box .blue {
    font-size: 20px;
    margin-bottom: 0;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li>p {
    font-size: 16px;
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li .last {
    font-size: 16px;
}
.wp_wrap #sub02 .bot .img_list {
    grid-template-columns: repeat(2, 1fr);
}
.wp_wrap #sub02 .bot .per .right .info_box .info_list>li .last {
    font-size: 13px;
}
.wp_wrap #sub02 .bot .per .right .info_box {
    padding-left: 10px;
    padding-right: 10px;
}
.wp_wrap #sub02 .top .per .right .info_box {
    padding-left: 10px;
}


/* sub03 */
.wp_wrap #sub03 .top .tit {
    font-size: 30px;
    margin-bottom: 50px;
}
.wp_wrap #sub03 .bot .tit {
    font-size: 30px;
    margin-bottom: 50px;
}
.wp_wrap #sub03 .bot .bot_list .stu>li .stu_box>p {
    font-size: 13px;
}


/* 8week */
.wp_wrap #week .tit {
    font-size: 30px;
    margin-bottom: 50px;
}
.wp_wrap #week .ex {
    font-size: 16px;
}
.wp_wrap #week .week_box .left>p {
    font-size: 25px;
}
.wp_wrap #week .week_box .right .tit {
    font-size: 23px;
}
.wp_wrap #week .week_box .right .ex>p {
    font-size: 16px;
}
.wp_wrap #week .week_list>li .week_inner .info>p {
    font-size: 16px;
}


/* introduction */
.wp_wrap #introduction .tit {
    font-size: 30px;
    margin-bottom: 50px;
}
.wp_wrap #introduction .intro_list>li .intro_box .txt_box>p {
    font-size: 16px;
}
.wp_wrap #introduction .map_box .info_box {
    flex-direction: column;
    gap: 20px;
}


/* inquiry */
.wp_wrap #inquiry .tit {
    font-size: 30px;
    margin-bottom: 50px;
}
.wp_wrap #inquiry .img_box>p {
    font-size: 25px;
}
.wp_wrap #inquiry .form_box .left .ex {
    font-size: 16px;
}
.wp_wrap #inquiry .form_box .left .info>p {
    font-size: 16px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_line .form_tit .txt {
    font-size: 16px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_last_line .agr_box>span {
    font-size: 13px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_last_line input[type="checkbox"] + label {
    font-size: 13px;
}
.wp_wrap #inquiry .form_box .right .form_wrap .form_last_line .agr_box {
    align-items: center;
}
/**********************************************************************************************************************/
}
