@charset "UTF-8";
/* --------------------- index 공통 start --------------------- */
.tit_area span {
  padding-bottom: 13px;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 700;
  color: #4380d6;
}
.tit_area h1,
.tit_area h2 {
  font-size: clamp(38px, 2.4vw, 46px);
  font-weight: 700;
  color: #fafafa;
}
.tit_area p {
  font-size: clamp(16px, 0.94vw, 18px);
  color: #999;
}

.swiper_btn {
  width: clamp(40px, 2.6vw, 50px);
  height: clamp(40px, 2.6vw, 50px);
  border-radius: 100%;
  transition: 0.5s;
}
.swiper_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(12px, 0.89vw, 17px);
  height: clamp(10px, 0.63vw, 12px);
}
.swiper_btn.prev_btn::after {
  transform: rotate(180deg) translate(50%, 50%);
}

.color_white {
  color: #fff;
}

/* --------------------- sec main visual start --------------------- */
.sec_visual {
  overflow: hidden;
}
.sec_visual .container .wrapper {
  background: #112136;
  height: 100vh;
}
.sec_visual .container .wrapper .video_area {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec_visual .container .wrapper .video_area::after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	/* backdrop-filter: blur(4px); */
    background: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
}
.sec_visual .container .wrapper .video_area video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sec_visual .container .wrapper .swiper_visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area h2 {
  display: inline-block;
  font-size: clamp(42px, 2.71vw, 52px);
  line-height: 1.19; /* 62px */
  font-weight: 700;
  opacity: 0;
  filter: blur(10px);
  overflow: hidden;
  transition: opacity 0.8s 1s, filter 0.8s 1s;
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area h2 em {
  font-style: normal;
  display: inline-block;
  transition: transform 0.8s 1s;
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area h2 em.to_down {
  transform: translateY(-150%);
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area h2 em.to_up {
  transform: translateY(150%);
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area p {
  font-size: clamp(22px, 1.46vw, 28px);
  line-height: 1.29; /* 36px */
  opacity: 0;
  transform: translateY(5px);
  transition: transform 0.5s 2.2s, opacity 0.5s 2.2s;
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide-active .tit_area h2 {
  opacity: 1;
  filter: blur(0);
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide-active .tit_area h2 em.to_down, .sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide-active .tit_area h2 em.to_up {
  transform: translate(0);
}
.sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide-active .tit_area p {
  opacity: 1;
  transform: translateY(0);
  color:#fff; 
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller {
  position: absolute;
  bottom: 4.17vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination {
  position: unset;
  width: 100%;
  color: #fff;
  width: auto;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.7;
  display: flex;
  align-items: center;
  width: unset;
  height: unset;
  border-radius: 0;
  background: none;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .swiper-pagination-bullet-active .progress_bar {
  margin-right: 10px;
  width: 196px;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .swiper-pagination-bullet-active .progress_bar span {
  animation: width100 5s linear both;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .num {
  padding-right: 10px;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .progress_bar {
  width: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
  position: relative;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .progress_bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  display: block;
  background: #4380d6;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller button {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller button.start_btn {
  display: none;
  background-size: 24px;
  background-image: url(../img/start_ico.png);
}
.sec_visual .container .wrapper .swiper_visual .swiper-controller button.pause_btn {
  background-image: url(../img/pause_ico.png);
}

/* --------------------- sec 1 start--------------------- */
.sec_1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/main_news_bg.jpg);
}
.sec_1 .container .wrapper .swiper_news {
  overflow: hidden;
}
.sec_1 .container .wrapper .swiper_news .swiper-container {
  padding: 30px 0;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide {
  opacity: 0.3;
  border-radius: 10px;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide:hover, .sec_1 .container .wrapper .swiper_news .swiper-slide.swiper-slide-active {
  animation: pulse_sky_blue 1s;
  box-shadow: 0 0 0 0.4em transparent;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide:hover .swiper_link, .sec_1 .container .wrapper .swiper_news .swiper-slide.swiper-slide-active .swiper_link {
  border: 3px solid #4380d6;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide:hover .swiper_link .tit_area, .sec_1 .container .wrapper .swiper_news .swiper-slide.swiper-slide-active .swiper_link .tit_area {
  border-bottom-color: #4380d6;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide:hover dd,
.sec_1 .container .wrapper .swiper_news .swiper-slide:hover dt,
.sec_1 .container .wrapper .swiper_news .swiper-slide:hover p, .sec_1 .container .wrapper .swiper_news .swiper-slide.swiper-slide-active dd,
.sec_1 .container .wrapper .swiper_news .swiper-slide.swiper-slide-active dt,
.sec_1 .container .wrapper .swiper_news .swiper-slide.swiper-slide-active p {
  color: #4380d6 !important;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link {
  padding: 20px 24px;
  background: #fff;
  border-radius: 10px;
  border: 3px solid transparent;
  transform: 0.4s;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .tit_area {
  padding-bottom: 14px;
  border-bottom: 1px solid #888;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .tit_area dd {
  font-size: 14px;
  color: #666;
  padding-bottom: 8px;
  transition: 0.4s;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .tit_area dt {
  font-size: clamp(22px, 1.15vw, 22px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  transition: 0.4s;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .cont_area {
  padding-top: 12px;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .cont_area .thumb_area {
  position:relative;
  height:unset;
  padding-bottom:56.18%;
  overflow:hidden;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .cont_area .thumb_area img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:auto;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .cont_area p {
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.43;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sec_1 .container .wrapper .swiper_news .swiper-slide-active,
.sec_1 .container .wrapper .swiper_news .swiper-slide-next,
.sec_1 .container .wrapper .swiper_news .swiper-slide-prev {
  opacity: 1;
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .swiper_btn {
  position: relative;
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .swiper_btn:hover.prev_btn {
  background: #4380d6;
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .swiper_btn:hover.next_btn {
  background: #666;
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .swiper_btn:hover::after {
  background-image: url(../img/right_white_arrow.png);
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .prev_btn {
  background: #dbdbdb;
  margin-right: 14px;
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .prev_btn::after {
  background-image: url(../img/right_gray_arrow.png);
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .next_btn {
  background: #808080;
}
.sec_1 .container .wrapper .swiper_news .swiper_controller .next_btn::after {
  background-image: url(../img/right_black_arrow.png);
}

/* --------------------- sec 2 start--------------------- */
.sec_2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/main_center_bg.jpg);
}
.sec_2 .container .wrapper .center_area ul .list_item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  transition: 0.4s;
}
.sec_2 .container .wrapper .center_area ul .list_item:nth-child(4), .sec_2 .container .wrapper .center_area ul .list_item:last-child {
  margin-right: 0;
}
.sec_2 .container .wrapper .center_area ul .list_item:nth-child(-n+4) {
  margin-bottom: 20px;
}
.sec_2 .container .wrapper .center_area ul .list_item:hover {
  transform: translateY(-10px);
}
.sec_2 .container .wrapper .center_area ul .list_item:hover .list_link {
  border-color: #1e3960;
  box-shadow: rgba(77, 77, 77, 0.45) 0px 25px 20px -20px;
}
.sec_2 .container .wrapper .center_area ul .list_item:hover .list_link::before {
  top: -100%;
}
.sec_2 .container .wrapper .center_area ul .list_item .list_link {
  overflow: hidden;
  position: relative;
  padding: clamp(45px, 3.33vw, 64px) clamp(20px, 2.08vw, 40px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}
.sec_2 .container .wrapper .center_area ul .list_item .list_link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200%;
  top: 100%;
  left: 0;
  background: linear-gradient(to top, #1e3960 0%, #1e3960 50%, transparent 100%);
  transition: 0.6s;
}
.sec_2 .container .wrapper .center_area ul .list_item .list_link h4 {
  position: relative;
  color: #fff;
  font-size: clamp(25px, 1.67vw, 32px);
}
.sec_2 .container .wrapper .center_area ul .list_item .list_link p {
  position: relative;
  color: #fff;
  font-size: clamp(18px, 1.04vw, 20px);
  color: rgba(255, 255, 255, 0.3);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.sec_2 .container .wrapper .center_area ul .list_item .list_link i {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 7px;
  background-image: url(../img/right_white_arrow.png);
  transition: 0.3s;
}

/* --------------------- sec 3 start--------------------- */
.sec_3 {
  background: #1e2734;
}
.sec_3 .container .wrapper .youtube_area a{
	position:relative;
	max-width:720px;
	width:88%;
	transition: .7s;
}
.sec_3 .container .wrapper .youtube_area .line_box {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.sec_3 .container .wrapper .youtube_area a::after,
.sec_3 .container .wrapper .youtube_area a::before,
.sec_3 .container .wrapper .youtube_area .line_box::after,
.sec_3 .container .wrapper .youtube_area .line_box::before {
  position: absolute;
  content: "";
  filter: blur(1px);
  background: #ddd;
  transition: 0.5s;
}
.sec_3 .container .wrapper .youtube_area a::after,
.sec_3 .container .wrapper .youtube_area a::before {
  left: -10px;
  bottom: -10px;
}
.sec_3 .container .wrapper .youtube_area .line_box::after,
.sec_3 .container .wrapper .youtube_area .line_box::before {
  top: -10px;
  right: -10px;
}
.sec_3 .container .wrapper .youtube_area a::after,
.sec_3 .container .wrapper .youtube_area .line_box::after {
  width: 0;
  height: 1px;
}
.sec_3 .container .wrapper .youtube_area a::before,
.sec_3 .container .wrapper .youtube_area .line_box::before{
  width: 1px;
  height: 0;
}
.sec_3 .container .wrapper .youtube_area a:hover::after,
.sec_3 .container .wrapper .youtube_area .line_box:hover::after {
  width: 30%;
}
.sec_3 .container .wrapper .youtube_area a:hover::before,
.sec_3 .container .wrapper .youtube_area .line_box:hover::before {
  height: 30%;
}
.sec_3 .container .wrapper .youtube_area a:hover {
	transform:scale(1.011);
}
.sec_3 .container .wrapper .youtube_area img{
	border-radius:12px;
	overflow:hidden;
}
.sec_3 .container .wrapper .swiper_youtube {
  padding-top: 10px;
  overflow: hidden;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-container {
  position: relative;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: clamp(100px, 10.94vw, 210px);
  height: 100%;
  background: linear-gradient(270deg, rgba(30, 39, 52, 0) 0%, #1e2734 50%, #1e2734 100%);
  z-index: 1;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide {
  position: relative;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::after, .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::before,
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::after,
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::before {
  position: absolute;
  content: "";
  filter: blur(1px);
  background: #ddd;
  transition: 0.5s;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::after, .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::before {
  left: -10px;
  bottom: -10px;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::after,
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::before {
  top: -10px;
  right: -10px;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::after,
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::after {
  width: 0;
  height: 1px;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::before,
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::before {
  width: 1px;
  height: 0;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide:hover::after,
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide:hover .swiper_link::after {
  width: 30%;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide:hover::before,
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide:hover .swiper_link::before {
  height: 30%;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .thumb_area {
  border-radius: 12px;
  overflow: hidden;
  height: unset;
  padding-bottom: 56%;
  position: relative;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .thumb_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .cont_area span {
  color: #fff;
  background: #4380d6;
  padding: 8px 12px;
  border-radius: 200px;
  font-size: 14px;
  font-weight: 700;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .cont_area h4 {
  color: #fff;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .cont_area p {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
.sec_3 .container .wrapper .swiper_youtube .swiper_controller .swiper_btn {
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.sec_3 .container .wrapper .swiper_youtube .swiper_controller .swiper_btn::after {
  background-image: url(../img/right_black_arrow.png);
}
.sec_3 .container .wrapper .swiper_youtube .swiper_controller .swiper_btn:hover {
  background: #222;
}
.sec_3 .container .wrapper .swiper_youtube .swiper_controller .swiper_btn:hover::after {
  background-image: url(../img/right_white_arrow.png);
}
.sec_3 .container .wrapper .swiper_youtube .swiper_controller .prev_btn {
  left: 7.29vw; /*140px*/
}
.sec_3 .container .wrapper .swiper_youtube .swiper_controller .next_btn {
  right: 7.29vw; /*140px*/
}
.sec_3 .container .wrapper > a {
  font-size: 16px;
  color: #fff;
  background: #161819;
  border-radius: 200px;
  padding: 14px 0;
  width: 185px;
  font-weight: 700;
  transition: 0.4s;
}
.sec_3 .container .wrapper > a:hover {
  background: #4380d6;
  animation: pulse_sky_blue 1s;
  box-shadow: 0 0 0 0.4em transparent;
}

/* --------------------- sec 4 start--------------------- */
.sec_4 {
  background: #161819;
}
.sec_4 .container .wrapper .tit_area {
  margin-right: 2vw;
}
.sec_4 .container .wrapper .cont_area ul .list_item {
  transition: background-color 0.7s, transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  position: relative;
  padding-left: 1.82vw; /*35px*/
  padding-right: 1.82vw; /*35px*/
  cursor: default;
}
.sec_4 .container .wrapper .cont_area ul .list_item:nth-child(2) {
  transition: background-color 0.7s, transform 0.7s ease 0.2s, opacity 0.7s ease 0.2s, filter 0.7s ease 0.2s;
}
.sec_4 .container .wrapper .cont_area ul .list_item:nth-child(3) {
  transition: background-color 0.7s, transform 0.7s ease 0.4s, opacity 0.7s ease 0.4s, filter 0.7s ease 0.4s;
}
.sec_4 .container .wrapper .cont_area ul .list_item:hover {
  background: #1e3960;
}
.sec_4 .container .wrapper .cont_area ul .list_item:hover .img_area::after {
  opacity: 1;
}
.sec_4 .container .wrapper .cont_area ul .list_item:hover .img_area p {
  top: 0;
  opacity: 1;
  filter: blur(0);
}
.sec_4 .container .wrapper .cont_area ul .list_item .img_area {
  position: relative;
  overflow: hidden;
}
.sec_4 .container .wrapper .cont_area ul .list_item .img_area::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  transition: 0.5s;
}
.sec_4 .container .wrapper .cont_area ul .list_item .img_area p {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: clamp(16px, 0.94vw, 18px);
  padding: 0 clamp(10px, 1.56vw, 30px);
  opacity: 0;
  transition: 0.5s;
}
.sec_4 .container .wrapper .cont_area ul .list_item .img_area p em {
  font-style: normal;
  color: #91b9f1;
}
.sec_4 .container .wrapper .cont_area ul .list_item dl {
  color: #fff;
}
.sec_4 .container .wrapper .cont_area ul .list_item dl dd {
  font-size: clamp(16px, 1.04vw, 20px);
}
.sec_4 .container .wrapper .cont_area ul .list_item dl dt {
  font-size: clamp(20px, 1.56vw, 30px);
  font-weight: 700;
  white-space: nowrap;
}
.sec_4 .container .wrapper .cont_area ul .list_item p.only_mo {
  display: none;
}

/* --------------------- sec 5 start--------------------- */
.sec_5 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/main_lawyer_bg.jpg);
  overflow: hidden;
}
.sec_5 .container .wrapper .top_area {
  height: 788px;
}
.sec_5 .container .wrapper .top_area .detail_area {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sec_5 .container .wrapper .top_area .detail_area .detail {
  display: none;
  color: #fff;
  width: 60%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
}
.sec_5 .container .wrapper .top_area .detail_area .detail:nth-child(2) {
	margin-left:auto;
	margin-right:0;
}
.sec_5 .container .wrapper .top_area .detail_area .detail::-webkit-scrollbar {
  width: 4px;
  display:none;
}
.sec_5 .container .wrapper .top_area .detail_area .detail::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 3px;
}
.sec_5 .container .wrapper .top_area .detail_area .detail dl dt {
  font-size: clamp(17px, 1.15vw, 22px);
}
.sec_5 .container .wrapper .top_area .detail_area .detail dl dt span {
  font-size: clamp(32px, 2.4vw, 46px);
  font-weight: 700;
  padding-right: 1.04vw;
}
.sec_5 .container .wrapper .top_area .detail_area .detail dl dd {
  font-size: clamp(15px, 1.04vw, 20px);
}
.sec_5 .container .wrapper .top_area .detail_area .detail .info {
  color: #999;
}
.sec_5 .container .wrapper .top_area .detail_area .detail .info > div {
	min-width:45%;
}
.sec_5 .container .wrapper .top_area .detail_area .detail .info .career {
  margin-right: 5.73vw;
}
.sec_5 .container .wrapper .top_area .detail_area .detail .info h6 {
  color: inherit;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 700;
}
.sec_5 .container .wrapper .top_area .detail_area .detail .info p {
  font-size: clamp(16px, 0.83vw, 16px);
  line-height: 1.88; /* 30px */
}
.sec_5 .container .wrapper .top_area .detail_area .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(30px, 2.60vw, 50px);
  height: clamp(30px, 2.60vw, 50px);
  transition: 0.7s;
}
.sec_5 .container .wrapper .top_area .detail_area .close_btn::after, .sec_5 .container .wrapper .top_area .detail_area .close_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  left: 0;
}
.sec_5 .container .wrapper .top_area .detail_area .close_btn::after {
  transform: rotate(45deg);
}
.sec_5 .container .wrapper .top_area .detail_area .close_btn::before {
  transform: rotate(-45deg);
}
.sec_5 .container .wrapper .top_area .detail_area .close_btn:hover {
  transform: rotate(90deg);
}
.sec_5 .container .wrapper .top_area ul {
  height: 100%;
}
.sec_5 .container .wrapper .top_area ul .list_item {
  height: 100%;
  max-width: 48.7466%;
  transition: 0.7s;
  position: relative;
  overflow: hidden;
}
.sec_5 .container .wrapper .top_area ul .list_item img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  transition: all 0.7s, opacity 0.3s;
  filter: saturate(0.5);
}
.sec_5 .container .wrapper .top_area ul .list_item dl {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.7s;
}
.sec_5 .container .wrapper .top_area ul .list_item dl dt {
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 700;
}
.sec_5 .container .wrapper .top_area ul .list_item dl dt span {
  font-size: clamp(28px, 1.88vw, 36px);
}
.sec_5 .container .wrapper .top_area ul .list_item dl dd {
  font-size: clamp(15px, 0.89vw, 17px);
}
.sec_5 .container .wrapper .top_area ul .list_item dl .hover {
  opacity: 0;
  transition: 0.7s;
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.18; /* 26px */
  font-weight: 700;
  padding-bottom: 1.56vw;
}
.sec_5 .container .wrapper .top_area ul .list_item dl .hover span {
  position: relative;
}
.sec_5 .container .wrapper .top_area ul .list_item dl .hover span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: 0.7s;
}
.sec_5 .container .wrapper .top_area ul:not(.on) .list_item {
  cursor: pointer;
}
.sec_5 .container .wrapper .top_area ul:not(.on) .list_item:hover img {
  transform: scale(1.05);
  filter: saturate(1);
}
.sec_5 .container .wrapper .top_area ul:not(.on) .list_item:hover dl {
  bottom: 3%;
}
.sec_5 .container .wrapper .top_area ul:not(.on) .list_item:hover dl .hover {
  opacity: 1;
}
.sec_5 .container .wrapper .top_area ul:not(.on) .list_item:hover dl .hover span::after {
  width: 100%;
}
.sec_5 .container .wrapper .top_area ul.on .list_item img {
  filter: saturate(1);
}
.sec_5 .container .wrapper .top_area ul.on .list_item dl {
  opacity: 0;
}
.sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:nth-child(1) {
  max-width: 100%;
  padding-left: 56.6666%;
}
.sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:not(:nth-child(1)) {
  max-width: 0;
}
.sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:not(:nth-child(1)) img {
	opacity:0;
}
.sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:not(:nth-child(1)) dl {
  display: none;
}
.sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:nth-child(2) {
  max-width: 100%;
  padding-right: 56.6666%;
}
.sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:not(:nth-child(2)) {
  max-width: 0;
}
.sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:not(:nth-child(2)) img {
	opacity:0;
}
.sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:not(:nth-child(2)) dl {
  display: none;
}

.sec_5 .container .wrapper .swiper_lawyer {
  position: relative;
}
.sec_5 .container .wrapper .swiper_lawyer .swiper-container {
  overflow-x: hidden;
  padding: 10px;
}
.sec_5 .container .wrapper .swiper_lawyer .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.sec_5 .container .wrapper .swiper_lawyer .img_area {
  height: unset;
  padding-bottom: 127%;
  overflow: hidden;
  position: relative;
  background: #e5e5e5;
}
.sec_5 .container .wrapper .swiper_lawyer .img_area img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
}
.sec_5 .container .wrapper .swiper_lawyer dl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
}
.sec_5 .container .wrapper .swiper_lawyer dl::before {
  position: absolute;
  content: "";
  bottom: -150%;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(180deg, transparent 0%, #1e3960 100%);
  z-index: -1;
  transition: 0.5s;
}
.sec_5 .container .wrapper .swiper_lawyer dl dt {
  font-weight: 700;
  padding-bottom: 4px;
}
.sec_5 .container .wrapper .swiper_lawyer dl dt span {
  padding-right: 10px;
}
.sec_5 .container .wrapper .swiper_lawyer a {
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.sec_5 .container .wrapper .swiper_lawyer a:hover {
  transform: translate(0, -10px);
}
.sec_5 .container .wrapper .swiper_lawyer a:hover dl::before {
  bottom: 0;
}
.sec_5 .container .wrapper .swiper_lawyer dl {
  padding-left: 10px;
  padding-right: 10px;
}
.sec_5 .container .wrapper .swiper_lawyer dl dt {
  font-size: clamp(14px, 0.83vw, 16px);
}
.sec_5 .container .wrapper .swiper_lawyer dl dt span {
  font-size: clamp(24px, 1.56vw, 30px);
}
.sec_5 .container .wrapper .swiper_lawyer dl dd {
  font-size: clamp(14px, 0.78vw, 15px);
}
.sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #222;
}
.sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn::after {
  background-image: url(../img/right_white_arrow.png);
}
.sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn:hover {
  background: #4380d6;
}
.sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn.prev_btn {
  left: 7.29vw;
}
.sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn.prev_btn::after {
  transform: rotate(180deg) translate(50%, 50%);
}
.sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn.next_btn {
  right: 7.29vw;
}

@media (max-width: 1600px) {
  .sec_5 .container .wrapper .top_area {
    height: 700px;
  }
  .sec_5 .container .wrapper .top_area .detail_area .detail .info .career {
    margin-right: 3vw;
  }
}
@media (max-width: 1400px) {
  .sec_5 .container .wrapper .top_area {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .sec_5 .container .wrapper .top_area {
    height: 550px;
  }
  .sec_5 .container .wrapper .top_area .detail_area .detail .info .career {
    margin-right: 2vw;
  }
  .sec_5 .container .wrapper .top_area .detail_area .detail .info p {
    font-size: clamp(15px, 0.83vw, 16px);
  }
  .sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:nth-child(1) {
    padding-left: 50.6666%;
  }
  .sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:nth-child(2) {
    padding-right: 50.6666%;
  }
}
@media (max-width: 1000px) {
  .sec_5 .container .wrapper .top_area {
    height: 500px;
  }
  .sec_5 .container .wrapper .top_area .detail_area .detail .info p {
    font-size: clamp(14px, 0.83vw, 16px);
  }
  .sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:nth-child(1) {
    padding-left: 41.6666%;
  }
  .sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:nth-child(1) img {
    transform: translateX(50px);
  }
  .sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:nth-child(2) {
    padding-right: 41.6666%;
  }
  .sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:nth-child(2) img {
    transform: translateX(-50px);
  }
}
@media (max-width: 900px) {
  .sec_5 .container .wrapper .top_area {
    height: 450px;
  }
}
@media (max-width: 800px) {
  .sec_5 .container .wrapper .top_area {
    height: 400px;
  }
}

/* --------------------- follow area start--------------------- */
.follow_area {
  background: #222;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
.follow_area .container .wrapper .txt_box {
  padding: 0 1.15vw;
  background: #77513b;
  color: #fff;
  margin-right: 2.6vw;
}
.follow_area .container .wrapper .txt_box p:first-child {
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.22; /* 22px */
  font-weight: 700;
  margin-right: 0.57vw;
}
.follow_area .container .wrapper .txt_box p:last-child {
  font-size: clamp(18px, 1.77vw, 34px);
  line-height: 1.21; /* 41px */
  font-weight: 600;
  white-space: nowrap;
}
.follow_area .container .wrapper .form_area {
  padding: 13px 0;
  width: 100%;
}
.follow_area .container .wrapper .form_area form .form_cont {
  width: calc(100% - clamp(190px, 14.74vw, 283px) - clamp(90px, 7.81vw, 150px));
}
.follow_area .container .wrapper .form_area form .form_cont .form_wrap .input_box {
  width: calc((100% - 4vw) / 2);
  margin-right: 2vw;
}
.follow_area .container .wrapper .form_area form .form_cont .form_wrap .input_box label {
  width: clamp(50px, 3.54vw, 68px);
  padding-right: 1.3vw;
  font-size: 16px;
  line-height: 1.19; /* 19px */
  font-weight: 700;
  color: #c2c2c2;
}
.follow_area .container .wrapper .form_area form .form_cont .form_wrap .input_box input {
  width: calc(100% - clamp(50px, 3.54vw, 68px));
  background: #6a6a6a;
  padding: clamp(11px, 0.68vw, 13px) clamp(10px, 0.73vw, 14px);
  border: none;
  font-size: 14px;
  line-height: 1.21; /* 17px */
  font-weight: 400;
  color: #c2c2c2;
}
.follow_area .container .wrapper .form_area form .form_cont .form_wrap .input_box input:focus {
  outline: none;
}
.follow_area .container .wrapper .form_area form .form_cont .form_wrap .input_box input::placeholder {
  color: #c2c2c2;
}
.follow_area .container .wrapper .form_area form .agree_cont {
  width: clamp(190px, 14.74vw, 283px);
}
.follow_area .container .wrapper .form_area form .agree_cont .agree_wrap .check_box input {
  display: none;
}
.follow_area .container .wrapper .form_area form .agree_cont .agree_wrap .check_box input:checked + label::after {
  background-image: url(../img/check_icon.png);
}
.follow_area .container .wrapper .form_area form .agree_cont .agree_wrap .check_box label {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.21; /* 17px */
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.follow_area .container .wrapper .form_area form .agree_cont .agree_wrap .check_box label::after {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.follow_area .container .wrapper .form_area form .agree_cont .agree_wrap .check_box button {
  margin-left: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.21; /* 17px */
  text-decoration: underline;
}
.follow_area .container .wrapper .form_area form .submit_cont {
  width: clamp(90px, 7.81vw, 150px);
}
.follow_area .container .wrapper .form_area form .submit_cont .submit_btn {
  width: 100%;
  background: #77513b;
  font-size: clamp(15px, 1.04vw, 20px);
  line-height: 1.2; /* 24px */
  font-weight: 600;
  padding: clamp(11px, 0.68vw, 13px) 0;
  color: #fff;
}

/* --------------------- RWD --------------------- */
@media (max-width: 1800px) {
  .sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn.prev_btn {
    left: 2.5vw;
  }
  .sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn.next_btn {
    right: 2.5vw;
  }
}
@media (max-width: 1700px) {
  .sec_visual .container .wrapper .video_area video {
    height: 100%;
    width: unset;
  }
}
@media (max-width: 1100px) {
  .sec_1 .container .wrapper .swiper_news .swiper-slide-next,
  .sec_1 .container .wrapper .swiper_news .swiper-slide-prev {
    opacity: 0.3;
  }
  .sec_2 .container .wrapper .center_area ul .list_item {
    width: calc((100% - 40px) / 3);
  }
  .sec_2 .container .wrapper .center_area ul .list_item:nth-child(4) {
    margin-right: 20px;
  }
  .sec_2 .container .wrapper .center_area ul .list_item:nth-child(5) {
    margin-right: 0;
  }
  .sec_2 .container .wrapper .center_area ul .list_item:nth-child(-n+5) {
    margin-bottom: 20px;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper-container::after {
    content: none;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper_controller .prev_btn {
    left: 4vw;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper_controller .next_btn {
    right: 4vw;
  }
  .sec_4 .container .wrapper {
    flex-wrap: wrap;
  }
  .sec_4 .container .wrapper .tit_area {
    width: 100%;
    text-align: center;
  }
  .sec_4 .container .wrapper .cont_area .img_area p .pc_br {
    display: none;
  }
  .sec_4 .container .wrapper .cont_area ul .list_item {
    padding-top: 20px;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }
}
@media (max-width: 750px) {
  .tit_area span {
    font-size: clamp(13px, 3.2vw, 24px);
    padding-bottom: clamp(12px, 3.2vw, 24px);
  }
  .tit_area h2 {
    font-size: clamp(30px, 7.2vw, 54px);
  }
  .tit_area p {
    font-size: clamp(16px, 4vw, 30px);
    line-height: 1.6; /* 48px */
    color: #999999;
  }
  .swiper_btn {
    width: clamp(40px, 10.67vw, 80px);
    height: clamp(40px, 10.67vw, 80px);
  }
  .swiper_btn::after {
    width: clamp(12px, 3.2vw, 24px);
    height: clamp(6px, 1.6vw, 12px);
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area {
    text-align: center;
    width: 96%;
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area h2 {
    font-size: clamp(28px, 7.2vw, 54px);
    line-height: 1.33; /* 72px */
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-wrapper .swiper-slide .tit_area p {
    font-size: clamp(15px, 4.27vw, 32px);
    line-height: 1.31; /* 42px */
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller {
    bottom: clamp(50px, 12vw, 90px);
    justify-content: center;
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    font-size: clamp(14px, 3.2vw, 24px);
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .swiper-pagination-bullet-active .progress_bar {
    width: 92px;
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .num {
    padding-right: 2.67vw;
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller .swiper-pagination .progress_bar {
    height: 4px;
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller button {
    width: clamp(10px, 2.67vw, 20px);
    height: clamp(10px, 2.67vw, 20px);
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller button.start_btn {
    background-size: clamp(15px, 4.13vw, 31px);
  }
  .sec_visual .container .wrapper .swiper_visual .swiper-controller button.pause_btn {
    background-size: auto 100%;
  }
  .sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link {
    padding: 6.67vw 5.33vw; /*50px 40px*/
  }
  .sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .tit_area {
    padding-bottom: 4vw; /*30px*/
  }
  .sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .tit_area dd {
    font-size: clamp(15px, 4vw, 30px);
    padding-bottom: clamp(5px, 1.33vw, 10px);
  }
  .sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .tit_area dt {
    font-size: clamp(18px, 5.33vw, 40px);
  }
  .sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .cont_area {
    padding-top: 4vw; /*30px*/
  }
  .sec_1 .container .wrapper .swiper_news .swiper-slide .swiper_link .cont_area p {
    padding-top: 2.67vw; /*20px*/
    font-size: clamp(12px, 4vw, 30px);
    line-height: 1.67; /* 50px */
  }
  .sec_1 .container .wrapper .swiper_news .swiper-controller .prev_btn {
    margin-right: 20px;
  }
  .sec_2 .container .wrapper .center_area ul {
    justify-content: flex-start;
  }
  .sec_2 .container .wrapper .center_area ul .list_item {
    width: calc((100% - 5.33vw) / 2);
    margin-right: 5.33vw; /*40px*/
    margin-bottom: 5.33vw !important; /*40px*/
  }
  .sec_2 .container .wrapper .center_area ul .list_item:nth-child(even) {
    margin-right: 0;
  }
  .sec_2 .container .wrapper .center_area ul .list_item:nth-child(5) {
    margin-right: 5.33vw; /*40px*/
  }
  .sec_2 .container .wrapper .center_area ul .list_item:last-child {
    margin-bottom: 0 !important;
  }
  .sec_2 .container .wrapper .center_area ul .list_item .list_link {
    padding: 8vw 5.33vw 18.67vw; /*60px 40px*/
  }
  .sec_2 .container .wrapper .center_area ul .list_item .list_link h4 {
    font-size: 4.8vw; /*36px*/
    white-space: nowrap;
  }
  .sec_2 .container .wrapper .center_area ul .list_item .list_link p {
    font-size: 4vw;
  }
  .sec_2 .container .wrapper .center_area ul .list_item .list_link i {
    width: clamp(30px, 10.67vw, 80px);
    height: clamp(30px, 10.67vw, 80px);
    right: 5.33vw; /*40px*/
    bottom: 5.33vw; /*40px*/
    background-size: clamp(12px, 3.2vw, 24px) clamp(6px, 1.6vw, 12px);
  }
  .sec_3 .container .wrapper .swiper_youtube {
    padding-bottom: 0;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::after, .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide::before {
    left: -7px;
    bottom: -7px;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::after,
  .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link::before {
    top: -7px;
    right: -7px;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .cont_area span {
    padding: clamp(6px, 1.6vw, 12px) clamp(10px, 2.67vw, 20px);
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .cont_area h4 {
    font-size: clamp(16px, 4.8vw, 36px);
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper-wrapper .swiper-slide .swiper_link .cont_area p {
    font-size: clamp(14px, 4vw, 30px);
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper_controller {
    display: flex;
    justify-content: center;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper_controller .swiper_btn {
    position: inherit;
    right: unset;
    left: unset;
    top: unset;
    transform: translate(0);
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper_controller .prev_btn {
    left: 4vw;
    margin-right: 20px;
  }
  .sec_3 .container .wrapper .swiper_youtube .swiper_controller .next_btn {
    right: 4vw;
  }
  .sec_3 .container .wrapper > a {
    display: none;
  }
  .sec_4 .container .wrapper .cont_area ul {
    flex-wrap: wrap;
  }
  .sec_4 .container .wrapper .cont_area ul .list_item {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sec_4 .container .wrapper .cont_area ul .list_item:nth-child(2), .sec_4 .container .wrapper .cont_area ul .list_item:nth-child(3) {
    transition: background-color 0.7s, transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  }
  .sec_4 .container .wrapper .cont_area ul .list_item:hover {
    background: none;
  }
  .sec_4 .container .wrapper .cont_area ul .list_item .img_area::after {
    display: none;
  }
  .sec_4 .container .wrapper .cont_area ul .list_item .img_area p {
    display: none;
  }
  .sec_4 .container .wrapper .cont_area ul .list_item dl dd {
    font-size: clamp(15px, 4vw, 30px);
  }
  .sec_4 .container .wrapper .cont_area ul .list_item dl dt {
    font-size: clamp(22px, 5.33vw, 40px);
  }
  .sec_4 .container .wrapper .cont_area ul .list_item p.only_mo {
    display: block;
    color: #fff;
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.67; /* 50px */
  }
  .sec_4 .container .wrapper .cont_area ul .list_item p.only_mo em {
    font-style: normal;
    color: #91b9f1;
  }
  .sec_5 .container .wrapper dl dt span {
    padding-right: 1.33vw; /*10px*/
  }
.sec_5 .container .wrapper .top_area {
    height: unset;
  }
  .sec_5 .container .wrapper .top_area.max_1500 {
    width: 100%;
  }
  .sec_5 .container .wrapper .top_area .detail_area {
    display: none !important;
  }
  .sec_5 .container .wrapper .top_area ul {
    flex-wrap: wrap;
  }
  .sec_5 .container .wrapper .top_area ul:not(.on) .list_item:hover img {
    transform: scale(1);
  }
  .sec_5 .container .wrapper .top_area ul:not(.on) .list_item:hover dl {
    bottom: 0;
  }
  .sec_5 .container .wrapper .top_area ul.on .list_item img {
    filter: saturate(0.5);
  }
  .sec_5 .container .wrapper .top_area ul.on .list_item dl {
    opacity: 1;
  }
  .sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:nth-child(1) img {
    transform: translateX(20vw);/*150px*/
  }
  .sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:not(:nth-child(1)) {
    max-width: unset;
  }
  .sec_5 .container .wrapper .top_area ul.list_item1.on .list_item:not(:nth-child(1)) img {
	opacity:1;
  }
  .sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:nth-child(2) img {
    transform: translateX(20vw); /*150px*/
  }
  .sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:not(:nth-child(2)) {
    max-width: unset;
  }
  .sec_5 .container .wrapper .top_area ul.list_item2.on .list_item:not(:nth-child(2)) img {
	opacity:1;
  }
  .sec_5 .container .wrapper .top_area ul .list_item {
    width: 100%;
    max-width: unset;
    padding-bottom: 74.66%;
  }
  .sec_5 .container .wrapper .top_area ul .list_item.on {
    padding-bottom: 114%;
    max-width: unset;
    padding-left: 0;
  }
  .sec_5 .container .wrapper .top_area ul .list_item.on img {
    filter: saturate(1);
  }
  .sec_5 .container .wrapper .top_area ul .list_item.on dl {
    top: 50%;
    left: 0;
    bottom: unset;
    transform: translate(0, -50%);
    width: 50%;
    padding-bottom: 0;
    padding-left: 6.13vw;
    text-align: left;
  }
  .sec_5 .container .wrapper .top_area ul .list_item.on dl .only_mo {
    display: block;
  }
  .sec_5 .container .wrapper .top_area ul .list_item.on .close_btn {
    display: block;
  }
  .sec_5 .container .wrapper .top_area ul .list_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .sec_5 .container .wrapper .top_area ul .list_item dl {
    opacity: 1;
    position: absolute;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_5 .container .wrapper .top_area ul .list_item dl .hover {
    display: none;
  }
  .sec_5 .container .wrapper .top_area ul .list_item dl .only_mo {
    padding-top: 8vw;/*60px*/
    display: none;
  }
  .sec_5 .container .wrapper .top_area ul .list_item dl .only_mo a {
    width: clamp(85px, 28.27vw, 212px);
    font-weight: 600;
    background: #4380d6;
    color: #fff;
    font-size: clamp(10px, 3.73vw, 28px);
    line-height: 2.86; /* 80px */
    border-radius: 50px;
  }
  .sec_5 .container .wrapper .top_area ul .list_item dl dt {
    font-size: clamp(14px, 4vw, 30px);
  }
  .sec_5 .container .wrapper .top_area ul .list_item dl dt span {
    font-size: clamp(17px, 5.33vw, 40px);
  }
  .sec_5 .container .wrapper .top_area ul .list_item dl dd {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .sec_5 .container .wrapper .top_area ul .list_item .close_btn {
    display: none;
    position: absolute;
    top: 5px;
    right: 6.13vw;
    width: clamp(20px, 6.67vw, 50px);
    height: clamp(20px, 6.67vw, 50px);
  }
  .sec_5 .container .wrapper .top_area ul .list_item .close_btn::after, .sec_5 .container .wrapper .top_area ul .list_item .close_btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: clamp(2px, 0.53vw, 4px);
    border-radius: 2px;
    left: 0;
    background: #fff;
  }
  .sec_5 .container .wrapper .top_area ul .list_item .close_btn::after {
    transform: rotate(45deg);
  }
  .sec_5 .container .wrapper .top_area ul .list_item .close_btn::before {
    transform: rotate(-45deg);
  }
  .sec_5 .container .wrapper .swiper_lawyer .max_1500 {
	  width:100%;
  }
  .sec_5 .container .wrapper .swiper_lawyer dl {
    padding-right: 0;
    padding-left: 0;
  }
  .sec_5 .container .wrapper .swiper_lawyer dl dt {
    font-size: clamp(10px, 3.47vw, 26px);
  }
  .sec_5 .container .wrapper .swiper_lawyer dl dt span {
    font-size: clamp(15px, 4.53vw, 34px);
  }
  .sec_5 .container .wrapper .swiper_lawyer dl dd {
    font-size: clamp(12px, 2.93vw, 22px);
  }
  .sec_5 .container .wrapper .swiper_lawyer .swiper_controller {
    display: flex;
    justify-content: center;
  }
  .sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn {
    position: inherit;
    top: unset;
    transform: translate(0);
  }
  .sec_5 .container .wrapper .swiper_lawyer .swiper_controller .swiper_btn.prev_btn {
    margin-right: 20px;
  }
}
/* --------------------- keyframe --------------------- */
@keyframes width100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 버튼 hover용 */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #1e3960;
  }
}
@keyframes pulse_green {
  0% {
    box-shadow: 0 0 0 0 #82a006;
  }
}
@keyframes pulse_red {
  0% {
    box-shadow: 0 0 0 0 #d65047;
  }
}
@keyframes pulse_yellow {
  0% {
    box-shadow: 0 0 0 0 #eeab00;
  }
}
@keyframes pulse_white {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes pulse_sky_blue {
  0% {
    box-shadow: 0 0 0 0 #4380d6;
  }
}