section .container .wrapper .tit_area .txt {
  color: #cfa972;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  overflow: hidden;
}
section .container .wrapper .tit_area .txt span {
  transition: transform 1.2s 0.2s;
  transform: translateY(-100%);
}
section .container .wrapper .tit_area .tit {
  font-weight: 400;
  overflow: hidden;
  letter-spacing: 2px;
  color: #fff;
  font-size: 46px;
}
section .container .wrapper .tit_area .tit span {
  transition: transform 1.2s 0.4s;
  transform: translateY(-100%);
}
section .container .wrapper .tit_area.on .txt span,
section .container .wrapper .tit_area.on .tit span {
  transform: translateY(0);
}

.sec_visual .container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/sub_visual_bg.jpg);
}

.sec_go_request .container .wrapper {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/sub_bottom_visual_bg.jpg);
}
.sec_go_request .container .wrapper .go_request_area .txt_area.on .txt span,
.sec_go_request .container .wrapper .go_request_area .txt_area.on .tit span {
  transform: translateY(0);
}
.sec_go_request .container .wrapper .go_request_area .txt_area .tit {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  overflow: hidden;
}
.sec_go_request .container .wrapper .go_request_area .txt_area .tit span {
  transition: transform 1.2s 0.2s;
  transform: translateY(-100%);
}
.sec_go_request .container .wrapper .go_request_area .txt_area .txt {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  overflow: hidden;
}
.sec_go_request .container .wrapper .go_request_area .txt_area .txt span {
  transition: transform 1.2s 0.4s;
  transform: translateY(-100%);
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn {
  gap: 20px;
  width: 160px;
  position: relative;
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn:hover .circle {
  width: 100%;
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn:hover .circle .arrow_icon {
  left: 30px;
  width: 24px;
  height: 9px;
  background-size: 24px 9px;
  background-image: url(../img/field_arrow_white_hover.svg);
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn .circle {
  background: var(--color-point-beige);
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn .circle .arrow_icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/field_arrow_white.svg);
  transition: width 0.45s;
}
.sec_go_request .container .wrapper .go_request_area .view_more_btn .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 20px;
  margin: 0 0 0 60px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
}

.sub_cate_tit {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  padding-left: 26px;
  position: relative;
}
.sub_cate_tit::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 22px;
  background: #cfa972;
}

/* RWD */
@media (max-width: 1080px) {
  section .container .wrapper .tit_area .txt {
    font-size: 2.963vw;
    letter-spacing: 0.463vw;
    margin-bottom: 1.1111vw;
  }
  section .container .wrapper .tit_area .tit {
    font-size: 5.5556vw;
    letter-spacing: 0.122vw;
  }
  .sec_visual .container {
    background-image: url(../img/sub_visual_bg_mo.jpg);
  }
  .sec_visual .container .wrapper {
    padding: 35.7407vw 0 23.1481vw;
  }
  .sec_go_request .container .wrapper {
    padding: 12.963vw 0;
    background-image: url(../img/sub_bottom_visual_bg_mo.jpg);
  }
  .sec_go_request .container .wrapper .go_request_area .txt_area .tit {
    font-size: 5.5556vw;
    padding-bottom: 2.7778vw;
  }
  .sec_go_request .container .wrapper .go_request_area .txt_area .txt {
    font-size: 3.7037vw;
    line-height: 5.1852vw;
    padding-bottom: 4.6296vw;
  }
  .sec_go_request .container .wrapper .go_request_area .txt_area .txt .mo_br {
    display: block;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn {
    width: 26.8519vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn:hover .circle .arrow_icon {
    left: 5vw;
    width: 5.5556vw;
    height: 2.1296vw;
    background-size: 5.5556vw 2.1296vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn .circle {
    width: 6.4815vw;
    height: 6.4815vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn .circle .arrow_icon {
    left: 3.5vw;
    width: 1vw;
    height: 1.6vw;
  }
  .sec_go_request .container .wrapper .go_request_area .view_more_btn .txt {
    font-size: 2.7778vw;
    letter-spacing: 0.0926vw;
    line-height: 6.4815vw;
    padding-right: 1.8519vw;
    margin-left: 9vw;
  }
  .sub_cate_tit {
    font-size: 4.6296vw;
    padding-left: 3.0556vw;
  }
  .sub_cate_tit::after {
    width: 0.463vw;
    height: 4.3519vw;
  }
}
/* --------------------- sec 1 start --------------------- */
.sec_1 .container .wrapper .typo_area {
  background: #000;
  max-width: 220px;
  width: 11.4583%;
}
.sec_1 .container .wrapper .typo_area .typo {
  color: #888;
  font-family: Noto Serif KR;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 5px;
  transform: rotate(-90deg) translateY(-50%);
  position: sticky;
  top: 70%;
  left: 50%;
  transform-origin: left top;
  white-space: nowrap;
  width: 450px;
  padding-top: 93%;
}
.sec_1 .container .wrapper .profile_area {
  width: 88.5417%;
  padding-top: 70px;
}
.sec_1 .container .wrapper .profile_area .thumb_area {
  background: #f7f7f7;
  position: relative;
}
.sec_1 .container .wrapper .profile_area .thumb_area::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 90%;
  height: 215px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
  background-image: url(../img/introduction_detail_typo.png);
}
.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: 435px;
  transition: 1s;
  transform: translateY(5%);
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area {
  width: 50%;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dt {
  color: #222;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 14px;
  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: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .txt {
  color: #cfa972;
  font-family: Noto Serif KR;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px; /* 156% */
  overflow: hidden;
}
.sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .txt span {
  transform: translateY(100%);
  transition: 1s 0.5s;
}
.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 .thumb_area.on .inner .txt_area .txt span {
  transform: translateY(0);
}
.sec_1 .container .wrapper .profile_area .career_area {
  width: 90%;
  //margin-left: 80px;
  margin : 0 auto;
  max-width: 1400px;
  border-bottom: 1px solid #ddd;
  transition: margin 0.3s;
}
.sec_1 .container .wrapper .profile_area .career_area .inner {
  gap: 136px;
  transition: gap 0.3s;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .certification_area {
  width: calc((100% - 136px) / 2);
}
.sec_1 .container .wrapper .profile_area .career_area .inner .certification_area .certification_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area {
  width: calc((100% - 136px) / 2);
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .cate_list .list_item {
  width: 50%;
  max-width: 209px;
}
.sec_1 .container .wrapper .profile_area .career_area .inner .history_area .cate_list .list_item .list_link {
  color: #444;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 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: 17px;
  font-weight: 400;
  line-height: 34px; /* 200% */
  padding-left: 10px;
  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: "";
}
.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%;
  //margin-left: 80px;
  margin : 0 auto;
  max-width: 1400px;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper {
  position: relative;
  padding-top: 50px;
  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: var(--color-point-beige);
  color: #fff;
  border: 1px solid var(--color-point-beige);
}
.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: var(--color-point-beige);
}
.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: 60px 30px 30px;
  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: 15px;
  right: 15px;
  background: var(--color-point-beige);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  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: 5px;
  margin-bottom: 15px;
  flex-wrap : wrap;
  overflow : hidden;
  height : 37px;
}
.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 #cfa972;
  color: #cfa972;
  font-size: 14px;
  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: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  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: 15px;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
  margin-bottom: 15px;
  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: 15px;
  position: relative;
  height : 180px;
  overflow : hidden;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    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::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%);
}
.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: 1px solid #f00;
  color: #f00;
  font-size: 30px;
  font-weight: 700;
  padding: 12px 22px;
  z-index:10;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area {
  gap: 18px;
}
.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: 70px;
  height: 70px;
  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;
}
.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: 14px;
  font-weight: 400;
  margin-bottom: 2px;
  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: 20px;
  font-weight: 600;
  transition: 0.5s;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller {
  position: absolute;
  top: -25px;
  right: 0;
}
.sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller .swiper_btn {
  width: 15px;
  height: 9px;
  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: 20px;
  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: 1600px) {
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .img_area {
    width: 45%;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .img_area img {
    width: 80%;
  }
  .sec_1 .container .wrapper .profile_area .career_area {
    margin: 0 auto;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner {
    gap: 100px;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .certification_area,
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area {
    width: calc((100% - 100px) / 2);
  }
  .sec_1 .container .wrapper .profile_area .swiper_area {
    margin: 0 auto;
  }
}
@media (max-width: 1300px) and (min-width: 1080px) {
  .sec_1 .container .wrapper .profile_area .career_area .inner {
    gap: 60px;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .certification_area,
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 1080px) {
  .sec_1 .container .wrapper .typo_area {
    display: none;
  }
  .sec_1 .container .wrapper .profile_area {
    width: 100%;
    padding-top: 16.2963vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area {
    padding-left: 3.7037vw;
    padding-right: 3.7037vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area::before {
    display: none;
  }
  .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,
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area {
    width: 100%;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .img_area img {
    max-width: 78.3333vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area {
    padding-top: 16.6667vw;
    padding-bottom: 0;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name {
    padding-bottom: 3.7037vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dt {
    font-size: 7.3148vw;
    letter-spacing: 0.1852vw;
    margin-right: 1.8519vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .name dd {
    font-size: 4.3519vw;
  }
  .sec_1 .container .wrapper .profile_area .thumb_area .inner .txt_area .txt {
    font-size: 4.6296vw;
    line-height: 7.2222vw;
  }
  .sec_1 .container .wrapper .profile_area .career_area {
    width: 100%;
    padding-left: 3.7037vw;
    padding-right: 3.7037vw;
    padding-top: 11.1111vw;
    padding-bottom: 11.1111vw;
    border-bottom: none;
    position: relative;
  }
  .sec_1 .container .wrapper .profile_area .career_area::after {
    position: absolute;
    content: "";
    width: calc(100% - 7.4074vw);
    height: 0.1852vw;
    background: #ddd;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .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;
    padding-top: 5.5556vw;
  }
  .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 .list_item {
    max-width: 29.6296vw;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .cate_list .list_item .list_link {
    font-size: 4.2593vw;
    padding: 1.8519vw 0;
  }
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .history_list,
  .sec_1 .container .wrapper .profile_area .career_area .inner .history_area .info_area .external_list {
    padding-top: 5.5556vw;
  }
  .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.7037vw;
    line-height: 6.4815vw;
    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 {
    padding: 11.1111vw 0 16.6667vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper {
    padding-top: 5.5556vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link {
    padding: 2.7778vw 2.7778vw 1.8519vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .cate {
    top: 2.7778vw;
    right: 2.7778vw;
    font-size: 2.963vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tag_list {
    padding-top: 8.3333vw;
    gap: 0.9259vw;
    margin-bottom: 2.7778vw;
	height :14.7vw;
  }
  .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: 0.9259vw 1.8519vw;
    font-size: 3vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tit {
    font-size: 3.8889vw;
    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.3333vw;
    line-height: 4.4444vw;
    margin-bottom: 2.7778vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area {
    max-height: 19.7222vw;
    overflow: hidden;
    margin-bottom: 1.8519vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area .txt {
    padding: 1.8519vw 2.7778vw;
    font-size: 4.6296vw;
  }
  .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: 11.1111vw;
    height: 11.1111vw;
  }
  .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.7778vw;
    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.3333vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-controller {
    top: -1.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;
  }
}
@media (max-width: 700px) {
  .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: 4vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .cate {
    font-size: 3.5vw;
  }
   .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tag_list {
	height :16vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tag_list .list_item {
    font-size: 4.3vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .tit {
    font-size: 5vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .txt_area .txt {
    font-size: 4.2vw;
    line-height: 5.2vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link > .img_area {
    max-height: 35vw;
  }
  .sec_1 .container .wrapper .profile_area .swiper_area .inner .swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_link .lawyer_area .img_area {
    width: 16vw;
    height: 16vw;
  }
  .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: 3.2vw;
  }
  .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: 4.5vw;
  }
}