/* 202512 */
/* font */
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* common */
.main_wrap {overflow: hidden;}
.main_wrap * {
    line-height: 1.3;
    letter-spacing: -0.025em;
}
.fc-orange {
    color: #e86d0a !important;
}


/* floating-menu */
.nav_wrap .nav .nav_title{
    background-color: #b38147;
}
.nav_wrap .nav > ul + div {
    background-color: #b38147;
}


/* header */
.head_wrap .head{max-width: 1260px !important;}
.head_wrap:before {background-color: #b18c60 !important;}
.head_wrap .head .head_logo{left: 0 !important;}
.head_wrap .head .head_menu_wrap{width: calc(100% - 200px) !important;}
.head_wrap .head .head_menu > ul > li > a{padding: 30px 40px !important;}
.head_wrap .head .head_menu > ul > li > a:after {background-color: #775023 !important;}

/* footer */
.foot_wrap{background-color: #060606 !important;}

/* main - hero */
/* .main_swiper_box ul li.swiper-slide:last-child{display: none !important;} */
.main_swiper_box {
    height: 80vh;
    min-height: 800px;
}
.main_swiper_box .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}
.main_swiper_box .hero-overlay .hero-inner {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.main_swiper_box .hero-overlay .hero-inner .cont_boxs {
    padding: 0;
    height: auto;
}
.main_swiper_box .hero-overlay h2 {
    font-size: 53px;
    font-weight: 400;
    display: block;
    margin-bottom: 56px;
    line-height: 1.5;
    padding-top: 60px;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.main_swiper_box .hero-overlay h2 b {
    font-weight: 600;
}

.main_swiper_box .hero-overlay .cont-list {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 50px;
}
.main_swiper_box .hero-overlay .cont-list li {
    border: 3px solid #fff;
    padding: 47px 20px 40px 40px;
    width: 232px;
    color: #fff;
}
.main_swiper_box .hero-overlay .cont-list li span {
    font-size: 23px;
    display: block;
    margin-bottom: 42px;
}
.main_swiper_box .hero-overlay .cont-list li p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.4;
}
.hero-controls{
    display:flex;
    align-items:center;
    gap:11px;
}

.hero-controls .current{
    color:#b38147; 
    font-size:18px;
    font-weight:400;
    letter-spacing:-.02em;
    width: 20px;
}

.hero-controls .total{
    color:#fff;
    font-size:18px;
    font-weight:400;
    letter-spacing:-.02em;
}
.hero-controls .progress{
    width:186px;
    height:4px;
    background:#dadada;
    position:relative;
    overflow:hidden;
    border-radius: inherit;
    margin-top: -1px;
}

.hero-controls .bar{
    position: absolute;
    height:100%;
    width:0%;
    background:#b38147;
    transition: width 600ms ease; 
}
.hero-controls button {
    background:transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.hero-title{
    position: absolute;
    display: block;
    transform: translateY(100%);
    transition: transform 600ms ease;
    visibility: hidden;
}

.hero-title.is-active{
    transform: translateY(0);
    visibility: visible;
}



/* winning case */
#bk-winning-case {
    padding: 120px 0 100px;
    background: url('/common/img/202512/bk-section2-bg.png') no-repeat 50% 50% / cover;
}
#bk-winning-case .cont_boxs {
    max-width: 1120px;
}
#bk-winning-case .cont_title_wrap .cont_title{
    text-align: center;
    margin-bottom: 70px;
}
#bk-winning-case .cont_title_wrap .cont_title.pc span{
    display: block;
    font-weight: 500;
    letter-spacing: 13.4;
    font-size: 17px;
    color: #262626;
}
#bk-winning-case .cont_title_wrap .cont_title.pc h2 {
    font-size: 42px;
    font-weight: 400;
}
#bk-winning-case .cont_title_wrap .cont_title.pc h2 b {
    font-weight: 600;
    color: #785e48;
}
#bk-winning-case .cont_text_wrap:not(.msf-area, .msf-cta){display: none !important;}
#bk-winning-case .cont_text_wrap.msf-area {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
}
#bk-winning-case #msf_wrap {
    height: auto;
}
#bk-winning-case .msf-swiper {
    padding: 0 1px;
    padding-top: 4px;
}
#bk-winning-case .case-card {
    background-color: #fff;
    border: 0.5px solid #bdbdbd;
    border-radius: 20px;
    padding: 67px 22px 40px;
    position: relative;
}
#bk-winning-case .case-card .case-ribbon {
    position: absolute;
    top: -4px;
    right: 35px;
    width: 72px;
    height: 78px;
    background: url('/common/img/202512/bk-box-acc.png') no-repeat 50% 50% / contain;
    z-index: 1;
}
#bk-winning-case .case-card .case-type {
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 24px;
}
#bk-winning-case .case-card .case-title {
    font-size: 23px;
    font-weight: 700;
    color: #785e48;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.5;
}
#bk-winning-case .case-card .case-desc {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 30px 0;
    word-break: break-all;
    line-height: 2;
}
#bk-winning-case .case-card .case-lawyers {
    border-top: 0.5px solid #bdbdbd69;
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 30px 12px 0;
}
#bk-winning-case .case-card .case-lawyers .lw {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
#bk-winning-case .case-card .case-lawyers .lw img {
    width: 70px;
}
#bk-winning-case .case-card .case-lawyers .lw span {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

#bk-winning-case .winning-case-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    width: 100%;
}
#bk-winning-case .winning-case-nav .msf-prev {
    position: absolute;
    left: -7%;
}
#bk-winning-case .winning-case-nav .msf-next {
    position: absolute;
    right: -7%;
}
#bk-winning-case .msf-nav{
    width:50px;
    height:50px;
    border-radius:50%;
    background:transparent;
    border:2px solid #b8b6b5;
    flex:0 0 50px;
    cursor:pointer;
}
#bk-winning-case  .msf-prev::before{
    content:"";
    position:absolute;
    left:14px;
    top:50%;
    width:10px;
    height:10px;
    border-left:3px solid #b8b6b5;
    border-bottom:3px solid #b8b6b5;
    transform:translate(30%,-50%) rotate(45deg);
}
#bk-winning-case .msf-next::before{
    content:"";
    position:absolute;
    right:14px;
    top:50%;
    width:10px;
    height:10px;
    border-right:3px solid #b8b6b5;
    border-top:3px solid #b8b6b5;
    transform:translate(-30%,-50%) rotate(45deg);
}
#bk-winning-case .msf-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 211px;
    height: 51px;
    border-radius: 25px;
    font-size: 19px;
    background-color: #282828;
    color: #fff;
    margin: 0 auto;
}
#bk-winning-case .msf-cta a button {
    background-color: transparent;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}


/* youtube */
#bk-youtube {
    padding: 170px 0 140px;
}
#bk-youtube .cont_boxs {
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
}
#bk-youtube .left-title-box {
    width: 50%;
}
#bk-youtube .left-title-box .title-area h2{
    font-size: 51px;
    color: #262626;
    font-weight: 600;
    line-height: 1.3;
}
#bk-youtube .left-title-box .title-area h2 b {
    color: #785e48;
}
#bk-youtube .left-title-box .title-area  p {
    margin: 54px 0;
    font-size: 23px;
    color: #1d1d1d;
    font-weight: 500;
    line-height: 1.4;
}
#bk-youtube .youtube-cta{
    margin-bottom: 150px;
}
#bk-youtube .youtube-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 229px;
    height: 51px;
    border: 1px solid #575757;
    gap: 14px;
    font-size: 17px;
    color: #575757;
    border-radius: 24px;
    transition: 0.5s ease;
}
#bk-youtube .youtube-cta a i {
    width: 38px;
    height: 26px;
    display: block;
    background: url('/common/img/202512/youtube-ico.png') no-repeat 50% 50% / contain;
    transition: 0.5s ease;
}
#bk-youtube .youtube-cta a:hover {
    background-color: #ed2f2a;
    border-color: #ed2f2a;
    color: #fff;
}
#bk-youtube .youtube-cta a:hover i{
    background-image: url('/common/img/202512/youtube-ico-hover.png');
}


.youtube-nav .yt11-ctrl{
    display:flex;
    align-items:center;
    gap:11px;
}

.youtube-nav .yt11-cur{
    color:#ff910f; 
    font-size:18px;
    font-weight:400;
    letter-spacing:-.02em;
    width: 20px;
}

.youtube-nav .yt11-total{
    color:#c1c1c1;
    font-size:18px;
    font-weight:400;
    letter-spacing:-.02em;
}
.youtube-nav .yt11-bar{
    width:186px;
    height:4px;
    background:#c1c1c1;
    position:relative;
    overflow:hidden;
    border-radius: inherit;
    margin-top: -1px;
}

.youtube-nav .yt11-fill{
    position: absolute;
    height:100%;
    width:0%;
    background:#ff910f;
    transition: width 600ms ease; 
}
.youtube-nav button {
    background:transparent;
    color: #5f5f5f;
    font-size: 20px;
    font-weight: 700;
}
.yt11-item.is-dummy{
    visibility: hidden; 
    pointer-events: none;
  }
#bk-youtube .yt11-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#bk-youtube .yt11-wrap {
    width: 50%;
    overflow: hidden;
}
#bk-youtube .yt11-card {
    display: flex;
    align-items: center;
    gap: 46px;
}
#bk-youtube .yt11-card .yt11-thumb {
    width: 282px;
}
#bk-youtube .yt11-card .yt11-caption {
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 500;
    width: calc(100% - 328px);
    line-height: 1.5;
}


/* review */
#bk-review {
    padding: 130px 0;
    background: url('/common/img/202512/bk-review-bg.png') no-repeat 50% 50% / cover;
}
#bk-review .cont_boxs {
    max-width: 1368px;
}
#bk-review .review5-title{
    text-align: center;
    margin-bottom: 94px;
}
#bk-review .review5-title h2 {
    font-size: 47px;
    font-weight: 500;
    color: #161c17;
}
#bk-review .review5-title p {
    font-size: 31px;
    display: block;
    margin-top: 24px;
    color: #161c17;
}
#bk-review .review5-title h2 span {
    color: #645843;
}
#bk-review .review5-wrap {
    display: flex;
    justify-content: space-between;
}
#bk-review .review5-wrap > div {
    width: calc(50% - 35px);
}
#bk-review .review5-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#bk-review .review5-cards li {
    width: calc(50% - 10px);
}
#bk-review .review5-cards li a {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.04);
    display: block;
}
#bk-review .review5-cards li a .rcard-img {
    position: relative;
    height: 194px;
    overflow: hidden;
}
#bk-review .review5-cards li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    transform: translate(-50%,-50%);
}
#bk-review .review5-cards li a .rcard-title {
    display: block;
    padding: 20px;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

#bk-review .review5-bottom-btn {display: none !important;}

#bk-review .review-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}
#bk-review .review-list-head strong {
    font-weight: 600;
    color: #e08212;
    font-size: 30px;
}
#bk-review .review-list-head a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 32px;
    border-radius: 24px;
    font-size: 13px;
    color: #545454;
    border: 1px solid #8a8a8a;
}
.main_box05 .review5-list{
    display:flex;
    flex-direction:column;
  }
  .main_box05 .review5-list li{ list-style:none; margin:0; }
  .main_box05 .review5-list li:nth-child(n+8){display: none !important;}
  .main_box05 .review5-list li:first-child .rlink {
    border-top:1.4px solid #b7b7b7;
  }
  .main_box05 .review5-list .rlink{
    display: block;
    padding:22px 6px;
    border-bottom:1.4px solid #b7b7b7;
  }
  .main_box05 .review5-list .rl-title{
    font-size:18px;
    font-weight: 500;
    color:#191919;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

/* news */
#bk-news {
    overflow: inherit;
    padding: 154px 0 140px;
}
#bk-news .cont_boxs {
    max-width: 1550px;
}
#bk-news .news9-titlewrap {
    text-align: center;
    margin-bottom: 120px;
}
#bk-news .news9-titlewrap  h2{
    font-size: 47px;
    color: #161c17;
    font-weight: 500;
}
#bk-news .news9-titlewrap  h2 span{
    color: #645843;
}
#bk-news .swiper-wrapper {
    padding: 10px 0;
    height: auto;
}
#bk-news .news9-view li > a {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
    display: block;
}
#bk-news .news9-view li .news9-thumb{
    position: relative;
    height: 311px;
    overflow: hidden;
}
#bk-news .news9-view li .news9-thumb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#bk-news .news9-view li .news9-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 19px;
}
#bk-news .news9-view li .news9-overlay  i img{
    display: block;
    width: 61px;
}
#bk-news .news9-view li .news9-overlay  .news9-ov-title {
    font-size: 23px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
}
#bk-news .news9-view li .news9-info {
    padding: 35px 28px;
    min-height: 169px;
}
#bk-news .news9-view li .news9-info .news-badge {
    display: flex;
    width: 67px;
    height: 25px;
    background-color: #ff910f;
    color: #fff;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#bk-news .news9-view li .news9-info .news9-ov-title {
    font-size: 19px;
    color: #292929;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
#bk-news .news-swiper-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    width: 100%;
}



.main_box09 .news9-nav{
    width:48px;
    height:48px;
    border-radius:50%;
    background:transparent;
    border:2px solid #9e9e9e;
    position:relative;
    flex:0 0 48px;
    cursor:pointer;
  }
  .main_box09 .news9-prev {
    position: absolute;
    left: -5%;
}
  .main_box09 .news9-prev::before{
    content:"";
    position:absolute;
    left:16px; top:50%;
    width:12px; height:12px;
    border-left:2px solid #9e9e9e;
    border-bottom:2px solid #9e9e9e;
    transform:translateY(-50%) rotate(45deg);
  }
  .main_box09 .news9-next {
    position: absolute;
    right: -5%;
}
  .main_box09 .news9-next::before{
    content:"";
    position:absolute;
    right:16px; top:50%;
    width:12px; height:12px;
    border-right:2px solid #9e9e9e;
    border-top:2px solid #9e9e9e;
    transform:translateY(-50%) rotate(45deg);
  }



 /* bk solution */
 #bk-solution {
    padding: 135px 0 160px;
 }
 #bk-solution .bk-inner {
    max-width: 1276px;
    margin: 0 auto;
    display: flex;
    align-items: center;
 }
 #bk-solution .sol-tabs {
    position: relative;
    width: 145px;
    display: flex;
    flex-direction: column;
    gap: 103px;
    padding-right: 34px;
    padding-top: 110px;
 }
 #bk-solution .sol-tabs::after{
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    width: 2px;
    height: 596px;
    background-color: #2d2d2d;
 }
 #bk-solution .sol-tabs::before{
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    width: 400%;
    height: 400%;
    background: url('/common/img/202512/section1-left-bg.png') no-repeat 50% 50% / cover;
 }

 #bk-solution .sol-tabs button {
    position: relative;
    background-color: transparent;
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 600;
    margin-left: 34px;
    display: block;
 }
 #bk-solution .sol-tabs .sol-dot {
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #2d2d2d;
    transition: 0.5s ease;
 }
 #bk-solution .sol-tabs .sol-tab.is-active .sol-dot{
    background-color: #e08212;
    z-index: 1;
 }
 #bk-solution .sol-tabs .sol-tab.is-active .sol-dot::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e08212;
    opacity: 0.18;
    width: 37px;
    height: 37px;
    display: block;
    border-radius: 50%;

 }
 #bk-solution .sol-panels {
    width: calc(100% - 145px);
    padding-left: 56px;
 }
 #bk-solution .solution-header {
    margin-bottom: 50px;
    display: block;
 }
#bk-solution .solution-header h2{
    font-size: 47px;
    font-weight: 700;
    color: #2d2d2d;
}
#bk-solution .solution-header p {
    font-size: 27px;
    margin-top: 10px;
    color: #2d2d2d;
    font-weight: 400;
}
#bk-solution .solution-header p  b{
    font-weight: 700;
}

 #bk-solution article.sol-panel {
    opacity: 0;
    transform: translateX(100px);
    visibility: hidden;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity .45s ease, transform .45s ease, visibility 0s linear .45s;
 }
 #bk-solution article.sol-panel.is-active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
    transition: opacity .45s ease, transform .45s ease, visibility 0s;
 }

 #bk-solution article.sol-panel .sol-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 #bk-solution article.sol-panel .sol-content .sol-steps {
    width: calc(50% - 17px);
    display: flex;
    flex-direction: column;
    gap: 60px;
 }
 #bk-solution article.sol-panel .sol-content .step {
    display: flex;
    align-items: center;
    gap: 32px;
 }
 #bk-solution article.sol-panel .sol-content .step .badge {
    display: flex;
    gap: 19px;
    width: 160px;
    height: 104px;
    border-radius: 50px;
    background-color: #2d2d2d;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    padding-top: 22px;
 }
 #bk-solution article.sol-panel .sol-content .step .badge i img {
    display: block;
    width: 56px;
 }
 #bk-solution article.sol-panel .sol-content .step .step-txt b {
    font-size: 27px;
    font-weight: 700;
    color: #2d2d2d;
 }
 #bk-solution article.sol-panel .sol-content .step .step-txt p {
    font-size: 19px;
    color: #2d2d2d;
    line-height: 1.4;
    margin-top: 16px;
 }
 #bk-solution article.sol-panel .sol-content .sol-media {
    width: calc(50% - 17px);
 }
 #bk-solution article.sol-panel .sol-content .sol-media img.mo {
    display: none !important;
 }

/* qna */
#bk-qna {
    padding-top: 136px;
    background: url('/common/img/202512/bk-qna-bg.png') no-repeat 50% 50% / cover;
}
#bk-qna .bkdbv3-grid {
    max-width: 1176px;
    margin: 0 auto;
    gap: 100px;
}
#bk-qna .bkdbv3-cta-body h4 {
    text-align: center;
    display: block;
    font-size:36px;
    color: #191919;
    margin-bottom: 49px;
    font-weight: 500;
}
#bk-qna .bkdbv3-cta-body h4 b {
    color: #ff6600 !important;
    font-weight: 600;
}
#bk-qna .bkdbv3-lefttcol {
    width: calc(100% - 598px);
    flex: 1;
}
#bk-qna .bkdbv3-rightcol {
    width: 498px;
    flex: 1;
    margin-top: -60px;
}
#bk-qna .bkdbv3-head {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bk-qna .bkdbv3-head h3 {
    font-size: 34px;
    font-weight: 500;
    color: #191919;
}
#bk-qna .bkdbv3-head a{
    color:#191919;
    font-size:20px;
    font-weight:500;
    text-decoration:none;
    padding-bottom:4px;
    border-bottom:2px solid #191919;
}
#bk-qna #bkdbv3 .bkdbv3-list{
    width:100%;
} 
#bk-qna  #bkdbv3 .bkdbv3-row{
    display:grid;
    grid-template-columns:52px 1fr auto;
    gap:20px;
    align-items:center;
    padding:24px 8px;
    border-bottom:1px solid #8d8d8d;
    padding: 20px 8px;
}
#bk-qna  #bkdbv3 .bkdbv3-date{
    font-weight:500;
    font-size:21px;
    color:#191919;
    white-space:nowrap;
}
#bk-qna  #bkdbv3 .bkdbv3-ttl{
    font-weight:500;
    font-size:21px;
    color:#191919;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#bk-qna #bkdbv3 .bkdbv3-lock{
    width:13px;
    height:18px;
    vertical-align:-2px;
    margin-right:11px;
}
#bk-qna  #bkdbv3 .bkdbv3-state{text-align:right;}
#bk-qna #bkdbv3 .bkdbv3-badge{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 30px;
    text-align:center;
    border-radius:10px;
    font-size:15px;
    font-weight:500;
    border:1px solid #8d8d8d;
    color:#818181;
}
#bk-qna #bkdbv3 .bkdbv3-ok{
    background:#313131;
    border-color:#313131;
    color:#fff;
}
#bk-qna #bkdbv3 .bkdbv3-action {
    display: none !important;
}


/* gallery */
#bk-gallery {
    background: url('/common/img/202512/pc-bk-gallery-bg.png') no-repeat 50% 50% / cover;
}
#bk-gallery #bkgalv2 {
    padding: 140px 0 160px !important;
    max-width: 1236px;
    margin: 0 auto;
    overflow: visible;
}
#bk-gallery #bkgalv2 .bkgal-head{
    display: block;
    margin-bottom: 50px;
    padding: 0;
    color: #fff;
}
#bk-gallery #bkgalv2 .bkgal-head b{
    display: inline;
    font-size: 27px;
    font-family: 'GMarketSans';
    font-weight: 700;
    color: #fff;
}
#bk-gallery #bkgalv2 .bkgal-head span {
    font-size: 27px;
    font-family: 'GMarketSans';
    font-weight: 500;
    color: #fff;
    padding-left: 4px;
}
#bk-gallery #bkgalv2 .bkgal-wrap{
    position:relative;
    width:100%;
    overflow:visible;
  }
  
  #bk-gallery #bkgalv2 .bkgal-swiper{
    width:100%;
    height:280px;
    overflow:hidden;
  }
  
  #bk-gallery #bkgalv2 .bkgal-swiper .swiper-wrapper{
    margin:0 !important;
  }
  
  #bk-gallery #bkgalv2 .swiper-slide{
    width:auto;
    height:100%;
    overflow:hidden;
    
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  
  #bk-gallery #bkgalv2 .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  
  #bk-gallery #bkgalv2 .bkgal-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border-radius:50%;
    border:2px solid #9e9e9e;
    background:transparent;
    z-index:10;
    cursor:pointer;
    pointer-events:auto;
    transition:0.3s;
  }
  
  
  
  #bk-gallery #bkgalv2 .bkgal-prev{
    left:-90px;
  }
  
  #bk-gallery #bkgalv2 .bkgal-prev::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:14px;
    height:14px;
    border-left:3px solid #9e9e9e;
    border-bottom:3px solid #9e9e9e;
    transform:translate(-40%,-50%) rotate(45deg);
  }
  
  #bk-gallery #bkgalv2 .bkgal-next{
    right:-90px;
  }
  
  #bk-gallery #bkgalv2 .bkgal-next::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:14px;
    height:14px;
    border-right:3px solid #9e9e9e;
    border-top:3px solid #9e9e9e;
    transform:translate(-60%,-50%) rotate(45deg);
  }







  /* ================== media ================== */
@media screen and (max-width: 1400px) and (min-width: 1024px){
    /* header */
    .head_wrap .head .head_menu_wrap{width: calc(100% - 25px) !important;}

    /* hero */
    .main_swiper_box .hero-overlay .hero-inner{
        padding: 0 30px;
    }

    /* solution */
    #bk-solution .bk-inner {padding: 0 30px;}
    #bk-solution .sol-tabs {padding-right: 8px;}
    #bk-solution .sol-tabs button{font-size: 20px;}
    #bk-solution .sol-panels{padding-left: 26px;}
    #bk-solution article.sol-panel .sol-content .step .badge{
        font-size: 22px;
        width: 152px;
        height: 92px;
    }
    #bk-solution article.sol-panel .sol-content .step .badge i img{
        width: 50px;
    }
    #bk-solution article.sol-panel .sol-content .step .step-txt{
        width: calc(100% - 184px);
    }
    #bk-solution article.sol-panel .sol-content .step .step-txt b{
    font-size: 24px;
    }
    #bk-solution article.sol-panel .sol-content .step .step-txt p{
        font-size: 16px;
    }


    /* winning case */
    #bk-winning-case .cont_text_wrap.msf-area {
        padding: 0 30px;
    }
    /* youtube */
    #bk-youtube .cont_boxs{
        padding: 0 30px;
    }
    #bk-youtube .yt11-card{
        gap: 18px;
    }

    /* review */
    #bk-review .cont_boxs{
        padding: 0 30px;
    }

    /* news */
    #bk-news .cont_boxs{
        padding: 0 30px;
    }

    /* qna */
    #bk-qna .cont_box {
        padding: 0 30px;
    }


    /* map */
    .main_map .cont_boxs{
        padding: 0 30px;
    }

}

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

 /* mo nav */
 .nav_tel{bottom: 70px !important;}
 .nav_db .cont_list_m3 > ul > li{
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_db .cont_list_m3 > ul > li:first-child{
    background-color: #99633a;
    flex: 2;
}
.nav_db .cont_list_m3 > ul > li:nth-child(2){
    background-color: #e3e3e3;
    flex: 1;
}

.nav_db .cont_list_m3 > ul > li:last-child{
    background-color: #464646;
    flex: 2;
}
.nav_db .cont_list_m3 > ul > li .cont_text {
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.nav_db .cont_list_m3 > ul > li img {
    display: block;
    max-width: inherit;
    width: 26px;
}
.nav_db .cont_list_m3 > ul > li:nth-child(2) img {
    width: 46px;
}
.cont_text_info {opacity: 1 !important;}
.head_wrap .head .head_menu_wrap{width: 310px !important;}
.head_wrap .head .head_menu > ul > li > a{padding: 15px 0 !important;}


/* main hero */
.main_swiper_box{
    height: calc(100% - 77px);
}
.main_swiper_box .hero-overlay .hero-inner{
    padding: 0;
}
.main_swiper_box .hero-overlay h2 {
    padding: 0 40px;
    font-size: 42px;
}
.main_swiper_box .hero-overlay .cont-list{
    padding: 0 40px;
}
.main_swiper_box .hero-overlay .cont-list li{
    padding: 32px 20px 32px 28px;
}
.main_swiper_box .hero-overlay .cont-list li span{
    font-size: 22px;
    margin-bottom: 30px;
}
.hero-controls{
    padding: 0 40px;
}


/* solution */
#bk-solution {
    padding: 0;
}
#bk-solution .bk-inner{
    flex-direction: column;
    padding: 0;
}
#bk-solution .sol-tabs{
    width: 100%;
    gap: 0;
    padding: 0;
    height: 70px;
    flex-direction: row;
    border-bottom: 0.4px solid #ababab;
}
#bk-solution .sol-tabs::before{display: none !important;}

#bk-solution .sol-tabs button{
    flex: 1;
    margin: 0;
    font-size: 26px;
    text-align: center;
}
#bk-solution .sol-tabs button.is-active {
    background-color: #e86d09;
    font-weight: 700;
}
#bk-solution .sol-tabs::after, #bk-solution .sol-tabs .sol-dot{
    display: none !important;
}


#bk-solution .sol-panels{
    width: 100%;
    padding: 113px 50px 111px;
}
#bk-solution .solution-header h2 {
    font-size: 40px;
}
#bk-solution article.sol-panel .sol-content{
    flex-direction: column-reverse;
    gap: 55px;
}
#bk-solution article.sol-panel .sol-content .sol-steps{
    width: 100%;
}
#bk-solution article.sol-panel .sol-content .sol-media{
    width: 100%;
}
#bk-solution article.sol-panel .sol-content .sol-media img.mo {
    display: block !important;
 }
 #bk-solution article.sol-panel .sol-content .sol-media img.pc {
    display: none !important;
 }


 /* winning case */
 #bk-winning-case{
    padding: 155px 0 115px;
 }
 #bk-winning-case .cont_title_wrap .cont_title.pc{
    display: block !important;
 }
 #bk-winning-case #msf_wrap{
    flex-wrap: nowrap !important;
}
#bk-winning-case .cont_text_wrap.msf-area{
    margin-bottom: 55px;
}
#bk-winning-case .winning-case-nav .msf-prev{
    left: 5%;
}
#bk-winning-case .winning-case-nav .msf-next{
    right: 5%;
}
#bk-winning-case .msf-cta a{
    width: 299px;
    height: 72px;
    border-radius: 29px;
}
#bk-winning-case .msf-cta a button {
    font-size: 26px;
}



/* youtube */
#bk-youtube {
    padding: 145px 54px 117px;
}
#bk-youtube .cont_boxs{
    flex-direction: column;
    gap: 82px;
}
#bk-youtube .left-title-box{
    width: 100%;
}
#bk-youtube .yt11-wrap{
    width: 100%;
}
#bk-youtube .youtube-cta{
    margin-bottom: 0px;
}
#bk-youtube .youtube-cta a{
    width: 280px;
    height: 62px;
    font-size: 21px;
    gap: 18px;
}
#bk-youtube .youtube-cta a i{
    width: 46px;
}
.youtube-nav {display: none !important;}
#bk-youtube .yt11-stack {
    gap: 26px;
}


/* vk review */
#bk-review {
    padding: 136px 20px;
}

#bk-review .review5-wrap > div {
    width: 100%;
}
#bk-review .review5-title{
    margin-bottom: 60px;
}
#bk-review .review5-cards{
    gap: 52px 16px;
}
#bk-review .review5-wrap > div.review5-right {
    display: none !important;
}

#bk-review .review5-bottom-btn {
    display: block !important;
    margin-top: 80px;
}
#bk-review .review5-bottom-btn a {
    display: flex;
    width: 312px;
    height: 76px;
    border-radius: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #2d2d2d;
    font-size: 28px;
    font-weight: 500;
    margin: 0 auto;
}


/* news */
#bk-news{
    padding: 120px 0 140px;
}
#bk-news .news-swiper-nav {display: none !important;}
#bk-news .news9-titlewrap{
    margin-bottom: 100px;
}
#bk-news .news9-view li .news9-overlay .news9-ov-title{
    font-size: 30px;
}
#bk-news .news9-view li .news9-info {
    padding: 47px 37px;
}
#bk-news .news9-view li .news9-info .news-badge {
    font-size: 17px;
    width: 88px;
    height: 33px;
    margin-bottom: 28px;
}
#bk-news .news9-view li .news9-info .news9-ov-title{
    font-size: 25px;
}


/* qna */
#bk-qna{
    padding-top: 145px;
}
#bk-qna .bkdbv3-lefttcol{
    width: 100%;
}
#bk-qna .bkdbv3-cta-body h4{
    font-size: 48px;
    margin-bottom: 100px;
}
#bk-qna .bkdbv3-cta-body i {
    display: block;
    width: 80%;
    margin: 0 auto;
}
#bk-qna .bkdbv3-grid {
    gap: 0;
}
#bk-qna .bkdbv3-rightcol{
    width: 100%;
    padding: 150px 60px 140px;
    background-color: #fff;
}
#bk-qna .bkdbv3-head{
    margin-bottom: 42px;
}
#bk-qna .bkdbv3-head h3{
    font-size: 37px;
}
#bk-qna .bkdbv3-head a{
    font-size: 22px;
}
#bk-qna #bkdbv3 .bkdbv3-badge{
    width: 109px;
    height: 34px;
}
#bk-qna #bkdbv3 .bkdbv3-row{
    padding: 20px 8px;
}



/* gallery */
#bk-gallery {
    background-image: url('/common/img/202512/mo-bk-gallery-bg.png');
}
#bk-gallery #bkgalv2 {
    padding: 130px 0;
}
#bk-gallery #bkgalv2 .bkgal-head {
    padding: 0 50px;
    margin-bottom: 33px;
}
#bk-gallery #bkgalv2 .bkgal-nav{
    border-color: #fff;
}
#bk-gallery #bkgalv2 .bkgal-prev {
    right: 17%;
    top: -60px;
    left: inherit;
}
#bk-gallery #bkgalv2 .bkgal-prev::before{
    border-color: #fff;
}
#bk-gallery #bkgalv2 .bkgal-next{
    top: -60px;
    right: 6%;
}
#bk-gallery #bkgalv2 .bkgal-next::before{
    border-color: #fff;
}


/* map */
.main_map {
    padding: 92px 50px  80px;
}
.main_map .cont_title h3 {
    font-size: 28px;
}
.main_map .cont_title_info h3 {
    font-size: 26px;
    margin-top: 2px;
}
.main_map .cont_text_wrap {
    margin-top: 47px;
}
.main_map .cont_text_wrap .fc-orange {
    font-size: 26px;
}
.table_info table th, .table_info table td {
    font-size: 23px;
    font-weight: 600;
}
.table_info0 table th {
    width: 105px;
}
.main_map .m + .cont_text_wrap {
    margin-top: 70px;
}
.main_map .map {
    height: 400px;
    margin: 0 -15px;
}

}

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

    /* mo nav */
    .nav_db .cont_list_m3 > ul > li{
        height: 50px;
    }
    .nav_db .cont_list_m3 > ul > li .cont_text {
        font-size: 15px;
    }
    .nav_db .cont_list_m3 > ul > li img{width: 15px;}
    .nav_db_wrap img{width: 15px;}
    .nav_db .cont_list_m3 > ul > li:nth-child(2) img {
        width: 28px;
    }


    /* footer */
    .foot_wrap .foot_info ul li{text-decoration: none !important;}

    /* main hero */
    .main_swiper_box{
        height: inherit;
        height: calc(100% - 54px);
        min-height: inherit;
    }
    .main_swiper_box .hero-overlay .hero-inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
        margin-bottom: 40.5714vw;
    }
    .main_swiper_box .hero-overlay .hero-inner .cont_boxs {
        min-height: 130px;
    }
    .main_swiper_box .hero-overlay .cont-list{display: none !important;}
    .main_swiper_box .hero-overlay h2{
        font-size: 28px;
        padding: 0 24px;
        margin-bottom: 0;
        height: 130px;
    }

    .hero-controls {
        padding: 0 24px;
        gap: 10px;
        margin-bottom: 24px;
    }
    .hero-controls .current{
        font-size: 14px;
        width: 20px;
    }
    .hero-controls .progress{
        width: 120px;
    }
    .hero-controls .total{
        font-size: 14px;
    }
    .hero-controls button{
        font-size: 16px;
        padding-right: 0;
    }


    /* solution */
    #bk-solution .sol-tabs{
        height: 42px;
    }
    #bk-solution .sol-tabs button {
        font-size: 15px;
    }
    #bk-solution .sol-panels {
        padding: 60px 24px 90px;
    }
    #bk-solution article.sol-panel .sol-content{
        gap: 30px;
    }
    #bk-solution .solution-header{
        margin-bottom: 40px;
    }
    #bk-solution .solution-header h2{
        font-size: 28px;
    }
    #bk-solution .solution-header p{
        font-size: 16px;
    }
    #bk-solution article.sol-panel .sol-content .sol-steps {
        gap: 40px;
    }
    #bk-solution article.sol-panel .sol-content .step{
        gap: 26px;
    }
    #bk-solution article.sol-panel .sol-content .step .badge{
        font-size: 15px;
        height: 64px;
        width: 100px;
        gap: 10px;
        padding-top: 18px;
    }
    #bk-solution article.sol-panel .sol-content .step .badge i img{
        width: 30px;
    }
    #bk-solution article.sol-panel .sol-content .step .step-txt{
        width: calc(100% - 126px);
    }
    #bk-solution article.sol-panel .sol-content .step .step-txt b{
        font-size: 16px;
    }
    #bk-solution article.sol-panel .sol-content .step .step-txt p {
        font-size: 12px;
        word-break: keep-all;
        margin-top:6px;
    }
    #bk-solution article.sol-panel .sol-content .step .step-txt p  br {
        display: none;
    }
    

    /* winning case */
    #bk-winning-case{
        padding: 100px 0;
    }
    #bk-winning-case .cont_title_wrap .cont_title.pc{
        margin-bottom:26px;
    }
    #bk-winning-case .cont_title_wrap .cont_title.mobile-only.m {display: none !important;}
    #bk-winning-case .cont_title_wrap .cont_title.pc span{
        font-size: 12px;
        letter-spacing: 8;
    }
    #bk-winning-case .cont_title_wrap .cont_title.pc h2{
        font-size: 26px;
    }
    #bk-winning-case .cont_text_wrap.msf-area{
        margin-bottom: 34px;
    }
    #bk-winning-case .case-card{
        padding: 26px 28px 8px;
    }
    #bk-winning-case .case-card .case-ribbon{
        width: 52px;
        height: 56px;
        right: 24px
    }
    #bk-winning-case .case-card .case-type{
        font-size: 16px;
        margin-bottom: 18px;
    }
    #bk-winning-case .case-card .case-title{
        font-size: 18px;
    }
    #bk-winning-case .case-card .case-desc{
        font-size: 14px;
        margin: 20px 0;
    }
    #bk-winning-case .case-card .case-lawyers {
        padding: 24px 8px;
        gap: 20px;
    }
    #bk-winning-case .case-card .case-lawyers .lw img{
        width: 62px;
    }
    #bk-winning-case .msf-cta a{
        width: 170px;
        height: 42px;
        border-radius: 12px;
    }
    #bk-winning-case .msf-cta a button{
        font-size: 15px;
    }


    /* youtube */
    #bk-youtube{
        padding: 90px 24px;
    }
    #bk-youtube .cont_boxs{
        gap: 50px;
    }
    #bk-youtube .left-title-box .title-area h2{
        font-size: 32px;
    }
    #bk-youtube .left-title-box .title-area p{
        font-size: 16px;
        margin: 30px 0;
    }
    #bk-youtube .youtube-cta a{
        width: 180px;
        height: 42px;
        gap: 10px;
        font-size: 15px;
        border-radius: 12px;
    }
    #bk-youtube .youtube-cta a i{
        width: 26px;
    }
    #bk-youtube .yt11-stack{
        gap: 20px;
    }
    #bk-youtube .yt11-card{
        gap: 20px;
    }
    #bk-youtube .yt11-card .yt11-thumb{
        flex: 1.5;
    }
    #bk-youtube .yt11-card .yt11-caption{
        flex: 1.2;
        font-size: 14px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }


    /* review */
    #bk-review {
        padding: 90px 16px;
    }
    #bk-review .review5-title{
        margin-bottom: 30px;
    }
    #bk-review .review5-title h2{
        font-size: 32px;
    }
    #bk-review .review5-title p{
        font-size: 20px;
        margin-top: 10px;
    }

    #bk-review .review5-cards{
        gap: 30px 16px;
    }
    #bk-review .review5-cards li{
        flex: 1;
    }
    #bk-review .review5-cards li a{
        border-radius: 12px;
    }
    #bk-review .review5-cards li a .rcard-title{
        padding: 16px 12px;
        font-size: 12px;
    }
    #bk-review .review5-cards li a .rcard-img{
        height: 152px;
    }
    #bk-review .review5-cards li a .rcard-img{
        object-fit: fill;
    }
    #bk-review .review5-cards li a img {
        transform: translate(-50%, -50%) scale(1.4);
    }
    #bk-review .review5-bottom-btn{
        margin-top: 40px;
    }
    #bk-review .review5-bottom-btn a{
        width: 180px;
        height: 42px;
        font-size: 15px;
    }


    /* news */
    #bk-news {
        padding: 90px 0;
    }
    #bk-news .news9-titlewrap{
        margin-bottom: 50px;
    }
    #bk-news .news9-titlewrap h2{
        font-size: 32px;
    }
    #bk-news .news9-view li .news9-thumb{
        height: 210px;
    }
    #bk-news .news9-view li .news9-overlay{
        gap: 12px;
    }
    #bk-news .news9-view li .news9-overlay i img{
        width: 42px;
    }
    #bk-news .news9-view li .news9-overlay .news9-ov-title{
        font-size: 18px;
    }
    #bk-news .news9-view li .news9-info{
        padding: 32px 16px;
        min-height: 140px;
    }
    #bk-news .news9-view li .news9-info .news-badge{
        font-size: 12px;
        width: 60px;
        height: 24px;
        margin-bottom: 12px;
    }
    #bk-news .news9-view li .news9-info .news9-ov-title{
        font-size: 14px;
    }


    /* qna */
    #bk-qna {
        padding-top: 90px;
    }
    #bk-qna .bkdbv3-cta-body h4{
        font-size: 28px;
        margin-bottom: 50px;
    }
    #bk-qna .bkdbv3-rightcol {
        padding: 90px 24px;
    }
    #bk-qna .bkdbv3-head{
        margin-bottom: 32px;
    }
    #bk-qna .bkdbv3-head h3{
        font-size: 20px;
    }
    #bk-qna .bkdbv3-head a{
        font-size: 14px;
    }
    #bk-qna #bkdbv3 .bkdbv3-row{
        padding: 14px 6px;
        gap: 8px;
        grid-template-columns: 42px 1fr auto;
    }
    #bk-qna #bkdbv3 .bkdbv3-date{
        font-size: 15px;
    }
    #bk-qna #bkdbv3 .bkdbv3-ttl{
        font-size: 15px;
    }
    #bk-qna #bkdbv3 .bkdbv3-badge{
        font-size: 12px;
        width: 80px;
        height: 28px;
    }


    /* gallery */
    #bk-gallery #bkgalv2{
        padding: 60px 0;
    }
    #bk-gallery #bkgalv2 .bkgal-head{
        padding: 0 16px;
        margin-bottom: 30px;
    }
    #bk-gallery #bkgalv2 .bkgal-head b{
        font-size: 18px;
    }
    #bk-gallery #bkgalv2 .bkgal-head span{
        font-size: 18px;
    }
    #bk-gallery #bkgalv2 .bkgal-nav{
        width: 42px;
        height: 42px;
    }
    #bk-gallery #bkgalv2 .bkgal-prev::before{
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
    #bk-gallery #bkgalv2 .bkgal-next::before{
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
    #bk-gallery #bkgalv2 .bkgal-prev{
        right: 16%;
        top: -50px;
    }
    #bk-gallery #bkgalv2 .bkgal-next{
        top: -50px;
        right: 3%;
    }



    /* map */
    .main_map {
        padding: 40px 16px;
    }
    .main_map .cont_title_info h3{
        font-size: 16px;
        margin-top: 6px;
    }
    .main_map .cont_text_wrap{
        margin-top: 42px;
    }
    .main_map .cont_text_wrap .fc-orange{
        font-size: 18px !important;
    }
    .table_info0 table th{
        width: 70px;
    }
    .table_info table th, .table_info table td{
        font-size: 16px;
    }
    .main_map .m + .cont_text_wrap{
        margin-top: 42px;
    }
    .main_map .map{
        margin: 0;
    }
  }