/* visual */
.sub-visual { position: relative; width: 100%; height: 100vh; display: flex; flex-direction: column; padding-top: 100px; overflow: hidden;}
.sub-visual .inner { padding-block: 5px; border-bottom: 1px solid #000; overflow: hidden;}
.sub-visual .heading { text-align: center;;}
.sub-visual .bg { flex: 1; overflow: hidden;}
.sub-visual .bg img { width: 100%; height: 100%; object-fit: cover;}
.sub-visual.none { display: none;}
.sub-visual.insights { height: auto;}
.sub-visual.insights .inner { border: 0; }
.sub-visual.insights .bg { display: none;}
@media screen and (max-width: 767px) {
  .sub-visual { height: 65vh; padding-top: 80px;}
  /* .sub-visual .inner { border: none;} */
}

/* slogan */
.slogan { padding-block: 120px;}
.slogan .text { font-size: 40px; line-height: 1.5;}
@media screen and (max-width: 1024px) {
  .slogan { padding-block: 60px;}
  .slogan .text { font-size: 28px;}
}
@media screen and (max-width: 767px) {
  .slogan .text { font-size: 20px;}
}

/* toggle-btn */
.toggle-btn { position: relative; width: 60px; height: 60px; background: transparent; border: none; cursor: pointer; }
.toggle-btn::before,
.toggle-btn::after { content: ''; position: absolute; top: 50%; left: 50%; width: 24px; height: 2px; background-color: #000; transition: transform 0.3s ease; }
.toggle-btn::before { transform: translate(-50%, -50%); }
.toggle-btn::after { transform: translate(-50%, -50%) rotate(90deg); }
/* .toggle-btn.active::after { transform: translate(-50%, -50%) rotate(0); } */

#bo_w { max-width: 1460px; margin: 0 auto; width: 90%; padding-bottom: 100px;}
/* view-info */
.view { position: relative;}
.view-info { position: relative; flex: 1; padding: 120px 0 0; max-width: 100%;}
.view .title-btns { display: flex; gap: 8px; margin-left: auto;}
.view .title-btns a { width: 48px; height: 48px; position: relative; transition: all .3s ease; display: flex; align-items: center; justify-content: center;}
.view .info-member .title-btns { flex-direction: column;}
.view .info-member .title-btns a { border: 1px solid #bbb;}
.view .title-btns a::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: auto 100%; transition: all .3s ease;}
.view .title-btns a.btn-print::before { background-image: url(/images/view-info-print.svg);}
.view .title-btns a.btn-download::before { background-image: url(/images/view-info-download.svg);}
.view .title-btns a.btn-mail::before { background-image: url(/images/view-info-mail.svg);}
.view .title-btns a.btn-vcard::before { background-image: url(/images/view-info-vcard.svg);}
.view .info-top { display: flex; gap: 20px; margin-bottom: 60px;}
.view .info-area { position: relative;}
.view .info-area.slide { margin-top: 60px; overflow: hidden;}
.view .info-area + .info-area { margin-top: 60px;}
.view .dropdown + .dropdown { margin-top: 60px;}
.view .info-desc { font-weight: 400; color: #1d1d1d; line-height: 1.7;}
.view .info-member { position: absolute; left: 100%; top: 0; width: 42%; max-width: 490px; height: 100%; padding-left: 9%; padding-top: 240px;}
.view .info-member .member-wrap { position: sticky; top: 160px;}
.view .info-member .member-wrap .group { display: flex; gap: 100px;}
.view .info-member .member-wrap .slide-btns { display: flex; gap: 10px;}
.view .info-member .member-wrap .slide-btns .ico-arrow-drop { width: 30px; height: 30px; background: #fff url(/images/ico-language-arrow.svg) no-repeat center / auto 15%; display: inline-block; border-radius: 50%; transform: scaleY(-1); border: 1px solid #000;}
.view .info-member .member-wrap .slide-btns .swiper-button-next .ico-arrow-drop { transform: scaleY(1);}
.view .info-member .member-wrap .swiper-button-prev,
.view .info-member .member-wrap .swiper-button-next { position: static; margin: 0; width: max-content; height: max-content;}
.view .info-member .member-title { font-size: 22px; margin-bottom: 30px; white-space: nowrap;}
.view .info-member .member-list { display: flex; flex-direction: column;}
.view .info-member .member-list .swiper { margin: 0;}
/* .view .info-member .member-list .member-item + .member-item { margin-top: 30px;} */
.view .info-member .member-list .member-link { display: flex; align-items: center; gap: 16px;}
.view .info-member .member-list .member-img { flex: 0 0 64px; aspect-ratio: 1; overflow: hidden; border-radius: 50%;}
.view .info-member .member-list .member-img img { width: 100%; height: 100%; object-fit: cover;}
.view .info-member .member-list .member-text .name { display: block; font-weight: 500;}
.view .info-member .member-list .member-text .position { font-size: 16px; font-weight: 400; color: #1d1d1d;}
.view .info-tabs { display: flex; gap: 24px;}
.view .info-tabs .info-title { position: relative; color: rgba(0,0,0,0.4);}
.view .info-tabs .info-title.active { color: #000;}
.view .info-tabs .info-title:not(:first-child)::before { content: ''; display: block; position: absolute; top: 50%; left: -12px; width: 1px; height: 18px; background: rgba(0,0,0,.4); transform: translateY(-50%);}
.view .info-title { font-size: 22px; padding: 20px 0; border-bottom: 1px solid #bbb; margin-bottom: 20px;}
.view .info-title.v2 { margin-bottom: 10px; border: 0; cursor: pointer;}
.view .info-body { font-weight: 400; }
.view .info-list + .info-list { margin-top: 30px;}
.view .info-list .list-title { font-size: 18px; font-weight: 500; margin-bottom: 4px; line-height: 1.9;}
.view .info-list > br:first-child { display: none;}
.view .info-list .list-title + br { display: none;}
.view .info-list ul br { display: none;}
.view .info-list .list-item { position: relative; padding-left: 12px; font-weight: 400; color: #1d1d1d; line-height: 1.9;}
.view .info-list .list-item::before { content: ''; display: block; position: absolute; top: 14px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #000;}
.view .info-links { display: flex; flex-wrap: wrap; gap: 10px;}
.view .info-links a { display: block; padding: 8px 20px; border-radius: 35px; background: #f0f2f6; font-size: 16px; transition: all 0.3s ease;}
.view .info-location figure { padding-bottom: 41.3%; border: 1px solid #ddd; margin-bottom: 30px;}
.view .location-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 30px;}
.view .location-list dt { display: flex; align-items: center; gap: 8px; font-size: 20px; margin-bottom: 20px; font-weight: 500;}
.view .location-list dt i { width: 24px; height: 24px;}
.view .location-list dd { color: #3f3f3f; padding-right: 60px; font-weight: 500;}
.view .info-area.tab .info-slide .view-sw { display: none;}
.view .info-area.tab .info-slide .view-sw.active { display: block;}
.view-sw { overflow: visible;}
.view-sw .swiper-slide { width: 420px;}
.view-sw .swiper-slide .board-card,
.view-info .board-card { height: 420px; }
.view-floationg { display: flex; position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 9;}
.view-floationg .floationg-wrap { position: relative;}
.view-floationg .floationg-btn { display: flex; padding: 8px; border-radius: 35px; background: rgb(5,5,5,.9); filter-backdrop: blur(30px); z-index: 9; cursor: pointer; font-size: 18px;}
.view-floationg .ico-arrow-drop { width: 40px; height: 40px; background: #fff url(/images/ico-language-arrow.svg) no-repeat center/auto 15%; display: inline-block; border-radius: 50%; transform: scaleY(-1); }
.view-floationg .floationg-btn span { flex: 1; text-align: center; align-content: center; color: #fff; padding: 0 28px; white-space: nowrap;}
.view-floationg .floationg-body { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); width: fit-content; min-width: 100%; white-space: nowrap; text-align: center; background: rgb(5,5,5,.9); border-radius: 10px; margin-bottom: 10px; overflow: hidden; max-height: 0; font-size: 16px; overflow-y: auto;}
.view-floationg .floationg-body .floationg-list { padding: 10px;}
.view-floationg .floationg-body a { display: block; color: #fff; padding: 5px;}
.view-floationg .floationg-prev { display: flex; align-items: center; justify-content: center; width: 56px; height: auto; border-radius: 50%; background-color: rgba(5,5,5,.9); margin-left: 8px; aspect-ratio: 1;}
.view-floationg .floationg-btn.active .ico-arrow-drop { transform: scaleY(1);}
.view-floationg .floationg-btn.active + .floationg-prev { width: 64px;}
.view-floationg .floationg-body::-webkit-scrollbar { width: 6px; background-color: transparent;}
.view-floationg .floationg-body::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.05); border-radius: 10px; margin: 5px 0;}
.view-floationg .floationg-body::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.5); border-radius: 10px; transition: background-color 0.3s ease;}
.view-floationg .floationg-body::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 1);}
@media screen and (max-width: 1024px) {
  .view .info-member .title-btns { flex-direction: row;}
  .view .info-member { max-width: 100%; width: 100%;}
  /* .view .info-member .member-wrap .slide-btns { display: none;}
  .view .info-member .member-wrap .swiper-wrapper { flex-wrap: wrap; gap: 30px 50px;}
  .view .info-member .member-wrap .swiper-slide { width: auto;} */
}
@media screen and (max-width: 768px) {
  .view .info-member .member-wrap .group { justify-content: space-between;}
  .floationg-body::-webkit-scrollbar { width: 4px;}
  .view .info-member .member-list .member-img { flex: 0 0 50px;}
  .view-floationg .ico-arrow-drop { width: 30px; height: 30px;}
}
@media (prefers-color-scheme: dark) {
  .floationg-body { scrollbar-color: rgba(255, 255, 255, 0.3) transparent;}
  .floationg-body::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05);}
  .floationg-body::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3);}
  .floationg-body::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.5);}
}

/* global */
.view.global { padding-left: calc(max((100vw - 900px) / 2, 5vw)); padding-bottom: 220px;}
.view.global .board-card .card-title span { padding: 5px 16px; border-radius: 35px; background: #fff; border: #DADDE2; color: #333; font-size: 16px;}
.view.global .view-info { max-width: 900px; width: 70%;}
/* practices-view */
.practices-view { padding-left: calc(max((100vw - 900px) / 2, 5vw)); padding-bottom: 220px;}
.practices-view .view-info { max-width: 900px; width: 70%;}
.practices-view .board-card .card-title span { padding: 5px 16px; border-radius: 35px; background: #fff; border: #DADDE2; color: #333; font-size: 16px;}

.professionals-view .board-card .card-title span { padding: 5px 16px; border-radius: 35px; background: #fff; border: #DADDE2; color: #333; font-size: 16px;}
@media (hover: hover) and (pointer: fine) {
  .view-info .info-links a:hover { background: #050505; color: #fff;}
  .view-info .title-btns a:hover { background: #000;}
  .view-info .title-btns a:hover::before { filter: invert(1);}
}
@media screen and (max-width: 1024px) {
  .view.global { padding: 0 30px 150px; overflow: hidden;}
  .view.global .view-info { width: 100%;}
  .practices-view { padding: 0 30px 150px;}
  .practices-view .view-info { max-width: 100%; width: 100%;}
  .view .info-member { position: static; padding: 0; margin-top: 50px; width: auto;}
}
@media screen and (max-width: 767px) {
  .view-info { padding: 60px 0 0;}
  .view .info-area + .info-area { margin-top: 30px;}
  .view .info-top { margin-bottom: 30px;}
  .view .title-btns a { width: 38px; height: 38px;}
  .view .info-title { font-size: 20px; padding: 10px 0;}
  .view .info-list .list-item::before { top: 10px;}
  .view-sw .swiper-slide { width: 280px;}
  .view-sw .swiper-slide .board-card, .view-info .board-card { height: auto; min-height: 300px;}
  .view-floationg .floationg-prev { width: 46px;}
}


/* about */
/* about - introduction */
.introduction .desc { font-size: 20px;}
.introduction .profile { position: relative;}
.introduction .profile .heading { padding: 60px;}
.introduction .profile .desc { padding: 60px; display: flex; align-items: flex-end; height: inherit;}
.introduction .profile img { display: block; width: 100%; height: 100%; object-fit: cover;}
.introduction .profile .profile-wrap { position: sticky; top: 100px; display: flex; height: 650px;}
.introduction .profile .profile-area { flex: 1; height: 100%; position: relative; overflow: hidden;}
.introduction .profile .profile-area:nth-of-type(2) { flex: 0 0 28%;}
@media screen and (max-width: 1024px) {
  .introduction .profile .heading { padding: 60px 30px; }
  .introduction .profile .desc { padding: 60px 30px;}
}
@media screen and (max-width: 767px) {
  .introduction .desc { font-size: 16px;}
  .introduction .profile .profile-wrap { flex-wrap: wrap; position: static; height: auto;}
  .introduction .profile .profile-area { flex: 0 0 100%; height: auto;}
  .introduction .profile .heading { padding: 30px 20px;}
  .introduction .profile .desc { padding: 30px 20px;}
  .introduction .profile .profile-area .line { display: none;}
  .introduction .profile .profile-area:nth-of-type(2) { flex: 0 0 100%;}
}

.introduction .business { position: relative; height: 300vh;}
.introduction .business .inner { position: sticky; top: 0; padding: 160px 60px 60px; height: 100vh;}
.introduction .business-wrap { display: flex; gap: 60px; height: 100%;}
.introduction .business-wrap .heading { margin-bottom: 20px;}
.introduction .business-wrap .desc { overflow: hidden; padding-bottom: 60px; flex-shrink: 0;}
.introduction .business-area { display: flex; flex-direction: column; justify-content: flex-end;}
.introduction .business-area .img-box { overflow: hidden; padding-bottom: 45%;}
.introduction .business-area .img-box img { width: 100%; height: 100%; object-fit: cover;}
@media screen and (max-width: 1024px) {
  .introduction .business .inner { padding: 100px 30px 60px;}
  .introduction .business-area .img-box { padding-bottom: 85%;}
}
@media screen and (max-width: 767px) {
  .introduction .business { height: auto;}
  .introduction .business .inner { padding: 60px 20px; position: static; height: auto;}
  .introduction .business-wrap { flex-wrap: wrap;}
  .introduction .business-area { width: 100%;}
  .introduction .business-area .img-box { order: 1; margin-bottom: 30px;}
  .introduction .business-wrap .heading { order: 2;}
  .introduction .business-wrap .desc { padding-bottom: 0px; order: 3;}
}

.introduction .values { position: relative; height: 200vh; color: #fff;}
.introduction .values-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}
.introduction .values .values-bg::after { content:''; display: block; width: 100%; height: 100vh; position: sticky; top: 0; background: url(/images/sub/about/introduction-value-bg.jpg) no-repeat center top / cover; z-index: -1;}
.introduction .values .values-title { padding-top: 160px; margin-bottom: 100px;}
.introduction .values .values-title .heading { font-size: 80px; margin-bottom: 40px;}
.introduction .values .values-title .desc { color: #fff; line-height: 1.6;}
.introduction .values .values-content { position: sticky; top: 550px; margin-bottom: 160px;}
.introduction .values .values-list { position: absolute; bottom: 0;}
.introduction .values .values-list li { position: relative; display: flex; flex-direction: column; align-items: flex-end; overflow: hidden;}
.introduction .values .values-list li .line { transform: scale(0.5); transform-origin: right; background-color: #fff;}
.introduction .values .values-list li > div { width: 50%; padding-right: 85px;}
.introduction .values .values-list .list-title { font-size: 36px; padding: 20px 0;}
.introduction .values .values-list .list-desc { padding-bottom: 30px; padding-top: 100px; line-height: 1.7;}
@media screen and (max-width: 1400px) {
  .introduction .values .values-list .list-title { font-size: 30px;}
  .introduction .values .values-list .list-desc { padding-top: 50px;}
}
@media screen and (max-width: 1024px) {
  .introduction .values .values-title .heading { font-size: 60px;}
  .introduction .values .values-list li > div { width: 70%;}
  .introduction .values .values-list li .line { transform: scale(0.7);}
}
@media screen and (max-width: 767px) {
  .introduction .values { height: auto;}
  .introduction .values .values-title { padding-top: 60px; margin-bottom: 60px;}
  .introduction .values .values-title .heading { font-size: 30px;}
  .introduction .values .values-content { position: static; margin-bottom: 0; padding-bottom: 150px;}
  .introduction .values .values-list { position: relative;}
  .introduction .values .values-list li > div { width: 100%;}
  .introduction .values .values-list li { padding: 0 20px;}
  .introduction .values .values-list li .line { transform: scale(1);}
  .introduction .values .values-list .list-title { font-size: 20px; padding: 30px 0;}
  .introduction .values .values-list .list-desc { padding-top: 0; padding-right: 0;}
}

/* about - history */
.history { position: relative; border-top: 1px solid #000;}
.history::before { content:''; display: block; width: 1px; height: 100%; background: #000; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.history .history-timeline:not(:nth-child(even)) { display: flex; justify-content: flex-end;}
.history .history-timeline .timeline-year { display: flex; width: 50%; padding: 120px 0;}
.history .history-timeline .timeline-year .year-label { flex: 0 0 138px; font-size: 32px; padding: 20px 0; border-bottom: 1px solid #000; height: fit-content; text-align: center;}
.history .history-timeline .timeline-year .year-items { flex: 1;}
.history .history-timeline .timeline-year figure { margin-bottom: 24px; padding-bottom: 63.7%;}
.history .history-timeline .timeline-year .year-list li { display: flex; font-size: 20px;}
.history .history-timeline .timeline-year .year-list li .month { flex: 0 0 84px; padding-left: 24px; line-height: 1.9;}
.history .history-timeline .timeline-year .year-list li .text { position: relative; padding-left: 20px; line-height: 1.9; width: fit-content;}
.history .history-timeline .timeline-year .year-list li .text::before { content: ''; display: block; position: absolute; top: 16px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #000;}
.history .history-timeline .timeline-year .year-list .text-wrap { display: flex; flex-direction: column;}
.history .history-timeline:not(:nth-child(odd)) .timeline-year { flex-direction: row-reverse; text-align: right;}
.history .history-timeline:not(:nth-child(odd)) .year-list li { flex-direction: row-reverse;}
.history .history-timeline:not(:nth-child(odd)) .year-list li .month { padding-left: 0; padding-right: 24px;}
.history .history-timeline:not(:nth-child(odd)) .year-list li .text { padding-left: 0; padding-right: 20px;}
.history .history-timeline:not(:nth-child(odd)) .year-list li .text::before { left: auto; right: 0;}
.history .history-timeline:not(:nth-child(odd)) .year-list .text-wrap { align-items: flex-end;}
@media screen and (max-width: 1024px) {
  .history::before { content: none;}
  .history .history-timeline .timeline-year { width: 100%; flex-direction: column; padding: 60px 0;}
  .history .history-timeline .timeline-year .year-label { border: none; text-align: left; flex: auto;}
  .history .history-timeline .timeline-year figure { padding-bottom: 50%;}
  .history .history-timeline:not(:nth-child(odd)) .timeline-year { flex-direction: column; text-align: left;}
  .history .history-timeline:not(:nth-child(odd)) .year-list li { flex-direction: row;}
  .history .history-timeline:not(:nth-child(odd)) .year-list li .month { padding-left: 24px; padding-right: 0;}
  .history .history-timeline:not(:nth-child(odd)) .year-list li .text { padding-left: 20px; padding-right: 0;}
  .history .history-timeline:not(:nth-child(odd)) .year-list li .text::before { right: auto; left: 0;}
  .history .history-timeline:not(:nth-child(odd)) .year-list .text-wrap { align-items: flex-start;}
}
@media screen and (max-width: 767px) {
  .history { padding-bottom: 90px;}
  .history .history-timeline .timeline-year .year-label { font-size: 22px; padding: 0 0 20px;;}
  .history .history-timeline .timeline-year .year-list li { font-size: 18px;}
  .history .history-timeline .timeline-year .year-list li + li { margin-top: 10px;}
  .history .history-timeline .timeline-year .year-list li .month { padding-left: 0; flex: 0 0 36px; line-height: 1.5;}
  .history .history-timeline .timeline-year .year-list li .text::before { top: 10px;}
  .history .history-timeline .timeline-year .year-list li .text { padding-left: 14px; font-size: 16px;}
}

/* about - awards */
.awards { position: relative; display: flex;}
.awards .sidebar { flex: 0 0 20.4%; background: #fff;}
.awards .content-wrap { flex: 1; position: relative; padding-bottom: 160px;}
.awards .content-section { padding: 50px 60px 60px; position: relative;}
.awards .content-section:first-of-type .line { display: none; }
.awards .year { font-size: 32px; margin-bottom: 40px;}
.awards .awards-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr)); gap: 60px 30px;}
.awards .awards-list figure { padding-bottom: 67%; margin-bottom: 24px; box-shadow: 0 0 0 1px #000;}
.awards .awards-list .awards-sbj { font-size: 20px; font-weight: 500; margin-bottom: 8px;}
.awards .awards-list .awards-desc { font-size: 16px; font-weight: 400; color: #1d1d1d;}
@media screen and (max-width: 1024px) {
  .awards { flex-wrap: wrap;}
  .awards .sidebar { display: block; flex: 0 0 100%; border-bottom: 1px solid #000;}
  .awards .sidebar .sticky { position: static;}
  .awards .sidebar .sidebar-desc { margin-bottom: 0;}
  .awards .content-wrap .line { display: none;}
  .awards .content-section { padding: 60px 30px; }
  .awards .awards-list figure { padding-bottom: 50%;}
}
@media screen and (max-width: 767px) {
  .awards .content-wrap { padding-bottom: 100px;}
  .awards .sidebar { padding: 30px 20px;}
  .awards .sidebar .sidebar-title { font-size: 20px; margin-bottom: 20px;}
  .awards .sidebar .sidebar-desc { font-size: 16px;}
  .awards .content-section { padding: 60px 20px; }
  .awards .year { font-size: 24px; margin-bottom: 20px;}
  .awards .awards-list .awards-sbj { font-size: 18px;}
}

/* about - location */
.location { position: relative; padding-bottom: 160px;}
.location .location-btns { display: flex; padding: 8px; border-radius: 35px; position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,.1); filter-backdrop: blur(30px); z-index: 9; transition: background 0.3s ease; max-width: 90%;}
.location .location-btns .swiper-slide { width: auto;}
.location .location-btns button { padding: 6px 20px; border-radius: 35px; color: #999; display: flex; align-items: center; gap: 6px; white-space: nowrap;}
.location .location-btns button .num { font-size: 12px; color: #000; background-color: rgba(255,255,255,.3); border-radius: 50%;; width: 20px; height: 20px; align-content: center; text-align: center; flex-shrink: 0;}
.location .location-btns button.active { background: #fff; color: #000;}
.location .location-btns button.active .num { color: #fff; background: #f32735;}
.location .location-btns.active { background: rgb(5,5,5,.9);}

.location .location-content { display: none;}
.location .location-content.active { display: block;}
.location .location-content .location-area { border-bottom: 1px solid #000; padding: 0 60px;}
.location .location-title { padding: 30px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer;}
.location .location-title .heading { font-size: 32px; display: flex; align-items: center; gap: 15px;}
.location .location-title .heading .text-line { display: block; width: 1px; height: 25px; background: #000;}
.location .location-title .line { position: static; height: 26px; width: 1px; transform: none;}
.location .location-body { display: flex; flex-wrap: wrap; gap: 60px; overflow: hidden;}
.location .location-body figure,
.location .location-body .location-info { width: calc((100% - 60px) / 2);}
.location .location-body figure { padding-bottom: 34.2%;}
.location .location-body .info-title { font-size: 52px; margin-bottom: 60px;}
.location .location-body .info-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); gap: 60px 30px;}
.location .location-body .info-list dt { display: flex; align-items: center; gap: 8px; font-size: 20px; margin-bottom: 20px;}
.location .location-body .info-list dt i { width: 24px; height: 24px;}
.location .location-body .info-list dd { color: #3f3f3f;}
.location .location-title.active .toggle-btn::after { transform: translate(-50%, -50%) rotate(0); }

@media screen and (max-width: 1024px) {
  .location .location-content .location-area { padding: 0 30px;}
  .location .location-body figure, .location .location-body .location-info { width: 100%;}
  .location .location-body { gap: 30px;}
  .location .location-body figure { padding-bottom: 50%;}
  .location .location-body .info-title { font-size: 32px; margin-bottom: 30px;}
  .location .location-body .info-list { gap: 30px;}
}
@media screen and (max-width: 767px) {
  .location { padding-bottom: 150px;}
  .location .location-title { padding: 15px 0;}
  .location .location-title .heading { font-size: 20px; gap: 15px;}
  .location .location-content .location-area { padding: 0 20px;}
  .location .location-body .info-title { font-size: 26px;}
  .location .location-body .info-list { gap: 20px;}
  .location .location-body .info-list dt { font-size: 18px;}
  .location .location-body .info-list dt i { width: 18px; height: 18px;}
}

/* about - careers */
.careers-feature { position: relative; padding-bottom: 180px; height: 300vh;}
.careers-feature .sticky { top:100px; height: 100vh;}
.careers-feature .feature-area { display: flex; gap: 60px; width: 100%; height: 640px; padding: 60px; border-top: 1px solid #000; overflow: hidden; top: 100px; background: #fff;}
/* .careers-feature .feature-area:nth-child(1) { margin-bottom: 9.4vw;}
.careers-feature .feature-area:nth-child(2) { top: 280px;}
.careers-feature .feature-area:nth-child(3) { top: 460px; margin-bottom: -9.4vw;} */
.careers-feature .feature-text { flex: 1;}
.careers-feature .feature-text .feature-title { display: flex; font-size: 52px; margin-bottom: 50px; line-height: 1.4; white-space: nowrap;}
html[lang='en'] .careers-feature .feature-text .feature-title { white-space: wrap;}
.careers-feature .feature-text .feature-title .num-tag { font-size: 24px; margin-right: 12px; margin-top: 6px;}
.careers-feature .feature-text .feature-desc { font-size: 20px; padding-left: 25px;}
.careers-feature .feature-text .feature-list { padding-left: 10px; margin-bottom: 40px;}
.careers-feature .feature-text .feature-list li { position: relative; padding-left: 15px; width: fit-content; font-size: 20px; line-height: 1.65;}
.careers-feature .feature-text .feature-list li::before { content: ''; display: block; position: absolute; top: 13px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #000;}
.careers-feature figure { max-width: 42.6%; flex-grow: 1; padding-bottom: 29.1%;}
@media screen and (max-width: 1024px) {
  .careers-feature { height: auto; padding-bottom: 60px;}
  .careers-feature .sticky { height: auto;}
  .careers-feature .feature-area { padding: 60px 30px; flex-wrap: wrap; height: auto;}
  .careers-feature .feature-text .feature-title { width: 100%; font-size: 42px;}
  .careers-feature figure { max-width: 100%; padding-bottom: 50%;}
}
@media screen and (max-width: 767px) {
  .careers-feature { padding-bottom: 0;}
  .careers-feature .feature-area { padding: 60px 20px; gap: 30px;}
  .careers-feature .feature-text .feature-title { font-size: 24px; margin-bottom: 30px;}
  .careers-feature .feature-text .feature-title .num-tag { font-size: 16px; margin-right: 8px; margin-top: 2px;}
  .careers-feature .feature-text .feature-desc { padding-left: 14px; font-size: 16px;}
  .careers-feature .feature-text .feature-list li { font-size: 16px; padding-left: 10px;}
  .careers-feature .feature-text .feature-list li::before { top: 10px;}
}

.careers-corporation { position: relative; padding-block: 120px 160px}
.careers-corporation .heading { font-size: 80px; margin-bottom: 60px;}
.careers-corporation .corporation-wrap { display: grid; grid-template-rows: 1fr; grid-template-columns: repeat(auto-fill, minmax(min(100%, 560px), 1fr)); gap: 60px;}
.careers-corporation .corporation-area { padding: 60px; display: flex; flex-direction: column; background: #f0f2f6; }
.careers-corporation .corporation-title { font-size: 43px; margin-bottom: 60px; display: flex; gap: 60px;}
.careers-corporation .corporation-title .btn-download { margin-left: auto; font-size: 18px; padding: 17px 20px; background: #fff; border: 1px solid #bbb; height: fit-content; display: flex; gap: 10px; align-items: center; flex-shrink: 0;}
.careers-corporation .corporation-desc { font-size: 20px; margin-bottom: 60px;}
.careers-corporation .corporation-group { display: flex; gap: 24px; margin-top: auto; overflow: hidden;}
.careers-corporation .corporation-list { flex: 1; margin-top: auto;}
.careers-corporation .corporation-list li { font-size: 20px; display: flex; padding: 22px 0; border-bottom: 1px solid #000;}
.careers-corporation .corporation-list li:first-child { border-top: 1px solid #000;}
.careers-corporation .corporation-list li span.num { margin-left: auto; line-height: inherit;}
.careers-corporation .corporation-list li span.text { position: relative; padding-left: 17px; font-size: inherit; line-height: inherit; flex: 0 0 250px;}
.careers-corporation .corporation-list li span.text:before { content: ''; display: block; position: absolute; top: 10px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #F32735;}
.careers-corporation .corporation-list li span.desc { line-height: inherit;}
.careers-corporation .corporation-line { flex: 0 0 6px; background: url(/images/sub/about/careers-corporation-line.png) no-repeat top /auto 100%; position: relative; transition: all .3s ease-in-out;}
.careers-corporation .corporation-line.active0 { top: -75%;}
.careers-corporation .corporation-line.active1 { top: -50%;}
.careers-corporation .corporation-line.active2 { top: -25%;}
.careers-corporation .corporation-line.active3 { top: 0%;}

.careers-corporation .corporation-area.active { background: #050505; color: #fff; transition: all 0.3s ease;}
.careers-corporation .corporation-area.active a { color: #fff;}
.careers-corporation .corporation-area.active .corporation-title .btn-download { border-color: #fff; background: #000; transition: all 0.3s ease;}
.careers-corporation .corporation-area.active .corporation-title .btn-download i { filter: invert(1); transition: all 0.3s ease;}
.careers-corporation .corporation-area.active .corporation-list li { border-color: #fff; transition: all 0.3s ease;}
.careers-corporation .corporation-area.active .corporation-list span.desc { color: #fff; transition: all 0.3s ease;}
.careers-corporation .corporation-area.active .corporation-line { filter: invert(1); transition: all 0.3s ease;}

.careers-corporation .corporation-group .corporation-list span.text,
.careers-corporation .corporation-group .corporation-list span.num { opacity: 0.3; transition: all 0.5s ease;}
.careers-corporation .corporation-group .corporation-list li span.text:before { background: rgba(255,255,255,.3); transition: all 0.5s ease;}
.careers-corporation .corporation-group .corporation-list li.active span.text,
.careers-corporation .corporation-group .corporation-list li.active span.num { opacity: 1;}
.careers-corporation .corporation-group .corporation-list li.active span.text::before { background: #F32735;}
@media screen and (max-width: 1024px) {
  .careers-corporation { padding: 60px 0 150px;}
  .careers-corporation .heading { font-size: 50px; margin-bottom: 30px;}
  .careers-corporation .corporation-area { padding: 60px 30px;}
  .careers-corporation .corporation-title { font-size: 32px; margin-bottom: 40px;}
}
@media screen and (max-width: 767px) {
  .careers-corporation .heading { font-size: 26px;}
  .careers-corporation .corporation-group { gap: 14px;}
  .careers-corporation .corporation-wrap { gap: 30px;}
  .careers-corporation .corporation-list li { flex-wrap: wrap; font-size: 16px; padding: 14px 0;}
  .careers-corporation .corporation-list li span.text { padding-left: 10px; flex:1;}
  .careers-corporation .corporation-list li span.text:before { width: 5px; height: 5px;}
  .careers-corporation .corporation-list li span.desc { margin-top: 10px;}
  .careers-corporation .corporation-area:not(:first-child) .corporation-list li span.text { flex: 0 0 100%;}
  .careers-corporation .corporation-area { padding: 30px;}
  .careers-corporation .corporation-title { font-size: 22px; margin-bottom: 30px; flex-wrap: wrap; gap: 20px;}
  .careers-corporation .corporation-title .btn-download { margin-left: 0; font-size: 16px; padding: 8px 15px; gap: 20px;}
  .careers-corporation .corporation-title .btn-download i { background-size: auto 75%;}
  .careers-corporation .corporation-desc { font-size: 16px; margin-bottom: 30px;}
}

/* practices */
.practices { padding: 95px 0 220px;}
.practices .inner { max-width: 1540px; width: 90%; padding: 0; margin: 0 auto;}
.practices-search { position: relative; margin-bottom: 80px;}
.search-box { max-width: 762px; height: 100%; display: flex; margin: 0 auto; width: 90%;}
.search-box input, .search-box button { height: 68px; background: #fff; border-bottom: 1px solid #000; color: #000;}
.search-box input { padding: 23px 0px; border-radius: 0; font-size: 20px; font-weight: 500; width: 100%; border-left: none; border-right: none; border-top: none; }
.search-box input:focus { outline: none;}
.search-box input::placeholder { color: #888;}
.search-box button { width: 60px; height: auto; padding: 20px; background-repeat: no-repeat; background-size: auto 36%; background-position: right center; background-image: url(/images/ico-search.svg); border-radius: 0; border-left: none; }
.practices-search .search-result { display: none; padding: 60px 60px 80px; border-bottom: 1px solid #bbb; text-align: center; font-size: 20px; color: #888;}
.practices-search .search-result p { margin-bottom: 40px;}
.practices-search .search-result p > span { color: #000; vertical-align: baseline;}
.practices-search .search-result.active { display: block;}
.practices-categories { display: flex; gap: 60px; margin: 0 auto 80px; justify-content: center; }
.practices-categories button { font-size: 28px; opacity: .4;}
.practices-categories button.active { opacity: 1;}
.practices-list { display: none; grid-template-columns: repeat(auto-fill, minmax(min(100%, 500px), 1fr)); gap: 30px;}
.practices-list.active { display: grid;}
.practices-list .practices-item a { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 20px; padding: 30px; background: #f0f2f6; font-size: 24px; transition: all 0.3s ease;}
.practices-list .practices-item a::before { content: ''; display: block; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); width: 36px; height: 36px; background: url(/images/ico-arrow-right.svg) no-repeat center / auto 100%;}
@media (hover: hover) and (pointer: fine) {
  .practices-list .practices-item a:hover { background: #050505; color: #fff;}
  .practices-list .practices-item a:hover::before { filter: invert(1);}
}
@media screen and (max-width: 767px) {
  .practices { padding: 60px 0 150px;}
  .practices-search { margin-bottom: 50px;}
  .search-box input { font-size: 16px; padding: 10px 0; height: 50px;}
  .search-box button { padding: 10px;}
  .practices-categories { overflow-x: auto; gap: 0; padding-bottom: 10px; justify-content: flex-start; margin-bottom: 50px;}
  .practices-categories button { flex-shrink: 0; font-size: 18px; padding: 0 10px;}
  .practices-categories button:first-child { padding-left: 0;}
  .practices-list { gap: 20px;}
  .practices-list .practices-item a { padding: 20px; font-size: 16px;}
  .practices-list .practices-item a::before { right: 10px;}
}

/* professionals */
.professionals { padding: 120px 0 220px;}
.professionals .inner { max-width: 1540px; width: 90%; padding: 0; margin: 0 auto;}
.professionals .professionals-tabs { display: flex; justify-content: center; margin-bottom: 80px;}
.professionals .professionals-tabs li a { padding: 0 30px; font-size: 28px; opacity: .4;}
.professionals .professionals-tabs li a.active { opacity: 1;}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
  .professionals { padding: 60px 0 150px;}
  .professionals .professionals-tabs { overflow-x: auto; gap: 0; padding-bottom: 10px; justify-content: flex-start; margin-bottom: 50px;}
  .professionals .professionals-tabs li a { flex-shrink: 0; font-size: 18px; padding: 0 10px;}
  .professionals .professionals-tabs li:first-child a { padding-left: 0;}
}

/* professionals-view */
.professionals-view { padding-bottom: 220px; position: relative; padding-top: 100px;}
.professionals-view .view-section { display: flex; position: relative;}
.professionals-view .view-section:last-child { overflow: hidden;}
.professionals-view .sidebar { flex: 0 0 37.2%; padding: 0; background: transparent;}
.professionals-view .sidebar .sticky { top: 100px;}
.professionals-view .sidebar-view-info { padding: 20px 30px; border-top: 1px solid #000;}
.professionals-view .sidebar-view figure { padding-bottom: 83.7%; background: #C9D5DD;}
.professionals-view .sidebar-view-title { display: flex; align-items: center; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 12px; gap: 20px;}
.professionals-view .sidebar-view-title .heading { font-size: 40px;}
.professionals-view .sidebar-view-position span { position: relative; display: inline-block;}
.professionals-view .sidebar-view-position span:not(:first-child) { margin-left: 16px;}
.professionals-view .sidebar-view-position span:not(:first-child)::before { content: ''; display: block; position: absolute; left: -10px; top: 2px; width: 1px; height: 18px; background: #bbb;}
.professionals-view .view-address-item { display: flex; gap: 4px; }
.professionals-view .view-address-item + .view-address-item { margin-top: 5px;}
.professionals-view .view-address-item dt { flex-shrink: 0;}
.professionals-view .view-address-item dd { font-weight: 400; color: #1d1d1d;}
.professionals-view .view-info { padding: 40px 60px 0px;}
.professionals-view .view-info .info-top { align-items: center; position: sticky; top: 100px; padding: 20px 0; background: #fff; z-index: 1; margin-bottom: 0px; flex-wrap: wrap; gap: 20px 40px}
.professionals-view .view-info .info-content .info-area:first-child { margin-top: 40px;}
.professionals-view .view-info .info-content .info-area:last-child { padding-bottom: 120px;}
.professionals-view .view-info .title-scroll { display: flex; gap: 10px 20px; flex: 1 0 0; padding-right: 20px; overflow: hidden; position: relative;}
.professionals-view .view-info .title-scroll .swiper { width: 100%;}
.professionals-view .view-info .title-scroll::before { content: ''; position: absolute; top: 0; right: 0; width: 20px; height: 100%; z-index: 11; pointer-events: none; background: linear-gradient(to left, #fff, transparent);}
.professionals-view .view-info .title-scroll .swiper { overflow: visible;}
.professionals-view .view-info .title-scroll .swiper-slide { opacity: .4; flex-shrink: 0; width: auto; cursor: pointer;}
html[lang='en'] .professionals-view .view-info .title-scroll .swiper-slide { font-size: 16px;}
.professionals-view .view-info .title-scroll .swiper-slide.active { opacity: 1;}
@media screen and (max-width: 1024px) {
  .professionals-view .sidebar { display: block;}
  .professionals-view .view-section { flex-direction: column;}
  .professionals-view .view-info { padding: 40px 30px 0;}
  /* .professionals-view .view-info .title-scroll { flex-wrap: nowrap; overflow-x: auto;} */
  .professionals-view .view-info .line.vertical { display: none;}
}
@media screen and (max-width: 767px) {
  .professionals-view { padding-bottom: 150px; padding-top: 80px;}
  .professionals-view .view-info { padding: 20px 20px 0;}
  .professionals-view .view-info .title-scroll { flex: none; width: 100%; padding: 0;}
  .professionals-view .view-info .title-scroll::before { content: none;}
  .professionals-view .view-info .info-content .info-area:first-child { margin-top: 0;}
  .professionals-view .sidebar-view-title .heading { font-size: 20px; width: 100%;}
  .professionals-view .sidebar-view-info { padding: 20px;}
  .professionals-view .sidebar-view-position span:not(:first-child)::before { top: 3px; height: 10px;}
  .professionals-view .view-info .info-top { top: 80px;}
  /* .professionals-view .view-info .title-scroll { padding-bottom: 10px;} */
}

/* search */
.search { padding: 120px 0 100px;}
.search .inner { max-width: 1540px; width: 90%; padding: 0; margin: 0 auto;}
.search .practices-search { margin-bottom: 0;}
.search .search-form .heading { text-align: center; margin-bottom: 60px; }
.search .search-form .search-result { border: 0;}
.search > section:not(:first-child) { padding: 120px 0;}
.search > section:last-child { padding-top: 60px;}
.search > section h3.heading { font-size: 32px; margin-bottom: 30px; display: flex; align-items: center; gap: 4px;}
.search > section h3.heading .num { font-size: 14px; color: #fff; background: #f32735; border-radius: 50%; padding: 5px 8px; min-width: 32px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center;}
.search .card-wrap { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); grid-template-rows: 1fr; gap: 80px 30px; margin-bottom: 60px;}
.search .card-wrap .board-card { min-height: 386px;}
.search .board-card .card-title span { padding: 5px 16px; border-radius: 35px; background: #F0F2F6; color: #333; font-size: 16px;}
.search .search-business { background: #F0F2F6; }
.search .search-business .board-card { background: #fff; padding: 30px;}
.search .search-business .board-card::after { content: none;}
.search .search-business .board-card .card-desc { font-size: 16px; font-weight: 400;}
.search .search-content .card-title span { background: #fff; border: 1px solid #DADDE2;}

/* insights */
.insights-area { padding: 0 0;}
.insights-area .sns-list { display: flex; justify-content: flex-end; gap: 20px; margin-bottom: 30px; }
.insights-area .sns-list .ico { width: 24px; height: 24px;}
.insights-area .inner { max-width: 1540px; margin: 0 auto; width: 90%; padding: 0;}
.insights-area.blog { background: #F0F2F6; }
.insights-area.blog .blog-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 380px), 1fr)); gap: 30px;}
.insights-area.blog .board-card { background: #fff; height: 328px; padding: 30px;}
.insights-area.blog .board-card:after { content: none;}
.insights-area.blog .board-card .card-sbj { -webkit-line-clamp: 2; line-height: 1.6;}
.insights-area.blog .board-card .card-desc  { font-size: 16px; font-weight: 400; color: #1D1D1D;}
.insights-area .insights-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px;}
.insights-area .insights-top .heading { font-size: 32px;}
.insight-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin-bottom: 30px;}
.insight-tags .insight-tag { display: block; padding: 8px 20px; border-radius: 35px; background: #fff; border: 1px solid #DADDE2; font-size: 16px; cursor: pointer;}
@media screen and (max-width: 1024px) {
  .insights-area.blog .blog-list { grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));}
}
@media screen and (max-width: 767px) {
  .insights-area { padding: 0 0;}
  .insights-area .insights-top { margin-bottom: 20px;}
  .insights-area .insights-top .heading { font-size: 24px;}
  .insights-area.blog .board-card { min-height: 250px; height: auto;}
}


/* social */
.social .inner { padding: 0; margin: 0 auto; max-width: 1540px; width: 90%;}
.social .inner h2.heading { font-size: 40px; font-weight: 500; line-height: 1.5;}
@media screen and (max-width: 767px) {
  .social .inner h2.heading { font-size: 24px;}
}
/* social -bono */
.bono-intro { padding: 120px 0;}
.bono-intro .inner { display: flex; flex-wrap: wrap; gap: 50px 180px;}
.bono-intro .img-box img { width: 100%; height: 100%; object-fit: cover;}
.bono-intro .bono-text { padding: 60px 60px 60px 0; flex: 1;}
.bono-intro .bono-text .label { position: relative; padding-left: 28px; font-size: 22px; font-weight: 500; margin-bottom: 8px;}
.bono-intro .bono-text .label::before { content: ''; display: block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 1px; width: 18px; background: #000;}
.bono-intro .bono-text .heading { margin-bottom: 30px;}
.bono-intro .bono-text strong { font-size: 28px; font-weight: 500; margin-bottom: 30px; color: #1D1D1D;}
.bono-intro .bono-text p { font-size: 20px; font-weight: 500; color: #1d1d1d;}
.bono-intro .bono-text p + p { margin-top: 30px;}
@media screen and (max-width: 1024px) {
  .bono-intro .img-box { width: 100%; }
  .bono-intro .bono-text { padding: 0;}
}
@media screen and (max-width: 767px) {
  .bono-intro { padding: 60px 0;}
  .bono-intro .bono-text .label { font-size: 18px;}
  .bono-intro .bono-text strong { font-size: 18px;}
  .bono-intro .bono-text p { font-size: 16px;}
}
.bono-features { padding: 120px 0; background: url(/images/sub/social/bono-features-bg.jpg) no-repeat center/cover; color: #fff;}
.bono-features .inner { display: flex;}
.bono-features .heading { flex: 0 0 33%;}
.bono-features .features-content { flex: 1;}
.bono-features .features-text { font-size: 20px; font-weight: 500; margin-bottom: 47px;}
.bono-features .features-list li { display: flex; border-bottom: 1px solid rgba(255,255,255,.2);}
.bono-features .features-list li + li { margin-top: 16px;}
.bono-features .features-list li .num { width: 60px; height: 60px; backdrop-filter: blur(20px); background: rgba(255,255,255,.2); font-size: 32px; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0;}
.bono-features .features-list li .text { align-items: flex-start; padding: 15px 20px; line-height: 1.6;}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
  .bono-features { padding: 60px 0;}
  .bono-features .inner { flex-direction: column;}
  .bono-features .heading { margin-bottom: 20px;}
  .bono-features .features-text { font-size: 16px;}
  .bono-features .features-list li .num { width: 40px; height: 40px; font-size: 22px;}
  .bono-features .features-list li .text { padding: 5px 10px;}
}

.bono-stats { padding: 120px 0 220px;}
.bono-stats .inner { display: flex;}
.bono-stats .heading { flex: 0 0 33%;}
.bono-stats .stats-content { flex: 1;}
.bono-stats .stats-text { font-size: 20px; font-weight: 500; margin-bottom: 50px;}
.bono-stats .stats-count { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 20px; color: #fff; margin-bottom: 40px; }
html[lang="en"] .bono-stats .stats-count { grid-template-columns: repeat(auto-fill, minmax(min(100%, 490px), 1fr));}
.bono-stats .count-item { flex: 1; text-align: center; padding: 60px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bono-stats .count-item .desc { color: #fff; font-weight: 500;}
.bono-stats .count-item:nth-child(1) { background-image: url(/images/sub/social/bono-stats-bg1.png);}
.bono-stats .count-item:nth-child(2) { background-image: url(/images/sub/social/bono-stats-bg2.png);}
.bono-stats .number-container { position: relative; height: 64px; margin-bottom: 16px;}
.bono-stats .number_motion { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; display: flex; align-items: flex-end; font-weight: 500; font-size: 32px; justify-content: center;}
.bono-stats .number_motion .year { overflow: hidden; height: 100%; display: flex; align-items: flex-start; margin-right: 5px;}
.bono-stats .number_motion .year span { line-height: 1; font-size: 64px; }
.bono-stats .count-item:nth-child(2) .number_motion { font-size: 64px; line-height: 1;}
.bono-stats .stats-table { display: flex;}
.bono-stats .stats-table ul { flex: 1; text-align: center; display: flex; flex-direction: column;}
.bono-stats .stats-table ul li { border-bottom: 1px solid #ddd; padding: 20px 5px;}
.bono-stats .stats-table ul:not(:first-child) li:nth-child(1) { border-left: 1px solid rgba(255,255,255,.2);}
.bono-stats .stats-table ul li:nth-child(1) { font-size: 20px; font-weight: 500; color: #fff; background: #83939D; padding: 24px 5px;  flex:1;}
.bono-stats .stats-table ul li:nth-child(2) { margin-top: auto;}
@media screen and (max-width: 1024px) {
  .bono-stats { padding: 100px 0;}
  .bono-stats .heading { margin-bottom: 20px;}
  .bono-stats .inner { flex-direction: column;}
}
@media screen and (max-width: 767px) {
  .bono-stats { padding: 60px 0 150px;}
  .bono-stats .stats-text { font-size: 16px;}
  .bono-stats .number-container { height: 34px;}
  .bono-stats .count-item { padding: 30px;}
  .bono-stats .number_motion { font-size: 18px;}
  .bono-stats .number_motion .year span { font-size: 34px;}
  .bono-stats .count-item:nth-child(2) .number_motion { font-size: 34px;}
  .bono-stats .stats-table { flex-wrap: wrap; gap: 30px;}
  .bono-stats .stats-table ul { flex: 0 0 100%;}
  .bono-stats .stats-table ul li:nth-child(1) { padding: 12px 5px; font-size: 18px;}
}
.social.v2 { background: #F0F2F6; padding: 120px 0 220px;}
.social-card { padding: 60px; display: flex; flex-wrap: wrap; background: #fff; gap: 20px;}
.social-card + .social-card { margin-top: 30px;}
.social-card h3.title { flex: 0 0 23.2%; flex-shrink: 0; font-size: 32px; font-weight: 500;}
.social-card .card-content { flex: 1;}
.social-card .card-text { font-size: 20px; font-weight: 500; line-height: 1.7;}
.social-card .card-content dd,
.social-card .card-content ul li { padding-left: 12px; position: relative; font-size: 20px; font-weight: 500;}
.social-card .card-content dd::before,
.social-card .card-content ul li::before { content: ''; display: block; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #000;}
.social-card .card-content ul li + li { margin-top: 8px;}
.social-card .card-content .dl-item + .dl-item { margin-top: 8px;}
.social-card .card-content dt { font-size: 20px; font-weight: 500; margin-bottom: 5px;}
.social-card .card-content dd { font-weight: 400;}
.social-card .card-content .card-step { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 40px; }
.social-card .card-content .card-step li { position: relative; padding: 30px 10px; border-radius: 100px; background: #F5F5F5; text-align: center; font-weight: 400; place-content: center;}
.social-card .card-content .card-step li:last-child { background: #F32735; color: #fff;}
.social-card .card-content .card-step li:not(:last-child)::after { content: ''; display: block; position: absolute; top: 50%; left: calc(100% + 20px); transform: translate(-50%, -50%); width: 16px; height: 14px; background: url(/images/sub/social/social-step-arrow.svg) no-repeat center/auto 100%;}
.social-card .card-content .card-step li h4 { font-size: 20px; font-weight: 500; line-height: 1.6;}
.social-card .card-content .card-step.v3 { grid-template-columns: repeat(3, 1fr);}
.social-card .card-content .card-step.v3:not(.reverse) li:last-child { color: inherit; background: #F5F5F5; }
.social-card .card-content .card-step.reverse { direction: rtl; margin-top: 50px;}
.social-card .card-content .card-step.reverse li:not(:last-child)::after { left: auto; right: calc(100% + 20px); transform: translate(50%, -50%) scaleX(-1);}
.social-card .card-content .card-step.reverse li:first-child::before { content: ''; display: block; position: absolute; left: 50%; bottom: calc(100% + 25px); transform: translate(-50%, 50%) rotate(90deg); width: 16px; height: 14px; background: url(/images/sub/social/social-step-arrow.svg) no-repeat center/auto 100%;}
.social-card .card-content .card-logo + .card-logo { margin-top: 16px;}
.social-card .card-content .card-logo h4 { font-size: 20px; font-weight: 500; margin-bottom: 8px;}
.social-card .card-content .card-logo .logo-items { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 30px;}
.social-card .card-content address p { font-size: 20px; font-weight: 500; }
.social-card .card-content address p + p { margin-top: 8px;}
@media screen and (max-width: 1024px) {
  .social-card { flex-direction: column; gap: 30px;}
  .social-card .card-content .card-step li h4 { font-size: 18px;}
}
@media screen and (max-width: 767px) {
  .social.v2 { padding: 60px 0 150px;}
  .social-card { padding: 30px;}
  .social-card h3.title { font-size: 24px; flex: 1;}
  .social-card .card-text { font-size: 16px;}
  .social-card .card-content dd, .social-card .card-content ul li { font-size: 16px;}
  .social-card .card-content dd::before, .social-card .card-content ul li::before { top: 8px;}
  .social-card .card-content dt { font-size: 18px;}
  .social-card .card-content .card-step.v3,
  .social-card .card-content .card-step { grid-template-columns: repeat(1, 1fr);}
  .social-card .card-content .card-step li { padding: 20px 10px;}
  .social-card .card-content .card-step.reverse li:not(:last-child)::after,
  .social-card .card-content .card-step li:not(:last-child)::after { top: calc(100% + 20px); left: 50%; transform: translate(-50%, -50%) rotate(90deg); right: auto;}
  .social-card .card-content .card-logo h4 { font-size: 18px;}
  .social-card .card-content .card-logo + .card-logo { margin-top: 50px;}
  .social-card .card-content address p { font-size: 16px;}
}
.partners { padding-bottom: 220px;}
.partners-header { padding: 120px 0;}
.partners-header .heading { margin-bottom: 30px;}
.partners-header .partners-text { font-size: 20px; font-weight: 500;}
.partners-area { position: relative; padding: 60px 0; font-size: 20px; font-weight: 500;}
.partners-area .inner { display: flex; gap: 40px; flex-wrap: wrap;}
.partners-area .col.left { flex: 0 0 48%; flex-shrink: 0;}
.partners-area .col.left .title { font-size: 32px; font-weight: 500; color: #7B92A7; margin-bottom: 8px;}
.partners-area .col.right { flex: 1 0 0;}
.partners-area .col.right p + p { margin-top: 35px;}
@media screen and (max-width: 767px) {
  .partners { padding-bottom: 100px;}
  .partners-header { padding: 60px 0;}
  .partners-header .partners-text { font-size: 16px;}
  .partners-area { font-size: 16px;}
  .partners-area .col.left { flex: 0 0 100%;}
  .partners-area .col.left .title { font-size: 24px;}
}

.brand-highlight { padding: 120px 0 220px;}
.brand-highlight .inner { padding: 0; max-width: 1540px; width: 90%; margin: 0 auto;}
.brand-highlight .heading { font-size: 40px; font-weight: 500; margin-bottom: 30px; text-align: center;}
.brand-highlight .text { font-size: 20px; margin-bottom: 100px; text-align: center;}
.brand-highlight .brand-logo { padding: 100px 80px; background: url(/images/sub/social/corp-bg.png) no-repeat center/100% 100%; display: grid; grid-template-columns: repeat(3, auto); align-items: center; justify-content: center; gap: 100px; margin-bottom: 120px;}
.brand-highlight .brand-logo img.dodge { mix-blend-mode: color-dodge;}
.brand-highlight .brand-foot { display: flex; flex-wrap: wrap; gap: 30px;}
.brand-highlight .brand-foot .title { font-size: 32px; font-weight: 500; flex: 0 0 33.8%;}
.brand-highlight .brand-foot .foot-text { flex: 1;}
.brand-highlight .brand-foot .foot-text p { font-size: 20px;}
.brand-highlight .brand-foot .foot-text p + p { margin-top: 30px;}
.brand-highlight.globalaw .brand-logo { background: url(/images/sub/global/globalaw-bg.png) no-repeat center/100% 100%; padding: 195px 80px;}
@media screen and (max-width: 767px) {
  .brand-highlight { padding: 60px 0 150px;}
  .brand-highlight .heading { font-size: 24px;}
  .brand-highlight .text { font-size: 16px; margin-bottom: 50px;}
  .brand-highlight .brand-logo,
  .brand-highlight.globalaw .brand-logo { grid-template-columns: 1fr 30px 1fr; background-size: cover; border-radius: 15px; overflow: hidden; gap: 40px; padding: 100px 20px; margin-bottom: 50px;}
  .brand-highlight .brand-logo img { margin: 0 auto;}
  .brand-highlight .brand-foot .title { flex: 0 0 100%; font-size: 24px;}
  .brand-highlight .brand-foot .foot-text p { font-size: 16px;}
}


.insight-nav .category-nav { display: flex; margin-bottom: 30px;}
.insight-nav .category-nav a { display: block; padding: 0 15px; font-size: 24px; font-weight: 500; opacity: .4;}
.insight-nav .category-nav a:first-child { padding-left: 0;}
.insight-nav .category-nav a.active { opacity: 1;}
.insight-nav .expertise-list { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 30px; border-bottom: 1px solid #bbb; margin-bottom: 50px;}
.insight-nav .expertise-list .expertise-item { display: block; padding: 12px 16px; border-radius: 35px; font-weight: 500; color: #1d1d1d; background: #F0F2F6; line-height: 1;}
.pg_wrap { margin-top: 90px;}
@media screen and (max-width: 767px) {
  .pg_wrap { margin-top: 50px;}
  .insight-nav .category-nav { overflow-x: auto; gap: 0; padding-bottom: 10px; justify-content: flex-start; margin-bottom: 30px;}
  .insight-nav .category-nav a { flex-shrink: 0; font-size: 18px; padding: 0 10px;}
  .insight-nav .category-nav a:first-child { padding-left: 0;}
}

.empty_list, .empty_table { grid-column: 1/-1; border: none !important; text-align: center; justify-content: center;}


/* error */
.error { padding: 280px 0; text-align: center;}
.error .logo-box { margin-bottom: 30px;}
.error .heading { font-size: 50px; margin-bottom: 50px; font-weight: 700;}
.error .text { margin-bottom: 94px; font-size: 20px;}
.error .error-btns { display: flex; gap: 20px; justify-content: center; align-items: center;}
.error .error-btns a,
.error .error-btns button { padding: 12px 25px; border-radius: 4px; border: 1px solid #000; font-size: 20px; font-weight: 700;}
.error .error-btns a:last-child,
.error .error-btns button:last-child { background: #000; color: #fff;}
@media screen and (max-width: 1280px) {

}

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

}

@media screen and (max-width: 767px) {
  .error { padding: 180px 0 150px;}
  .error .logo-box { margin-bottom: 50px;}
  .error .heading { font-size: 24px; margin-bottom: 30px;}
  .error .text { font-size: 16px;}
  .error .error-btns { gap: 10px;}
  .error .error-btns a, .error .error-btns button { font-size: 14px; padding: 8px 15px;}
}


.bo_tags { flex-wrap: wrap; gap: 10px 5px;}
#bo_v_con a { display: inline;}
