@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;
	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;
	min-width:100px;
	font-size: 14px;
	line-height: 30px;letter-spacing: -.9px;
	color: #666;
	white-space: nowrap;
}
#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 .gnbBg-top .gnb-bgimg {
	display: none;opacity: 0;
	background-repeat: no-repeat;
	background-position: left top;
    -webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.2s ease;
}
#gnbBg.active .gnb-bgimg {display: block;opacity: 1;}
.btn-bars {
	float: right;margin-right: -15px;
    width: 80px;height: 80px;
    line-height: 80px;text-align: center;
    cursor: pointer;
}


/* 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 svg {
    color: #111;
}
.quick_main .scroll-btn,
.quick_main #quickfirst {
    color: #fff;
    background-color: #15225d;
    border-color: #15225d;
}

/* slide
--------------------------------------------------------*/
.kso-promotion {
    position: relative;
}
.bg-rounded {
    position: absolute;
    left: 0;bottom: 0;
    margin-bottom: -2px;
    width: 100%;
    z-index: 2;
}
.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;}

/* 각 섹션 상하 여백
--------------------------------------------------------*/
.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 {
    position: relative;
    padding: 0 20px;
    margin-left: -1px;
    min-width: 250px;
    line-height: 50px;
    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;
    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;
}
.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 li.home {
    min-width: 60px;   
}
.nav-sub .nav li.home>a>svg {
    left: 20px;
    color: #666;
}


/*------------------------------------------------------------
**
** Section
**
--------------------------------------------------------------*/
.section-title {
    position: relative;
    margin-bottom: 40px;
    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;}


/* lawer */
#kso-lawer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#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: #333;
}
#kso-lawer .caption>div {text-align: center;}


#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;
    padding-right: 1rem;
}
#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;
}
.line-left {
    padding-left: 1rem;
    border-left: 5px solid #333;
}


/* grid-box */
.kso-section-block .row>div[class*="col-"] .grid-box figure  {/*height: 50vh;*/}
.kso-section-block .column-summary {padding: 3em 4em;}
.kso-section-block .column-summary,
.kso-section-block .column-summary h2 {color: #fff;}
.kso-section-block .column-summary h2.line-point-bottom {margin-bottom: 20px;}
.kso-section-block .column-summary:hover h2.line-point-bottom:after {width: 3em;}

.grid-box {overflow: hidden;}
.grid-box figure {position: relative;}
.grid-box figure .redtext {
    position: absolute;
    left: 2rem;top: 2rem;
    padding: 7px 20px;
    font-size: 15px;
    color: #fff;
    background-color: #DA2B28;
    border-radius: 20px;
    z-index: 2;
}
.grid-box figure figcaption {
    position: absolute;left: 0;top: auto;right: 0;bottom: 0;
    padding: 2em 2em;z-index: 1;
}
.grid-box figure figcaption h3,
.grid-box figure figcaption h2,
.grid-box figure figcaption p {
    position: relative;color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.grid-box figure figcaption h2 {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.grid-box figure figcaption h3,
.grid-box figure figcaption>p {bottom: 0;margin-top: 0;}
.grid-box figure figcaption h2,
.grid-box figure figcaption h3 {
    font-size: 22px;
}
.grid-box figure figcaption h2:before {
    content: '';position: absolute;left: 0;top: -8px;
    width: 30px;height: 1px;margin-left: 0;
    background-color: #fff;
}
.grid-box figure:after {
    content: '';position: absolute;left: 0;top: 0;
    width: 100%;height: 100%;
    background-color: #111;
    opacity: .4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.grid-box figure>img {   
    display: block;width: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}
.grid-box figure .btn-zoom {
    position: absolute;left: 50%;top: 50%;
    padding: 2em;margin: -3em;width: 6em;height: 6em;
    color: #fff;background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.grid-box figure figcaption>.btn-zoom>i {color: #fff;}
.grid-box:hover figure:after {opacity: 0;}
.grid-box:hover figure>img {-webkit-transform: scale(1.4);transform: scale(1.4);}
.grid-box:hover figure figcaption h3,
.grid-box:hover figure figcaption>p {bottom: 30px;opacity: 0;}
.grid-box:hover figure figcaption h2 {letter-spacing: .5em;white-space: nowrap;opacity: 0;}
.grid-box:hover figure .btn-zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.line-box {position: relative;}
.line-box:after {
    display: block;content: '';
    position: absolute;left: 2em;top: 2em;
    width: 100%;height: 100%;
    border: 10px solid #ddd;
    z-index: -1;
}

.line-head-left {padding: 1em 1.5em;border-left: 10px solid #ddd;}
h3.line-head-left {margin-bottom: 40px;font-size: 24px;line-height: 1.4;color: #666;}



.kso-parallax {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.kso-parallax:before {
    content: '';
    position: absolute;
    left: 0;top: 0;right: 50%;bottom: 0;
    background-color: #cecece;
    z-index: 0;
}

.kso-parallax.dzsparallaxer.height-is-based-on-content{
	padding-top: 80px;
	padding-bottom: 80px;
} /* 섹션 패럴랙스 */

/*request*/
#kso-parallax2 {
	padding: 0;
	background-attachment: fixed;
}
#kso-parallax2 .process {
    display: flex;
    font-size: 14px;
    color: #333;
}
#kso-parallax2 .process .step {
    position: relative;
    padding-top: 1rem;
    text-align: center;
}
#kso-parallax2 .process .step:before {
    content: '';
    position: absolute;
    left: 50%;top: 0;
    width: 100%;
    border-top: 1px solid #333;
}
#kso-parallax2 .process .step:after {
    content: '';
    position: absolute;
    left: 50%;top: -4px;
    width: 10px;height: 10px;
    background-color: #333;
    border-radius: 50%;
}    
#kso-parallax2 .process .step4:before {
    display: none;
}
.line-left {
    padding-left: 1rem;
    border-left: 5px solid #333;
}

.para2-pd{padding: 80px 0 80px 12rem;}
.pd-0{padding: 0 !important;}

/*contact*/
#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;
}






/* products */
#owl-products .owl-item {border: 1px solid #ddd;}
#owl-products .owl-item h4 {
	font-size: 16px;
	text-align: center;
}
#owl-products .owl-item p {text-align: center;color: #ff6600;}
#owl-products .owl-item img {
	margin-bottom: 20px;
}
#owl-products .owl-nav {
	position: absolute;top: 50%;
	margin: 0;width: 100%;
	transform: translateY(-4rem);
}
#owl-products.owl-carousel .owl-nav button.owl-prev,
#owl-products.owl-carousel .owl-nav button.owl-next {
	margin: 0;width: 50px;
	font-size: 3rem;
}
#owl-products.owl-carousel .owl-nav button.owl-prev:hover,
#owl-products.owl-carousel .owl-nav button.owl-next:hover {color: #111;background-color: transparent;} 
#owl-products.owl-carousel .owl-nav button.owl-prev {float: left;transform: translateX(-3.5rem);}
#owl-products.owl-carousel .owl-nav button.owl-next {float: right;transform: translateX(3.5rem);}
#owl-products.owl-theme .owl-dots {margin-top: 1rem;}

.more-plus>i {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.more-plus:hover>i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.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;}

/* custom_0525 */

.font-bk{color: #111 !important; margin-bottom: .5rem !important; font-size: 1.5rem !important;}
.mb-br{margin-bottom: 1rem !important;}
.fw-600{font-weight: 600 !important;}

/* tab */

.tab_wrap{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.tab_sub{width: 100%; display: flex;}
.ts-box{width: 50%; border-right: 3px solid #fff; border-bottom: 2px solid #fff; color: #fff; background-color: #0B0C19; padding: 12px 0; text-align: center; border-radius: 20px 20px 0 0;}
.ts-box:last-child{border-right: 0;}
.tab_tit{width: 100%;}
.tab_tit li{
    width: calc(100% / 12);
    padding: 25px 0;
    text-align: center;
    float: left;
    background-color: #0B0C19;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}
.tab_tit li:last-child{border-right: 0;}
.tab_tit li.on{background-color: #15225d;}

.tab_con > .tab-cont{
    display: none;
}
.tab_con > .tab-cont:first-child{display: block;}

.clear{list-style: none; padding-left: 0 !important; margin-bottom: 0 !important; width: 100%;}
 
.table-tab th{font-size: 1rem; color: #fff; background-color: #0B0C19; text-align: center; padding: 1.2rem 0; border: none;}
.table-tab tbody td{font-size: 1rem; text-align: center; background-color: #f5f5f5; padding: 1.2rem; vertical-align: middle;}
.font-rd{color: #ee2c3c;}


.banner-bg{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #000;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.banner-wrap{
    width: 100%;
    position: relative;
    z-index: 9;
    display: flex;
}
.banner-caption{
    color: #fff;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-caption > h2{
    font-size: 60px;
    font-weight: 800;
    font-family: 'fr';
    color: #fff;
    letter-spacing: -3px;
}
.banner-caption > h5{
    font-size: 28px;
    font-weight: 700;
    font-family: 'fr';
    margin-top: 1rem;
    color: #fff;
}
.banner-caption > p{
    font-size: 28px;
    font-weight: 700;
    font-family: 'fr';
    color: #fff;
}
.ban-bg{
    width: 85%;
    position: relative;
    display: flex;
    margin: 50px 0;
}
.ban-bg img{
    width: 100%;
}
.ban-bg > ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ban-bg > ul > li{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2rem;
    font-family: 'fr';
    letter-spacing: .6px;
    color: #fff;
    text-align: center;
}
.ban-bg > ul > li:last-child{
    margin-bottom: 0;
}
.ban-bg > ul > li > span{
    display: inline-block;
    position: relative;
}
.ban-bg > ul > li > span::after{
    content: "";
    width: 0px;
    height: 50px;
    background-color: #78161b;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: .8s ease-in-out;
    border-radius: 5px;
    opacity: 0.75;
    transform: translate(-50%,-50%);
}
.ban-bg > ul > li:nth-child(1) > span::after{
    transition-delay: .3s;
}
.ban-bg > ul > li:nth-child(2) > span::after{
    transition-delay: .7s;
}
.ban-bg > ul > li:nth-child(3) > span::after{
    transition-delay: 1.1s;
}
.ban-bg > ul > li.act > span::after{
    width: 520px;
}
.yl{
    font-size: 30px;
    font-weight: 700;
    transition: .3s linear;
}
.yl.act{
    color: #ffde00;
}
.banner-caption > p > .yl{
    transition-delay: 1.5s;
}

.ban-img{
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.ban-img img{
    width: 100%;
}

/*------------------------------------------------------------
**
** 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 {
        height: 70px;
        font-size: 17px;
        color: #555;
        letter-spacing: -.05em;
    }
	.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;}
}  
@media (min-width: 1540px) {
    .container-15 {max-width: 1530px;}
}    


@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-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;
    }

    .para2-pd{padding: 30px 15px;}

    .tab_tit li{font-size: 12px;}

    .table-tab th{font-size: 14px;}
    .table-tab tbody td{font-size: 14px;}

    .mg-0{margin: 0 !important;}

    .banner-bg{
        height: auto;
        padding: 50px 0 0;
        flex-direction: column;
    }
    .banner-caption{
        width: 100%;
        margin-bottom: 1rem;
    }
    .banner-caption > h2{
        font-size: 30px;
        text-align: center;
        line-height: 1.3;
    }
    .banner-caption > h5{
        font-size: 18px;
    }
    .banner-caption > p{
        font-size: 18px;
    }
    .yl{
        font-size: 22px;
    }
    .ban-bg{
        width: 100%;
        margin: 30px 0;
    }
    .ban-bg > ul > li{
        font-size: 15px;
        margin-bottom: 1rem;
    }
    .ban-bg > ul > li > span::after{
        height: 32px;
    }
    .ban-bg > ul > li.act > span::after{
        width: 108%;
    }
    .ban-img-mo{
        display: flex;
        width: 100%;
        position: relative;
    }
    .ban-img-mo img{
        width: 100%;
    }
}
@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;
	}

	.section-title h2 {
		font-size: 24px;
	}
	.kso-parallax2 h3 {
		font-size: 24px;
	}
    #kso-parallax3 h3 {
        font-size: 24px;
    }
    #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;}
}




/* 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:#333; }
.mem_txt > p{ font-size:16px; color:rgba(0,0,0,.7); }

.para2_nav{ position:absolute; z-index:999; top:50%; transform:translate(0, -50%); }
.para2_nav:hover{ cursor:pointer; }
.para2_nav > i{ font-size:60px; font-weight:900; color:#888; opacity:0.6; }
.para2_nav > svg{ font-size:60px; font-weight:900; color:#888; opacity:0.6; }
#para2_pre{ left:0; }
#para2_nex{ right:0; }
.para2_txt{ padding:1rem 0; }
.para2_txt > h4{ font-size:20px; color:#333; }
.para2_txt > p{ font-size:16px; color:rgba(0,0,0,.7); }