<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* attoney */
.attoney h3 {
  color: var(--gold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.attoney .board-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px 40px;
  margin-top: 30px;
}
.board-list__profile {
  /* padding-top: 30px; */
  position: relative;
  /* height: 365px; */
  position: relative;
  padding-top: 114%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  margin-bottom: 30px;
}
.board-list__profile img {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.profile-bg {
  height: 41%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: height 0.3s ease;
  background-color: #deeaf3;
}
.attoney .board-list__record:hover .profile-bg {
  height: 100%;
}
.board-list__record .visit-btn__arrow {
  margin-left: auto;
}
.board-list__record:hover .visit-btn__arrow {
  opacity: 1;
}
.board-list__record:hover .visit-btn__arrow img {
  -webkit-animation: move01 0.4s forwards, move02 0.5s forwards 0.2s;
  animation: move01 0.4s forwards, move02 0.5s forwards 0.2s;
}
.attoney .view-more {
  margin: 80px auto 0;
}
.attoney .board-list__record &gt; div:last-child {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.attoney .board-list__record &gt; div:last-child p {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-right: 16px;
}
.attoney .board-list__record &gt; div:last-child span {
  color: var(--deepblue);
  font-size: 18px; 
  font-weight: 600;
  line-height: 1;
}
.attoney-mob__position {
  margin-bottom: auto;
}
.attoney-mob__position &gt; a {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
}

.attoney-view__top {
  position: relative;
  z-index: 2;
}
.attoney-view__top::after {
  content: "";
  height: 350px;
  background-color: #DEEAF3;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.attoney-view__top .inner03 {
  align-items: flex-end;
  display: flex;
  gap: 32px;
}
.attoney-view__top .attoney-typo {
  position: absolute;
  bottom: 350px;
  right: 0;
  z-index: -1;
}
.attoney-view__left {
  width: 700px;
  height: 700px;
  flex: none;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.attoney-view__right {
  flex: 1;
}
.attoney-view__right img {
  width: 100%;
}
.attoney-view__left h3 {
  margin-top: 200px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.attoney-view__left h4 {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  margin-top: 20px;
}
.attoney-view__left h4 span {
  line-height: 1;
  font-size: 40px;
  font-weight: 400;
  color: #666;
}
.attoney-view__info {
  font-family: var(--pretend);
}
.attoney-view__info li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 5px;
}
.attoney-view__info li p:first-child {
  width: 52px;
  color: var(--deepblue);
  font-weight: 600;
}
.attoney-view__field {
  margin-top: 40px;
}
.attoney-view__field h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.attoney-view__field ul{
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.attoney-view__field li a{
  display: block;
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background .3s ease;
  background-color: var(--bgblue);
}
.attoney-view__field li:hover a {
  background-color: #fff;
}
.attoney-view__desc {
  display: flex;
  gap: 60px;
  font-family: var(--pretend);
  align-items: flex-start;
}
.attoney-view__desc &gt; li {
  width: 100%;
}
.attoney-view__desc h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.attoney-view__intro &gt; ul{
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.attoney-view__intro h5 {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
.attoney-view__intro li p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}
.attoney-view__intro .intro-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.attoney-view__intro .intro-list li {
  display: flex;
  gap: 60px;
}
.attoney-view__intro .intro-list li p {
  line-height: 1; 
}
.attoney-view__intro .intro-list li p:first-child {
  width: 115px;
  padding-left: 15px;
  position: relative;
}
.attoney-view__intro .intro-list li p:first-child::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--blue);
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.attoney-view__intro .intro-list li p:last-child {
  font-weight: 500;
  color: #222;
}
.attoney-view__case {
  width: 460px;
  flex: none;
  background-color: #fff;
  padding: 80px 30px;
}
.attoney-view__case .main-instance__list {
  flex-direction: column;
  padding: 0;
  gap: 20px;
  width: auto;
  transform: none;
  margin-bottom: 0;
  position: static;
}
.attoney-view__case .main-instance__item {
  width: 100%;
}
.attoney-view__case .main-instance__item a {
  border: 1px solid var(--line);
  width: 100%;
  height: 300px;
}
.attoney-view__case .main-instance__tit {
  -webkit-line-clamp: 1;
} 

.attoney-view .view-more{
  margin: 40px auto 0;
}

/* press-news */
.news .main-news__list {
  width: 100%;
  margin: 0;
}
.news .main-news__cate {
  width: 27px;
  margin-right: 20px; 
}
.board-top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.board-search {
  width: 540px;
  flex: none;
  display: flex;
  gap: 20px;
}
.board-search select,
.board-search__input {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 400;
}
.board-search select,
.board-search__input::placeholder {
  color: #888;
}
.board-search select {
  flex: none;
  width: 160px;
  background-image: url('/image/common/select_arrow.png');
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.board-search__input {
  display: flex;
  gap: 20px;
  flex: 1;
}
.board-search__input button {
  flex: none;
}
.board-search__input input[type="text"] {
  flex: 1;
  min-width: 0;
}
.list-pager {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
  font-family: var(--pretend);
}
.list-pager a {
  padding-bottom: 6px;
  font-size: 18px;
  color: #888;
  font-weight: 500;
  line-height: 1;
  border-bottom: 2px solid transparent;
  min-width: 15px;
  text-align: center;
}
.list-pager .active {
  color: var(--deepblue);
  border-color: var(--deepblue); 
}
.list-pager a:first-child {
  margin-right: -10px;
}
.list-pager a:last-child {
  margin-left: -10px;
}
.board-total {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.board-total span {
  color: var(--deepgold);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
/* case */
.case .main-instance__list {
  width: auto;
  margin: 0;
  padding: 0;
  transform: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  position: static;
}
.case .main-instance__list:hover .main-instance__item a{
  opacity: 1;
}
.case .main-instance__item a {
  height: 300px;
  background-color: transparent;
  border: 1px solid var(--line);
  transition: background .3s ease;
  width: 100%;
}
.case .main-instance__list a:hover {
  background-color: #fff;
}
.case .main-instance__tit {
  -webkit-line-clamp: 1;
}

/* letter */
.letter .main-instance__list {
  width: auto;
  margin: 0;
  padding: 0;
  transform: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 40px;
  position: static;
}
.letter .main-instance__list:hover .main-instance__item a {
  opacity: 1;
}
.letter .main-instance__item a {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
} 
.letter .main-instance__cate {
  margin-bottom: 16px;
}
.letter .main-instance__cate span{
  padding: 0;
  height: auto;
  background-color: transparent;
  color: var(--deepblue);
  font-size: 16px;
  font-weight: 700;
}
.letter .main-instance__tit {
  font-size: 20px;
  height: 2.72em
}
.letter .main-instance__bottom {
  margin-top: 30px;
}
.main-instance__thumb {
  margin-bottom: 30px;
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
}
.main-instance__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s ease;
}
.main-instance__item a:hover .main-instance__thumb img{
  transform: scale(1.1);
}
.board-view-ct img {
  display: inline-block;
}
.board-inner {
  margin: 0 auto;
  width: 960px;
  word-break: break-all;
}
.board-view-ct {
  padding: 80px 0;
}
.board-view__top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  justify-content: center;
}
.board-view__top h3 {
  color: var(--deepblue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--pretend);
}
.board-view__top h3::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--line);
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
.board-view__top p:last-child {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #aaa;
}
.board-view-tit {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--blue);

}
.board-view-file {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--line);
  margin-top: 80px;
}
.board-view-file li a {
  display: flex;
  align-items: center;
  padding-left: 24px;
  background-image: url('/image/common/icon_file.svg');
  background-repeat: no-repeat;
  background-position: left center;
  font-family: var(--pretend);
  color: #666;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
}
.board-view-nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
}
.board-view-nav a {
  flex: none;
  overflow: hidden;
  width: 560px;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 30px;
}
.board-view-nav .empty {
  opacity: 0.6;
}
.board-view-nav a:last-child {
  justify-content: flex-end;
}
.board-view-nav a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  flex: 1;
  font-family: var(--pretend);
}
.board-view-nav a:last-child p {
  text-align: right;
}
.nav-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.board-view-nav .nav-list {
  flex: none;
  justify-content: center;
  width: 76px;
  overflow: hidden;
  gap: 0;
  transition: all .3s ease;
  background-color: #fff;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.board-view-nav .nav-list:hover {
  background-color: var(--deepblue);
  width: 160px;
  gap: 25px;
}
.board-view-nav .nav-list span {
  width: 0;
  display: block;
  overflow: hidden;
  transition: width .3s ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.board-view-nav .nav-list:hover span {
  width: auto;
}
.board-view-nav .nav-list img {
  transition: filter .3s ease;
}
.board-view-nav .nav-list:hover img {
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.board-view__related {
  padding: 60px 60px 120px;
  margin-top: 80px;
  border-top: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}
.board-view__related h4 {
  font-size: 26px;
  font-weight: 600;
}
  .board-view .board-list {
  display: flex;
  margin-top: 20px;
  gap: 0;
}
.board-view .swiper-container {
  overflow: hidden;
}
.board-view .board-list__profile {
  /* height: 206px; */
  margin-bottom: 20px;
  /* padding-top: 17px; */
}
.board-view .board-list__record &gt; div:last-child p {
  font-size: 20px;
  margin-right: 0;
  margin-bottom: 10px;
}
.board-view .board-list__record &gt; div:last-child span {
  color: #888;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.board-view .profile-bg {
  height: 90px;
}
.board-view .visit-btn__arrow img {
  width: 16px;
  height: auto;
}
.board-view .visit-btn__arrow {
  flex: none;
  width: 20px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev, .swiper-button-next {
  top: 50%;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev img, .swiper-button-next img {
  width: 14px;
}
.board-view .swiper-pagination {
  display: none;
}
@media all and (max-width: 1500px) {
  .attoney .board-list__record &gt; div:last-child p {
    font-size: 28px;
  }
  .attoney-view__left {
    width: 50%;
  }
  .board-view-nav {
    flex-direction: column;
    border-bottom: none;
  }
  .board-view-nav .nav-list {
    order: 3;
    background-color: var(--deepblue);
    width: 160px;
    height: 56px;
    gap: 25px;
    align-self: center;
    padding: 0;
    margin-top: 30px;
  }
  .board-view-nav .nav-list span{
    color: #fff;
    width: auto;
  }
  .board-view-nav .nav-list img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .board-view-nav a {
    height: auto;
    width: 100%;
    border-bottom: 1px solid var(--line);
    padding: 30px;
  }
  .board-view-nav a:last-child {
    justify-content: flex-start;
  }
  .nav-arrow {
    order: 1;
    width: 65px;
    justify-content: space-between;
  }
  .nav-arrow img {
    order: 2;
    transform: rotate(90deg);
  }
  .board-view-nav a p {
    order: 2;
  }
  .board-view-nav a:last-child p {
    text-align: left;
  }
}
@media all and (max-width: 1200px) {
  .attoney .board-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px;
  }
  .board-view__related .board-list {
    grid-gap: 0 !important;
  }
  .case .main-instance__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .letter .main-instance__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .board-view__related {
    margin-top: 40px;
  }
  .board-inner {
    width: auto;
    padding: 0 3.90625%;
  }
}
@media all and (max-width: 1024px) {
  .attoney-view__top .inner03 {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
  .attoney-view__left{
    width: 100%;
    order: 2;
    height: auto;
  }
  .attoney-view__right {
    order: 1;
    width: 50%;
  }
  .attoney-mob__position {
    position: absolute;
    top: 0;
    left: 0;
  }
  .attoney-view__left h3 {
    margin-top: 60px;
  }
  .attoney-view__desc {
    flex-direction: column;
  }
  .attoney-view__case {
    width: 100%;
  }
} 
@media all and (max-width: 720px) {
  .attoney .board-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.56vw 2.78vw;
  }
  .attoney .board-list__record &gt; div:last-child p {
    font-size: 5vw;
    margin-right: 2.22vw;
  }
  .attoney .board-list__record &gt; div:last-child span {
    font-size: 3.33vw;
  }
  .visit-btn__arrow.sub-style img {
    width: 3.61vw;
  }
  .attoney h3 {
    font-size: 2.78vw;
  }
  .board-list__profile {
    margin-bottom: 4.17vw;
  }
  .attoney .view-more {
    margin: 11.11vw auto 0;
  }
  .view-more.sub-style{
    font-size: 2.5vw;
  }
  .attoney-mob__position &gt; a img {
    width: 3.33vw;
    height: auto;
  }
  .attoney-mob__position &gt; a {
    gap: 2.78vw;
    font-size: 2.78vw;
  }
  .attoney-view__left h3{
    margin-top: 11.11vw;
    font-size: 3.33vw;
  }
  .attoney-view__left h4 {
    margin-top: 2.78vw;
    font-size: 9.72vw;
    gap: 2.22vw;
  }
  .attoney-view__left h4 span {
    font-size: 6.11vw;
  }
  .attoney-view__right {
    width: 100%;
  }
  .attoney-view__top .inner03 {
    padding-top: 43.89vw;
    gap: 8.33vw;
  }
  .attoney-view__top::after {
    height: 122.22vw;
  }
  .attoney-view__info li {
    gap: 2.78vw;
    font-size: 3.33vw;
    margin-bottom: 2.08vw;
  }
  .attoney-view__info li:last-child {
    margin-bottom: 0;
  }
  .attoney-view__info li p {
    line-height: 1;
  }
  .attoney-view__info li p:first-child {
    width: 10.69vw;
  }
  .attoney-view__field {
    margin-top: 8.33vw;
  }
  .attoney-view__field h5 {
    font-size: 4.17vw;
    margin-bottom: 2.22vw;
  }
  .attoney-view__field ul {
    gap: 1.11vw;
  }
  .attoney-view__field li a {
    padding: 1.39vw 2.78vw;
    font-size: 3.33vw;
  }
  .attoney-view__top .attoney-typo{
    bottom: 122.22vw;
  }
  .attoney-view__desc.inner03 {
    margin: 0;
  }
  .attoney-view__intro {
    margin: 0 4.17vw;
  }
  .attoney-view__intro &gt; ul {
    padding-top: 11.11vw;
  }
  .attoney-view__desc h5 {
    font-size: 4.72vw;
    margin-bottom: 2.78vw;
  }
  .attoney-view__intro h5 {
    padding-bottom: 2.78vw;
  }
  .attoney-view__intro li p{
    font-size: 3.61vw;
  }
  .attoney-view__intro .intro-list {
    gap: 2.22vw;
  }
  .attoney-view__intro .intro-list li {
    gap: 8.33vw;
  }
  .attoney-view__intro .intro-list li p:first-child {
    width: 23.06vw;
    padding-left: 2.08vw;
  }
  .attoney-view__intro .intro-list li p:first-child::before {
    width: .69vw;
    height: .69vw;
  }
  .attoney-view__intro &gt; ul {
    gap: 11.11vw;
  }
  .attoney-view__case {
    padding: 11.11vw 4.17vw;
  }
  .attoney-view .main-instance__item a {
    padding: 4.17vw;
  }
  .attoney-view .view-more {
    margin: 5.56vw auto 0;
  }
  .attoney-view__case .main-instance__list {
    gap: 4.17vw;
  }
  .attoney-view .main-instance__desc {
    line-height: 1.33;
  }
  .attoney-view .main-instance__cate {
    margin-bottom: 4.17vw;
  }
  .board-top {
    margin-bottom: 2.78vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.56vw;
  }
  .board-search{
    width: 100%;
    order: 1;
    gap: 2.78vw;
  }
  .board-total {
    order: 2;
    font-size: 3.33vw;
  }
  .board-total span {
    font-size: 3.61vw;
  }
  .board-search__input {
    min-width: auto;
  }
  .board-search select, .board-search__input{
    font-size: 3.61vw;
    height: 9.72vw;
    line-height: 9.72vw;
    padding: 0 2.78vw;
  }
  .board-search select {
    width: 22.22vw;
    background-position: center right 1.39vw;
    background-size: 2.22vw;
  }
  .board-search__input button {
    width: 4.44vw;
  }
  .list-pager a{
    font-size: 3.33vw;
    min-width: 3.61vw;
  }
  .list-pager {
    gap: 4.17vw;
    margin-top: 11.11vw;
  }
  .list-pager a img {
    width: auto;
    height: 3.33vw;
  }
  .case .main-instance__list {
    grid-template-columns: 1fr;
  }
  .case .main-instance__list {
    gap: 4.17vw;
  }
  .case .main-instance__item a {
    height: 48.61vw;
  }
  .case .main-instance__cate {
    margin-bottom: 4.17vw;
  }
  .case .main-instance__tit {
    font-size: 4.17vw;
    margin-bottom: 2.78vw;
  }
  .case .main-instance__desc {
    font-size: 3.33vw;
  }
  .case .main-instance__item a {
    padding: 4.17vw;
  }
  .case .main-instance__bottom span {
    font-size: 2.78vw;
  }
  .case .main-instance__cate span {
    padding: 1.39vw 2.08vw;
    font-size: 3.06vw;
  }
  .letter .main-instance__list {
    grid-template-columns: 1fr;
    gap: 11.11vw;
  }
  .letter .main-instance__cate {
    margin-bottom: 2.78vw;
  }
  .letter .main-instance__cate span {
    font-size: 3.33vw;
  }
  .letter .main-instance__tit {
    font-size: 4.17vw;
  }
  .board-view__related {
    padding: 4.17vw 4.17vw 13.89vw;
    margin-top: 11.11vw;
  }
  .board-view .swiper-button-prev, .board-view .swiper-button-next {
    display: none;
  }
  .board-view .swiper-pagination {
    display: block;
    margin-bottom: 30px;
  }
  .board-view .swiper-pagination-bullet {
    background-color: var(--blue);
    width: 1.67vw;
    height: 1.67vw;
    min-width: 6px;
    min-height: 6px;
    margin: 0 .69vw;
  }
  .board-view .swiper-pagination-bullet-active {
    background-color: var(--deepblue);
  }
  .board-view-tit{
    font-size: 5vw;
  }
  .board-view__top {
    gap: 2.78vw;
  }
  .board-view__top h3::after {
    height: 2.78vw;
    margin-left: 2.78vw;
  }
  .board-view__top h3{
    font-size: 3.06vw;
  }
  .board-view__top p:last-child {
    font-size: 2.78vw;
  }
  .board-view-ct {
    padding-top: 11.11vw;
  }
  .board-inner {
    padding: 0 4.17vw;
  } 
  .board-view-file {
    padding: 4.17vw;
    gap: 2.78vw;
    margin-top: 11.11vw;
  }
  .board-view-file li a{
    padding-left: 5vw;
    background-size: auto 100%;
    font-size: 3.33vw;
  }
  .board-view__related h4 {
    font-size: 5vw;
  }
  .board-view .swiper-pagination {
    margin-bottom: 1.67vw;
  }
  .board-view-nav a{
    padding: 4.17vw;
    gap: 4.17vw;
  }
  .nav-arrow {
    gap: 1.39vw;
    font-size: 2.78vw;
    width:  13.19vw;
  } 
  .nav-arrow img {
    width: 2.5vw;
  }
  .board-view-nav a p{
    font-size: 3.06vw;
  }
  .board-view-nav .nav-list {
    width: 27.78vw;
    height: 9.72vw;
    gap: 3.47vw;
    margin-top: 11.11vw;
  }
  .board-view-nav .nav-list span {
    font-size: 2.78vw;
  }
  .board-view-nav .nav-list img {
    width: 2.78vw;
  }
  .board-view .board-list__record &gt; div:last-child p {
    margin-bottom: 1.67vw;
  }
}
@media all and (max-width: 425px) {
  .attoney-view .main-instance__item a {
    height: 48.61vw;
  }
  
}</pre></body></html>