@media(min-width: 992px){
	
	header{ z-index: 99; position: sticky; left: 0; top: 0; width: 100%; height: 109px; padding: 0 10px; border-bottom: 1px solid #ccc; transition: all 0.3s; background: #fff;}
	header div.head_top{ display: flex; align-items: center; justify-content: space-between; }
	header div.inner_wrap h1{ width: 310px;}
	header div.inner_wrap h1 a{ display: block; width: 100%;}
	header div.inner_wrap h1 a img{ display: block; width: 100%;}
	header div.inner_wrap nav > ul{ display: flex; gap: 48px;}
	header div.inner_wrap nav > ul > li{ position: relative;}
	header div.inner_wrap nav > ul > li > a{ display: block; width: 100%; height: 100%; font-weight: 500; font-size: 19px; text-align: center; line-height: 109px; transition: all 0.3s;}
	header div.inner_wrap nav > ul > li > a span{ color: #022578;}
	header div.inner_wrap nav > ul > li > a.active{ color: #022578;}
	header div.inner_wrap nav > ul > li > ul{ position: absolute; left: 50%; top: calc(100% + 5px); transform: translateX(-50%); width: 190px; padding: 20px; border-radius: 10px;
	text-align: center; background: #fff; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); visibility: hidden; opacity: 0;}
	header div.inner_wrap nav > ul > li:hover > a + ul{ visibility: visible; top: calc(100% - 5px); opacity: 1; transition: all 0.3s;}
	header div.inner_wrap nav > ul > li > ul > li > a{ display: block; padding: 7px; font-size: 17px; text-align: center;}
	header div.top_right{ overflow: hidden; display: flex; align-items: center; gap: 8px; font-weight: bold; font-size: 22px;}
	header div.top_right div.img_wrap{ width: 35px;}
	header div.top_right div.img_wrap img { display: block; width: 100%;}
	
	@keyframes nav_fade{
		0%{ opacity: 0;}
		100%{ opacity: 1;}
	}
	
	div.pr_modal{ z-index: 400; position: fixed; left: 0; top: 0; display: none; align-items: center; justify-content: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6px);}
	div.pr_modal div.info_wrap{ width: 600px; padding: 40px; border-radius: 30px; background: #fff;}
	div.pr_modal div.info_wrap h3{ margin-bottom: 30px; font-weight: bold; font-size: 20px; text-align: center;}
	div.pr_modal div.info_wrap div.txt_wrap{ overflow-y: scroll; height: 300px; padding: 10px; margin-bottom: 30px; border: 1px solid #ccc; border-radius: 10px;}
	div.pr_modal div.info_wrap button{ display: block; width: 260px; padding: 18px 0 16px; margin: 0 auto; font-weight: 500; font-size: 20px; color: #fff; border-radius: 7px; background: #022578;}
	
	
	section.visual{ height: 620px;}
	section.visual div.visual_inner{ width: 1200px; margin: 0 auto;}
	section.visual.list1{ background: url("/img/main_visual2_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.visual.list2{ border-bottom: 1px solid #ccc;}
	section.visual.list3{ background: #f0f7ff;}
	section.visual div.visual_list{ position: relative;}
	section.visual div.visual_list1 div.counsel_wrap{ position: absolute; left: 165px; bottom: 130px; padding-left: 10px; margin: 24px 0;}
	section.visual div.visual_list1 div.counsel_wrap ul{ display: flex; gap: 24px;}
	section.visual div.visual_list1 div.counsel_wrap ul li{ text-align: center;}
	section.visual div.visual_list1 div.counsel_wrap ul li p.tit{ margin-bottom: 3px; font-size: 18px;}
	section.visual div.visual_list1 div.counsel_wrap ul li span{ font-weight: 600; font-size: 32px; color: #022578;}
	section.visual div.visual_list2{ padding-top: 40px;}
	section.visual div.visual_list2 h2{ margin-bottom: 10px; font-size: 46px; text-align: center;}
	section.visual div.visual_list2 h2 span{ color: #022578;}
	section.visual div.visual_list2 p{ margin-bottom: 20px; font-weight: 500; font-size: 20px; text-align: center;}
	section.visual div.visual_list2 img{ display: block; width: 85%; margin: 0 auto;}
	section.visual div.form_wrap{ display: none;}
	
	
	div.mon_search{ overflow: hidden; z-index: 10; position: relative; width: 1200px; padding: 32px 40px; margin: -50px auto 0; border: 1px solid #efefef; border-radius: 20px; background: #fff;
	box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	div.mon_search div.head{ display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 18px;}
	div.mon_search div.head h2{ font-weight: 500; font-size: 24px; color: #232323;}
	div.mon_search div.head h2 span{ color: #022578;}
	div.mon_search div.head div.wr_search{ position: relative; width: 280px; height: 35px; line-height: 30px; border-bottom: 1px solid #eee;}
	div.mon_search div.head div.wr_search input{ width: 200px; margin: 3px 5px; height: 25px; font-weight: 400; font-size: 14px; color: #666; line-height: 30px; border: none;}
	div.mon_search div.head div.wr_search button{ position: absolute; right: 0; bottom: 5px; display: block; padding: 4px 13px; border-radius: 4px; border: 1px solid #7d7d7d;
	background-color: transparent; color: #666; line-height: 19px;}
	div.mon_search div.select_wrap{ display: flex; justify-content: space-between; column-gap: 20px;}
	div.mon_search div.select_wrap div.type { position: relative;}
	div.mon_search div.select_wrap div.type::after { content: ""; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; transform: translateY(calc(-50% - 2px)) rotate(135deg);
	border-top: 2px solid #9F9F9F; border-right: 2px solid #9F9F9F;}
	div.mon_search div.select_wrap div.type select{ width: 260px; height: 58px; padding: 0px 16px; border: 1px solid #ddd; border-radius: 6px; background-color: #f6f6f6; box-sizing: border-box;
	font-size: 16px; font-weight: 400; color: #232323; appearance: none;}
	div.mon_search div.select_wrap div.info_wrap { display: flex; flex-grow: 1; column-gap: 12px;}
	div.mon_search div.select_wrap div.info_wrap ul { display: flex; width: 100%;}
	div.mon_search div.select_wrap div.info_wrap ul li{ position: relative; flex-grow: 1; width: calc(100% / 3);}
	div.mon_search div.select_wrap div.info_wrap ul li select { margin: 0; padding: 0px 16px; margin-right: -1px; width: 100%; height: 58px; background-color: #F4F4F4; font-size: 16px;
	font-weight: 400; color: #aaa; appearance: none; box-sizing: border-box;}
	div.mon_search div.select_wrap div.info_wrap ul li:first-child select{ border: 1px solid #ddd; border-right: 0; border-radius: 6px 0 0 6px;}
	div.mon_search div.select_wrap div.info_wrap ul li:nth-child(2) select{ border: 1px solid #ddd; border-right: 0; border-radius: 0;}
	div.mon_search div.select_wrap div.info_wrap ul li:nth-child(3) select{ border: 1px solid #ddd; border-radius: 0 6px 6px 0;}
	div.mon_search div.select_wrap div.info_wrap ul li select option{ padding: 5px 0}
	div.mon_search div.select_wrap div.info_wrap ul li::after{ content: ""; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; transform: translateY(calc(-50% - 2px)) rotate(135deg);
	border-top: 2px solid #dbdbdb; border-right: 2px solid #dbdbdb;}
	div.mon_search div.select_wrap div.info_wrap strong{ display: block; width: 58px; height: 58px; border-radius: 6px; line-height: 53px; text-align: center; background-color: #022578; font-size: 15px;
	font-weight: 400; color: #fff; cursor: pointer;}
	div.mon_search div.select_wrap div.send{ position: relative;}
	div.mon_search div.select_wrap div.send::before{ z-index: 5; pointer-events: none; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: block; width: 24px; height: 25px; background: url("/img/ico_srch.svg") no-repeat 50% 50%; background-size: cover;}
	div.mon_search div.select_wrap input[type="submit"]{ overflow: hidden; display: block; width: 58px; height: 58px; font-weight: 400; font-size: 15px; color: #fff; text-indent: -9999px; border: none;
	border-radius: 6px; background: #022578; cursor: pointer;}

	section.content{ padding-top: 40px;}
	section.content div.inner_wrap{ display: flex; gap: 24px;}
	section.content h2{ margin-bottom: 10px; font-weight: 600; font-size: 28px;}
	section.content h2 span{ color: #022578;}
	section.content div.car_sl{ position: relative; width: 485px; padding: 30px 32px; border: 1px solid #efefef; border-radius: 10px; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	section.content div.car_sl div.flex_wrap{ display: flex; margin-bottom: 20px;}
	section.content div.car_sl div.flex_wrap div.car_info p.name{ width: 220px; font-weight: 500; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	section.content div.car_sl div.flex_wrap div.car_info span.year{ color: #333; font-size: 13px;}
	section.content div.car_sl div.flex_wrap div.car_info div.price{ display: flex; align-items: flex-end; gap: 4px; margin-top: 14px; font-weight: 600; font-size: 24px; color: #333;}
	section.content div.car_sl div.flex_wrap div.car_info div.price span.digit{ width: 32px; padding: 2px 0; font-weight: 600; font-size: 32px; color: #fff; text-align: center;
	border-radius: 6px; background: #333;}
	section.content div.car_sl div.flex_wrap div.img_wrap{ width: 200px; height: 94px; flex-shrink: 0; overflow: hidden; border-radius: 6px;}
	section.content div.car_sl div.flex_wrap div.img_wrap img{ display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
	section.content div.car_sl div.bottom{ overflow: hidden; border-radius: 8px; background: #f1f8fd;}
	section.content div.car_sl div.bottom ul{ padding: 16px 20px;}
	section.content div.car_sl div.bottom ul li{ display: flex; justify-content: space-between;}
	section.content div.car_sl div.bottom ul li + li{ margin-top: 15px;}
	section.content div.car_sl div.bottom ul li:first-child{ color: #022578;}
	section.content div.car_sl div.bottom ul li:last-child{ color: #ff1d1d;}
	section.content div.car_sl div.bottom div.up{ display: flex; justify-content: center; gap: 5px; padding: 12px 20px; font-size: 22px; color: #fff; background: #022578;}
	section.content div.car_sl div.bottom div.up span.num{ font-weight: bold;}
	section.content div.car_sl div.bottom div.up span.arrow{ position: relative; display: block; padding-right: 30px; font-weight: bold; font-size: 24px;}
	section.content div.car_sl div.bottom div.up span.arrow::before{ content: ""; position: absolute; top: 3px; right: 5px; width: 20px; height: 23px;
	background: url("/img/ico_arrow.svg") no-repeat; background-size: 12px;}
	section.content div.car_sl div.price_view .slick-list{ margin: 0 -12px;}
	section.content div.car_sl div.price_view .slick-slide{ margin: 0 12px;}
	section.content div.counsel_wrap{ width: 344px;}
	section.content div.counsel_wrap div.sell_wrap{ border: 1px solid #efefef; border-radius: 10px; background: #fff; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	section.content div.counsel_wrap div.sell_wrap ul{ display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; height: 74px;}
	section.content div.counsel_wrap div.sell_wrap ul li span{ margin-left: 10px; font-weight: 500; font-size: 19px; color: #022578;}
	section.content div.counsel_wrap div.counsel_month{ position: relative; height: 274px; padding: 24px; margin-top: 10px; border-radius: 10px; border: 1px solid #efefef;
	background-color: #fff; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	section.content div.counsel_wrap div.counsel_month p.tit{ margin-bottom: 16px; font-weight: 500; font-size: 18px; color: #454545;}
	section.content div.counsel_wrap div.counsel_month p.tit span{ color: #022578;}
	section.content div.counsel_wrap div.counsel_month ul li{ display: flex; align-items: center; gap: 18px; padding: 4px 0; font-size: 13px;}
	section.content div.counsel_wrap div.counsel_month ul li p{ flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	section.content div.counsel_wrap div.counsel_month ul li span.time{ color: #888;}
	section.content div.counsel_wrap div.counsel_month ul li span.trans{ padding: 3px 10px; border-radius: 3px; color: #022578; border: 1px solid #022578;}
	section.content div.form_wrap{ position: relative; width: 323px; padding: 24px; border: 1px solid #EFEFEF; border-radius: 10px; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	section.content div.form_wrap::before{ z-index: -1; content: ""; position: absolute; right: 0; top: 0; display: block; width: 85px; height: 138px;
	background: url("/img/bg_woman.png") no-repeat 50% 50%; background-size: cover;}
	section.content div.form_wrap p.sub_tit{ margin-bottom: 18px; font-size: 13px;}
	section.content div.form_wrap p.sub_tit span{ padding: 2px 4px; font-weight: 500; color: #fff; border-radius: 3px; background: #ff1d1d;}
	section.content div.form_wrap div.inp_wrap{ display: flex; align-items: center; height: 38px; padding: 0 10px; margin-top: 10px; font-weight: 500; line-height: 40px;
	border: 1px solid #d2d2d2; border-radius: 5px; background: #fff;}
	section.content div.form_wrap div.inp_wrap p{ padding-right: 10px; font-size: 13px;}
	section.content div.form_wrap div.inp_wrap input{ display: block; height: 100%; border: none; outline: none;}
	section.content div.form_wrap div.agr_wrap{ display: flex; justify-content: space-between; margin: 12px 0 16px; font-size: 13px;}
	section.content div.form_wrap div.agr_wrap span{ cursor: pointer}
	section.content div.form_wrap div.send{ height: 44px; margin-top: 10px; text-align: center; border-radius: 8px; background-color: #022578;}
	section.content div.form_wrap div.send input{ display: block; width: 100%; height: 100%; font-weight: 500; font-size: 17px; color: #fff; letter-spacing: -1px; line-height: 45px;
	border: none; background: transparent; cursor: pointer;}


	section.carlist{ padding-top: 40px;}
	section.carlist h2{ margin-bottom: 24px; font-weight: 400; font-size: 36px;}
	section.carlist h2 span.col1{ font-weight: 600; color: #ff1d1d;}
	section.carlist h2 span.col2{ font-weight: 600; color: #022578;}
	section.carlist div.view_box{ display: flex; flex-wrap: nowrap; gap: 24px; margin-bottom: 20px; scroll-behavior: smooth;}
	section.carlist div.view_box .slick-list{ margin: 0 -12px;}
	section.carlist div.view_box .slick-slide{ margin: 0 12px;}
	section.carlist div.view_box div.list{ overflow: hidden; width: calc((100% - 48px) / 3); border-radius: 10px; border: 1px solid #ccc;}
	section.carlist div.view_box.slick-initialized div.list{ width: auto;}
	section.carlist div.view_box div.list div.img_wrap{ height: 230px;}
	section.carlist div.view_box div.list div.img_wrap img{ display: block; width: 100%; height: 100%;}
	section.carlist div.view_box div.info_wrap{ padding: 16px;}
	section.carlist div.view_box div.info_wrap div.name{ display: flex; gap: 10px; margin-bottom: 9px;}
	section.carlist div.view_box div.info_wrap div.name img{ display: block; width: 30px;}
	section.carlist div.view_box div.info_wrap div.name p{ font-size: 20px;}
	section.carlist div.view_box div.info_wrap div.car_info ul{ display: flex; gap: 24px;}
	section.carlist div.view_box div.info_wrap div.car_info ul li{ position: relative; padding-left: 20px; font-size: 14px;}
	section.carlist div.view_box div.info_wrap div.car_info ul li.year::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px;
	background: url("/img/ico_calendar.svg") no-repeat;}
	section.carlist div.view_box div.info_wrap div.car_info ul li.km::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 16px;
	background: url("/img/ico_loca.svg") no-repeat;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul{ display: flex; align-items: flex-end;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li{ flex: 1; height: 100%; text-align: center;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li span{ position: relative; display: block; width: 80px; padding: 6px 4px; margin: 0 auto 14px; font-size: 14px; color: #fff;
	border-radius: 4px; background: #022578;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li span::before{ content: ""; position: absolute; left: 50%; bottom: -12px; transform: translateX(-50%); width: 0; height: 0;
	border-top: 6px solid #022578; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid transparent;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei{ display: flex; align-items: flex-end; width: 54px; margin: 0 auto; background: #fff;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei div.hei_effect{ width: 100%; height: 0; background: #cde0ff; transition: height 0.6s ease-out;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li:nth-child(2) div.hei div.hei_effect{ transition-delay: 0.1s;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li:nth-child(3) div.hei div.hei_effect{ transition-delay: 0.2s;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei.blue div.hei_effect{ background: linear-gradient(180deg, rgba(5, 115, 230, 1) 0%, rgba(0, 58, 204, 1) 100%);}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei div.hei_effect.active{ height: 100%;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li p.tit{ padding-top: 7px; border-top: 1px solid #ccc;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li p.tit.point{ font-weight: 500; color: #022578;}
	section.carlist div.slick-arrow{ cursor: pointer;}
	section.carlist div.ctl_bar{ display: flex; align-items: center; gap: 20px;}
	section.carlist div.ctl_bar div.process_bar{ width: calc(100% - 26px); height: 3px; background: #f2f2f2;}
	section.carlist div.ctl_bar div.process_bar div.fill{ height: 100%; background: #232323; transition: width 0.3s ease-in-out;}


	section.cont_area{ padding-top: 40px;}
	section.cont_area div.inner_wrap{ display: flex; gap: 24px;}
	section.cont_area div.left_wrap{ width: 486px; padding: 32px; border: 1px solid #efefef; border-radius: 10px; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	section.cont_area div.left_wrap p.desc{ margin-bottom: 10px; font-weight: 500;}
	section.cont_area div.left_wrap p.desc span{ color: #022578;}
	section.cont_area div.left_wrap h2{ margin-bottom: 30px; font-weight: 600; font-size: 32px;}
	section.cont_area div.left_wrap h2 span{ color: #ff1d1d;}
	section.cont_area div.left_wrap p.tit{ position: relative; padding-left: 28px; margin-bottom: 20px; font-weight: 500; font-size: 18px; color: #454545;}
	section.cont_area div.left_wrap p.tit::before{ content: ""; position: absolute; left: 0; width: 20px; height: 22px; background: url("/img/ico_branch01.svg") no-repeat left center;}
	section.cont_area div.left_wrap div.visit{ margin-bottom: 25px;}
	section.cont_area div.left_wrap div.visit ul{ display: flex; flex-wrap: wrap; gap: 10px;}
	section.cont_area div.left_wrap div.visit ul li{ width: calc((100% - 30px) / 4);}
	section.cont_area div.left_wrap div.visit ul li button{ display: block; width: 100%; padding: 12px 0; font-size: 14px; color: #888; border: 1px solid #ddd; border-radius: 4px;
	background: #f5f5f5;}
	section.cont_area div.left_wrap div.visit ul li.active button{ font-weight: 500; color: #022578; border: 1px solid #022578; background: #fff;}
	section.cont_area div.left_wrap div.content{ display: none;}
	section.cont_area div.left_wrap div.content1{ display: block;}
	section.cont_area div.left_wrap div.content p.area_tit{ position: relative; padding-left: 23px; margin-bottom: 20px; font-weight: 500; font-size: 18px; color: #454545;}
	section.cont_area div.left_wrap div.content p.area_tit::before{ content: ""; position: absolute; left: 0; width: 20px; height: 22px;
	background: url("/img/ico_branch02.svg") no-repeat left center;}
	section.cont_area div.left_wrap div.content div.img_wrap{ height: 200px;}
	section.cont_area div.left_wrap div.content div.img_wrap img{ display: block; width: 100%; height: 100%; object-fit: cover;}
	section.cont_area div.right_wrap{ overflow: hidden; width: calc(100% - 510px); border: 1px solid #efefef; border-radius: 10px;}
	section.cont_area div.right_wrap.map1{ background: url("/img/map_img1.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap.map2{ background: url("/img/map_img2.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap.map3{ background: url("/img/map_img3.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap.map4{ background: url("/img/map_img4.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap.map5{ background: url("/img/map_img5.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap.map6{ background: url("/img/map_img6.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap.map7{ background: url("/img/map_img7.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap.map8{ background: url("/img/map_img8.jpg") no-repeat 50% 50%; background-size: cover;}
	section.cont_area div.right_wrap div.form_wrap{ position: relative; width: 287px; height: 100%; background: #fff; transition: transform 0.3s;}
	section.cont_area div.right_wrap div.form_wrap.active{ transform: translateX(-100%);}
	section.cont_area div.right_wrap div.form_wrap button.form_sl{ position: absolute; left: 100%; top: 50%; transform: translateY(-50%); display: block; width: 20px; height: 60px;
	border: none; border-radius: 0 6px 6px 0; background: #fff;}
	section.cont_area div.right_wrap div.form_wrap button.form_sl::before{ content: ""; position: absolute; left: 5px; top: 26px; transform: rotate(225deg); width: 8px; height: 8px;
	border-top: 1px solid #666; border-right: 1px solid #666; transition: transform 0.3s;}
	section.cont_area div.right_wrap div.form_wrap button.form_sl.active::before{ transform: rotate(45deg);}
	section.cont_area div.right_wrap h3{ position: relative; padding: 20px 0 20px 32px; margin: 0 24px; font-weight: 500; font-size: 22px;}
	section.cont_area div.right_wrap h3 span{ color: #022578;}
	section.cont_area div.right_wrap h3::before{ content: ""; position: absolute; left: 0; width: 25px; height: 28px; background: url("/img/ico_branch03.svg") no-repeat left center;}
	section.cont_area div.right_wrap div.form_inner{ padding: 16px 24px; border-top: 1px solid #ddd;;}
	section.cont_area div.right_wrap div.form_inner > ul > li + li{ margin-top: 16px;}
	section.cont_area div.right_wrap div.form_inner > ul > li p{ margin-bottom: 12px; font-weight: 500;}
	section.cont_area div.right_wrap div.form_inner > ul > li:not(.type) input{ display: block; width: 100%; height: 38px; border: 1px solid #ddd;}
	section.cont_area div.right_wrap div.form_inner > ul > li select{ display: block; width: 100%; height: 38px; border: 1px solid #ddd;}
	section.cont_area div.right_wrap div.form_inner > ul > li > ul{ display: flex; flex-wrap: wrap; gap: 6px;}
	section.cont_area div.right_wrap div.form_inner > ul > li.date ul li:first-child{ width: 140px;}
	section.cont_area div.right_wrap div.form_inner > ul > li.date ul li:last-child{ width: calc(100% - 146px);}
	section.cont_area div.right_wrap div.form_inner > ul > li.area ul li:nth-child(1){ width: calc((100% - 6px) / 2);}
	section.cont_area div.right_wrap div.form_inner > ul > li.area ul li:nth-child(2){ width: calc((100% - 6px) / 2);}
	section.cont_area div.right_wrap div.form_inner > ul > li.area ul li:nth-child(3){ width: 100%;}
	section.cont_area div.right_wrap div.form_inner > ul > li.type > ul{ gap: 20px;}
	section.cont_area div.right_wrap div.form_inner > ul > li.carname input{ display: block; padding: 5px;}
	section.cont_area div.right_wrap div.form_inner > ul > li.type input{ margin: 0;}
	section.cont_area div.right_wrap div.form_inner > ul > li.type ul li{ display: flex; align-items: center; gap: 5px;}
	section.cont_area div.right_wrap div.form_inner > ul > li.call ul li{ width: calc((100% - 12px) / 3);}
	section.cont_area div.right_wrap div.form_inner > ul > li.send input{ display: block; width: 100%; height: 100%; padding: 9px 0 11px; font-weight: 500; font-size: 18px; color: #fff;
	border: none; border-radius: 7px; background: #022578;}

	section.middle_ban{ display: none;}
	
	section.comm{ display: none;}

	section.process{ padding-top: 40px;}
	section.process h2{ margin-bottom: 24px; font-weight: 400; font-size: 32px;}
	section.process h2 span{ font-weight: bold; color: #022578;}
	section.process ul{ display: flex; gap: 24px;}
	section.process ul li{ width: calc((100% - 24px) / 5);}
	section.process ul li div.img_wrap{ overflow: hidden; margin-bottom: 13px; border-radius: 10px;}
	section.process ul li div.img_wrap img{ display: block; width: 100%;}
	section.process ul li p.tit{ margin-bottom: 7px; font-size: 20px;}
	section.process ul li p.desc{ color: #666;}


	section.board{ padding: 40px 0;}
	section.board div.inner_wrap{ display: flex; gap: 24px;}
	section.board div.inner_wrap > div{ width: calc((100% - 24px) / 2);}
	section.board div.left_wrap{ padding: 32px; border-radius: 15px; background: url("/img/center_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.board div.left_wrap p.sub_tit{ margin-bottom: 5px; font-weight: 500; font-size: 17px; line-height: 1.5;}
	section.board div.left_wrap p.sub_tit span{ font-weight: 600; font-size: 24px; color: #022578;}
	section.board div.left_wrap h2{ margin-bottom: 10px; font-weight: 600; font-size: 32px; color: #ff1d1d;}
	section.board div.right_wrap div.head{ margin-bottom: 12px; display: flex; justify-content: space-between;}
	section.board div.right_wrap div.head p.tit{ font-weight: 500; font-size: 17px;}
	section.board div.right_wrap ul li{ overflow: hidden; border-radius: 7px; background: #f8f8f8;}
	section.board div.right_wrap ul li + li{ margin-top: 8px;}
	section.board div.right_wrap ul li a{ display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; height: 100%; padding: 17px 20px;}
	section.board div.right_wrap ul li a span{ font-weight: bold; color: #022578;}
	section.board div.right_wrap ul li a p{ width: calc(100% - 46px); font-size: 15px;}


	div.right_ban{ z-index: 325; position: fixed; right: 50px; top: 50%; transform: translateY(-50%); width: 218px;}
	div.side_counsel{ overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	div.side_counsel div.head{ font-weight: 500; font-size: 17px; color: #fff; line-height: 40px; text-align: center; background: #022578;}
	div.side_counsel div.form_wrap{ position: relative; width: 100%; padding: 12px; border: 1px solid #EFEFEF;}
	div.side_counsel div.form_wrap p.sub_tit{ margin-bottom: 18px; font-size: 13px;}
	div.side_counsel div.form_wrap p.sub_tit span{ padding: 2px 4px; font-weight: 500; color: #fff; border-radius: 3px; background: #ff1d1d;}
	div.side_counsel div.form_wrap div.inp_wrap{ display: flex; align-items: center; height: 38px; padding: 0 10px; margin-top: 10px; font-weight: 500; line-height: 40px;
	border: 1px solid #d2d2d2; border-radius: 5px; background: #fff;}
	div.side_counsel div.form_wrap div.inp_wrap p{ width: 50px; font-size: 13px;}
	div.side_counsel div.form_wrap div.inp_wrap input{ width: calc(100% - 50px); height: 100%; border: none; outline: none; font-size: 12px;}
	div.side_counsel div.form_wrap div.agr_wrap{ display: flex; justify-content: space-between; margin: 12px 0 16px; font-size: 13px;}
	div.side_counsel div.form_wrap div.agr_wrap span{ cursor: pointer}
	div.side_counsel div.form_wrap div.send{ height: 44px; margin-top: 10px; text-align: center; border-radius: 8px; border: 2px solid #022578; background-color: #fff;}
	div.side_counsel div.form_wrap div.send input{ display: block; width: 100%; height: 100%; font-weight: 500; font-size: 17px; color: #022578; letter-spacing: -1px; line-height: 35px;
	border: none; background: transparent; cursor: pointer;}

	div.right_ban .cs_num{ position: relative; margin-top: 30px; padding: 16px 16px; background-color: #EDF4FF; border-radius: 12px;}
	div.right_ban .cs_num span{ display: block; font-size: 17px; font-weight: 600; color: #022578;}
	div.right_ban .cs_num i{ color: #0570E5;}
	div.right_ban .cs_num strong{ display: block; margin-bottom: 4px; font-weight: bold; font-size: 22px; font-weight: 600; color: #ff1d1d;}
	div.right_ban .cs_num p{ font-size: 13px; font-weight: 500; line-height: 1.4}
	div.right_ban .cs_num::after{ content: ""; position: absolute; right: -7px; top: 14px; width: 72px; height: 108px; background: url("/img/img_woman.png") no-repeat;
	background-size: cover;}
	
	section.visit_banner{ display: none;}
	
	div.partner_wrap div.partner_view{ width: 1200px; margin: 0 auto;}
	div.partner_wrap div.list img{ display: block; width: 100%;}
	div.partner_wrap div.slick-list{ margin: 0 -10px;}
	div.partner_wrap div.slick-slide{ margin: 0 10px;}
	
	div.bot_agr{ padding: 10px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #f6f6f6;}
	div.bot_agr ul{ display: flex; gap: 20px;}
	
	footer{ padding: 25px 10px 120px;}
	footer p.copy{ margin-bottom: 10px; font-size: 14px;}
	footer p.impo{ font-weight: 500; color: #ff0000;}
	
	div.fix_btm{ z-index: 200; position: fixed; left: 0; bottom: 0; width: 100%; height: 72px; background: #022578;}
	div.fix_btm div.inner_wrap{ position: relative; display: flex; justify-content: space-between; align-items: center; height: 100%;}
	div.fix_btm div.inner_wrap::before{ content: ""; position: absolute; left: -80px; top: -30px; width: 60px; height: 85px; background: url("/img/bg_calc.png") no-repeat;}
	div.fix_btm p{ display: flex; align-items: center; gap: 10px; font-weight: bold; font-size: 24px; color: #fff;}
	div.fix_btm p img{ display: block; width: 30px; height: 30px; filter: brightness(0) invert(1);}
	div.fix_btm div.btn_wrap a{ display: block; padding: 14px 33px; font-size: 18px; color: #fff; border-radius: 999px; background: #ff1d1d;}
}


@media(max-width: 991px){
	header{ z-index: 99; position: sticky; left: 0; top: 0; width: 100%; background: #fff; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);}
	header div.head_top{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; height: 60px; padding: 0 16px; border-bottom: 1px solid #ddd;}
	header div.inner_wrap h1{ width: 190px;}
	header div.inner_wrap h1 img{ display: block; width: 100%;}
	header div.inner_wrap div.top_right{ width: 30px;}
	header div.inner_wrap div.top_right span{ display: none;}
	header div.inner_wrap div.top_right img{ display: block; width: 100%;}

	header div.inner_wrap nav{ height: 48px;}
	header div.inner_wrap nav > ul{ display: flex; justify-content: space-between; height: 100%;}
	header div.inner_wrap nav > ul > li{ flex-grow: 1;}
	header div.inner_wrap nav > ul > li > a{ position: relative; display: block; width: 100%; height: 100%; padding: 17px 10px 13px; font-size: 13px; text-align: center;}
	header div.inner_wrap nav > ul > li > a.active{ color: #022578;}
	header div.inner_wrap nav > ul > li > a.active::after{ content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 2px; background: #022578;}

	div.pr_modal{ z-index: 400; position: fixed; left: 0; top: 0; display: none; align-items: center; justify-content: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6px);}
	div.pr_modal div.info_wrap{ width: 95%; max-width: 600px; padding: 30px; border-radius: 30px; background: #fff;}
	div.pr_modal div.info_wrap h3{ margin-bottom: 30px; font-weight: bold; font-size: 20px; text-align: center;}
	div.pr_modal div.info_wrap div.txt_wrap{ overflow-y: scroll; height: 300px; padding: 10px; margin-bottom: 30px; border: 1px solid #ccc; border-radius: 10px;}
	div.pr_modal div.info_wrap button{ display: block; width: 200px; padding: 14px 0 12px; margin: 0 auto; font-weight: 500; font-size: 16px; color: #fff; border-radius: 7px; background: #022578;}
	
	section.visual{ padding: 20px;}
	section.visual.list1{ background: url("/img/visual_bg1.png") no-repeat 50% 50%; background-size: cover;}
	section.visual.list2{ border-bottom: 1px solid #ccc;}
	section.visual.list3{ background: #f0f7ff;}
	section.visual div.visual_list{ position: relative;}
	section.visual div.visual_list img{ display: block; width: 100%;}
	section.visual div.visual_list1 h2{ padding-top: 30px; margin-left: 10px; margin-bottom: 8px; font-weight: 500; font-size: 24px; color: #232323; letter-spacing: -0.02em;}
	section.visual div.visual_list1 h2 span{ font-weight: bold; color: #022578;}
	section.visual div.visual_list1 p.desc{ position: relative; width: 170px; padding-left: 0; font-weight: 400; font-size: 14px; color: #232323; text-align: center; line-height: 1.5;
	letter-spacing: -0.02em;}
	section.visual div.visual_list1 p.desc span{ padding: 3px 7px; color: #fff; background: #ff1d1d;}
	section.visual div.visual_list1 div.counsel_wrap{ position: absolute; left: 6%; bottom: 10%;}
	section.visual div.visual_list1 div.counsel_wrap ul{ display: flex; gap: 24px;}
	section.visual div.visual_list1 div.counsel_wrap ul li{ text-align: center;}
	section.visual div.visual_list1 div.counsel_wrap ul li p.tit{ margin-bottom: 3px; font-size: 14px;}
	section.visual div.visual_list1 div.counsel_wrap ul li span{ font-weight: 600; font-size: 22px; color: #022578;}
	section.visual div.visual_list1 div.woman{ z-index: -1; position: absolute; width: 60%; right: 0; top: -3px;}
	section.visual div.visual_list1 div.woman img{ display: block; width: 100%;}
	section.visual div.visual_list2 h2{ margin-bottom: 10px; font-size: 24px; text-align: center;}
	section.visual div.visual_list2 h2 span{ color: #022578;}
	section.visual div.visual_list2 p{ margin-bottom: 20px; font-weight: 500; font-size: 15px; text-align: center;}
	section.visual div.visual_list2 img{ display: block; width: 100%;}
	section.visual div.form_wrap{ position: relative; padding: 16px 12px; border: 1px solid #EFEFEF; border-radius: 10px; background: #fff; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	section.visual div.form_wrap p.sub_tit{ margin-bottom: 18px; font-size: 13px;}
	section.visual div.form_wrap p.sub_tit span{ padding: 2px 4px; font-weight: 500; color: #fff; border-radius: 3px; background: #ff1d1d;}
	section.visual div.form_wrap div.inp_wrap{ display: flex; align-items: center; height: 38px; padding: 0 10px; margin-top: 10px; font-weight: 500; line-height: 40px;
	border: 1px solid #d2d2d2; border-radius: 5px; background: #fff;}
	section.visual div.form_wrap div.inp_wrap p{ width: 43px; padding-right: 10px; font-size: 13px;}
	section.visual div.form_wrap div.inp_wrap input{ display: block; width: calc(100% - 43px); height: 100%; border: none; outline: none;}
	section.visual div.form_wrap div.agr_wrap{ display: flex; justify-content: space-between; margin: 12px 0 16px; font-size: 13px;}
	section.visual div.form_wrap div.agr_wrap div.chk_wrap input{ margin-right: 8px;}
	section.visual div.form_wrap div.agr_wrap span { cursor: pointer}
	section.visual div.form_wrap div.send{ height: 44px; margin-top: 10px; text-align: center; border-radius: 8px; background-color: #022578;}
	section.visual div.form_wrap div.send input{ display: block; width: 100%; height: 100%; font-weight: 500; font-size: 17px; color: #fff; letter-spacing: -1px; line-height: 45px;
	border: none; background: transparent; cursor: pointer;}
	
	div.mon_search{ display: none;}

	section.content{ padding: 40px 10px 0;}
	section.content h2{ margin-bottom: 10px; font-weight: 600; font-size: 28px;}
	section.content h2 span{ color: #022578;}
	section.content div.car_sl{ position: relative; padding: 20px 22px; border: 1px solid #efefef; border-radius: 10px; box-shadow: 0 4px 13px 1px rgba(0, 0, 0, .05);}
	section.content div.car_sl div.flex_wrap{ display: flex; margin-bottom: 20px;}
	section.content div.car_sl div.flex_wrap div.car_info p.name{ width: 180px; font-weight: 500; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	section.content div.car_sl div.flex_wrap div.car_info span.year{ color: #333; font-size: 13px;}
	section.content div.car_sl div.flex_wrap div.car_info div.price{ display: flex; align-items: flex-end; gap: 4px; margin-top: 14px; font-weight: 600; font-size: 24px; color: #333;}
	section.content div.car_sl div.flex_wrap div.car_info div.price span.digit{ width: 32px; padding: 2px 0; font-weight: 600; font-size: 32px; color: #fff; text-align: center;
	border-radius: 6px; background: #333;}
	section.content div.car_sl div.flex_wrap div.img_wrap{ width: 200px; height: 94px; flex-shrink: 0; overflow: hidden; border-radius: 6px;}
	section.content div.car_sl div.flex_wrap div.img_wrap img{ display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
	section.content div.car_sl div.bottom{ overflow: hidden; border-radius: 8px; background: #f1f8fd;}
	section.content div.car_sl div.bottom ul{ padding: 16px 20px;}
	section.content div.car_sl div.bottom ul li{ display: flex; justify-content: space-between;}
	section.content div.car_sl div.bottom ul li + li{ margin-top: 15px;}
	section.content div.car_sl div.bottom ul li:first-child{ color: #022578;}
	section.content div.car_sl div.bottom ul li:last-child{ color: #ff1d1d;}
	section.content div.car_sl div.bottom div.up{ display: flex; justify-content: center; gap: 5px; padding: 12px 20px; font-size: 22px; color: #fff; background: #022578;}
	section.content div.car_sl div.bottom div.up span.num{ font-weight: bold;}
	section.content div.car_sl div.bottom div.up span.arrow{ position: relative; display: block; padding-right: 30px; font-weight: bold; font-size: 24px;}
	section.content div.car_sl div.bottom div.up span.arrow::before{ content: ""; position: absolute; top: 3px; right: 5px; width: 20px; height: 23px;
	background: url("/img/ico_arrow.svg") no-repeat; background-size: 12px;}
	section.content div.car_sl div.price_view .slick-list{ margin: 0 -12px;}
	section.content div.car_sl div.price_view .slick-slide{ overflow: hidden; margin: 0 12px;}
	section.content div.counsel_wrap{ display: none;}
	section.content div.form_wrap{ display: none;}


	section.carlist{ padding: 40px 10px;}
	section.carlist h2{ margin-bottom: 24px; font-weight: 400; font-size: 24px;}
	section.carlist h2 span.col1{ font-weight: 600; color: #ff1d1d;}
	section.carlist h2 span.col2{ font-weight: 600; color: #022578;}
	section.carlist div.view_box{ display: flex; flex-wrap: nowrap; gap: 24px; margin-bottom: 20px; scroll-behavior: smooth;}
	section.carlist div.view_box .slick-list{ margin: 0 -12px;}
	section.carlist div.view_box .slick-slide{ margin: 0 12px;}
	section.carlist div.view_box div.list{ overflow: hidden; width: calc((100% - 48px) / 3); border-radius: 10px; border: 1px solid #ccc;}
	section.carlist div.view_box.slick-initialized div.list{ width: auto;}
	section.carlist div.view_box div.list div.img_wrap{ height: 230px;}
	section.carlist div.view_box div.list div.img_wrap img{ display: block; width: 100%; height: 100%;}
	section.carlist div.view_box div.info_wrap{ padding: 16px;}
	section.carlist div.view_box div.info_wrap div.name{ display: flex; gap: 10px; margin-bottom: 9px;}
	section.carlist div.view_box div.info_wrap div.name img{ display: block; width: 30px;}
	section.carlist div.view_box div.info_wrap div.name p{ font-size: 20px;}
	section.carlist div.view_box div.info_wrap div.car_info ul{ display: flex; gap: 24px;}
	section.carlist div.view_box div.info_wrap div.car_info ul li{ position: relative; padding-left: 20px; font-size: 14px;}
	section.carlist div.view_box div.info_wrap div.car_info ul li.year::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px;
	background: url("/img/ico_calendar.svg") no-repeat;}
	section.carlist div.view_box div.info_wrap div.car_info ul li.km::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 16px;
	background: url("/img/ico_loca.svg") no-repeat;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul{ display: flex; align-items: flex-end;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li{ flex: 1; height: 100%; text-align: center;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li span{ position: relative; display: block; width: 80px; padding: 6px 4px; margin: 0 auto 14px; font-size: 14px; color: #fff;
	border-radius: 4px; background: #022578;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li span::before{ content: ""; position: absolute; left: 50%; bottom: -12px; transform: translateX(-50%); width: 0; height: 0;
	border-top: 6px solid #022578; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid transparent;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei{ display: flex; align-items: flex-end; width: 54px; margin: 0 auto; background: #fff;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei div.hei_effect{ width: 100%; height: 0; background: #cde0ff; transition: height 0.6s ease-out;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li:nth-child(2) div.hei div.hei_effect{ transition-delay: 0.1s;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li:nth-child(3) div.hei div.hei_effect{ transition-delay: 0.2s;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei.blue div.hei_effect{ background: linear-gradient(180deg, rgba(5, 115, 230, 1) 0%, rgba(0, 58, 204, 1) 100%);}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li div.hei div.hei_effect.active{ height: 100%;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li p.tit{ padding-top: 7px; border-top: 1px solid #ccc;}
	section.carlist div.view_box div.info_wrap div.graph_wrap ul li p.tit.point{ font-weight: 500; color: #022578;}
	section.carlist div.ctl_bar{ display: flex; align-items: center; gap: 20px;}
	section.carlist div.ctl_bar div.process_bar{ width: calc(100% - 26px); height: 3px; background: #f2f2f2;}
	section.carlist div.ctl_bar div.process_bar div.fill{ height: 100%; background: #232323; transition: width 0.3s ease-in-out;}

	section.cont_area{ display: none;}

	section.comm{ padding: 40px 10px;}
	section.comm h2{ margin-bottom: 20px; font-weight: 300; font-size: 24px; text-align: center;}
	section.comm h2 span{ font-weight: 600; color: #022578;}
	section.comm div.inner_wrap > p.desc{ margin-bottom: 20px; font-size: 14px; text-align: center;}
	section.comm div.inner_wrap > p.desc span{ font-weight: 600; text-decoration: underline;}
	section.comm div.info_wrap{ margin-bottom: 20px;}
	section.comm div.info_wrap ul li{ position: relative; margin-bottom: 10px; padding: 12px 12px 12px 36px; font-size: 14px; border-radius: 8px; background-color: #f5f5f5;}
	section.comm div.info_wrap ul li::before{ content: ""; position: absolute; left: 13px; top: 50%; transform: translateY(-50%); display: block; width: 16px; height: 16px;
	border-radius: 50%; background: #022578 url("/img/ico_check02.svg") no-repeat center;}
	section.comm div.info_wrap ul li span{ font-weight: 600; color: #022578;}
	section.comm div.img_wrap{ margin-bottom: 40px;}
	section.comm div.img_wrap ul{ display: flex; gap: 12px;}
	section.comm div.img_wrap ul li{ overflow: hidden; flex: 1; border-radius: 8px;}
	section.comm div.img_wrap ul li img{ display: block; width: 100%;}
	section.comm div.faq_list_wrap h3{ font-weight: 500; font-size: 20px; margin-bottom: 12px;}
	section.comm div.faq_list_wrap > ul > li + li{ margin-top: 8px;}
	section.comm div.faq_list_wrap > ul > li button{ position: relative; display: flex; align-items: center; gap: 12px; width: 100%; padding: 17px 40px 17px 20px; text-align: left; border: none;
	border-radius: 8px; background: #f8f8f8;}
	section.comm div.faq_list_wrap > ul > li button::before{ content: ""; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: block; width: 15px; height: 9px;
	background: url("/img/arrow_open.png") no-repeat 50% 100%;}
	section.comm div.faq_list_wrap > ul > li button.on::before{ background: url("/img/arrow_close.png") no-repeat 50% 0;}
	section.comm div.faq_list_wrap > ul > li button p.ques{overflow: hidden; font-weight: 400; font-size: 15px; line-height: 20px; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
	section.comm div.faq_list_wrap > ul > li button p.q_img{ display: inline-block; font-weight: bold; font-size: 17px; color: #002587; text-align: center; border-radius: 50%;}
	section.comm div.faq_list_wrap > ul > li div.faq_info{ position: relative; display: none; gap: 20px; padding: 20px 40px 20px 20px; margin-bottom: 20px; color: #232323;}
	section.comm div.faq_list_wrap > ul > li div.faq_info.on{ display: block;}
	section.comm div.faq_list_wrap > ul > li div.faq_info p.a_img{ flex-shrink: 0; width: 35px; height: 35px; margin-bottom: 10px; font-weight: bold; font-size: 18px; line-height: 35px;
	color: #fff; text-align: center; border-radius: 50%; background: #fe871f;}
	section.comm div.faq_list_wrap > ul > li div.faq_info div.a_con p.tit{ margin-bottom: 5px; font-weight: 500; font-size: 19px; color: #fe871f;}
	section.comm div.faq_list_wrap > ul > li div.faq_info div.a_con p.tit.mt{ margin-top: 20px;}
	section.comm div.faq_list_wrap > ul > li div.faq_info div.a_con p.point{ margin-bottom: 5px; font-size: 15px; color: #0000ff;}
	section.comm div.faq_list_wrap > ul > li div.faq_info div.a_con p.point.mt{ margin-top: 20px;}
	section.comm div.faq_list_wrap > ul > li div.faq_info div.a_con p.desc{ font-size: 15px;}
	section.comm div.faq_list_wrap > ul > li div.faq_info div.a_con div.care{ margin-top: 20px;}


	section.middle_ban{ position: relative; padding: 30px 20px; width: 100%; height: 170px; background: linear-gradient(45deg, #495ed7, #6680e7);}
	section.middle_ban::before{ content: ""; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: block; width: 125px; height: 93px;
	background: url("/img/img_banner01.png") no-repeat 50% 50%;background-size: cover;}
	section.middle_ban h2{ margin-bottom: 3px; font-weight: 300; font-size: 26px; color: #fff;}
	section.middle_ban h2 span{ font-weight: bold;}
	section.middle_ban p.desc{ font-size: 16px; color: #fff; line-height: 1.5;}
	section.middle_ban p.desc span{ font-weight: 600;}
	section.middle_ban p.desc span.col_yel{ font-size: 18px; color: #ffde24; text-decoration: underline;}


	section.center_middle{ padding: 32px 0 32px 20px; background: url("/img/center_bg.jpg") no-repeat 100% 50%; background-size: cover;}
	section.center_middle p.sub_tit{ font-weight: 600; font-size: 22px; color: #022578;}
	section.center_middle h2{ margin-top: 10px; font-weight: 600; font-size: 26px; color: #ff1d1d;}
	section.center_middle p.desc{ margin-top: 8px; font-size: 14px; color: #333; line-height: 1.5;}


	section.process{ padding: 40px 10px;}
	section.process h2{ margin-bottom: 24px; font-weight: 600; font-size: 22px;}
	section.process h2 span{ font-weight: bold; color: #022578;}
	section.process div.info_wrap{ overflow-x: scroll; scroll-behavior: smooth; scrollbar-width: auto;}
	section.process div.info_wrap::-webkit-scrollbar{ height: 5px;}
	section.process div.info_wrap::-webkit-scrollbar-thumb{ border-radius: 5px; background: rgba(0, 0, 0, 0.2);}
	section.process div.info_wrap ul{ display: flex; gap: 16px; width: 814px; margin-bottom: 10px;}
	section.process div.info_wrap ul li{ width: calc((100% - 16px) / 5);}
	section.process div.info_wrap ul li div.img_wrap{ overflow: hidden; width: 150px; height: 150px; margin-bottom: 13px; border-radius: 10px;}
	section.process div.info_wrap ul li div.img_wrap img{ display: block; width: 100%; height: 100%; object-fit: cover;}
	section.process div.info_wrap ul li p.tit{ margin-bottom: 7px; font-weight: 500; font-size: 16px;}
	section.process div.info_wrap ul li p.desc{ font-size: 13px; color: #666;}
	
	section.board{ padding: 40px 10px;}
	section.board div.left_wrap{ padding: 20px; border-radius: 10px; background: url("/img/center_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.board div.left_wrap p.sub_tit{ margin-bottom: 5px; font-weight: 500; font-size: 14px; line-height: 1.5;}
	section.board div.left_wrap p.sub_tit span{ font-weight: 600; font-size: 20px; color: #022578;}
	section.board div.left_wrap h2{ margin-bottom: 10px; font-weight: 600; font-size: 22px; color: #ff1d1d;}
	section.board div.right_wrap{ display: none;}


	section.visit_banner{ position: relative; padding: 24px; background: #f6f9ff;}
	section.visit_banner::before{ content: ""; position: absolute; right: 0; top: 0; display: block; width: 120px; height: 120px;
	background: url("/img/bg_branch.png") no-repeat 100% 50%; background-size: cover;}
	section.visit_banner p.desc{ margin-bottom: 10px; font-weight: 500; font-size: 14px;}
	section.visit_banner p.desc span{ font-size: 16px; color: #022578;}
	section.visit_banner h2{ font-weight: 600;}
	section.visit_banner h2 span{ color: #ff1d1d}

	div.right_ban{ display: none;}
	
	div.partner_wrap{ padding: 10px; border-top: 1px solid #ddd;}
	div.partner_wrap div.list img{ display: block; width: 100%;}
	div.partner_wrap div.slick-list{ margin: 0 -10px;}
	div.partner_wrap div.slick-slide{ margin: 0 10px;}
	
	div.bot_agr{ padding: 10px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #2a2828;}
	div.bot_agr ul{ display: flex; gap: 20px;}
	div.bot_agr ul li{ width: 50%;}
	div.bot_agr ul li:first-child{ border-right: 1px solid #fff;}
	div.bot_agr ul li a{ display: block; width: 100%; color: #fff; text-align: center;}
	
	footer{ padding: 20px 10px 70px; color: #fff; text-align: center; background: #2a2828;}
	footer p + p{ margin-top: 15px;}

	div.fix_btm{ z-index: 200; position: fixed; left: 0; bottom: 0; width: 100%; height: 55px; padding: 0 10px; background: #022578;}
	div.fix_btm div.inner_wrap{ position: relative; display: flex; justify-content: space-between; align-items: center; height: 100%;}
	div.fix_btm p{ display: flex; align-items: center; gap: 5px; font-weight: 500; font-size: 16px; color: #fff;}
	div.fix_btm p span{ display: none;}
	div.fix_btm p img{ width: 25px; height: 25px; filter: brightness(0) invert(1);}
	div.fix_btm div.btn_wrap{ display: flex; gap: 5px;}
	div.fix_btm div.btn_wrap a{ display: block; width: 100px; padding: 8px 0px; font-weight: 500; font-size: 16px; color: #fff; text-align: center; border-radius: 999px; background: #ff1d1d;}
	div.fix_btm div.btn_wrap a:first-child{ background: #db7a2d;}
	
}



