/* 명조체 */
@import url('//fonts.googleapis.com/css?family=Nanum+Myeongjo&display=swap');


/*메인, 기존 hero 영역에 after에 어둑한 레이어 효과가 깔리는 것을 없애주는 css*/
.hero:after {/*background: unset; z-index: unset;*/}

.hero:after {background: rgb(0 0 0 / 65%);}

/*메인 헤더*/
.header-main {height:80px;}
.container-fluid {margin-top:unset;}
header .blackbox_logo {display:block;}


/*타이핑 애니메이션 요소*/
.animate_txt {display: none;}
.cursor_txt {animation: 1s blink infinite;}

/* fadeIn 애니메이션 요소 */
.fadeInUp {animation: fadeInUp 1s 0.3s both;}
.fadeInDown {animation: fadeInDown 1s 0.3s both;}
.fadeInLeft {animation: fadeInLeft 1s 0.3s both;}

.fadeInUp.infinite {animation: fadeInUp 1s 0.3s infinite;}
.fadeInDown.infinite {animation: fadeInDown 1s 0.3s infinite;}
.fadeInLeft.infinite {animation: fadeInLeft 1s 0.3s infinite;}


/*1번(최상단) 영역*/
.container1 {color: #fff;}
.color {color: #ffdf80;}
.under_bar {position: relative;}
.under_bar:after {position: absolute; content: ""; width: 100%; height: 1px; background: #dadbdd; bottom: -1px; left: 0;}

.container1 .main-title {/*font-family:JosefinSans;*/ /*font-weight:bold;*/ letter-spacing: 0px;}
.container1 .name {/*font-family:"spoqa han sans medium";*/}
.container1 .swiper-button-next {display:none;}
.container1 .swiper-button-prev {display:none;}
#first span.swiper-pagination-bullet-active,
#first .swiper-pagination-bullet:hover {color: #fff; background: #923030;}
#first .swiper-pagination-bullet {font-size: 1em; color: #fff; background: rgb(0 0 0 / 25%); width: 280px; height: 60px; line-height: 60px; text-align: center; cursor: pointer; margin: 0 1px; border-radius: unset; opacity: 1;}

/*상담문의 최신글, 상담신청 영역*/
.consulting_latest {background: #fff;}

.consulting_application {background: #fff;}

.consulting_application .container .title {font-size: 28px; font-weight: bold; color: #454440; text-align: center; margin-bottom: 6px;}
.consulting_application .container .text {font-size: 17px; text-align: center; margin-bottom: 60px;}
.consulting_application .container .application {display: grid; justify-content: center; row-gap: 10px;}
.consulting_application .container .application .label {display: inline-block; font-weight: bold;}
.consulting_application .container .application .agree_area label,
.consulting_application .container .application .agree_area label input {cursor: pointer;}
.consulting_application .container .application .apply {color: #fff; background: #9d8463; cursor: pointer;}


/*뉴스 영역*/
.bg-light {background-color: #fff !important;}


.gold2 {color: #c3b07d;}


/*pc css*/
@media all and (min-width:1025px){
	.pc {display:block;}
	.mobile {display:none !important;}
	
	.hero,
	.container1 .swiper-slide, .container1 .swiper-container, .container1 .contents {height:936px;}
	.container1 .contents {/*background: rgba(0,0,0,.6);*/}
	
	
	/* 메인 섹션 */
	.container1 .video_wrap {position: relative; width: 100%; height: 100%; overflow: hidden; background: #000;}
	.container1 .video_wrap video {width: 100%; height: 100%; /* position: absolute; top: 0; left: 50%; transform: translate(-50%,0); */}
	
	.container1 .main_title {position: absolute; top: 150px; left: 50%; transform: translateX(-50%); width: max-content; text-align: center; z-index: 3;}
	.container1 .main_title .sub_txt {font-size: 22px; margin-bottom: 5px;}
	.container1 .main_title .main_txt {font-size: 30px; font-weight:600;}
	.container1 .main_title .highlight {color: #cfaf88;}
	
	.container1 .animate_area {position: absolute; top: 370px; left: 50%; transform: translateX(-50%); width: 930px; padding: 50px; padding-right: 0; z-index: 99; overflow: hidden;}
	.container1 .animate_area .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 90% 0, 50% 100%, 0 100%);}
	.container1 .animate_area .header {font-size: 21px; font-weight: 500; margin-bottom: 30px;}
	.container1 .animate_area .content {display: none; font-size: 17px; line-height: 29px; min-height: 120px;}
	.container1 .animate_area .content.on {display: block;}
	
		/*대시보드*/
		#dashboard {background-color:#f9f9f9; padding: 0;}
		#dashboard .dashboard {color: #000; width: 70%; margin: 0 auto; height: 160px; padding-top: 65px; display: flex; font-size: 1.2em;}
		#dashboard .dashboard .area {flex: 1; display: flex; justify-content: center;}
		#dashboard .dashboard .area.first {font-size:1.3em; font-weight:bold; line-height:33px; font-family: Noto Sans KR, sans-serif; margin-top: -20px; margin-right: 30px; margin-left: -50px;}
		#dashboard .dashboard .area.first .under3 {font-size:13px; font-weight:400; line-height:25px; margin-top: 65px; margin-left: -180px;}
		#dashboard .dashboard .area .box1 {text-align: center; margin-right: 20px;}
		#dashboard .dashboard .area .box1 .under {font-family: Noto Sans KR, sans-serif; font-size:16px; background: #2e2422; border-radius:5px; color: white; padding: 7px 12px;}
		#dashboard .dashboard .area .box1 .under2 {font-size:16px;color: #272727; padding-top:10px; line-height: 35px;}
		#dashboard .dashboard .area .box2 {margin-top: -5px;}
		#dashboard .dashboard .area .count_number {font-size:2em; font-weight:bold; font-family: Noto Sans KR, sans-serif; }
		
		/*info*/
		.container1 .swiper-slide.first .info_txt {text-align: center;}
		.container1 .swiper-slide.first .info_txt .info_title {text-align: center; font-size: 2.4em; position: relative; left:0px;; margin: -90px 0; font-family: Josun_Bold;}
		.container1 .swiper-slide.first .info_txt .vertical_line {width: 2px; height: 10px; background: #fff; margin: 0 auto; margin-bottom: 20px;}
		.container1 .swiper-slide.first .info_txt .career {display:none;}
	
	
	/* 변호사 섹션 */
	section.lawyer {padding-bottom: 0;}
	section.lawyer > .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.lawyer > .header .main_txt {font-size: 35px; font-weight: bold; margin-bottom: 10px;}
	section.lawyer > .header .sub_txt {font-size: 20px;}
	
	section.lawyer .lawyer_page_btn_area {max-width: 1380px; text-align: right; margin: 0 auto; margin-bottom: 10px;}
	section.lawyer .lawyer_page_btn_area a.lawyer_page_btn {display: inline-block; font-size: 14px; color: #fff; background: #9d8463; border-radius: 6px; padding: 10px 20px;}
	section.lawyer .lawyer_page_btn_area a.lawyer_page_btn:hover {opacity: .7;}
	
	section.lawyer .lawyer_area {display: grid; grid-gap: 0; grid-template-columns: repeat(3, 1fr); max-width: 1380px; margin: 0 auto; margin-bottom: 180px;}
	section.lawyer .lawyer_area .lawyer_box {position: relative; width: 460px; height: 320px; background: #363636; border: 1px solid #b7b7b7;}
	section.lawyer .lawyer_area .lawyer_box a {display: block; color: #fff;}
	section.lawyer .lawyer_area .lawyer_box .logo_img {position: absolute; top: 20px; right: 30px;}
	section.lawyer .lawyer_area .lawyer_box .txt {position: absolute; top: 100px; left: 205px; font-size: 14px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name {font-size: 24px; font-weight: bold; margin-bottom: 30px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name .position {font-size: 14px; font-weight: normal;}
	section.lawyer .lawyer_area .lawyer_box .txt .info {line-height: 26px; margin-left: -7px;}
	section.lawyer .lawyer_area .lawyer_box .txt .info .highlight {color: #ac9477;}
	
	section.lawyer .press_area {position: relative; background: #9d8463; width: 100%; height: 200px;}
	section.lawyer .press_area .txt {position: absolute; top: 50%; left: 50%; transform: translate(calc(-50% - 280px), -50%); color: #fff; text-align: center;}
	section.lawyer .press_area .txt .header {font-size: 35px; font-weight: bold;}
	section.lawyer .press_area .txt .content {font-size: 21px;}
	section.lawyer .press_area .txt .content .txt_box {width: 370px; height: 45px; line-height: 40px; border: 1px solid; margin-top: 5px;}
	
	section.lawyer .press_area img {position: relative; bottom: 96px; left: 50%; transform: translateX(calc(-50% + 420px));}
	
	
	/* 성공사례 섹션 */
	section.success_latest {padding-bottom: 0;}
	section.success_latest > .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest > .header .main_txt {font-size: 35px; font-weight: bold; margin-bottom: 10px;}
	section.success_latest > .header .sub_txt {font-size: 20px;}
	
	section.success_latest .success_search_area {width: fit-content; margin: 0 auto; margin-bottom: 50px;}
	section.success_latest .success_search_area .success_search {margin-bottom: 20px;}
	section.success_latest .success_search_area .success_search input[name="keyword"],
	section.success_latest .success_search_area .success_search .submit_btn {height: 70px;}
	section.success_latest .success_search_area .success_search .submit_btn {color: #fff; background: #9d8463; width: 110px; margin-left: -3.6px; vertical-align: bottom; cursor: pointer;}
	section.success_latest .success_search_area .success_search .submit_btn:hover {opacity: .7;}
	section.success_latest .success_search_area .success_search input[name="keyword"] {font-size: 18px; width: 610px; text-align: center; border: 1px solid #aba9a6;}
	section.success_latest .success_search_area .success_search input[name="keyword"]::placeholder {color: #a5a5a5; font-family: 'Noto Sans KR-Light';}
	
	section.success_latest .success_search_area .category_btn_area {display: flex; justify-content: space-between;}
	section.success_latest .success_search_area .category_btn_area .category_btn {display: inline-block; color: #9d8463; border: 1px solid #9d8463; border-radius: 50px; width: 110px; height: 50px; line-height: 46px; text-align: center;}
	section.success_latest .success_search_area .category_btn_area .category_btn:hover {color: #fff; background: #9d8463;}
	section.success_latest .success_search_area .category_btn_area .category_btn.first {width: 140px;}
	
	
	section.success_latest .success_latest_area {position: relative; background: #efefef; padding-top: 70px; padding-bottom: 100px;}
	section.success_latest .success_latest_area .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .success_latest_area .header .main_txt {font-size: 28px; font-weight: bold; margin-bottom: 10px;}
	section.success_latest .success_latest_area .header .sub_txt {font-size: 17px;}
	
	
	section.success_latest .success_latest_area .success_latest {position: relative; display: flex; justify-content: space-between; max-width: 1380px; margin: 0 auto;}
	section.success_latest .success_latest_area .success_latest .more_btn {position: absolute; top: -54px; right: 0; color: #fff; background: #c0a88f; width: 100px; height: 40px; line-height: 40px; border-radius: 5px; text-align: center;}
	section.success_latest .success_latest_area .success_latest .more_btn:hover {opacity: .7;}
	section.success_latest .success_latest_area .success_latest .success_latest_box {width: 315px; height: 385px; background: #fff; border: 1px solid #9d8463; transition-duration: .3s;}
	section.success_latest .success_latest_area .success_latest .success_latest_box:hover {transform: translateY(-5px);}
	section.success_latest .success_latest_area .success_latest .success_latest_box a {display: inline-block;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .title {font-size: 20px; font-weight: bold; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: calc(1.5em * 2); line-height: 1.5em; text-align: center; margin-top: 50px; margin-bottom: 15px; margin-left: 15px; margin-right: 15px;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .thumbnail {text-align: center; margin-bottom: 13px;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .thumbnail img {width: 185px; height: 195px; margin: 0 auto;}
	section.success_latest .success_latest_area .success_latest .success_latest_box ._btn {font-size: 17px; color: #fff; background: #9d8463; width: 100%; height: 50px; line-height: 50px; text-align: center;}
	
	section.success_latest .review_area {background: #efefef; padding-bottom: 70px;}
	section.success_latest .review_area .header {font-size: 21px; color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .review_area .review_slide {position: relative; max-width: 1380px; margin: 0 auto;}
	
	section.success_latest .review_area .review_slide .swiper-button-prev,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-next,
	section.success_latest .review_area .review_slide .swiper-button-next,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-prev{opacity: 1; top: calc(50% + 22px); transform: translateY(-50%); width: 60px; height: 208px;}
	
	section.success_latest .review_area .review_slide .swiper-button-prev,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-next {left: -90px; background-image: url(../img/main/review_slide/arr_l.avif)}
	section.success_latest .review_area .review_slide .swiper-button-next,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-prev {right: -90px; background-image: url(../img/main/review_slide/arr_r.avif)}
	
	section.success_latest .review_area .review_slide .swiper-button-prev:after,
	section.success_latest .review_area .review_slide .swiper-button-next:after,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-prev:after,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-next:after {content: unset;}


	/* ANL 시스템 섹션 */
	section.anl_system {padding-top: 130px; padding-bottom: 50px;}
	section.anl_system > .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.anl_system > .header .main_txt {font-size: 35px; font-weight: bold; margin-bottom: 10px;}
	section.anl_system > .header .sub_txt {font-size: 20px;}
	
	section.anl_system .anl_system_area {display: flex; align-items: center; justify-content: center; column-gap: 15px; margin-bottom: 30px;}
	section.anl_system .anl_system_area .anl_system_box {display: grid; align-content: center; width: 170px; height: 100px; border: 1px solid #bebebe; padding: 0px 5px; border-radius: 5px; text-align: center; transition: all 0.7s;}
	section.anl_system .anl_system_area .anl_system_box.on {color: #fff; background: linear-gradient(180deg, #9d8463, #7e6a4f);}
	section.anl_system .anl_system_area .anl_system_box .main_txt {font-size: 17px;}
	section.anl_system .anl_system_area .anl_system_box .sub_txt {font-size: 14px;}
	section.anl_system .anl_system_area .angle {display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; background: #989898; width: 20px; height: 20px; text-align: center; border-radius: 50%; padding: 0px; margin: 0px;}
	
	section.anl_system .footer {font-size: 17px; color: #9d8463; width: max-content; margin: 0 auto;}
	section.anl_system .footer .bold {font-weight:bold;}


	/*sixth*/
	.container1 .swiper-slide.sixth .contents {background-image: url(https://anlab-financialcrime.com/img/main/slide6_bg.avif); background-size: cover; background-repeat: no-repeat; background-position: center;}
	.container1 .swiper-slide.sixth .bundle {display: inline-flex; position: relative; top: 230px; left: 16%;}
		/*info*/
		.container1 .swiper-slide.sixth .info_txt {margin-left: 50px;}
		.container1 .swiper-slide.sixth .info_txt a {color: #fff; font-size: 1.1em;}
		.container1 .swiper-slide.sixth .info_txt .info_title {font-size: 2.2em; line-height: 60px; margin: 15px 0; font-family: Josun_Bold;}
		.container1 .swiper-slide.sixth .info_txt .info_content {font-size: 1.2em; line-height: 34px; margin-bottom: 20px;}
		.container1 .swiper-slide.sixth .info_txt .career {font-size: 1.3em; line-height: 34px; margin-bottom: 40px;}
		.container1 .swiper-slide.sixth .info_txt .name {font-size: 1.8em; padding-left: 15px; position: relative; font-family: Josun_Bold;}
		.container1 .swiper-slide.sixth .info_txt .name:before {position: absolute; content: ""; width: 2px; height: 56px; background: #ffdf80; left: 0; bottom: 22px;}
		.container1 .swiper-slide.sixth .info_txt .name img {position: relative; bottom: 10px; width: 190px;}

		
	/*상담문의 최신글, 상담신청 영역*/
	.consulting_latest {width: 50%; display: inline-block; padding: 60px 0;}
	.consulting_latest .container {width: 650px; position: relative; left: 50%; transform: translateX(-58%);}
	
	.consulting_application {width: 50%; display: inline-block; float: right; padding-top: 60px;}
	.consulting_application .container {margin-left: -140px; width: calc(100% - 60px);}
	.consulting_application .container .application .label {width: 80px;}
	.consulting_application .container .application input[type="text"] {font-size: 19px; width: 500px; height: 65px; border: 1px solid #d5d5d5; padding: 2px 10px;}
	.consulting_application .container .application input[type="text"]::placeholder {color: #bbb;}
	.consulting_application .container .application .agree_area {font-size: 13px;}
	.consulting_application .container .application .apply {font-size: 19px; width: 500px; height: 65px; line-height: 65px; text-align: center;}
	.consulting_application .container .application .apply:hover {opacity: .7;}


	/* 전문가 칼럼 */
	section.expert_column {background: #454440; padding-top: 120px; padding-bottom: 100px;}
	section.expert_column .header {color: #fff; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 80px;}
	section.expert_column .header .main_txt {font-size: 35px; font-weight: bold; margin-bottom: 10px;}
	section.expert_column .header .sub_txt {font-size: 20px;}
	
	section.expert_column .expert_column_area {position: relative; display: flex; justify-content: space-between; max-width: 1380px; margin: 0 auto;}
	section.expert_column .expert_column_area .more_btn {position: absolute; top: -54px; right: 0; color: #fff; background: #c0a88f; width: 100px; height: 40px; line-height: 40px; border-radius: 5px; text-align: center;}
	section.expert_column .expert_column_area .expert_column_box {background: #fff; width: 315px; height: 400px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set {padding: 16px; margin-bottom: -5px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag {font-size: 13px; color: #9d8463;  width: 90px; height: 27px; line-height: 24px; border: 1px solid; text-align: center; margin-bottom: 6px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag.naver_blog {color: #38c65d;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag.column {color: #ac9375;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .title {font-size: 20px; font-weight: bold; color: #000; line-height: 24px; margin-bottom: 6px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .date {font-size: 14px; color: #6a6a6a;}
	section.expert_column .expert_column_area .expert_column_box .thumbnail {width: 100%; height: 265px; background-size: cover; background-position: center; background-repeat: no-repeat;}
	
	
	/* office */
	.home section.office {padding: 120px 0; color: #444; background: url(../img/main/office/office_bg_pc.avif); background-size: cover; background-position: center;}
	.home section.office:after {content: unset;}
	.home section.office .container {max-width: 1300px;}
	.home section.office .container .row {display: flex; justify-content: space-between;}
	
	.home section.office [class^=col_] {position: relative;}
	.home section.office .col_1 #map {width: 700px; height: 300px;}
	.home section.office .container .row > .col_2 {width: 540px;}
	
	.home section.office .location_btn {display: inline-block; text-align: center; font-size: 14px; color: #b5b5b5; background: #fff; border: 1px solid; width: 105px; height: 40px; line-height: 40px; cursor: pointer;}
	.home section.office .location_btn.on {color: #9d8463; font-weight: bold; border: 1px solid;}
	
	.home section.office .info {padding: 0; padding-top: 40px; background: unset; font-size: 16px;}
	.home section.office .info .address_txt {margin-bottom: 15px;}
	.home section.office .info [class^=line_] {display: inline-block; text-align: center; color: #fff; min-width: 60px; height: 28px; line-height: 26px; border-radius: 5px; padding: 0 8px;}
	.home section.office .info .line_2 {background: #38b24f;}
	.home section.office .info .line_bundang {background: #b32a3e;}
	.home section.office .info .line_1 {background: #0052A4;}

	.home section.office .info .number {display: inline-block; text-align: center; width: 28px; height: 28px; line-height: 24px; background: #ffe641; border: 1px solid; border-radius: 50%; margin-right: 2px;}
	
	.home section.office .tel_area {position: absolute; bottom: 0; display: flex;}
	.home section.office .tel_area [class^=col_] {font-size: 16px; margin-right: 30px;}
	.home section.office .tel_area .col_2,
	.home section.office .tel_area .col_2 a {/*color: #9d8463;*/}
	.home section.office .tel_area [class^=col_] .big {font-size: 24px; font-weight: bold;}
}


/* 태블릿 tablet css*/
@media all and (min-width:768px) and (max-width:1023px){
    .pc {display:none !important;}
	.mobile {display:block;}
	
	.hero {height:740px;}
	.container1 .swiper-slide, .container1 .swiper-container, .container1 .contents {height:740px;}
	.container1 .contents {/*background: rgba(0,0,0,.6);*/}
	
	/* 메인 섹션 */
	.container1 .video_wrap {position: relative; width: 100%; height: 100%; overflow: hidden; background: #000;}
	.container1 .video_wrap video {width: 300%; height: 100vh; position: relative; top: 0; left: 50%; transform: translate(-50%,0);}
	
	.container1 .main_title {position: absolute; top: 190px; left: 50%; transform: translateX(-50%); width: max-content; text-align: center; z-index: 3;}
	.container1 .main_title .sub_txt {font-size: 20px;}
	.container1 .main_title .main_txt {font-size: 27px;}
	.container1 .main_title .highlight {color: #cfaf88;}
	
	.container1 .animate_area {position: absolute; top: 350px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 500px; padding: 40px; padding-right: 20px; z-index: 99;}
	.container1 .animate_area .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 4px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 97% 0, 20% 100%, 0 100%);}
	.container1 .animate_area .header {font-size: 20px; font-weight: bold; margin-bottom: 15px;}
	.container1 .animate_area .content {display: none; font-size: 15px; font-family: 'Noto Sans KR-Light'; line-height: 26px; min-height: 104px;}
	.container1 .animate_area .content.on {display: block;}
	
		/*대시보드*/
		#dashboard {background-color:#f9f9f9; padding: 0;}
		#dashboard .dashboard {color: #000; width: 70%; margin: 0 auto; height: 160px; padding-top: 65px; display: flex; font-size: 1.2em;}
		#dashboard .dashboard .area {flex: 1; display: flex; justify-content: center;}
		#dashboard .dashboard .area.first {font-size:1.3em; font-weight:bold; line-height:33px; font-family: Noto Sans KR, sans-serif; margin-top: -20px; margin-right: 30px; margin-left: -50px;}
		#dashboard .dashboard .area.first .under3 {font-size:13px; font-weight:400; line-height:25px; margin-top: 65px; margin-left: -180px;}
		#dashboard .dashboard .area .box1 {text-align: center; margin-right: 20px;}
		#dashboard .dashboard .area .box1 .under {font-family: Noto Sans KR, sans-serif; font-size:16px; background: #2e2422; border-radius:5px; color: white; padding: 7px 12px;}
		#dashboard .dashboard .area .box1 .under2 {font-size:16px;color: #272727; padding-top:10px; line-height: 35px;}
		#dashboard .dashboard .area .box2 {margin-top: -5px;}
		#dashboard .dashboard .area .count_number {font-size:2em; font-weight:bold; font-family: Noto Sans KR, sans-serif; }
		
		/*info*/
		.container1 .swiper-slide.first .info_txt {text-align: center;}
		.container1 .swiper-slide.first .info_txt .info_title {text-align: center; font-size: 2.4em; position: relative; left:0px;; margin: -90px 0; font-family: Josun_Bold;}
		.container1 .swiper-slide.first .info_txt .vertical_line {width: 2px; height: 10px; background: #fff; margin: 0 auto; margin-bottom: 20px;}
		.container1 .swiper-slide.first .info_txt .career {display:none;}
	
	
	/* 변호사 섹션 */
	section.lawyer {padding-bottom: 0;}
	section.lawyer > .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.lawyer > .header .main_txt {font-size: 25px; font-weight: bold; margin-bottom: 5px;}
	section.lawyer > .header .sub_txt {font-size: 16px;}
	
	section.lawyer .lawyer_page_btn_area {max-width: 500px; margin: 0 auto;}
	section.lawyer .lawyer_page_btn_area a.lawyer_page_btn {display: inline-block; font-size: 18px; color: #fff; background: #c0a88f; width: 100%; height: 55px; line-height: 55px; text-align: center;}
	section.lawyer .lawyer_page_btn_area a.lawyer_page_btn:hover {opacity: .7;}
	
	section.lawyer .lawyer_area {display: grid; grid-gap: 0; grid-template-columns: repeat(2, 1fr); max-width: 500px; margin: 0 auto;}
	section.lawyer .lawyer_area .lawyer_box {position: relative; width: 100%; height: 320px; background: #363636; border: 1px solid #b7b7b7; overflow: hidden;}
	section.lawyer .lawyer_area .lawyer_box a {display: block; color: #fff;}
	section.lawyer .lawyer_area .lawyer_box .lawyer_img {position: relative; bottom: -39px; left: 50%; transform: translateX(-50%);}
	section.lawyer .lawyer_area .lawyer_box .logo_img {position: absolute; top: 10px; right: 10px; width: 32px;}
	section.lawyer .lawyer_area .lawyer_box .txt {position: absolute; bottom: 0; left: 0; font-size: 13px; background: rgb(0 0 0 / 70%); width: 100%; padding: 8px 16px; padding-right: 0px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name {font-size: 22px; font-weight: bold; margin-bottom: 10px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name .position {font-size: 16px; font-weight: normal;}
	section.lawyer .lawyer_area .lawyer_box .txt .info {line-height: 20px; margin-left: -7px;}
	section.lawyer .lawyer_area .lawyer_box .txt .info .highlight {color: #ac9477;}
	
	section.lawyer .press_area {display: none;}
	
	
	/* 성공사례 섹션 */
	section.success_latest {padding-bottom: 0;}
	section.success_latest > .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest > .header .main_txt {font-size: 25px; font-weight: bold; margin-bottom: 5px;}
	section.success_latest > .header .sub_txt {font-size: 16px;}
	
	section.success_latest .success_search_area {width: 90%; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .success_search_area .success_search {margin-bottom: 15px;}
	section.success_latest .success_search_area .success_search input[name="keyword"],
	section.success_latest .success_search_area .success_search .submit_btn {height: 55px;}
	section.success_latest .success_search_area .success_search .submit_btn {color: #fff; background: #9d8463; width: 65px; vertical-align: bottom; margin-left: -3.6px;}
	section.success_latest .success_search_area .success_search input[name="keyword"] {font-size: 16px; width: calc(100% - 65px); text-align: center; border: 1px solid #aba9a6;}
	section.success_latest .success_search_area .success_search input[name="keyword"]::placeholder {color: #a5a5a5; font-family: 'Noto Sans KR-Light';}
	
	section.success_latest .success_search_area .category_btn_area {display: grid; grid-gap: 3px; grid-template-columns: repeat(3, auto); justify-content: center; justify-items: center; margin-bottom: 10px;}
	section.success_latest .success_search_area .category_btn_area .category_btn {display: inline-block; font-size: 14px; color: #9d8463; border: 1px solid #9d8463; border-radius: 50px; width: 82.5px; height: 37px; line-height: 35px; text-align: center;}
	section.success_latest .success_search_area .category_btn_area .category_btn:hover {color: #fff; background: #9d8463;}
	section.success_latest .success_search_area .category_btn_area .category_btn.first {width: 135px;}
	
	
	section.success_latest .success_latest_area {position: relative; background: #efefef; padding-top: 40px; padding-bottom: 50px;}
	section.success_latest .success_latest_area .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .success_latest_area .header .main_txt {font-size: 23px; font-weight: bold; margin-bottom: 5px;}
	section.success_latest .success_latest_area .header .sub_txt {font-size: 16px;}
	
	
	section.success_latest .success_latest_area .success_latest {position: relative; display: grid; grid-gap: 5px; grid-template-columns: repeat(2, 1fr); max-width: 500px; padding: 0 10px; margin: 0 auto;}
	section.success_latest .success_latest_area .success_latest .more_btn {display: none; position: absolute; top: -54px; right: 0; color: #fff; background: #c0a88f; width: 100px; height: 40px; line-height: 40px; border-radius: 5px; text-align: center;}
	section.success_latest .success_latest_area .success_latest .more_btn:hover {opacity: .7;}
	section.success_latest .success_latest_area .success_latest .success_latest_box {width: 100%; height: 250px; background: #fff; border: 1px solid #9d8463; transition-duration: .3s; overflow: hidden;}
	section.success_latest .success_latest_area .success_latest .success_latest_box:hover {transform: translateY(-5px);}
	section.success_latest .success_latest_area .success_latest .success_latest_box a {display: inline-block;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .title {font-size: 17px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height: calc(22px * 3); line-height: 22px; text-align: center; padding: 0 15px; margin-top: 25px; margin-bottom: 5px;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .thumbnail {text-align: center;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .thumbnail img {width: 60%; height: 110px; margin: 0 auto;}
	section.success_latest .success_latest_area .success_latest .success_latest_box ._btn {font-size: 15px; color: #fff; background: #9d8463; width: 100%; height: 42px; line-height: 42px; text-align: center;}
	
	section.success_latest .review_area {background: #efefef; padding-bottom: 60px;}
	section.success_latest .review_area .header {font-size: 17px; color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .review_area .review_slide {position: relative; width: calc(100% - 20px); margin: 0 auto;}
	
	section.success_latest .review_area .review_slide .swiper-button-prev,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-next,
	section.success_latest .review_area .review_slide .swiper-button-next,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-prev{display: none;}


	/* ANL 시스템 섹션 */
	section.anl_system {padding-top: 130px; padding-bottom: 50px;}
	section.anl_system > .header {color: #454440; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 30px;}
	section.anl_system > .header .main_txt {font-size: 25px; font-weight: bold; margin-bottom: 5px;}
	section.anl_system > .header .sub_txt {font-size: 16px;}
	
	section.anl_system .anl_system_area {display: grid; justify-content: center; gap: 8px; grid-template-columns: repeat(1, 1fr); margin-bottom: 15px;}
	section.anl_system .anl_system_area .anl_system_box {display: flex; justify-content: center; width: 90%; height: 43px; line-height: 40px; border: 1px solid #bebebe; border-radius: 5px; text-align: center; margin: 0 auto; transition: all 0.7s;}
	section.anl_system .anl_system_area .anl_system_box.on {color: #fff; background: linear-gradient(180deg, #9d8463, #7e6a4f);}
	section.anl_system .anl_system_area .anl_system_box .main_txt {font-size: 17px;}
	section.anl_system .anl_system_area .anl_system_box .sub_txt {font-size: 14px;}
	section.anl_system .anl_system_area .angle {display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; background: #989898; width: 20px; height: 20px; text-align: center; border-radius: 50%; padding: 0px; margin: 0px;}
	
	section.anl_system .footer {font-size: 17px; color: #9d8463; width: max-content; text-align: center; margin: 0 auto;}
	section.anl_system .footer .bold {font-weight:bold;}


	/*sixth/
	.container1 .swiper-slide.sixth .contents {background-image: url(https://anlab-financialcrime.com/img/main/slide6_bg.avif); background-size: cover; background-repeat: no-repeat; background-position: center;}
	.container1 .swiper-slide.sixth .bundle {display: inline-flex; position: relative; top: 230px; left: 16%;}
		/*info/
		.container1 .swiper-slide.sixth .info_txt {margin-left: 50px;}
		.container1 .swiper-slide.sixth .info_txt a {color: #fff; font-size: 1.1em;}
		.container1 .swiper-slide.sixth .info_txt .info_title {font-size: 2.2em; line-height: 60px; margin: 15px 0; font-family: Josun_Bold;}
		.container1 .swiper-slide.sixth .info_txt .info_content {font-size: 1.2em; line-height: 34px; margin-bottom: 20px;}
		.container1 .swiper-slide.sixth .info_txt .career {font-size: 1.3em; line-height: 34px; margin-bottom: 40px;}
		.container1 .swiper-slide.sixth .info_txt .name {font-size: 1.8em; padding-left: 15px; position: relative; font-family: Josun_Bold;}
		.container1 .swiper-slide.sixth .info_txt .name:before {position: absolute; content: ""; width: 2px; height: 56px; background: #ffdf80; left: 0; bottom: 22px;}
		.container1 .swiper-slide.sixth .info_txt .name img {position: relative; bottom: 10px; width: 190px;}

		
	/*상담문의 최신글, 상담신청 영역 */
	.consulting_latest {padding-bottom: 40px;}
	
	.consulting_application {background: #fff; width: 100%; display: inline-block; padding: 40px 0;}
	.consulting_application .container {width: 100%; max-width: 500px;}
	.consulting_application .container .title {font-size: 23px;}
	.consulting_application .container .text {font-size: 17px; margin-bottom: 20px;}
	.consulting_application .container .application {grid-template-columns: repeat(1, 1fr);}
	.consulting_application .container .application .label {width: 80px;}
	.consulting_application .container .application input[type="text"] {font-size: 17px; width: 100%; height: 55px; border: 1px solid #d5d5d5; padding: 2px 10px;}
	.consulting_application .container .application input[type="text"]::placeholder {color: #bbb;}
	.consulting_application .container .application .apply {font-size: 18px; width: 100%; height: 55px; line-height: 55px; text-align: center;}
	.consulting_application .container .application .apply:hover {opacity: .7;}
	.consulting_application .container .application .agree_area {font-size: 14px;}


	/* 전문가 칼럼 */
	section.expert_column {background: #454440; padding-top: 50px; padding-bottom: 0;}
	section.expert_column .header {color: #fff; text-align: center; width: max-content; margin: 0 auto; margin-bottom: 40px;}
	section.expert_column .header .main_txt {font-size: 25px; font-weight: bold; margin-bottom: 10px;}
	section.expert_column .header .sub_txt {font-size: 16px;}
	
	section.expert_column .expert_column_area {position: relative; display: grid; gap: 5px; max-width: 500px; margin: 0 auto;}
	section.expert_column .expert_column_area .expert_column_box {background: #fff; width: 100%; height: 200px;}
	section.expert_column .expert_column_area .expert_column_box a {display: flex; gap: 36px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set {padding-top: 40px; padding-left: 10px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag {font-size: 13px; color: #9d8463;  width: 85px; height: 28px; line-height: 26px; border: 1px solid; text-align: center; margin-bottom: 6px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag.naver_blog {color: #38c65d;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .title {font-size: 20px; font-weight: bold; color: #000; line-height: 24px; margin-bottom: 6px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .date {font-size: 14px; color: #6a6a6a;}
	section.expert_column .expert_column_area .expert_column_box .thumbnail {flex: 0 0 42%; width: 100%; height: 200px; background-size: cover; background-position: center; background-repeat: no-repeat;}
	
	section.expert_column .expert_column_area .more_btn {display: inline-block; font-size: 18px; color: #fff; background: #c0a88f; width: 100%; height: 55px; line-height: 55px; text-align: center;}
	section.expert_column .expert_column_area .more_btn:hover {opacity: .7;}
	
	
	/* office */
	.home section.office {padding: 60px 0; color: #444; background: url(../img/main/office/office_bg_pc.avif); background-size: cover; background-position: center;}
	.home section.office:after {content: unset;}
	
	.home section.office .col-lg-6 {position: relative;}
	
	.home section.office .location_btn {display: inline-block; text-align: center; font-size: 16px; color: #b5b5b5; background: #fff; border: 1px solid; width: calc(25% + 1px); height: 60px; line-height: 56px; cursor: pointer; margin-right: -6px;}
	.home section.office .location_btn.on {color: #9d8463; font-weight: bold; border: 1px solid;}
	
	.home section.office .info {padding: 30px 0; background: unset; font-size: 14px;}
	.home section.office .info .address_txt {margin-bottom: 15px;}
	.home section.office .info [class^=line_] {display: inline-block; text-align: center; color: #fff; min-width: 60px; height: 28px; line-height: 26px; border-radius: 5px; padding: 0 8px;}
	.home section.office .info .line_2 {background: #38b24f;}
	.home section.office .info .line_bundang {background: #b32a3e;}
	.home section.office .info .line_1 {background: #0052A4;}

	.home section.office .info .number {display: inline-block; text-align: center; width: 28px; height: 28px; line-height: 26px; background: #ffe641; border: 1px solid; border-radius: 50%; margin-right: 2px;}
	
	section.office .container .row .col_1 {margin: 0 auto;}
	.home section.office #map {width: 500px; height: 220px !important;}
	
	.home section.office .tel_area {margin-top: 50px;}
	.home section.office .tel_area [class^=col_] {font-size: 14px; margin-right: 30px;}
	.home section.office .tel_area .col_2,
	.home section.office .tel_area .col_2 a {/*color: #9d8463;*/}
	.home section.office .tel_area [class^=col_] .big {font-size: 24px; font-weight: bold;}
}

/* 모바일 mobile css*/
@media all and (max-width:480px){
	.pc {display:none;}
	.mobile {display:block;}
	.blackbox_logo {width: 140px; position: fixed; bottom: 120px; left: 10px; z-index: 999; }
	
	.hero {height:640px;}
	.container1 .swiper-slide, .container1 .swiper-container, .container1 .contents {height:640px;}
	.container1 .contents {/*background: rgba(0,0,0,.6);*/}
	
	/* 메인 섹션 */
	.container1 .video_wrap {position: relative; width: 100%; height: 100%; overflow: hidden; background: #000;}
	.container1 .video_wrap video {width: 300%; height: 100vh; position: relative; top: -100px; left: 50%; transform: translate(-50%,0);}
	
	.container1 .main_title {position: absolute; top: 110px; left: 50%; transform: translateX(-50%); width: max-content; text-align: center; z-index: 3;}
	.container1 .main_title .sub_txt {font-size: 18x; margin-bottom: 10px;}
	.container1 .main_title .main_txt {font-size: 19px; font-weight:500;}
	.container1 .main_title .main_txt .main_txt_sub {font-size: 16px; font-weight:500;}
	.container1 .main_title .highlight {color: #cfaf88;}
	
	.container1 .animate_area {position: absolute; top: 290px; left: 50%; transform: translateX(-50%); width: calc(100% - 20px); padding: 20px; padding-right: 10px; z-index: 99;}
	.container1 .animate_area .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 4px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 97% 0, 20% 100%, 0 100%);}
	.container1 .animate_area .header {font-size: 16px; font-weight: 500; margin-bottom: 15px;}
	.container1 .animate_area .content {display: none; font-size: 14px; font-family: 'Noto Sans KR-Light'; line-height: 23px; min-height: 104px;}
	.container1 .animate_area .content.on {display: block;}
	
		/*대시보드*/
		#dashboard {background-color:#f9f9f9; padding: 0;}
		#dashboard .dashboard {color: #000; width: 70%; margin: 0 auto; height: 160px; padding-top: 65px; display: flex; font-size: 1.2em;}
		#dashboard .dashboard .area {flex: 1; display: flex; justify-content: center;}
		#dashboard .dashboard .area.first {font-size:1.3em; font-weight:bold; line-height:33px; font-family: Noto Sans KR, sans-serif; margin-top: -20px; margin-right: 30px; margin-left: -50px;}
		#dashboard .dashboard .area.first .under3 {font-size:13px; font-weight:400; line-height:25px; margin-top: 65px; margin-left: -180px;}
		#dashboard .dashboard .area .box1 {text-align: center; margin-right: 20px;}
		#dashboard .dashboard .area .box1 .under {font-family: Noto Sans KR, sans-serif; font-size:16px; background: #2e2422; border-radius:5px; color: white; padding: 7px 12px;}
		#dashboard .dashboard .area .box1 .under2 {font-size:16px;color: #272727; padding-top:10px; line-height: 35px;}
		#dashboard .dashboard .area .box2 {margin-top: -5px;}
		#dashboard .dashboard .area .count_number {font-size:2em; font-weight:bold; font-family: Noto Sans KR, sans-serif; }
		
		/*info*/
		.container1 .swiper-slide.first .info_txt {text-align: center;}
		.container1 .swiper-slide.first .info_txt .info_title {text-align: center; font-size: 2.4em; position: relative; left:0px;; margin: -90px 0; font-family: Josun_Bold;}
		.container1 .swiper-slide.first .info_txt .vertical_line {width: 2px; height: 10px; background: #fff; margin: 0 auto; margin-bottom: 20px;}
		.container1 .swiper-slide.first .info_txt .career {display:none;}
	
	
	/* 변호사 섹션 */
	section.lawyer {padding-bottom: 0;}
	section.lawyer > .header {color: #454440; text-align: center; width: calc(100% - 20px); margin: 0 auto; margin-bottom: 30px;}
	section.lawyer > .header .main_txt {font-size: 22px; font-weight: bold; margin-bottom: 5px;}
	section.lawyer > .header .sub_txt {font-size: 15px;}
	
	section.lawyer .lawyer_page_btn_area a.lawyer_page_btn {display: inline-block; font-size: 18px; color: #fff; font-weight: 600; background: #c0a88f; width: 100%; height: 55px; line-height: 55px; text-align: center;}
	section.lawyer .lawyer_page_btn_area a.lawyer_page_btn:hover {opacity: .7;}
	
	section.lawyer .lawyer_area {display: grid; grid-gap: 0; grid-template-columns: repeat(2, 1fr); border: 5px solid #9D8463; background: rgb(0 0 0 / 50%);}
	section.lawyer .sub_txt2 {position: relative; font-size: 15px; color: #fff; width: 55%; text-align: center; margin: 0 auto; border: 3px solid #9D8463; border-radius: 25px; padding: 5px 0; margin-bottom: -18px; z-index: 999; background: rgb(0 0 0 / 65%);}
	section.lawyer .lawyer_area .lawyer_box {position: relative; width: 100%; height: 280px; background: rgb(0 0 0 / 70%);}
	section.lawyer .lawyer_area .lawyer_box a {display: block; color: #fff;}
	section.lawyer .lawyer_area .lawyer_box .lawyer_img {position: relative; bottom: 0px; left: 50%; transform: translateX(-50%);}
	section.lawyer .lawyer_area .lawyer_box .logo_img {position: absolute; top: 10px; right: 10px; width: 30px;}
	section.lawyer .lawyer_area .lawyer_box .txt {position: absolute; bottom: 0; left: 0; font-size: 13px; background: rgb(0 0 0 / 70%); width: 100%; padding: 8px 15px; padding-right: 0px; min-height: 120px; height: 120px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name {font-size: 20px; font-weight: bold; margin-bottom: 10px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name .position {font-size: 14px; font-weight: normal;}
	section.lawyer .lawyer_area .lawyer_box .txt .info {line-height: 20px; margin-left: -7px;}
	section.lawyer .lawyer_area .lawyer_box .txt .info .highlight {color: #ac9477;}
	
	section.lawyer .press_area {display: none;}
	
	
	/* 언론도_주목하는_에이앤랩 섹션 */
	section.언론도_주목하는_에이앤랩 .row_1 {display: grid; align-items: center; gap: 8vw; width: 100%; padding-top: 10px; margin: 0 auto;}
	section.언론도_주목하는_에이앤랩 .row_1 .txt_area {display: flex; flex-direction: column; justify-content: space-between; gap: 10px; font-size: 16px; color: #111; width: max-content; text-align: center; margin-top: 30px; margin: 0 auto;}
	section.언론도_주목하는_에이앤랩 .row_1 .txt_area .main_txt {font-size: 25px; font-weight: bold; font-family: '나눔명조';}
	section.언론도_주목하는_에이앤랩 .row_1 .txt_area .box_txt {border: 1px solid #111 !important; padding: 6px 4px;}
	section.언론도_주목하는_에이앤랩 .row_1 .press_img {width: 100%;}
	
	
	
	/* 성공사례 섹션 */
	section.success_latest {padding-bottom: 0;}
	section.success_latest > .header {color: #454440; text-align: center; width: calc(100% - 20px); margin: 0 auto; margin-bottom: 30px;}
	section.success_latest > .header .main_txt {font-size: 23px; font-weight: bold; margin-bottom: 5px;}
	section.success_latest > .header .sub_txt {font-size: 15px;}
	
	section.success_latest .success_search_area {width: 90%; margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .success_search_area .success_search {margin-bottom: 15px;}
	section.success_latest .success_search_area .success_search input[name="keyword"],
	section.success_latest .success_search_area .success_search .submit_btn {height: 55px;}
	section.success_latest .success_search_area .success_search .submit_btn {color: #fff; background: #9d8463; width: 65px; vertical-align: bottom; margin-left: -3.6px;}
	section.success_latest .success_search_area .success_search input[name="keyword"] {font-size: 16px; width: calc(100% - 75px); text-align: center; border: 1px solid #aba9a6;}
	section.success_latest .success_search_area .success_search input[name="keyword"]::placeholder {color: #a5a5a5; font-family: 'Noto Sans KR-Light';}
	
	section.success_latest .success_search_area .category_btn_area {display: grid; grid-gap: 3px; grid-template-columns: repeat(3, auto); justify-content: center; justify-items: center; margin-bottom: 10px;}
	section.success_latest .success_search_area .category_btn_area .category_btn {display: inline-block; font-size: 14px; color: #9d8463; border: 1px solid #9d8463; border-radius: 50px; width: 82.5px; height: 37px; line-height: 35px; text-align: center;}
	section.success_latest .success_search_area .category_btn_area .category_btn:hover {color: #fff; background: #9d8463;}
	section.success_latest .success_search_area .category_btn_area .category_btn.first {width: 135px;}
	
	
	section.success_latest .success_latest_area {position: relative; background: #efefef; padding-top: 40px; padding-bottom: 50px;}
	section.success_latest .success_latest_area .header {color: #454440; text-align: center; width: calc(100% - 20px); margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .success_latest_area .header .main_txt {font-size: 21px; font-weight: bold; margin-bottom: 5px;}
	section.success_latest .success_latest_area .header .sub_txt {font-size: 16px;}
	
	
	section.success_latest .success_latest_area .success_latest {position: relative; display: grid; grid-gap: 5px; grid-template-columns: repeat(2, 1fr); padding: 0 10px;}
	section.success_latest .success_latest_area .success_latest .more_btn {display: none; position: absolute; top: -54px; right: 0; color: #fff; background: #c0a88f; width: 100px; height: 40px; line-height: 40px; border-radius: 5px; text-align: center;}
	section.success_latest .success_latest_area .success_latest .more_btn:hover {opacity: .7;}
	section.success_latest .success_latest_area .success_latest .success_latest_box {width: 100%; height: 250px; background: #fff; border: 1px solid #9d8463; transition-duration: .3s; overflow: hidden;}
	section.success_latest .success_latest_area .success_latest .success_latest_box:hover {transform: translateY(-5px);}
	section.success_latest .success_latest_area .success_latest .success_latest_box a {display: inline-block;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .title {font-size: 16px; font-weight: 600; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height: calc(22px * 3); line-height: 22px; text-align: center; padding: 0 15px; margin-top: 25px; margin-bottom: 5px;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .thumbnail {text-align: center;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .thumbnail img {width: 104px; height: 110px; margin: 0 auto;}
	section.success_latest .success_latest_area .success_latest .success_latest_box ._btn {font-size: 15px; color: #fff; background: #9d8463; width: 100%; height: 42px; line-height: 42px; text-align: center;}
	
	section.success_latest .review_area {background: #efefef; padding-bottom: 60px;}
	section.success_latest .review_area .header {font-size: 17px; color: #454440; text-align: center; width: calc(100% - 20px); margin: 0 auto; margin-bottom: 30px;}
	section.success_latest .review_area .review_slide {position: relative; width: calc(100% - 20px); margin: 0 auto;}
	
	section.success_latest .review_area .review_slide .swiper-button-prev,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-next,
	section.success_latest .review_area .review_slide .swiper-button-next,
	section.success_latest .review_area .review_slide .swiper-container-rtl .swiper-button-prev{display: none;}


	/* ANL 시스템 섹션 */
	section.anl_system {padding-top: 40px; padding-bottom: 40px;}
	section.anl_system > .header {color: #454440; text-align: center; width: calc(100% - 20px); margin: 0 auto; margin-bottom: 30px;}
	section.anl_system > .header .main_txt {font-size: 23px; font-weight: bold; margin-bottom: 5px;}
	section.anl_system > .header .sub_txt {font-size: 15px;}
	
	section.anl_system .anl_system_area {display: grid; justify-content: center; gap: 8px; grid-template-columns: repeat(1, 1fr); margin-bottom: 15px;}
	section.anl_system .anl_system_area .anl_system_box {display: flex; justify-content: center; width: 90%; height: 43px; line-height: 40px; border: 1px solid #bebebe; border-radius: 5px; text-align: center; margin: 0 auto; transition: all 0.7s;}
	section.anl_system .anl_system_area .anl_system_box.on {color: #fff; background: linear-gradient(180deg, #9d8463, #7e6a4f);}
	section.anl_system .anl_system_area .anl_system_box .main_txt {font-size: 17px; font-weight: 500; margin-right:2px;}
	section.anl_system .anl_system_area .anl_system_box .sub_txt {font-size: 13px;}
	section.anl_system .anl_system_area .angle {display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; background: #989898; width: 20px; height: 20px; text-align: center; border-radius: 50%; padding: 0px; margin: 0px;}
	
	section.anl_system .footer {font-size: 17px; color: #9d8463; width: calc(100% - 20px); text-align: center; margin: 0 auto;}
	section.anl_system .footer .bold {font-weight:bold;}


	/*sixth/
	.container1 .swiper-slide.sixth .contents {background-image: url(https://anlab-financialcrime.com/img/main/slide6_bg.avif); background-size: cover; background-repeat: no-repeat; background-position: center;}
	.container1 .swiper-slide.sixth .bundle {display: inline-flex; position: relative; top: 230px; left: 16%;}
		/*info/
		.container1 .swiper-slide.sixth .info_txt {margin-left: 50px;}
		.container1 .swiper-slide.sixth .info_txt a {color: #fff; font-size: 1.1em;}
		.container1 .swiper-slide.sixth .info_txt .info_title {font-size: 2.2em; line-height: 60px; margin: 15px 0; font-family: Josun_Bold;}
		.container1 .swiper-slide.sixth .info_txt .info_content {font-size: 1.2em; line-height: 34px; margin-bottom: 20px;}
		.container1 .swiper-slide.sixth .info_txt .career {font-size: 1.3em; line-height: 34px; margin-bottom: 40px;}
		.container1 .swiper-slide.sixth .info_txt .name {font-size: 1.8em; padding-left: 15px; position: relative; font-family: Josun_Bold;}
		.container1 .swiper-slide.sixth .info_txt .name:before {position: absolute; content: ""; width: 2px; height: 56px; background: #ffdf80; left: 0; bottom: 22px;}
		.container1 .swiper-slide.sixth .info_txt .name img {position: relative; bottom: 10px; width: 190px;}

		
	/*상담문의 최신글, 상담신청 영역 */
	.consulting_latest {padding-bottom: 40px;}
	
	.consulting_application {background: #fff; width: 100%; display: inline-block; padding: 40px 0;}
	.consulting_application .container {}
	.consulting_application .container .title {font-size: 23px;}
	.consulting_application .container .text {font-size: 16px; margin-bottom: 20px;}
	.consulting_application .container .application {grid-template-columns: repeat(1, 1fr);}
	.consulting_application .container .application .label {width: 80px;}
	.consulting_application .container .application input[type="text"] {font-size: 17px; width: 100%; height: 55px; border: 1px solid #d5d5d5; padding: 2px 10px;}
	.consulting_application .container .application input[type="text"]::placeholder {color: #bbb;}
	.consulting_application .container .application .apply {font-size: 18px; width: 100%; height: 55px; line-height: 55px; text-align: center;}
	.consulting_application .container .application .apply:hover {opacity: .7;}
	.consulting_application .container .application .agree_area {font-size: 14px;}


	/* 전문가 칼럼 */
	section.expert_column {background: #454440; padding-top: 10px; padding-bottom: 0;}
	section.expert_column .header {color: #fff; text-align: center; width: calc(100% - 20px); margin: 0 auto; margin-bottom: 40px;}
	section.expert_column .header .main_txt {font-size: 23px; font-weight: bold; margin-bottom: 10px;}
	section.expert_column .header .sub_txt {font-size: 15px;}
	
	section.expert_column .expert_column_area {position: relative; display: grid; gap: 5px; padding-bottom: 10px;}
	section.expert_column .expert_column_area .expert_column_box {background: #fff; width: 100%; height: 200px;}
	section.expert_column .expert_column_area .expert_column_box a {display: flex; gap: 36px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set {padding-top: 40px; padding-left: 10px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag {font-size: 13px; color: #9d8463;  width: 85px; height: 28px; line-height: 26px; border: 1px solid; text-align: center; margin-bottom: 6px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag.naver_blog {color: #38c65d;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .title {font-size: 19px; font-weight: bold; color: #000; line-height: 24px; margin-bottom: 6px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .date {font-size: 14px; color: #6a6a6a;}
	section.expert_column .expert_column_area .expert_column_box .thumbnail {flex: 0 0 50%; width: 100%; height: 200px; background-size: cover; background-position: center; background-repeat: no-repeat;}
	
	section.expert_column .expert_column_area .more_btn {display: inline-block; font-size: 18px; font-weight: 600; color: #fff; background: #c0a88f; width: 100%; height: 55px; line-height: 55px; text-align: center;}
	section.expert_column .expert_column_area .more_btn:hover {opacity: .7;}
	
	
	/* office */
	.home section.office {padding: 60px 0; color: #444; background: url(../img/main/office/office_bg_pc.avif); background-size: cover; background-position: center;}
	.home section.office:after {content: unset;}
	
	.home section.office .col-lg-6 {position: relative; padding: 0 20px;}
	
	.home section.office .location_btn {display: inline-block; text-align: center; font-size: 14px; color: #b5b5b5; background: #fff; border: 1px solid; width: calc(20% + 1px); height: 60px; line-height: 54px; cursor: pointer; margin-right: -6px;}
	.home section.office .location_btn.on {color: #9d8463; font-weight: bold; border: 1px solid;}
	
	.home section.office .info {padding: 30px 0; background: unset; font-size: 14px;}
	.home section.office .info .address_txt {margin-bottom: 15px;}
	.home section.office .info [class^=line_] {display: inline-block; text-align: center; color: #fff; min-width: 60px; height: 28px; line-height: 26px; border-radius: 5px; padding: 0 8px;}
	.home section.office .info .line_2 {background: #38b24f;}
	.home section.office .info .line_bundang {background: #b32a3e;}
	.home section.office .info .line_1 {background: #0052A4;}

	.home section.office .info .number {display: inline-block; text-align: center; width: 28px; height: 28px; line-height: 26px; background: #ffe641; border: 1px solid; border-radius: 50%; margin-right: 2px;}
	
	.home section.office .col_1 {margin: 0 auto;}
	.home section.office .col_1 #map {width: calc(425px - 40px); height: 220px !important;}
	
	.home section.office .container .row > .col_2 {padding: 0 20px;}
	
	.home section.office .tel_area {margin-top: 50px;}
	.home section.office .tel_area [class^=col_] {font-size: 14px; margin-right: 30px;}
	.home section.office .tel_area .col_2,
	.home section.office .tel_area .col_2 a {/*color: #9d8463;*/}
	.home section.office .tel_area [class^=col_] .big {font-size: 24px; font-weight: bold;}
}


@media all and (max-width: 380px){
	.hero {background-size: 102%;}
	
	
	/* 메인 섹션 */
	.container1 .main_title .sub_txt {font-size: 18px;}
	.container1 .main_title .main_txt {font-size: 19.5px;}
	
	.container1 .animate_area .header {font-size: 17px;}
	.container1 .animate_area .content {font-size: 13px;}
	
	
	/* 변호사 섹션 */
	section.lawyer > .header .main_txt {font-size: 23px;}
	section.lawyer > .header .sub_txt {font-size: 14px;}
	
	section.lawyer .lawyer_area .lawyer_box .txt {font-size: 11px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name {font-size: 20px;}
	section.lawyer .lawyer_area .lawyer_box .txt .name .position {font-size: 14px;}
	section.lawyer .lawyer_page_btn_area a.lawyer_page_btn {font-size: 16px;}
	
	
	/* 성공사례 섹션 */
	section.success_latest > .header .main_txt {font-size: 23px;}
	section.success_latest > .header .sub_txt {font-size: 14px;}
	
	section.success_latest .success_latest_area .header .main_txt {font-size: 21px;}
	section.success_latest .success_latest_area .header .sub_txt {font-size: 14px;}
	section.success_latest .success_latest_area .success_latest .success_latest_box .title {font-size: 15px;}
	section.success_latest .success_latest_area .success_latest .success_latest_box ._btn {font-size: 13px;}
	
	section.success_latest .review_area .header {font-size: 15px;}
	
	
	/* ANL 시스템 섹션 */
	section.anl_system > .header .main_txt {font-size: 23px;}
	section.anl_system > .header .sub_txt {font-size: 14px;}
	
	section.anl_system .anl_system_area .anl_system_box .main_txt {font-size: 15px;}
	section.anl_system .anl_system_area .anl_system_box .sub_txt {font-size: 12px;}
	
	section.anl_system .footer {font-size: 15px;}
	
		
	/*sixth*/
		/*info*/
		.container1 .swiper-slide.sixth .info_txt .info_title {font-size: 1.3em;}
		.container1 .swiper-slide.sixth .info_txt .career {font-size: .9em;}
		.container1 .swiper-slide.sixth .info_txt .name {padding-left: 10px;}


	/*상담문의 최신글, 상담신청 영역*/
	.consulting_application .container .title {font-size: 21px;}
	.consulting_application .container .text {font-size: 15px;}
	.consulting_application .container .application .agree_area {font-size: 0.8em;}
	
	
	/* 전문가 칼럼 */
	section.expert_column .header .main_txt {font-size: 23px;}
	section.expert_column .header .sub_txt {font-size: 14px;}
	
	section.expert_column .expert_column_area .expert_column_box .txt_set .tag {font-size: 11px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .title {font-size: 18px;}
	section.expert_column .expert_column_area .expert_column_box .txt_set .date {font-size: 12px;}
	section.expert_column .expert_column_area .more_btn {font-size: 16px;}
	
	
	/* office */
	.home section.office .col_1 {margin: 0 auto;}
	.home section.office .col_1 #map {width: calc(375px - 40px);}
}


/* 컨베이어 벨트 pc 애니메이션 */
@keyframes conveyor{
	0% {transform: translateX(0);}
	100% {transform: translateX(-133%);}
}
@-moz-keyframes conveyor{
	0% {transform: translateX(0);}
	100% {transform: translateX(-133%);}
}
@-webkit-keyframes conveyor{
	0% {transform: translateX(0);}
	100% {transform: translateX(-133%);}
}

/* 컨베이어 벨트 모바일 애니메이션 */
@keyframes conveyor_mobile{
	0% {transform: translateX(0);}
	100% {transform: translateX(calc(-41% * 8));}
}
@-moz-keyframes conveyor_mobile{
	0% {transform: translateX(0);}
	100% {transform: translateX(calc(-41% * 8));}
}
@-webkit-keyframes conveyor_mobile{
	0% {transform: translateX(0);}
	100% {transform: translateX(calc(-41% * 8));}
}


/* fadeIn 애니메이션 */
@keyframes fadeInUp {
	0% {-webkit-transform: translate3d(0,100%,0); opacity: 0; transform: translate3d(0,100%,0);}
	100% {-webkit-transform: translateZ(0); opacity: 1; transform: translateZ(0);}
}

@keyframes fadeInDown {
	0% {-webkit-transform: translate3d(0,-100%,0); opacity: 0; transform: translate3d(0,-100%,0);}
	100% {-webkit-transform: translateZ(0); opacity: 1; transform: translateZ(0);}
}

@keyframes fadeInLeft {
	0% {-webkit-transform: translate3d(-100%,0,0); opacity: 0; transform: translate3d(-100%,0,0);}
	100% {-webkit-transform: translateZ(0); opacity: 1; transform: translateZ(0);}
}