@media(min-width: 992px){
	
	header{ z-index: 99; position: sticky; left: 0; top: 0; width: 100%; height: 90px; padding: 0 10px; transition: all 0.3s; background: #fff;}
	header div.inner_wrap{ display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1660px;}
	header div.inner_wrap h1{ width: 270px;}
	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{ width: 680px; margin: 0 auto;}
	header div.inner_wrap nav > ul{ display: flex;}
	header div.inner_wrap nav > ul > li{ position: relative; width: calc(100% / 5);}
	header div.inner_wrap nav > ul > li > a{ display: block; width: 100%; height: 100%; font-weight: 600; font-size: 20px; text-align: center; line-height: 90px; transition: all 0.3s;}
	header div.inner_wrap nav > ul > li > ul{ position: absolute; left: 50%; top: calc(100% + 5px); transform: translateX(-50%); width: 170px; 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.inner_wrap div.share{ position: relative; display: flex; align-items: center; height: 90px;}
	header div.inner_wrap div.share button{ display: block; height: 100%; padding: 0 30px;}
	header div.inner_wrap div.share button img{ display: block; width: 20px;}
	header div.inner_wrap div.share div.link_wrap{ visibility: hidden; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); padding: 15px 25px; max-height: 0;
	border: 1px solid #ddd; border-radius: 8px; background: #fff; opacity: 0;}
	header div.inner_wrap div.share:hover div.link_wrap{ visibility: visible; max-height: 300px; opacity: 1; transition: 0.3s;}
	header div.inner_wrap div.share div.link_wrap::after{ content: ""; position: absolute; bottom: calc(100% - 10px); left: 50%; transform: translateX(-50%) rotate(45deg); width: 20px;
    height: 20px; border-radius: 5px 0 0 0; background: #fff; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
	header div.inner_wrap div.share div.link_wrap ul li a{ position: relative; display: block; width: 110px; padding: 5px 0 5px 30px;}
	header div.inner_wrap div.share div.link_wrap ul li a::before{ content: ""; position: absolute; left: calc(0% - 6px); top: 50%; transform: translateY(-50%); display: none; width: 30px;
	height: 30px; border-radius: 999px;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(1) a::before{ background: #171e47;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(2) a::before{ background: #03a94d;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(3) a::before{ background: linear-gradient(to bottom, #8452a1, #ea2d87, #ef4c3e, #efcb6b);}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(4) a::before{ background: #ff0033;}
	header div.inner_wrap div.share div.link_wrap ul li a::after{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 18px; height: 18px;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(1) a::after{ background: url("/img/sns_ico1.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(2) a::after{ background: url("/img/sns_ico2.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(3) a::after{ background: url("/img/sns_ico3.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(4) a::after{ background: url("/img/sns_ico4.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li a:hover::before{ display: block;}
	header div.inner_wrap div.share div.link_wrap ul li a:hover::after{ filter: brightness(0) invert(1);}
	
	@keyframes nav_fade{
		0%{ opacity: 0;}
		100%{ opacity: 1;}
	}
	
	section.success{ padding: 60px 10px;}
	section.success h2{ display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 44px; color: #192049}
	section.success h2 span{ font-size: 30px; color: #826f41;}
	section.success ul{ display: flex; flex-wrap: wrap; gap: 5px;}
	section.success ul li{ width: calc((100% - 20px) / 5);}
	section.success ul li:nth-child(n+11){ display: none;}
	section.success ul li img{ display: block; width: 100%;}
	section.success div.one{ display: flex; align-items: center; justify-content: space-between; padding: 20px 3.2vw;}
	section.success div.one h3{ font-size: clamp(26px, 2.6vw, 48px); color: #242944;}
	section.success div.one h3 span{ color: #9c854f;}
	section.success div.one a{ display: block; width: 420px;}
	section.success div.one a img{ display: block; width: 100%;}
	
	section.estimate{ padding: 90px 10px; background: url("/img/sec_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.estimate h2{ margin-bottom: 20px; font-size: 92px; color: #d8c28e; text-align: center;}
	section.estimate div.agr_wrap{ width: 95%; max-width: 1200px; padding: 20px; margin: 0 auto 20px; color: #fff; background: rgba(255, 255, 255, 0.2);}
	section.estimate div.agr_wrap p.tit{ margin-bottom: 15px; font-size: 19px; text-align: center;}
	section.estimate div.agr_wrap div.inp_wrap{ display: flex; margin-bottom: 15px; font-size: 17px;}
	section.estimate div.agr_wrap div.inp_wrap p.desc{ position: relative; width: 50%; padding-left: 15px;}
	section.estimate div.agr_wrap div.inp_wrap p.desc::after{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 8px; height: 8px;
	border-radius: 8px; background: #fff;}
	section.estimate div.agr_wrap p.tip{ font-size: 14px; color: #c6c6c6; text-align: center;}
	section.estimate h3{ margin-bottom: 30px; font-size: 45px; color: #fff; text-align: center;}
	section.estimate h3 span{ color: #d8c28e;}
	section.estimate div.form_text{ display: flex; flex-wrap: wrap; gap: 50px;}
	section.estimate div.form_text div.inp_wrap{ width: calc((100% - 100px) / 3)}
	section.estimate div.form_text div.inp_wrap label{ width: 100px; margin-bottom: 5px; font-size: 24px; color: #fff;}
	section.estimate div.form_text div.inp_wrap input{ width: 100%; height: 60px; padding: 10px; border-radius: 10px;}
	section.estimate div.form_text div.textarea_wrap{ width: 100%;}
	section.estimate div.form_text div.textarea_wrap textarea{ width: 100%; padding: 10px; resize: none; border-radius: 10px;}
	section.estimate div.form_text div.textarea_wrap label{ width: 100px; margin-bottom: 5px; font-size: 24px; color: #fff;}
	section.estimate div.form_text div.send{ width: 370px; height: 80px; margin: 0 auto;}
	section.estimate div.form_text div.send input{ display: block; width: 100%; height: 100%; border: none; background: url("/img/est_btn.png") no-repeat 50% 50%; background-size: cover;
	text-indent: -9999px;}
	
	footer{ padding: 20px 0;}
	footer div.sns_wrap{ position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
	footer div.sns_wrap ul{ display: flex; gap: 20px;}
	footer div.sns_wrap ul li{ width: 40px;}
	footer div.sns_wrap ul li a{ display: block; width: 100%; padding: 10px; border-radius: 999px; background: #f7f7f7;}
	footer div.sns_wrap ul li a img{ display: block; width: 100%;}
	footer div.sns_wrap ul li:hover a img{ filter: brightness(0) invert(1);}
	footer div.sns_wrap ul li:hover:nth-child(1) a{ background: #171e47;}
	footer div.sns_wrap ul li:hover:nth-child(2) a{ background: #03a94d;}
	footer div.sns_wrap ul li:hover:nth-child(3) a{ background: linear-gradient(to bottom, #8452a1, #ea2d87, #ef4c3e, #efcb6b);}
	footer div.sns_wrap ul li:hover:nth-child(4) a{ background: #ff0033;}
	footer p{ font-weight: bold; font-size: 20px; text-align: center;}
}


@media(max-width: 991px){
	header{ z-index: 99; position: sticky; left: 0; top: 0; width: 100%; height: 80px; padding: 0 10px; background: #fff; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);}
	header div.inner_wrap{ display: flex; align-items: center; justify-content: space-between; height: 100%; padding-right: 40px;}
	header div.inner_wrap h1{ width: 170px;}
	header div.inner_wrap h1 img{ display: block; width: 100%;}
	header div.inner_wrap h1 img.white_logo{ display: none;}
	header div.inner_wrap nav{ z-index: 101; position: fixed; left: 100%; top: 0; width: 80%; height: 100vh; padding: 100px 20px 60px; background: #fff; transition: transform 0.3s;}
	header.on div.inner_wrap nav{ transform: translateX(-100%);}
	header.on::before{ z-index: 100; content: ""; position: fixed; left: 0; top: 0; display: block; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.4);}
	
	header div.inner_wrap nav > ul > li{ border-bottom: 1px solid #ccc;}
	header div.inner_wrap nav > ul > li > a{ position: relative; display: block; width: 100%; padding: 15px 0 13px; font-size: 18px; text-align: left;}
	header div.inner_wrap nav > ul > li.drop > ul{ display: none;}
	header div.inner_wrap nav > ul > li.drop > ul > li > a{ display: block; width: 100%; padding: 10px 0; font-size: 16px; text-align: left;}
	header div.inner_wrap div.nav_wrap{ z-index: 102; position: absolute; right: 0; top: 50%; width: 26px; height: 20px; transform: translateY(-50%);}
	header div.inner_wrap div.nav_wrap button.nav_btn{ position: relative; width: 100%; height: 100%;}
	header div.inner_wrap div.nav_wrap button.nav_btn span{ position: absolute; left: 0; display: block; width: 100%; height: 2px; background: #000; transition: all 0.3s;}
	header div.inner_wrap div.nav_wrap button.nav_btn span:nth-child(1){ top: 0;}
	header div.inner_wrap div.nav_wrap button.nav_btn span:nth-child(2){ top: 50%; transform: translateY(-50%);}
	header div.inner_wrap div.nav_wrap button.nav_btn span:nth-child(3){ top: 100%; transform: translateY(-100%);}
	header.on div.inner_wrap div.nav_wrap button.nav_btn span:nth-child(1){ transform: rotate(45deg); transform-origin: 0 50%;}
	header.on div.inner_wrap div.nav_wrap button.nav_btn span:nth-child(2){ display: none;}
	header.on div.inner_wrap div.nav_wrap button.nav_btn span:nth-child(3){ top: 100%; transform: translateY(-100%) rotate(-45deg); transform-origin: 0 50%;}
	header div.inner_wrap div.share{ position: relative; display: flex; align-items: center; height: 80px;}
	header div.inner_wrap div.share button{ display: block; height: 100%; padding: 0 30px;}
	header div.inner_wrap div.share button img{ display: block; width: 20px;}
	header div.inner_wrap div.share div.link_wrap{ visibility: hidden; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); padding: 15px; max-height: 0;
	border: 1px solid #ddd; border-radius: 8px; background: #fff; opacity: 0;}
	header div.inner_wrap div.share:hover div.link_wrap{ visibility: visible; max-height: 300px; opacity: 1; transition: 0.3s;}
	header div.inner_wrap div.share div.link_wrap::after{ content: ""; position: absolute; bottom: calc(100% - 10px); left: 50%; transform: translateX(-50%) rotate(45deg); width: 20px;
    height: 20px; border-radius: 5px 0 0 0; background: #fff; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
	header div.inner_wrap div.share div.link_wrap ul li a{ position: relative; display: block; width: 110px; padding: 5px 0 5px 30px;}
	header div.inner_wrap div.share div.link_wrap ul li a::before{ content: ""; position: absolute; left: calc(0% - 6px); top: 50%; transform: translateY(-50%); display: none; width: 30px;
	height: 30px; border-radius: 999px;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(1) a::before{ background: #171e47;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(2) a::before{ background: #03a94d;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(3) a::before{ background: linear-gradient(to bottom, #8452a1, #ea2d87, #ef4c3e, #efcb6b);}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(4) a::before{ background: #ff0033;}
	header div.inner_wrap div.share div.link_wrap ul li a::after{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 18px; height: 18px;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(1) a::after{ background: url("/img/sns_ico1.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(2) a::after{ background: url("/img/sns_ico2.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(3) a::after{ background: url("/img/sns_ico3.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li:nth-child(4) a::after{ background: url("/img/sns_ico4.png") no-repeat 50% 50%; background-size: cover;}
	header div.inner_wrap div.share div.link_wrap ul li a:hover::before{ display: block;}
	header div.inner_wrap div.share div.link_wrap ul li a:hover::after{ filter: brightness(0) invert(1);}
	
	section.success{ padding: 60px 10px;}
	section.success h2{ margin-bottom: 20px; font-size: 32px; color: #192049}
	section.success h2 span{ display: block; font-size: 22px; color: #826f41;}
	section.success ul{ display: flex; flex-wrap: wrap; gap: 5px;}
	section.success ul li{ width: calc((100% - 5px) / 2);}
	section.success ul li:nth-child(n+5){ display: none;}
	section.success ul li img{ display: block; width: 100%;}
	section.success div.one{ padding: 20px 3.2vw;}
	section.success div.one h3{ margin-bottom: 15px; font-size: clamp(22px, 2.6vw, 48px); color: #242944; text-align: center;}
	section.success div.one h3 span{ color: #9c854f;}
	section.success div.one a{ display: block; width: 70%; max-width: 420px; margin: 0 auto;}
	section.success div.one a img{ display: block; width: 100%;}
	
	section.estimate{ padding: 60px 10px; background: url("/img/sec_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.estimate h2{ margin-bottom: 20px; font-size: 32px; color: #d8c28e; text-align: center;}
	section.estimate div.agr_wrap{ width: 95%; max-width: 1200px; padding: 20px; margin: 0 auto 20px; color: #fff; background: rgba(255, 255, 255, 0.2);}
	section.estimate div.agr_wrap p.tit{ margin-bottom: 15px; font-size: 19px; text-align: center;}
	section.estimate div.agr_wrap div.inp_wrap{ margin-bottom: 15px; font-size: 17px;}
	section.estimate div.agr_wrap div.inp_wrap p.desc{ position: relative; padding-left: 15px;}
	section.estimate div.agr_wrap div.inp_wrap p.desc::after{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 8px; height: 8px;
	border-radius: 8px; background: #fff;}
	section.estimate div.agr_wrap div.inp_wrap div.chk_wrap{ display: flex; gap: 10px; margin-top: 10px;}
	section.estimate div.agr_wrap p.tip{ font-size: 14px; color: #c6c6c6; text-align: center;}
	section.estimate h3{ margin-bottom: 30px; font-size: 24px; color: #fff; text-align: center;}
	section.estimate h3 span{ color: #d8c28e;}
	section.estimate div.form_text div.inp_wrap{ display: flex; align-items: center; margin-bottom: 10px;}
	section.estimate div.form_text div.inp_wrap label{ width: 80px; font-size: 18px; color: #fff;}
	section.estimate div.form_text div.inp_wrap input{ width: calc(100% - 80px); height: 60px; padding: 10px; border-radius: 10px;}
	section.estimate div.form_text div.textarea_wrap{ display: flex; width: 100%; margin-bottom: 20px;}
	section.estimate div.form_text div.textarea_wrap textarea{ width: calc(100% - 80px); padding: 10px; resize: none; border-radius: 10px;}
	section.estimate div.form_text div.textarea_wrap label{ width: 80px; font-size: 18px; color: #fff;}
	section.estimate div.form_text div.send{ width: 80%; max-width: 280px; margin: 0 auto;}
	section.estimate div.form_text div.send input{ display: block; width: 100%; height: 100%; border: none;}
	
	footer{ padding: 20px 0;}
	footer div.sns_wrap{ margin-bottom: 10px;}
	footer div.sns_wrap ul{ display: flex; justify-content: center; gap: 20px;}
	footer div.sns_wrap ul li{ width: 40px;}
	footer div.sns_wrap ul li a{ display: block; width: 100%;}
	footer div.sns_wrap ul li a img{ display: block; width: 100%;}
	footer p{ font-weight: bold; font-size: 15px; text-align: center;}
}



