@charset "UTF-8";
.sec_visual .container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/sub_visual_bg.jpg);
}
.sec_visual .container .wrapper .tit_area .txt {
  color: #cfa972;
  text-align: center;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: 5rem;
  margin-bottom: 20rem;
  text-transform: uppercase;
  overflow: hidden;
}
.sec_visual .container .wrapper .tit_area .txt span {
  transition: transform 1.2s 0.2s;
  transform: translateY(100%);
}
.sec_visual .container .wrapper .tit_area .tit {
  font-weight: 400;
  overflow: hidden;
  letter-spacing: 2rem;
  color: #fff;
  font-size: 46rem;
}
.sec_visual .container .wrapper .tit_area .tit span {
  transition: transform 1.2s 0.4s;
  transform: translateY(100%);
}
.sec_visual .container .wrapper .tit_area.on .txt span,
.sec_visual .container .wrapper .tit_area.on .tit span {
  transform: translateY(0);
}

section .container .wrapper .sub_tit_area {
  gap: 10rem;
}
section .container .wrapper .sub_tit_area .tit {
  color: #222;
  font-size: 50rem;
  font-weight: 700;
}
section .container .wrapper .sub_tit_area .category_choice_list {
  padding-bottom: 10rem;
  flex-wrap: wrap;
}
section .container .wrapper .sub_tit_area .category_choice_list .list_item:not(:last-child) {
  border-right: 1px solid #ddd;
}
section .container .wrapper .sub_tit_area .category_choice_list .list_item .list_link {
  color: #999;
  padding: 29rem;
  font-size: 18rem;
  font-weight: 400;
}
section .container .wrapper .sub_tit_area .category_choice_list .list_item .list_link.on {
  color: #cfa972;
  font-weight: 700;
}
section .container .wrapper .sub_tit_area .consulting_btn {
  width: 320rem;
  background: #4a3727;
  color: #fff;
  color: #fff;
  font-size: 17rem;
  font-weight: 700;
  padding: 20rem 0;
}
section .container .wrapper .sub_tit_area .consulting_btn span {
  padding-left: 35rem;
  position: relative;
  color: #fff;
  font-size: 17rem;
  font-weight: 700;
}
section .container .wrapper .sub_tit_area .consulting_btn span::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25rem;
  height: 25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/consulting_icon.svg);
  content: "";
}
section .container .wrapper .subject_area {
  border-bottom: 1px solid #ddd;
}
section .container .wrapper .subject_area .cate {
  overflow: hidden;
  color: #cfa972;
  font-size: 18rem;
  font-weight: 600;
}
section .container .wrapper .subject_area .tit {
  color: #222;
  font-size: 30rem;
  font-weight: 600;
  line-height: 42rem; /* 140% */
}
section .container .wrapper .subject_area .date {
  color: #777;
  font-size: 16rem;
  font-weight: 400;
}

.pagination_area .pagination .pagination_btn {
  width: 40rem;
  height: 40rem;
}
.pagination_area .pagination .pagination_btn.arrow_type_1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8rem 9rem;
}
.pagination_area .pagination .pagination_btn.arrow_type_2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem 9rem;
}
.pagination_area .pagination .pagination_btn.first {
  background-image: url(../img/pagination_first_arrow.svg);
}
.pagination_area .pagination .pagination_btn.prev {
  background-image: url(../img/pagination_prev_arrow.svg);
}
.pagination_area .pagination .pagination_btn.num {
  border-radius: 100%;
  color: #555;
  font-size: 14rem;
  font-weight: 400;
  line-height: 40rem;
}
.pagination_area .pagination .pagination_btn.num.on {
  background: var(--color-point-beige);
  color: #fff;
}
.pagination_area .pagination .pagination_btn.next {
  background-image: url(../img/pagination_next_arrow.svg);
}
.pagination_area .pagination .pagination_btn.last {
  background-image: url(../img/pagination_last_arrow.svg);
}

.navigation_area ul .list_item {
  border-top: 1px solid #ddd;
  padding: 20rem 0;
}
.navigation_area ul .list_item:last-child {
  border-bottom: 1px solid #ddd;
}
.navigation_area ul .list_item.prev span {
  background-image: url(../img/news_detail_prev_arrow.svg);
}
.navigation_area ul .list_item.next span {
  background-image: url(../img/news_detail_next_arrow.svg);
}
.navigation_area ul .list_item span {
  color: #cfa972;
  font-size: 15rem;
  font-weight: 400;
  border-right: 2px solid #eee;
  padding: 0 80rem 0 20rem;
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 10rem 6rem;
}
.navigation_area ul .list_item .list_link {
  color: #888;
  font-size: 17rem;
  font-weight: 400;
  padding-left: 35rem;
  transition: 0.4s;
}
.navigation_area ul .list_item .list_link:hover {
  color: #333;
}
.navigation_area .news_home_btn {
  margin-top: 30rem;
  color: #fff;
  background: #4a3727;
  width: 220rem;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
}
.navigation_area .news_home_btn span {
  padding: 22rem 0 22rem 33rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  background-image: url(../img/news_detail_home_icon.svg);
}

/* RWD */
@media (max-width: 1080px) {
  .sec_visual .container {
    background-image: url(../img/sub_visual_bg_mo.jpg);
  }
  .sec_visual .container .wrapper {
    padding: 34.7222vw 0 21.0185vw;
  }
  .sec_visual .container .wrapper .tit_area .txt {
    font-size: 3.1481vw;
    letter-spacing: 0.463vw;
    margin-bottom: 2.7778vw;
  }
  .sec_visual .container .wrapper .tit_area .tit {
    font-size: 6.9444vw;
    letter-spacing: 0.1852vw;
  }
  .sec_visual .container .wrapper .tit_area .tit .mo_br {
    display: block;
  }
  section .container .wrapper .sub_tit_area {
    gap: 5.5556vw;
    flex-wrap: wrap;
    margin-bottom: 11.1111vw;
  }
  section .container .wrapper .sub_tit_area .tit {
    width: 100%;
    font-size: 6.4815vw;
  }
  section .container .wrapper .sub_tit_area .category_choice_list {
    row-gap: 3.7037vw;
  }
  section .container .wrapper .sub_tit_area .category_choice_list .list_item:not(:last-child) {
    border: none;
    position: relative;
  }
  section .container .wrapper .sub_tit_area .category_choice_list .list_item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    width: 0.1852vw;
    height: 3.4259vw;
    content: "";
    background: #ddd;
  }
  section .container .wrapper .sub_tit_area .category_choice_list .list_item .list_link {
    padding: 0 6.6vw 0 0;
    font-size: 3.8889vw;
  }
  section .container .wrapper .sub_tit_area .consulting_btn {
    margin-top: 5.5556vw;
    width: 100%;
    padding: 4.1667vw 0;
    margin-bottom: 0;
  }
  section .container .wrapper .sub_tit_area .consulting_btn span {
    font-size: 3.9815vw;
    padding-left: 5.5556vw;
  }
  section .container .wrapper .sub_tit_area .consulting_btn span::after {
    width: 3.7037vw;
    height: 3.7037vw;
  }
  section .container .wrapper .subject_area {
    border-bottom-width: 0.1852vw;
  }
  section .container .wrapper .subject_area .cate {
    font-size: 3.7037vw;
    margin-bottom: 1.8519vw;
  }
  section .container .wrapper .subject_area .tit {
    font-size: 5vw;
    line-height: 7.037vw;
    margin-bottom: 2.2222vw;
  }
  section .container .wrapper .subject_area .date {
    font-size: 3.7037vw;
    margin-bottom: 7.4074vw;
  }
  .pagination_area .pagination .pagination_btn {
    width: 9.2593vw;
    height: 9.2593vw;
  }
  .pagination_area .pagination .pagination_btn.arrow_type_1 {
    background-size: 2.4074vw 2.2222vw;
  }
  .pagination_area .pagination .pagination_btn.arrow_type_2 {
    background-size: 1.2963vw 2.2222vw;
  }
  .pagination_area .pagination .pagination_btn.num {
    font-size: 3.7037vw;
    line-height: 9.2593vw;
  }
  .navigation_area ul .list_item {
    border-width: 0.1852vw;
    padding: 5vw 3.7037vw;
    display: flex;
    align-items: center;
  }
  .navigation_area ul .list_item:last-child {
    border-width: 0.1852vw;
  }
  .navigation_area ul .list_item span {
    font-size: 2.963vw;
    padding-left: 0;
    padding-right: 11.8519vw;
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: 2.1296vw 1.1111vw;
    border-width: 0.2778vw;
  }
  .navigation_area ul .list_item .list_link {
    padding-left: 4.6296vw;
    font-size: 3.3333vw;
    white-space: nowrap; /*줄바꿈 없애기*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .navigation_area .news_home_btn {
    margin-top: 11.1111vw;
    width: 100%;
    font-size: 3.9815vw;
  }
  .navigation_area .news_home_btn span {
    padding: 4.1667vw 0 4.1667vw 4.8148vw;
    background-size: 3.7037vw 2.8704vw;
  }
}
.sec_1 .container .wrapper .profile_area .sub_cate_tit {
  color: #222;
  font-size: 24rem;
  font-weight: 600;
  padding-left: 26rem;
  position: relative;
}
.sec_1 .container .wrapper .profile_area .sub_cate_tit::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 22rem;
  background: #cfa972;
}
.sec_1 .container .wrapper .profile_area .thumb_area {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.sec_1 .container .wrapper .profile_area .thumb_area::before {
  position: absolute;
  bottom: 0;
  right: -2%;
  content: "";
  width: 78%;
  height: 36%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  background-image: url(../img/introduction_detail_typo.png);
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner {
  position: relative;
  width: 90%;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .img_area {
  width: 50%;
  opacity: 0;
  transition: 1.5s;
  overflow: hidden;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .img_area img {
  /* max-width: 312px; */
  max-width: 382px;
  transition: 1s;
  transform: translateY(5%);
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area {
  position: absolute;
  left: 0;
  bottom: 50rem;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dt {
  color: #222;
  font-size: 60rem;
  font-weight: 600;
  letter-spacing: 2rem;
  margin-right: 10rem;
  overflow: hidden;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dt span {
  transform: translateY(100%);
  transition: 1s;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dd {
  color: #222;
  font-size: 22rem;
  font-weight: 300;
  letter-spacing: 2rem;
  padding-bottom: 10rem;
}
.sec_1 .container .wrapper .profile_area .thumb_area.on .inner .img_area {
  opacity: 1;
}
.sec_1 .container .wrapper .profile_area .thumb_area.on .inner .img_area img {
  transform: translateY(0);
}
.sec_1 .container .wrapper .profile_area .thumb_area.on .inner .txt_area .name dt span {
  transform: translateY(0);
}
.sec_1 .container .wrapper .profile_area .speech_area {
  width: 90%;
  border-bottom: 1px solid #ddd;
}
.sec_1 .container .wrapper .profile_area .speech_area.on .inner .tit_area .tit span {
  transform: translateY(0);
}
.sec_1 .container .wrapper .profile_area .speech_area.on .inner .txt_area .txt span {
  transform: translateY(0);
}
.sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area {
  width: 50%;
}
.sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area .tit {
  overflow: hidden;
  color: #222;
  font-size: 37rem;
  font-weight: 300;
  line-height: 54rem; /* 145.946% */
}
.sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area .tit span {
  transform: translateY(100%);
  transition: 1.45s 0.3s;
}
.sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area .tit .b {
  font-weight: 600;
}
.sec_1 .container .wrapper .profile_area .speech_area .inner .txt_area {
  width: 50%;
}
.sec_1 .container .wrapper .profile_area .speech_area .inner .txt_area .txt {
  overflow: hidden;
  color: #666;
  font-size: 17rem;
  font-weight: 400;
  line-height: 29rem; /* 170.588% */
}
.sec_1 .container .wrapper .profile_area .speech_area .inner .txt_area .txt span {
  transform: translateY(100%);
  transition: 1.45s 0.3s;
}
.sec_1 .container .wrapper .profile_area .career_area {
  width: 90%;
  border-bottom: 1px solid #ddd;
}
.sec_1 .container .wrapper .profile_area .career_area .inner {
  gap: 136rem;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .certification_area {
  width: calc((100% - 136rem) / 2);
}
.sec_1 .container .wrapper .profile_area .career_area .inner .certification_area .certification_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 40rem;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .certification_area .certification_list .list_item {
  max-width: 302rem;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .certification_area .certification_list .list_item .desc_wrap {
	font-size:16rem;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area {
  width: calc((100% - 136rem) / 2);
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .cate_list .list_item .list_link {
  width: 209rem;
  color: #444;
  font-size: 17rem;
  font-weight: 400;
  padding: 8rem 0;
  border: 1px solid #d7d7d7;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .cate_list .list_item .list_link.on {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .history_list .list_item,
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .external_list .list_item {
  color: #444;
  font-size: 17rem;
  font-weight: 400;
  line-height: 34rem; /* 200% */
  padding-left: 10rem;
  position: relative;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .history_list .list_item::after,
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .external_list .list_item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 2px;
  background: #444;
  border-radius: 100%;
  content: "";
  display:none;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .external_list {
  display: none;
}
.sec_1 .container .wrapper .profile_area .swiper_area {
  width: 90%;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper {
  position: relative;
  overflow: visible;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container {
  overflow: hidden;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link {
  background: #4a3727;
  color: #fff;
  border: 1px solid #4a3727;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .cate, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .cate {
  background: #fff;
  color: #4a3727;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .tag_list .list_item, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .tag_list .list_item {
  color: #fff;
  border-color: #fff;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .tit,
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .txt, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .tit,
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .txt {
  color: #fff;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link .lawyer_area .txt_area dl dt,
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link .lawyer_area .txt_area dl dd, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link .lawyer_area .txt_area dl dt,
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link .lawyer_area .txt_area dl dd {
  color: #fff;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link {
  border: 1px solid #ddd;
  background: #fff;
  padding: 60rem 30rem 30rem;
  transition: background-color 0.7s, border-color 0.7s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .cate {
  position: absolute;
  top: 15rem;
  right: 15rem;
  background: #4a3727;
  color: #fff;
  text-align: center;
  font-size: 14rem;
  font-weight: 600;
  padding: 7rem 15rem;
  transition: 0.5s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tag_list {
  gap: 5rem;
  margin-bottom: 15rem;
  flex-wrap : wrap;
  height : 37px;
  overflow : hidden;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tag_list .list_item {
  padding: 8px 11px;
  border-radius: 200px;
  border: 1px solid #4a3727;
  color: #4a3727;
  font-size: 14rem;
  font-weight: 600;
  transition: 0.5s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tit {
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  font-size: 26rem;
  font-weight: 600;
  margin-bottom: 15rem;
  white-space: nowrap;
  transition: 0.5s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .txt {
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-size: 15rem;
  font-weight: 400;
  line-height: 22rem; /* 146.667% */
  margin-bottom: 15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  transition: 0.5s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area {
  margin-bottom: 15rem;
  position: relative;
  height : 180rem;
  overflow : hidden;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area::before {
	position: absolute;
	top : 0;
	left :0;
	right :0;
	bottom : 0;
	content :"";
	background: rgba(0,0,0,.7);
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width : 100%;
}

.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0,0,0,.7);
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ff5252;
  color: #ff5252;
  font-size: 30rem;
  font-weight: 700;
  padding: 12rem 22rem;
  z-index:10;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area {
  gap: 18rem;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .img_area {
  background: #e6e6e6;
  width: 70rem;
  height: 70rem;
  overflow: hidden;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .img_area img {
  position: relative;
  top: 5rem;
  left: 53%;
  transform: translateX(-50%);
  width: 90%;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .txt_area dl dt {
  color: #666;
  font-size: 14rem;
  font-weight: 400;
  margin-bottom: 2rem;
  transition: 0.5s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .txt_area dl dd {
  color: #222;
  font-size: 20rem;
  font-weight: 600;
  transition: 0.5s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller {
  position: absolute;
  top: -50rem;
  right: 0;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller .swiper_btn {
  width: 15rem;
  height: 9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller .swiper_btn.swiper_prev_btn {
  margin-right: 20rem;
  background-image: url(../img/swiper_prev_arrow.svg);
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller .swiper_btn.swiper_next_btn {
  background-image: url(../img/swiper_next_arrow.svg);
}

/*RWD*/
@media (max-width: 1400px) {
  .sec_1 .container .wrapper .profile_area .speech_area .inner {
    justify-content: space-between;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area .tit .pc_br {
    display: none;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area .tit .b {
    display: inline;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .txt_area {
    width: 47%;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .txt_area .txt {
    word-break: break-all;
    text-align: justify;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner {
    gap: 90rem;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .certification_area {
    width: calc((100% - 90rem) / 2);
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area {
    width: calc((100% - 90rem) / 2);
  }
}
@media (max-width: 1080px) {
  .sec_1 .container .wrapper {
    margin-top: 16.2963vw;
  }
  .sec_1 .container .wrapper .profile_area .sub_cate_tit {
    font-size: 4.4444vw;
    padding-left: 3.2407vw;
    margin-bottom: 7.4074vw;
  }
  .sec_1 .container .wrapper .profile_area .sub_cate_tit::after {
    width: 0.463vw;
    height: 4.4444vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area {
    padding-top: 11.1111vw;
    padding-left: 5.5556vw;
    padding-right: 5.5556vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area::before {
    width: 100%;
    right: 0;
    bottom: 45vw;
    background-image: url(../img/introduction_detail_typo_mo.png);
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .img_area {
    width: 100%;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .img_area img {
    max-width: 57.8704vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area {
    width: 100%;
    position: inherit;
    left: unset;
    bottom: unset;
    margin-bottom: 11.1111vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dt {
    font-size: 7.4074vw;
    letter-spacing: 0.1852vw;
    margin-right: 1.8519vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dd {
    font-size: 4.6296vw;
    padding-bottom: 0.463vw;
  }
  .sec_1 .container .wrapper .profile_area .speech_area {
    width: 100%;
    padding: 11.1111vw 5.5556vw;
    border-bottom: none;
    position: relative;
  }
  .sec_1 .container .wrapper .profile_area .speech_area::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 11.1112vw);
    background: #ddd;
    height: 0.1852vw;
    content: "";
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner {
    flex-wrap: wrap;
    gap: 7.4074vw;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area {
    width: 100%;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .tit_area .tit {
    font-size: 5.9259vw;
    line-height: 8.3333vw;
    word-break: break-all;
    margin-bottom: 0;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .txt_area {
    width: 100%;
  }
  .sec_1 .container .wrapper .profile_area .speech_area .inner .txt_area .txt {
    font-size: 3.8889vw;
    line-height: 6.3889vw;
  }
  .sec_1 .container .wrapper .profile_area .career_area {
    width: 100%;
    padding: 11.1111vw 5.5556vw;
    position: relative;
    border-bottom: none;
  }
  .sec_1 .container .wrapper .profile_area .career_area::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 11.1112vw);
    background: #ddd;
    height: 0.1852vw;
    content: "";
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner {
    flex-wrap: wrap;
    gap: 11.1111vw;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .certification_area {
    width: 100%;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .certification_area .certification_list {
    gap: 3.7037vw;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .certification_area .certification_list .list_item {
    max-width: unset;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area {
    width: 100%;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .cate_list {
    margin-bottom: 7.4074vw;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .cate_list .list_item .list_link {
    width: 27.7778vw;
    font-size: 3.7037vw;
    padding: 2.4074vw 0;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .history_list .list_item,
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .external_list .list_item {
    font-size: 3.9815vw;
    line-height: 9.2593vw;
    padding-left: 1.8519vw;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .history_list .list_item::after,
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .external_list .list_item::after {
    width: 0.5vw;
    height: 0.5vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area {
    width: 100%;
    padding: 11.1111vw 0 18.5185vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .sub_cate_tit {
    margin-bottom: 7.4074vw;
    margin-left: 5.5556vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link {
    background: #fff;
    color: #222;
    border: 1px solid #ddd;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .cate, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .cate {
    background: #4a3727;
    color: #fff;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .tag_list .list_item, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .tag_list .list_item {
    color: #4a3727;
    border-color: #4a3727;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .tit, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .tit {
    color: #222;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link > .txt_area .txt, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link > .txt_area .txt {
    color: #666;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link .lawyer_area .txt_area dl dt, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link .lawyer_area .txt_area dl dt {
    color: #666;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper_link .lawyer_area .txt_area dl dd, .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .swiper_link .lawyer_area .txt_area dl dd {
    color: #222;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link {
    padding: 11.9444vw 2.7778vw 2.7778vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .cate {
    font-size: 3.1481vw;
    padding: 1.2963vw 2.4074vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tag_list {
    gap: 1.2963vw;
    margin-bottom: 3.7037vw;
	height : 7.8vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tag_list .list_item {
    padding: 1.4815vw 2.7778vw;
    font-size: 3.3333vw;
    border-width: 0.1852vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tit {
    font-size: 4.1667vw;
    margin-bottom: 1.8519vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .txt {
    font-size: 3.7037vw;
    line-height: 4.8148vw;
    margin-bottom: 3.7037vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area {
    margin-bottom: 2.7778vw;
	height : 27vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area .txt {
    padding: 1.8519vw 3.2407vw;
    font-size: 4.6296vw;
    border-width: 0.2778vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area {
    gap: 2.7778vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .img_area {
    width: 12.037vw;
    height: 12.037vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .txt_area dl dt {
    font-size: 2.963vw;
    margin-bottom: 0.3704vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .txt_area dl dd {
    font-size: 3.7037vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller {
    right: 5.5556vw;
    top: -11.3889vw;
    transform: translateY(-50%);
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller .swiper_btn {
    width: 4.7222vw;
    height: 2.6852vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller .swiper_btn.swiper_prev_btn {
    margin-right: 4.6296vw;
  }
}