@charset "utf-8";

/*------------------------------------------------------------
**
** Default
**
--------------------------------------------------------------*/
.site-logo {
	padding: 10px 0;
}
.navbar-brand .site-logo-m img {
	max-width: 250px;
	height: 50px;
}
.btn-login .nav-link {
	padding-top: 0;padding-bottom: 0;
	line-height: 80px;
	color: #fff;
}
.btn-login button.nav-link {
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.modal-dialog .modal-title {font-size: 20px;}
.modal-dialog .modal-body {padding: 1.5rem;}
.modal-dialog .modal-body .check-box,
.modal-dialog .modal-body .check-box a {
	font-size: 13px;
	color: #888;
}
.modal-dialog .modal-body .input-group .form-control {
	font-size: 14px;
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
}
.modal-dialog .modal-footer .btn-kso {
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}

/*------------------------------------------------------------
**
** GNB
**
--------------------------------------------------------------*/
.kso-header.sps {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 500;
}
.kso-header.sps.sticky {
    background-color: rgba(42,46,60,.8);
}

#gnb {overflow: hidden;}
#gnb > li{
	display:block;float: left;
	position: relative;
	margin-left: -1px;
}
#gnb > li > a{
	display: block;
    font-size: 18px;
	line-height: 80px;
	color: #fff;
}
#gnb > li a {padding-left: 1em;}
#gnb > li > ul{
	position:absolute;
	padding: 10px 0 0 0;
	width: 100%;height: 100%;height: 220px;
	border-left: 1px solid rgba(0,0,0,0.03);
	border-right: 1px solid rgba(0,0,0,0.03);
	z-index: 99;
}
/* 
#gnb > li:hover > ul,
#gnb > li > ul:hover {background-color: rgba(255,255,255,0.05);} 
*/
#gnb > li > ul > li a {
	display:block;
	font-size: 14px;
    font-weight: 600;
	letter-spacing: -.9px;
	color: #666;
    margin-bottom: 10px;
    word-break: keep-all;
    max-width: 120px;
}
#gnbBg {
	position:absolute;left:0;top:80px;
	width:100%;height: 0;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 2;
}
#gnbBg .gnbBg-top {
    position: relative;
    width: 100%;
    height: 100%;
}
#gnbBg .gnb-bgimg {
    position: relative;
	opacity: 0;
    height: 100%;
    background-size: 300px auto;
	background-repeat: no-repeat;
	background-position: 6rem top;
    -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease;
}
#gnbBg.active .gnb-bgimg {
    opacity: 1;
}
#gnbBg .top_bg {
    transform: translateX(-200px);
}




.btn-bars {
	float: right;margin-right: -15px;
    width: 80px;height: 80px;
    line-height: 80px;text-align: center;
    cursor: pointer;
}

.section-bottom {
    position: relative;
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-footer.jpg);
}
.section-bottom h3 {
    font-weight: 300;
    line-height: 1.4;
    color: #111;
}
.section-bottom h3>b{
    font-weight: bold;
}


/* menu
--------------------------------------------------------*/
.navigation .nav-menu > li > a {color: #70798b;}


/*fixed*/
.fixed-nav {
    position: fixed;
    left: 0;bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #212A31;
    z-index: 3;
}
.fixed-nav a {
    width: 50%;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.3);
}  
.fixed-nav a.talktalk {
	background-repeat: no-repeat;
	background-image: url(../img/talktalk.png);
    background-position: 0 48%;
    padding-left: 30px;
}

.quick_main {
    padding: 1rem 0;
    width: 100px;
    text-align: center;
}
.quick_main ul {
	padding: 0;
	list-style: none;
}	
.quick_main li {
    padding: 1rem 5px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;    
}   
.quick_main li figure { 
    margin-bottom: 0;
}
.quick_main li a,
.quick_main li i,
.quick_main li svg {
    color: #053863;
}
.quick_main .scroll-btn,
.quick_main #quickfirst {
    color: #fff;
    background-color: #15225d;
    border-color: #15225d;
}

/* slide
--------------------------------------------------------*/
video {
  height: 100vh;
  width: 100%;
  object-fit: fill;
  position: absolute;
}
.kso-promotion {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.owl-slide .item-caption h1 {
    text-align: center;
	margin-bottom: 1.5rem;font-size: 3.5rem;
	text-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.owl-slide .item-caption {
    top: auto;
    bottom: 20%;
}

.owl-slide .btn-outline-light:hover {border-color: transparent;}

.player-caption {
    position: absolute;
    width: 100%;height: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    top: 0;
}
.player-caption h1 {
    line-height: 1.4;
    font-size: 50px;
    font-weight: 600;
}
.front-txt {
    display: flex;
    position: absolute;
    left: 0;bottom: 4rem;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #fff;
    z-index: 1;
}
.front-txt>div {
    margin: 0 1rem;
    font-size: 20px;
}

#owl-certifi.w-50 {
    width: 652px !important;
}
#owl-certifi.owl-theme .owl-nav [class*=owl-],
#owl-certifi.owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}
#owl-certifi.owl-theme .owl-nav [class*=owl-] {
    width: auto;
}
#owl-certifi.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
#owl-certifi.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
#owl-certifi.owl-theme .owl-nav [class*=owl-]:hover {
    color: #2899F4;
    background-color: transparent;
}
#owl-certifi.owl-carousel .owl-item {
    padding: 5px;
    border: 1px solid #fff;
}


/* 각 섹션 상하 여백
--------------------------------------------------------*/
.kso-section {padding-top: 80px;padding-bottom: 80px;} 
.section-about {padding-top: 60px;padding-bottom: 60px;min-height: 580px;} /*  */
.section-service {padding-top: 100px;padding-bottom: 200px;} /*  */
.section-gallery {padding-top: 40px;padding-bottom: 80px;} /*  */
.section-bnr {padding-top: 60px;padding-bottom: 60px;} /*  */
.kso-contents {padding-top: 60px;padding-bottom: 0;} /* 서브 콘텐츠영역 */
.content-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 500px;
	background-color: #fff;
}


/*------------------------------------------------------------
**
** submenu
**
--------------------------------------------------------------*/
.submenu-horizontal {
    margin-top: -60px;
}

.nav-sub {
    border-bottom: 1px solid #e5e5e5;
    z-index: 5;
}   
.nav-sub .nav li {
    display: flex;
    align-items: center;    
    position: relative;
    padding: 0 20px;
    margin-left: -1px;
    min-width: 250px;
    line-height: 50px;
    font-size: 18px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.nav-sub .nav li>svg {
    position: absolute;
    right: 20px;top: 35%;
    color: #999;
}

.nav-sub .nav .dropdown {
    position: relative;
}
.nav-sub .nav .dropdown-content {
    display: none;
    position: absolute;
    left: -1px;top: 50px;
    padding: 10px 0;
    min-width: 250px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    z-index: 1;
}
.nav-sub .nav .dropdown-content a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
    color: #666;
}
@media (min-width: 992px) {
    .nav-sub .nav .dropdown:hover .dropdown-content {display: block;}
}
@media (max-width: 991px) {
    .nav-sub .nav li {display: none;border: 0;}
    .nav-sub .nav li:last-child {display: block;}
    .nav-sub .nav li:last-child,
    .nav-sub .nav .dropdown-content {width: 100%;}

    .nav-sub .nav .dropdown-content {
        display: none;
    }
    .nav-sub .nav.active .dropdown-content {
        display: block;
    }        
}
.nav-sub .nav li.home {
    min-width: 60px;   
}
.nav-sub .nav li.home>a>svg {
    left: 20px;
    color: #666;
}


/*------------------------------------------------------------
**
** Section
**
--------------------------------------------------------------*/
.section-title {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}
.line-design {
    margin-bottom: 10px;
    text-align: center;
}
.line-design>span:before, 
.line-design>span:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
    background-color: #ccc;
}
.line-design>span:after {
    margin-right: 0;
    margin-left: 10px;
}

.section-notice .notice {
	line-height: 50px;
}
.section-notice .notice>span {
	margin: 16px 0;
}
.section-notice .sns-list {
	display: flex;
	line-height: 50px;
}
.section-notice .sns-list li {width: 50px;}
.section-notice .sns-list li a {
	display: block;
	text-align: center;
	color: #fff;
}
.section-notice .sns-list li:nth-child(1) {background-color: #3B5998;}
.section-notice .sns-list li:nth-child(2) {background-color: #00ACED;}
.section-notice .sns-list li:nth-child(3) {background-color: #8A3AB9;}
.section-notice .sns-list li:nth-child(4) {background-color: #FF0000;}



#kso-teaser {
    position: relative;
    color: #fff;
    background-color: #121212;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#kso-teaser:before {
    content: '';
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    background-color: rgba(0,0,0,.3);
}
#kso-teaser .box {
    padding: 2rem;
    border: 1px solid #fff;
}
#kso-teaser .container {
    height: 100vh;
}
#kso-teaser h1 {
    font-size: 3.5rem;
}
#kso-lawer h2 {
    font-size: 3rem;
}

/* lawer */
#kso-lawer {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #053863;
}
#kso-lawer h3 {
    font-size: 60px;
    font-weight: bold;
    color: #333;    
    text-align: center;
}
#kso-lawer .info {
    padding: 5px 0;
    color: #fff;
    background-color: #111;
    text-align: center;
}
#kso-lawer .caption {
    padding: 1rem 0;
}
#kso-lawer .caption h4 {
    font-size: 18px;
    text-align: center;
    color: #fff;
}
#kso-lawer .caption>div {text-align: center;color: #fff;}


#kso-about {
	padding-top: 80px;
	padding-bottom: 80px;
}
#kso-about h5 {
    font-size: 17px;
}
#kso-about p {
    font-size: 15px;
}
 
.text-truncateH {
    overflow: hidden;
    text-overflow: ellipsis;
}    
/*kso-maincase*/
.kso-section .section-summary>a {
    position: relative;
    left: 0;
}
#kso-maincase .maincase {
    position: relative;
    min-height: 400px;
    font-size: 16px;
    line-height: 1.6;
    color: #888;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all .3s ease;
}
#kso-maincase .maincase a {
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
}
#kso-maincase .maincase:hover {
    background-color: #eaeaea;
}
#kso-maincase .maincase .cate {
    display: inline-block;
    padding: .5rem 2rem;
    margin-bottom: 1rem;
    color: #fff;
    background-color: #1543C7;
    border-radius: 20px;
}
#kso-maincase .maincase .cont {
    width: 65%;
    font-size: 15px;
}
#kso-maincase .maincase img {
    width: 35%;
}

#kso-maincase .maincase-list .swiper-container{
    height: 400px;
}
#kso-maincase .maincase-list .swiper-slide {
    
}
#kso-maincase .maincase-list .case-item {
    padding: 1rem;
    background-color: #f5f5f5;
}
#kso-maincase .maincase-list .case-item a {
    display: flex;
    flex-wrap: nowrap;
}
#kso-maincase .maincase-list .case-item  .lawyer {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 10px;
}
#kso-maincase .maincase-list .case-item  .lawyer>span {
    font-size: 13px;
    margin-right: 10px;
    white-space: nowrap;
}
#kso-maincase .maincase-list .case-item  .lawyer>img {
    border-radius: 50%;
}
#kso-maincase .maincase-list .case-item .cont {
    font-size: 15px;
}
#kso-maincase .maincase-list .case-item .cont .cate {
    display: inline-block;
    padding: .5rem 1rem;
    margin-right: 10px;
    min-width: 150px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: #0B0C19;
}
#kso-maincase .maincase-list .case-item .cont .text-gray {
    width: 430px;height: 42px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888;
}
#kso-maincase .swiper-container-vertical>.swiper-pagination-bullets {
    right: 5px;
}

.circle-round img {
    transition: all .3s ease;
}

.circle-round2 a {
    display: block;
    position: relative;
    overflow: hidden;
}
.circle-round2 a img {
    transition: transform .3s ease;
    transform: scale(1);
}
.circle-round2 a>h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
}
.circle-round2 a:hover img {
    transform: scale(1.1);
}



/*inquiry*/
#kso-inquiry {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#kso-inquiry:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}
#kso-inquiry:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 0;
    background-color: #cecece;
    z-index: 1;
}
#kso-inquiry .process {
    display: flex;
    font-size: 14px;
    color: #333;
}
#kso-inquiry .process .step {
    position: relative;
    padding-top: 1rem;
    text-align: center;
}
#kso-inquiry .process .step:before {
    content: '';
    position: absolute;
    left: 50%;top: 0;
    width: 100%;
    border-top: 1px solid #333;
}
#kso-inquiry .process .step:after {
    content: '';
    position: absolute;
    left: 50%;top: -4px;
    width: 10px;height: 10px;
    background-color: #333;
    border-radius: 50%;
}    
#kso-inquiry .process .step4:before {
    display: none;
}




/*contact*/
#kso-parallax3 {
    padding: 4rem 0;
}
#kso-parallax3 h3 {
    position: relative;
    padding-left: 50px;
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1;
}

#kso-parallax3 li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 17px;
}
#kso-parallax3 li, 
#kso-parallax3 li svg {
    color: #fff;
}

#kso-parallax3 h3:before {
    content: '';
    display: block;
    position: absolute;
    left: -150%;
    bottom: 0;
    width: 150%;
    height: 1px;
    background-color: #fff;
}
#kso-parallax3 h3:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 30px;
    background-image: url(../img/em.png);
    background-position: center;
    background-repeat: no-repeat;
}
#kso-parallax3 h3.line-right:before {
	display: none;
    content: '';
    position: absolute;
    left: auto;    
    right: -150%;
    bottom: 0;
    width: 150%;
    height: 1px;
    background-color: #fff;
}
#kso-parallax3 h3.line-right:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 30px;
    background-image: url(../img/em.png);
    background-position: center;
    background-repeat: no-repeat;
}

.sub-header {
	background-repeat: no-repeat;
	background-position: center;
}
.sub-header-caption {text-align: center;transform: translateY(2rem);}
.sub-header-caption h1 {color: #fff;}
.sub-header-caption .summary,
.bread-crumb-top a {color: rgba(255,255,255,0.7);}
.bread-crumb-top a {font-size: 14px;}

/* footer */
.section-footer {
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
}
.section-footer .footer-menu ul li a {
	position: relative;
	padding: 0 12px;
	font-size: 14px;
	color: rgba(255,255,255,.7); 
}
.section-footer .footer-menu ul li a:before {
	content: '';display: block;
	position: absolute;left: 0;top: 5px;
	width: 1px;height: 14px;
	background-color: #666;
}
.section-footer .footer-menu ul li:first-child a {padding-left: 0;}
.section-footer .footer-menu ul li:first-child a:before {display: none;}
.section-footer .footer-content {
	padding-top: 50px;padding-bottom: 40px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
}
.section-footer .footer-content h5 {color: rgba(255,255,255,.8);}

/* sub */
.sub-header {background-color: #232426;}

/*owl-sub-case*/
#owl-sub-case .item {
    border: 1px solid #ddd;
}
#owl-sub-case .item .head {
    display: flex;
    padding: 1rem;
}
#owl-sub-case .item .head .profile {
    margin-right: 1rem;
    border-radius: 50%;
}

#owl-sub-case .item .head h4 {
    width: 150px;
    font-size: 18px;
}
#owl-sub-case .item .head p {
    margin-bottom: 4px;
    font-size: 14px;
}
#owl-sub-case .item .head .ico-best {
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 4px;
    font-size: 11px;
    color: #fff;
    background-color: #fe6602;
    border-radius: 10px;
}
#owl-sub-case .item .content {
    padding: 1rem;
    font-size: 15px;
    color: #fff;
    background-color: #484b61;
} 
#owl-sub-case .item .content .summary {
    max-height: 110px;
    overflow: hidden;
}
#owl-sub-case .item .content .btn-more {
    display: inline-block;
    padding: 4px 30px;
    margin-top: 1rem;
    text-align: center;
    font-size: 14px;
    color: #fff;    
    border: 1px solid #fff;
}
#owl-sub-case .item .content .btn-more:hover {
    color: #333;    
    background-color: #fff;
}

/*------------------------------------------------------------
**
** sidebarjs
**
--------------------------------------------------------------*/
.sidebar-profile {margin-bottom: 30px;}
.sidebarjs .pannel-wrapper {
    padding: 0 30px 20px 30px;
}
.sidebarjs .pannel-wrapper .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}
.sidebarjs .pannel-wrapper .keep-sign, 
.sidebarjs .pannel-wrapper .find-account {
    font-size: 13px;
}
.sidebarjs .pannel-wrapper .checkbox, 
.sidebarjs .pannel-wrapper .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sidebarjs .pannel-wrapper .checkbox label {margin-bottom: 0;}
.sidebarjs .pannel-wrapper .btn-line-login {
	padding: 0;        
    line-height: 34px;
    font-size: 13px;text-align: center;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
}


.btn-media {
    color: #333;
    background-color: #FFC61B;
}

[sidebarjs-container] {
    overflow-y: auto;
}

.font-light {color: #fff;}
.bg-gray {background-color: #f3f3f3;}
/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.content-wrap {
		max-width: 1100px;
	}
}
@media (min-width: 1200px) {
    .header-transparent-on .top-contact {
        height: 80px;
        color: #fff;
    }
    .top-contact {
        margin: 0;
        padding: 0 1rem;
        height: 80px;
        font-size: 16px;
        color: #fff;
        letter-spacing: -.05em;
        background-color: #004098;
    }
	.content-wrap {
		padding-top: 50px;
		padding-bottom: 50px;
		max-width: 1400px;
	}
	#kso_contact .extraVarsList tr td .text {
	    width: 88% !important;
	}
    .kso-section .section-summary>a {
        position: absolute;
        left: auto;
        right: 15px;
        top: 0;
    }
}
@media (min-width: 1340px) {
    .d-xxl-flex {
        display: flex !important;
    }
    .container-13 {max-width: 1330px;width: 1330px;}
}  
@media (min-width: 1540px) {
    .container-15 {max-width: 1530px;width: 1530px;}
}    
@media (min-width: 1740px) {
    .container-15 {max-width: 1730px;width: 1730px;}
}    

@media (max-width: 1199px) {
    #kso-container {padding-top: 60px;}    
    .navbar-sticky .btn-bars {
        width: 60px;height: 60px;
        line-height: 60px;
        color: #333;
    }
    .kso-header.sps.sticky,
    .kso-header.sps {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }
    .kso-parallax:before {
        width: 100%;
        right: 0;
    }
}    
@media (max-width: 991px) {
	.content-wrap {
		max-width: 780px;
	}
    .kso-promotion {height: 100%;}
	.kso-section {padding-top: 30px;padding-bottom: 30px;} 
    .line-box:after {
        display: none;
    }
    .sub-header-caption h1 {font-size: 24px;}
    #kso-lawer h3 {font-size: 24px;}
    #kso-lawer .info {font-size: 15px;}
    .grid-box figure figcaption {padding: 1rem 1rem;}
    .grid-box figure figcaption h2 {font-size: 18px;}
    .grid-box figure figcaption h3 {font-size: 16px;}

    #kso-maincase .maincase-list .swiper-container {
        height: 730px;
    }
    #kso-maincase .maincase-list .case-item a {
        display: block;
        height: 200px;
        flex-wrap: wrap;
    }
    #kso-maincase .maincase-list .case-item .cont .text-gray {
        margin-bottom: 10px;
        width: auto;
        height: 85px;
        overflow: hidden;
    }
    .player-caption h1 {
        font-size: 30px;
    }
    .front-txt {
        flex-direction: column;
    }
    #kso-inquiry:before {
        width: 100%;
        right: 0;
    }
}
@media (max-width: 576px) {
	.content-wrap {
		max-width: 580px;
	}
	.section-about {padding-top: 30px;padding-bottom: 30px;}	

	.section-notice  .sns-list {width: 100%;}
	.section-notice  .sns-list li {width: 25%;}

    #kso-lawer .caption h4 {font-size: 15px;}
    #kso-lawer .caption>div {font-size: 14px;}

	#kso-about h3 {
	    font-size: 24px;
	}
	#kso-about .info {
	    font-size: 13px;
	}

    .br-none>br {display: none;}

	.section-title h2 {
		font-size: 24px;
	}
	.kso-parallax2 h3 {
		font-size: 24px;
	}
    #kso-parallax3 h3 {
        font-size: 24px;
    }
    #kso-teaser h1 {
        font-size: 2rem;
    }
    #kso-lawer h2 {
        font-size: 1.5rem;
    }
    #kso-maincase .maincase-list .case-item .cont .cate {
        min-width: 110px;
    }
    #kso-maincase .maincase-list .case-item .cont>div.mb-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }
    #kso-maincase .maincase-list .case-item .lawyer>img {
        width: 50px;
    }
    #kso-maincase .maincase-list .swiper-container {
        padding-bottom: 1rem;
        height: auto;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -5px;
    }
    .grid-box figure .redtext {
        left: 1rem;top: 1rem;
    }
    .grid-box figure figcaption>p {display: none;}

    .section-bottom h3 {
        font-size: 24px;
        line-height: 1.6;
    }    

}




/* main_adjust */

.mem_nav{ position:absolute; z-index:999; top:50%; transform:translate(0, -50%); margin-top:-55px }
.mem_nav:hover{ cursor:pointer; }
.mem_nav > i{ font-size:60px; font-weight:900; color:#888; opacity:0.6; }
.mem_nav > svg{ font-size:60px; font-weight:900; color:#888; opacity:0.6; }
#mem_pre{ left:0; }
#mem_nex{ right:0; }
.mem_txt{ padding:1rem 0; }
.mem_txt > h4{ font-size:20px; color:#fff; }
.mem_txt > p{ font-size:16px; color:rgba(255,255,255,.7); }