@charset "utf-8";


#consult_section .section_head {background: url('/images/subpage_consult_head_bg.png') no-repeat center; }
#consult_section .consult_top_area {padding: 100px 0 140px; background: rgb(var(--color-fafafa)); }
#consult_section .consult_top_area h3 {line-height: normal; text-align: center; font-size: 36px; font-weight: 600; }
#consult_section .consult_top_area h3 span {color: rgb(var(--primary-color));}
#consult_section .consult_top_area ul {display: flex; gap: 50px; margin-top: 80px; }
#consult_section .consult_top_area li {flex: 1; display: flex; flex-direction: column; align-items: center; gap: 30px; }
#consult_section .consult_top_area li:nth-of-type(1) .img:before {background: url('/images/icon_subpage_consult_img_1.svg') no-repeat center/ contain; }
#consult_section .consult_top_area li:nth-of-type(2) .img:before {background: url('/images/icon_subpage_consult_img_2.svg') no-repeat center/ contain; }
#consult_section .consult_top_area li:nth-of-type(3) .img:before {background: url('/images/icon_subpage_consult_img_3.svg') no-repeat center/ contain; }
#consult_section .consult_top_area li:nth-of-type(4) .img:before {background: url('/images/icon_subpage_consult_img_4.svg') no-repeat center/ contain; }
#consult_section .consult_top_area li:nth-of-type(5) .img:before {background: url('/images/icon_subpage_consult_img_5.svg') no-repeat center/ contain; }
#consult_section .consult_top_area .img {width: 100%; max-width: 160px; aspect-ratio: 1 / 1; border-radius: 46px; background: rgb(var(--color-white)); box-shadow: 0px 4px 16px 0px rgb(0,0,0,0.06);}
#consult_section .consult_top_area .img:before {display: block; clear: both; content: ''; width: 100%; height: 100%; }
#consult_section .consult_top_area .text {flex: 1; display: flex; flex-direction: column; gap: 20px; text-align: center; word-break: keep-all; }
#consult_section .consult_top_area .title {font-size: 18px; font-weight: bold; }
#consult_section .consult_top_area .desc {flex: 1; line-height: normal; color: #3D3D3D; font-weight: 500; word-break: keep-all; }

#consult_section .consult_bot_area {padding: 80px 0 100px; }
#consult_section .consult_bot_area .area_cont {display: flex; justify-content: space-between; gap: 24px; position: relative; }
#consult_section .consult_bot_area .go_inquiry {flex-shrink: 0; display: flex; flex-direction: column; }
#consult_section .consult_bot_area .go_inquiry h4 {line-height: normal; margin-bottom: 40px; font-size: 24px; font-weight: 600; }
#consult_section .consult_bot_area .go_inquiry .inquiry {
	gap: 8px; 
	height: 50px; padding: 0 20px; 
	border-radius: 24px; 
	background: rgb(var(--color-bg-dark)); color: rgb(var(--color-white)); 
	font-size: 16px; font-weight: 500; 
}
#consult_section .consult_bot_area .go_inquiry .inquiry:after {
	display: block; clear: both; content: ''; 
	flex-shrink: 0; width: 14px; height: 10px; 
	background: url('/images/icon_subpage_consult_arrow.svg') no-repeat center;
}
#consult_section .consult_bot_area .img {width: 100%; max-width: 588px; aspect-ratio: 588/260; border-radius: 16px; overflow: hidden; }
#consult_section .consult_bot_area .img img {display: block; width: 100%; height: 100%; object-fit: cover; }



@media (hover: hover){

}

@media (max-width: 1240px) {
}
@media (max-width: 992px) {
	#consult_section .consult_top_area ul {gap: 28px; }
}
@media (max-width: 768px) {
	#consult_section .consult_top_area {padding: 80px 0 100px; }
	#consult_section .consult_top_area h3 {font-size: 32px; }
	#consult_section .consult_top_area ul {flex-wrap: wrap; margin-top: 60px; }
	#consult_section .consult_top_area li {
		flex: initial; flex-direction: row; align-items: initial; gap: 0; 
		width: calc((100% - 28px) / 2); border-radius: 40px; background: rgb(var(--color-white)); box-shadow: 0px 4px 16px 0px rgb(0,0,0,0.06); 
	}
	#consult_section .consult_top_area .img {max-width: 100px; box-shadow: none; }
	#consult_section .consult_top_area .text {justify-content: center; gap: 12px; padding: 20px 0; padding-right: 20px; text-align: left; }
	#consult_section .consult_top_area .desc {flex: initial; }
	#consult_section .consult_top_area .desc br {display: none; }
	
	#consult_section .consult_bot_area .go_inquiry h4 {margin-bottom: 30px; font-size: 20px; }
	#consult_section .consult_bot_area .img {max-width: none; }
	
	
}
@media (max-width: 640px) {
	#consult_section .consult_top_area {padding: 60px 0 80px; }
	#consult_section .consult_top_area h3 {font-size: 26px; }
	#consult_section .consult_top_area ul {flex-direction: column; gap: 24px; }
	#consult_section .consult_top_area li {width: 100%; }
	#consult_section .consult_top_area .text {gap: 7px; padding: 10px 0; padding-right: 15px; }
	#consult_section .consult_top_area .title {font-size: 16px; }
	#consult_section .consult_top_area .desc {font-size: 15px; }
	
	#consult_section .consult_bot_area {padding: 40px 0 72px; }
	#consult_section .consult_bot_area .go_inquiry {position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 20px 44px; z-index: 10;}
	#consult_section .consult_bot_area .go_inquiry h4 {margin-bottom: 30px; font-size: 20px; }
	#consult_section .consult_bot_area .go_inquiry .inquiry {height: 44px; font-size: 15px; }
	#consult_section .consult_bot_area .img {position: relative; min-height: 200px; overflow: hidden; }
	#consult_section .consult_bot_area .img:before {
		display: block; clear: both; content: ''; 
		position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(var(--color-white), 0.4);
	}
}

