@charset "UTF-8";

:root {
  --primary-color: #4b1f78;
  --secondary-color: #ffff00;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'NanumSquareRound';
	line-height: 1.4;
	word-break: keep-all;
}

.pageWrap {
	overflow: hidden;
}

.img_mo { display: none; }
@media (max-width: 768px) {
	.img_pc { display: none; }
	.img_mo { display: block; width: 100%; }
	
}
/* font */
.cookieRun {
  font-family: "CookieRun";
}
.jalnan2 {
  font-family: "Jalnan2";
}
.jalnanGothic {
  font-family: "JalnanGothic";
}
.KCC-Ganpan {
  font-family: "KCC-Ganpan";
}
.laundryGothic {
  font-family: "LaundryGothic";
}
.ownglyphMeetme {
  font-family: "Ownglyph meetme";
}
.nanumSquareRound {
  font-family: "NanumSquareRound";
}
.nanumGothic {
  font-family: "Nanum Gothic";
}
.color-primary {
  color: var(--primary-color);
}
.color-primary {
  color: var(--secondary-color);
}
[class^=bg_section] {
	position: relative;
}
@media (max-width: 1280px) {
	[class^=bg_section] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.bg_section--01 {
  background: #4fc3fc url("/resources/yamaha/img/landing/consultation3/bg_01_full.png") no-repeat center top;
	padding-bottom: 100px;
}
.bg_section--02 {
  background: #4bb9d2 url("/resources/yamaha/img/landing/consultation3/bg_02_full.png") no-repeat center top / 100%;
  padding-top: 250px;
  padding-bottom: 270px;
}
.bg_section--03 {
  background: #ffdc64 url("/resources/yamaha/img/landing/consultation3/bg_03_full.png") no-repeat center top / 100%;
  padding-top: 400px;
  padding-bottom: 870px;
}
.bg_section--04 {
  background: #4bb9d2 url("/resources/yamaha/img/landing/consultation3/bg_04_full.png") no-repeat center top;
	padding-top: 200px;
	padding-bottom: 300px;
}
@media (max-width: 1024px) {
	.bg_section--01 {
		padding-bottom: 15%;
	}
	.bg_section--02 {
	  padding-top: 25%;
	  padding-bottom: 20%;
	}
	.bg_section--03 {
	  padding-top: 30%;
	  padding-bottom: 25%;
	}
	/* 	
	.bg_section--04 {
		padding-top: 20vw;
		padding-bottom: 50vw;
	} 
	*/
}
@media (max-width: 768px) {
	.bg_section--01 {
		background-image: url('/resources/yamaha/img/landing/consultation3/bg_01_full_mo.png');
		background-size: 100%;
	}
}

.deco__wrap [class*=cloud] {
	position: absolute;
	animation: cloud 2s infinite alternate;  
}
.deco__wrap .cloud__01 { top: 400px; left: 70vw; }
.deco__wrap .cloud__02 { top: 3179px; left: 150px; }
.deco__wrap .cloud__03 { top: 3650px;left: 60vw; }
.deco__wrap .cloud__04 { top: 4400px;left: 250px; }
.deco__wrap .cloud__05 {top: 600px;left: 70vw;}
.deco__wrap .cloud__06 {top: 1700px;left: 150px;}
.deco__wrap .cloud__07 {bottom: 130px;left: 24vw;}
.deco__wrap .cloud__08 {top: 0;left: 60vw; animation-delay: 1s;}
.deco__wrap .cloud__09 {top: 1400px;left: 70vw;}
.deco__wrap .cloud__10 {top: 1400px;left: -174px;animation-delay: .5s;}
.deco__wrap .cloud__11 {top: 2100px;left: 56vw;}
.deco__wrap .cloud__12 {top: 2900px;left: 60vw;}
.deco__wrap .cloud__13 {top: 3100px;left: 100px;}
.deco__wrap .cloud__14 {bottom: 200px;left: 45vw;}
.deco__wrap .cloud__15 {top: 800px;left: 0;}
.deco__wrap .cloud__16 {top: 2100px;right: 100px;}
.deco__wrap .cloud__17 {top: 3500px;left: 0;}
.deco__wrap .cloud__18 {top: 3900px;right: 50px; display: none;}
.deco__wrap .cloud__19 {bottom: 1500px;left: 66vw;z-index: 2;}
.deco__wrap .cloud__20 {bottom: 950px;left: 3vw;z-index: 1;}

@keyframes cloud{
   0%{transform:translate(0,0);}
   100%{transform:translate(100px, 0);}
}  
@media (max-width: 768px) {
	.deco__wrap [class*=cloud]{
		z-index: -1
	}
	.deco__wrap [class*=cloud] {
		position: absolute;
		animation: none !important
	}
}

.deco__wrap [class*=deco__] {
	position: absolute;
	transition: .3s;
	z-index: 10;
	transform: scale(.5);
}
.deco__wrap [class*=deco__].active {
	transform: scale(1);
	animation: deco .3s ;
}
.deco__wrap .deco__01 {top: 110px;right: 110px;}
.deco__wrap .deco__02 {top: 750px;left: -270px;}
.deco__wrap .deco__03 {top: 963px;right: -60px;}
.deco__wrap .deco__04 {top: 1357px;right: -290px;}
.deco__wrap .deco__05 {top: 145px;left: 215px;}
.deco__wrap .deco__06 {top: 1350px;right: -165px;}
.deco__wrap .deco__07 {top: 2466px;right: -250px;}
.deco__wrap .deco__08 {top: 3300px;right: -150px;}
.deco__wrap .deco__09 {top: 300px;left: -150px;}
.deco__wrap .deco__10 {top: 700px;right: -100px;}
.deco__wrap .deco__11 {top: 2800px;right: -150px;}
.deco__wrap .deco__12 {top: 120px;right: 180px;}
.deco__wrap .deco__13 {top: 500px;right: -130px;}
.deco__wrap .deco__14 {top: 1950px;left: -230px;}
.deco__wrap .deco__15 {top: 3450px;right: -160px;}

@media (max-width: 1024px) {
	.deco__wrap .deco__01 {width: 7vw;top: 41px;right: 20px;} 
	.deco__wrap .deco__02 {} 
	.deco__wrap .deco__03 {width: 10vw;top: 98vw;right: 0;} 
	.deco__wrap .deco__04 {width: 25vw;top: 166vw;right: -83px;} 
	.deco__wrap .deco__05 {width: 6vw;top: 15vw;left: 7vw;} 
	.deco__wrap .deco__06 {width: 33vw;top: 171vw;right: -16vw;} 
	.deco__wrap .deco__07 {width: 30vw;top: 254vw;right: -15vw;} 
	.deco__wrap .deco__08 {width: 13vw;left: -4vw;} 
	.deco__wrap .deco__09 {width: 22vw;top: -26vw;right: 1vw;left: auto;} 
	.deco__wrap .deco__10 {width: 15vw;top: 62vw;right: auto;left: -1vw;} 
	.deco__wrap .deco__11 {width: 20vw;top: 181vw;right: -6vw;} 
	.deco__wrap .deco__12 {width: 5vw;top: 10vw;right: 10vw;} 
	.deco__wrap .deco__13 {width: 20vw;top: 50vw;right: -5vw;} 
	.deco__wrap .deco__14 {width: 30vw;top: 187vw;left: -10vw;} 
	.deco__wrap .deco__15 {width: 27vw;top: 321vw;right: -10vw;} 
}
@keyframes deco{
   0%{transform: scale(.5);}
   50%{transform: scale(1.3);}
   100%{transform: scale(1);}
}  

#logo {
  position: absolute;
  top: 70px;
  left: 70px;
  margin: 0;
  max-width: 280px;
}

@media (max-width: 1024px){
	#logo {
	  max-width: 150px;
	  top: 20px;
	  left: 20px;
	}
}
.topSlogun {
  text-align: center;
  padding-top: 450px;
  padding-bottom: 1250px;
}
.topSlogun br {
	display: none;
}
.topSlogun--min {
  font-size: 74px;
  color: #fff67f;
  line-height: 1.1;
  margin-bottom: 0.8em;
}
.topSlogun--big {
  font-size: 175px;
  color: #fff;
  line-height: 1.1;
}

@media (max-width: 1440px) {
 	.topSlogun--min {
	  font-size: max(5vw, 18px);
	}
	.topSlogun--big {
	  font-size: max(12vw, 30px);
	}
}
@media (max-width: 1024px){
	.topSlogun {
	  padding-top: 45vw;
	  padding-bottom: 125vw;
	}
}
@media (max-width: 768px){
	.topSlogun {
	  padding-top: 36vw;
	  padding-bottom: 100vw;
	}
	.topSlogun br {
		display: block;
	}
	.topSlogun--min {
	  font-size: 10vw;
	}
	.topSlogun--big {
	  font-size: 23vw;
	}
}
@media (max-width: 400px){
	.topSlogun {
/* 	  padding-bottom: 36vw; */
	}
	.topSlogun--big {
	  font-size: 22vw;
	}
	
}

.vidio--container {
  width: min(1210px, 100%);
  margin: 0 auto;
  padding-bottom: 120px;
}
.vidio--container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 30px;
  border: 8px solid #0592dd;
}
@media (max-width: 768px) {
	.vidio--container {
		padding-bottom: 40px;
	}
	.vidio--container iframe {
  		border: 5px solid #0592dd;
	}
}

.btn__wrap {
  position: static;
  width: min(1180px, 95%);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.btn__wrap.--foot {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.btn__wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 30px;
  z-index: 999;
}
.btn__wrap li {
  flex: 1;
}
.btn__wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  font-size: 43px;
  font-weight: 700;
  font-family: "Nanum Gothic";
  border-radius: 50px;
  padding: 20px 35px 20px 50px;
}
.btn__wrap li a::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff url("/resources/yamaha/img/landing/consultation3/ico-chevron_r.png") no-repeat center;
}
.btn--01 {
  color: #fff;
  background: var(--primary-color);
  border: 5px solid var(--primary-color);
}
.btn--01::after {
  background-color: #fff !important;
}
.btn--02 {
  background: #fff;
  border: 5px solid var(--primary-color);
  color: var(--primary-color);
}
.btn--02::after {
  background-color: #beafcc !important;
}
@media (max-width: 1024px) {
	.btn__wrap {
	  flex-wrap: wrap;
  	  gap: 2vw;
	}
	.btn__wrap li {
	  flex: auto;
	  width: 100%;
	}
}
@media (max-width: 768px) {
	.btn__wrap li a {
	  gap: 10px;
	  font-size: max(5vw, 20px);
	  border-radius: 50px;
	  padding: 3vw 5vw 3vw 6vw;
	}
	.btn__wrap li a::after {
		width: max(4vw, 20px);
		height: max(4vw, 20px);
		background-size: 50%;
	}
	.btn--02 {
		border-width: 1vw;
	}
}

.tab__menu {
  width: min(1235px, 100%);
  margin: 0 auto 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
	position: relative;
	z-index: 1;
}
.tab__menu li {
  flex: 1;
}
.tab__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Nanum Gothic";
  text-align: center;
  color: #e6e6e6;
  background: #fff;
  border-radius: 15px;
  padding: 20px 10px 25px;
}
.tab__menu li a::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #e6e6e6 url("/resources/yamaha/img/landing/consultation3/ico-chevron_d_2.png") no-repeat center;
}
.tab__menu li a.on {
  color: var(--secondary-color);
  background: var(--primary-color);
}
.tab__menu li a.on::after {
  background: #fff url("/resources/yamaha/img/landing/consultation3/ico-chevron_d_1.png") no-repeat center;
}

@media (max-width: 1024px) {
	.tab__menu {
	  flex-wrap: wrap;
	}
	.tab__menu li {
	  flex: auto;
	  width: 48%;
	}
	.tab__menu li a {
	  flex-direction: row;
	  /* font-size: max(2.3vw, 14px); */
	}
	.tab__menu li a::after {
		width: max(3vw, 20px);
		height: max(3vw, 20px);
		background-size: 50% !important;
	}
}
@media (max-width: 768px) {
	.tab__menu{
		gap: 3.5vw;
	}
	.tab__menu li {
	  width: 100%;
	}
	.tab__menu li a {
	  gap: 15px;
	  font-size: max(4vw, 14px);
	  padding: 4vw 2vw;
	}
	.tab__menu li a br {
	  display: none;
	}
}

.content__wrap {
  width: min(1235px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.content__wrap .--center {
	text-align: center !important;
}
.content__wrap .--left {
	text-align: left !important;
}
.content__title {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* gap: 10px; */
  text-align: center;
  background: #fff;
  font-size: 50px;
  font-family: "JalnanGothic";
  color: var(--color);
  border-radius: 57px 57px 0 0;
  width: min(700px, 80%);
  margin: 0 auto;
  padding: 30px 40px 0;
  white-space: nowrap;
}
.content__title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #e6e6e6 url("/resources/yamaha/img/landing/consultation3/ico-chevron_d_1.png") no-repeat center;
  border-radius: 100%;
  margin-top: -15px;
}
@media (max-width: 1024px) {
	.content__title {
    font-size: max(4.5vw, 16px);
    padding: 3vw 4vw 0;
    border-radius: 6vw 6vw 0 0;
}
	.content__title::after {
		width: max(3vw, 20px);
		height: max(3vw, 20px);
		background-size: 50% !important;
	}
}
.content__cont {
  width: 100%;
  padding: 20px 30px 100px;
  background: #fff;
  border-radius: 57px;
}
.content__box {
  font-size: 70px;
  font-family: "Jalnan2";
  color: #fff;
  background: var(--color);
  border-radius: 57px;
  padding: 80px 40px 50px;
	text-align: center;
	margin-bottom: 60px;
}
.content__box > span {
  display: inline-block;
  font-family: inherit;
  color: var(--secondary-color);
}
.content__cont [class*=--text] {
  font-size: 38px;
  font-family: "Nanum Gothic";
  color: #8290ab;

}
.content__cont [class*=--text] .under {
	font-weight: 700;
	box-shadow: inset 0 -25px 0 0 var(--secondary-color);
}
@media (max-width: 1024px) {
	.content__cont {
	  padding: 2vw 3vw 10vw;
	  border-radius: 6vw;
	}
	.content__box {
	  font-size: max(7vw, 16px);
	  border-radius: 6vw;
	  padding: 8vw 5vw 5vw;
	  margin-bottom: 6vw;
	}
	.content__cont [class*=--text]{
		font-size: max(3.5vw, 16px);
	}
	.content__cont [class*=--text] br {
		display: none;
	}
}
@media (max-width: 768px) {
}
.content01--bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 40px 0;
	text-align-last: left;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
	.content01--bottom img {
		max-width: 40%;
	}
}
.content02__cont--bubble {
	padding: 90px 0 40px;
}
.content02__cont--text-01 {
	padding-left: 90px;
}
.content02__cont--img-01 {
	margin-top: -80px;
	margin-bottom: 80px;
}
.content02__cont--bubble.--02 {
	padding-left: 70px;
}
.content02__cont--title {
	font-family: "Ownglyph meetme";
	font-size: 80px;
	color: #ffa08c;
	border-top: 1px solid #8290ab;
	border-bottom: 1px solid #8290ab;
	margin: 0 70px;
}
.content02__cont--img-02 {
	margin: 70px auto 50px;
	text-align: center;
}
.content02__cont--text-03 {
	font-size: 38px;
	font-family: "Nanum Gothic";
	color: #8290ab;
	padding: 0 70px;

	strong {
		font-weight: 700;
	}
}
.content02__cont--bubble.--03 {
	padding-left: 70px;
}
.content02__cont--step {
	padding: 0 70px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
}
.content02__cont--step li {
	background: #fff;
	border-radius: 50px;
	border: 7px solid #e9e8ee;
	padding: 30px 5px;
	text-align: center;
	width: calc(33.3333% - 16.66666666666667px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content02__cont--step img {
	max-height: 110px;
}
.content02__cont--step .t1 {
	font-size: 22px;
	font-family: "Nanum Gothic";
	color: #505050;
	margin: 10px 0;
	flex: 1;
}
.content02__cont--step .t2 {
	font-size: 34px;
	font-family: "Jalnan2";
	color: #9fb4c7;
}
.content02__cont--img-03{
	margin-top: -70px;
}

.content02__cont--bottom {
	position: relative;
	background: #fff;
	border-radius: 57px;
	padding: 120px 40px;
	margin-top: 40px;
	text-align: center;
}
.content02__cont--bottom img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}
.content02__cont--bottom p {
	position: relative;
	font-size: 40px;
	font-family: "CookieRun";
	color: #8290AB;
}
.content02__cont--bottom span {
	font-family: inherit;
	font-weight: 900;
}
.content02__cont--bottom .t1 {
	color: #FFA08C;
}
.content02__cont--bottom .t2 {
	color: #FDBF6C;
}

@media (max-width: 1440px) {
	.content02__cont--img-01 {
		margin-top: 0;
		margin-bottom: 8vw;
	}
}
@media (max-width: 1024px) {
	.content02__cont--bubble{
	    padding: 9vw 0 4vw;
	}
	.content02__cont--bubble.--02 {
		padding-left: 0;
	}
	.content02__cont--title {
		font-size: max(8vw, 16px);
		margin: 0;
	}
	.content02__cont--text-03 {
		padding: 0
	}
	.content02__cont--bubble.--03 {
		padding-left: 0;
	}
	.content02__cont--text-01 {
		padding-left: 0;
	}
	.content02__cont--step {
		padding: 0;
		gap: 2.5vw;
		align-items: stretch;
	}
	.content02__cont--step li {
		border-radius: 5vw;
		border-width: 0.7vw;
		padding: 3vw 5px;
		width: 30%;
		flex-grow: 1;
	}
	.content02__cont--step img {
	    max-width: 50%;
	}
	.content02__cont--step .t1 {
		font-size: max(2vw, 13px);
		margin: 10px 0;
	}
	.content02__cont--step .t2 {
		font-size: max(3vw, 15px);
	}
	.content02__cont--img-03{
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.content02__cont--bubble {
	    max-width: 50%;
	}
	.content02__cont--step li {
		width: 48%;
	}
	.content02__cont--bottom {
		padding: 40px 30px;
		border-radius: 6vw;
	}
	.content02__cont--bottom img {
		max-height: 250px;
	}
	.content02__cont--bottom p {
		font-size: max(3vw, 20px);
	}
}
@media (max-width: 480px) {
	.content02__cont--step img {
		max-height: 75px;
	}
	.content02__cont--bottom p br {
		display: none !important;
	}
}

.content03__cont--title {
	background: #fe9b88;
	padding: 15px 100px;
	border-radius: 150px;
	color: #fff;
	text-align: center;
	margin: 250px auto 20px;
	width: fit-content;
}
.content03__cont--title .ownglyphMeetme {
	font-size: 115px;
}
.content03__cont--title .nanumGothic {
	font-size: 38px;
}
#content03 .content__cont {
	border-radius: 57px 57px 0 0;
	padding-bottom: 20px;
}
.content03__cont--img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 1780px;
	margin: -10px auto 0;
}

@media (max-width: 1200px) {
	.content03__cont--title .ownglyphMeetme {
		font-size: max(9vw, 16px);
	}
	.content03__cont--title .nanumGothic {
		font-size: max(3vw, 13px);
	}
}
@media (max-width: 1024px) {
	.content03__cont--title {
		padding: 10px 10vw;
		border-radius: 15vw;
		margin: 20vw auto 2vw;
		width: fit-content;
	}
	#content03 .content__cont {
		border-radius: 6vw 6vw 0 0;
	}
}
@media (max-width: 768px) {
	.content03__cont--title .ownglyphMeetme {
		font-size: max(8vw, 16px);
	}
}

#content04 .content__wrap + .content__wrap {
	margin-top: 40px;
}
#content04 .content__box {
  border-radius: 57px;
  /* padding: 40px; */
}
.content04__cont--group {
	margin-top: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.content04__cont--group .num {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 95px;
  font-family: "KCC-Ganpan";
	color: #fff;
	width: 165px;
	height: 165px;
	text-align: center;
	background: var(--color);
	border-radius: 100%;
}
.content04__cont--group .num span {
	font-family: inherit;
	margin-bottom: -25px;
}
.content04__cont--group .title {
	font-size: 100px;
	font-family: "Ownglyph meetme";
	line-height: 100px;
	color: var(--color);
	margin: 50px 0 70px;
}
.content04__cont--group .text {
	font-size: 38px;
	font-family: "Nanum Gothic";
	color: #8290ab;
}
.content04__cont--group .img {
	margin-top: 60px;
}
.content__cont--video {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
}
.content__cont--video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 30px;
  border: 8px solid #3faae3;
} 
@media (max-width: 1024px) {
	#content04 .content__wrap + .content__wrap {
		margin-top: 4vw;
	}
	#content04 .content__box {
	  border-radius: 6vw;
	  padding: 5vw 4vw 2vw;
	}
	.content04__cont--group {
		margin-top: 20vw;
	}
	.content04__cont--group .num {
		font-size: max(9vw, 16px);
		width: 16vw;
		height: 16vw;
	}
	.content04__cont--group .num span {
		margin-bottom: -3vw;
	}
	.content04__cont--group .title {
		font-size: max(9vw, 16px);
		line-height: 10vw;
		margin: 5vw 0 7vw;
	}
	.content04__cont--group .text {
		font-size: max(3vw,16px);
	}
	.content04__cont--group .img {
		margin-top: 6vw;
	}
	
}
@media (max-width: 768px) {
	.content__cont--video iframe {
  		border: 5px solid #3faae3;
	}
}

.quick__wrap {
	position: fixed;
	top: 30vh;
	right: 2vw;
	width: 15vw;
	padding: 2vw 1vw;
	background: #3faae3;
	border-radius: 3vw;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}
.quick__wrap p {
	font-size: max(1.2vw, 16px);
	font-family: "LaundryGothic";
	color: #fff;
	line-height: 1.2;
	padding: 0 1.5vw 1vw;
}
.quick__wrap a {
	display: block;
	width: 100%;
	font-size: max(1.2vw, 16px);
	font-family: "Nanum Gothic";
	font-weight: 700;
	padding: 1vw 1.5vw;
	border-radius: 100px;
	line-height: 1.2;
	box-shadow: 0 0 15px rgba(168, 63, 255, 0.4);
}
.quick__wrap a::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  margin-bottom: -5px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff url("/resources/yamaha/img/landing/consultation3/ico-chevron_r.png") no-repeat center;
}
.quick__btn-01 {
  color: #fff;
  background: var(--primary-color);
}
.quick__btn-01::after {
  background-color: #fff !important;
}
.quick__btn-02 {
  background: #fff;
  border: 5px solid var(--primary-color);
  color: var(--primary-color);
  margin-top: 0.5vw;
}
.quick__btn-02::after {
  background-color: #beafcc !important;
}

@media (max-width: 1440px) {
	.quick__wrap {
		display: none;
	}
}

.footer__copy {
	width: 100%;
	text-align: center;
	padding: 60px 20px 0;
}
@media (max-width: 1024px) {
	.footer__copy {
		padding: 6vw 20px 0;
	}
}
@media (max-width: 768px) {
}

