.main {
	gap: 100px;
}
.visual {
	position: relative;
	height: 760px;
	background: url("../images/visual_bg.png")no-repeat 50% 50% / cover;
}
.visual .txt_box {
	padding-top: 183px;
	color: var(--white);
	gap: 20px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}
.visual .txt_box br {
	display: none;
}
.visual .txt_box p {
	font-size: 40px;
	letter-spacing: 2px;
}
.visual .txt_box h2 {
	font-size: 96px;
	letter-spacing: 4.8px;
	word-break: keep-all;
}


.main_menu .inner {
	gap: 20px;
}
.main_menu .grid {
	gap: 20px;
}
.main_menu .grid > div {
	width: calc(20% - 16px);
}
.main_menu .grid > div a {
	padding: 20px 5px 30px;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 20px;
	font-weight: 500;
	transition: all .3s;
	box-sizing: border-box;
}
.main_menu .grid > div a:hover {
	background: var(--key-color);
	border: 1px solid var(--key-color);
}
.main_menu .grid > div a .icons {
	width: 76px;
	height: 76px;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
	transition: all .3s;
}
.main_menu .grid > div a .icons svg {
	transform: scale(1);
	transition: all .4s;
}
.main_menu .grid > div a:hover .icons {
	background: var(--white);
}
.main_menu .grid > div a:hover .icons svg {
	transform: scale(1.15);
}


.search_delivery {
	background: var(--key-color);
	border-radius: 10px;
	padding: 40px 0;
}
.search_delivery .inner {
	gap: 30px;
}
.search_delivery h3 {
	font-size: 36px;
	letter-spacing: 1.8px;
}
.search_delivery .grid {
	gap: 20px;
}
.search_delivery .grid > div {
	width: calc(50% - 10px);
	background: var(--white);
	border-radius: 10px;
	gap: 10px;
	padding: 0 16px;
	box-sizing: border-box;
}
.search_delivery .grid > div img {
	border-radius: 5px;
}
.search_delivery .grid > div input {
	flex: 1;
	width: 100%;
	height: 80px;
	font-size: 20px;
	font-family: 'SUIT';
	line-height: 1.4;
	letter-spacing: 1px;
}
.search_delivery .grid > div button {
	width: 48px;
	height: 48px;
	background: url("../images/ic_search.svg")no-repeat 50% 50% / 100%;
}


.step .gray_bg {
	border-radius: 10px;
	background: #F5F5F5;
	padding: 40px;
	gap: 20px;
	box-sizing: border-box;
}
.step .title {
	gap: 10px;
}
.step .title h3 {
	font-size: 36px;
	letter-spacing: 1.8px;
}
.step .title p {
	font-size: 20px;
	line-height: 1.4;
	color: #575757;
	letter-spacing: 1px;
}
.step .box {
	gap: 20px;
}
.step .box .tabs {
	gap: 10px;
}
.step .box .tabs button {
	flex: 1;
	max-width: 168px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #000;
	background: var(--white);
	font-size: 16px;
	font-weight: 500;
	box-sizing: border-box;
}
.step .box .tabs button.active {
	background: var(--key-color);
	border: 1px solid var(--key-color);
}
.step_box {
	position: relative;
	gap: 40px 28px;
}
.step_box .white_bg {
	position: relative;
	flex: 1;
	background: var(--white);
	padding: 16px 5px;
	gap: 6px;
	font-size: 20px;
	font-family: 'SUIT';
	line-height: 1.2;
	border-radius: 10px;
	box-sizing: border-box;
}
.step_box .white_bg:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	display: block;
	width: 16px;
	height: 24px;
	background: url("../images/arrow_right_alt.svg")no-repeat 50% 50%;
	transform: translate(-50%,-50%);
}
.step_box .white_bg:last-child:after {
	display: none!important;
}
.step_box .white_bg .icons {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	justify-content: center;
}
.step_box span {
	width: 24px;
	height: 24px;
	background: url("../images/arrow_right_alt.svg")no-repeat 50% 50%;
}



.product .inner {
	gap: 30px;
}
.product h3 {
	font-size: 36px;
	letter-spacing: 1.8px;
}
.product .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px 20px;
}
.product .list .item .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 95.654%;
	border-radius: 10px;
	overflow: hidden;
}
.product .list .item .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product .list .item p {
	margin-top: 30px;
	line-height: 1.4;
	color: #575757;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}




.community .grid {
	gap: 20px;
}
.community .grid > div {
	width: calc(50% - 10px);
	padding: 40px;
	gap: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.community .grid > div .tit {
	gap: 10px;
}
.community .grid > div .tit h3 {
	font-size: 36px;
}
.community .grid > div .tit a {
	font-size: 20px;
	font-weight: 500;
}
.community .grid > div ul {
	padding: 10px 0;
	border-top: 0.5px solid rgba(87, 87, 87, 0.5);
}
.community .grid > div ul li {
	gap: 10px;
	padding: 10px 0;
	box-sizing: border-box;
}
.community .grid > div ul li a {
	flex: 1;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.community .grid > div ul li span {
	color: #575757;
}
.community .grid > div.notice {
	border: 1px solid #575757;
}
.community .grid > div.faq {
	border: 1px solid var(--key-color);
}
.community .grid > div.faq .tit h3 {
	color: var(--key-color);
}
.community .grid > div.faq ul li {
	position: relative;
}
.community .grid > div.faq ul li:before {
	content: 'Q';
	font-weight: 900;
	color: var(--key-color);
}






@media screen and (max-width: 1240px) {
	.visual .txt_box p {
    	font-size: 32px;
	}
	.visual .txt_box h2 {
    	font-size: 78px;
	}


	.main_menu .grid > div a {
		font-size: 16px;
	}
	.main_menu .grid > div a .icons {
		width: 58px;
		height: 58px;
	}


	.search_delivery .grid > div input {
		height: 70px;
	}


	.step .gray_bg {
		padding: 30px;
	}
	.step_box .white_bg {
		font-size: 16px;
	}
	.step_box span {
    	width: 16px;
	}


	.community .grid > div .tit h3 {
		font-size: 28px;
	}
	.community .grid > div .tit a {
    	font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.main {
		gap: 50px;
	}

	.visual {
		height: 660px;
	}
	.visual .txt_box p {
        font-size: 24px;
    }
	.visual .txt_box h2 {
        font-size: 60px;
    }

	.main_menu .grid > div a {
        font-size: 14px;
		padding: 10px 5px 20px;
		gap: 5px;
    }


	.search_delivery {
		padding: 20px 0;
	}
	.search_delivery .inner {
		gap: 20px;
	}
	.search_delivery h3 {
    	font-size: 24px;
	}
	.search_delivery .grid > div {
		padding: 0 8px;
	}
	.search_delivery .grid > div input {
        height: 60px;
        font-size: 14px;
    }
	.search_delivery .grid > div img {
		transform: scale(0.8);
	}
	.search_delivery .grid > div button {
		width: 32px;
		height: 32px;
	}


	.step .title h3 {
    	font-size: 24px;
	}
	.step .title p {
    	font-size: 14px;
	}
	.step_box .white_bg {
		position: relative;
		flex: none;
		width: calc(25% - 21px);
	}
	.step_box .white_bg:nth-child(1) {
		order: 0;
	}
	.step_box .white_bg:nth-child(2) {
		order: 1;
	}
	.step_box .white_bg:nth-child(3) {
		order: 2;
	}
	.step_box .white_bg:nth-child(4) {
		order: 3;
	}
	.step_box .white_bg:nth-child(4):after {
        transform: rotate(90deg) translateX(-50%);
        right: auto;
        left: calc(50% - 8px);
        top: auto;
        bottom: -40px;
    }
	.step_box .white_bg:nth-child(5) {
		order: 7;
	}
	.step_box .white_bg:nth-child(6) {
		order: 6;
	}
	.step_box .white_bg:nth-child(7) {
		order: 5;
	}
	.step_box .white_bg:nth-child(5):after,
	.step_box .white_bg:nth-child(6):after,
	.step_box .white_bg:nth-child(7):after {
		top: calc(50% - 20px);
		right: auto;
        left: -30px;
        transform: rotate(180deg) translate(-50%,-50%);
	}
	.step_box .white_bg:nth-child(8) {
		order: 4;
	}


	.product h3 {
    	font-size: 24px;
	}
	.product .list {
		gap: 40px 20px;
	}
	.product .list .item p {
		font-size: 14px;
		margin-top: 15px;
	}


	.community .grid > div {
		width: 100%;
		padding: 20px;
	}
	.community .grid > div .tit h3 {
        font-size: 22px;
    }
	.community .grid > div .tit a {
        font-size: 14px;
    }
	.community .grid > div ul li {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.visual {
        height: 370px;
    }
	.visual .txt_box {
		padding-top: 80px;
	}
	.visual .txt_box p {
        font-size: 18px;
    }
	.visual .txt_box h2 {
        font-size: 34px;
		letter-spacing: 1.8px;
    }


	.main_menu .grid {
		gap: 10px;
		justify-content: center;
	}
	.main_menu .grid > div {
		width: calc(33.333% - 7px);
	}


	.search_delivery .grid {
		gap: 10px;
	}
	.search_delivery .grid > div {
		width: 100%;
	}
	.search_delivery .grid > div img {
        transform: scale(0.65);
    }
	.search_delivery .grid > div input {
        height: 45px;
	}


	.step .gray_bg {
        padding: 25px 20px;
    }
	.step_box .white_bg {
        width: calc(50% - 14px);
		font-size: 14px;
    }
	.step_box .white_bg:nth-child(1) {
		order: 0;
	}
	.step_box .white_bg:nth-child(2) {
		order: 1;
	}
	.step_box .white_bg:nth-child(3) {
		order: 3;
	}
	.step_box .white_bg:nth-child(3):after {
		top: calc(50% - 20px);
        right: auto;
        left: -30px;
        transform: rotate(180deg) translate(-50%, -50%);
	}
	.step_box .white_bg:nth-child(4) {
		order: 2;
	}
	.step_box .white_bg:nth-child(5) {
		order: 4;
	}
	.step_box .white_bg:nth-child(5):after {
		top: 50%;
		left: auto;
		right: -30px;
		transform: translate(-50%,-50%);
	}
	.step_box .white_bg:nth-child(6) {
		order: 5;
	}
	.step_box .white_bg:nth-child(7) {
		order: 7;
	}
	.step_box .white_bg:nth-child(8) {
		order: 6;
	}
	.step_box .white_bg:nth-child(2):after,
	.step_box .white_bg:nth-child(4):after,
	.step_box .white_bg:nth-child(6):after {
		transform: rotate(90deg) translateX(-50%);
        right: auto;
        left: calc(50% - 8px);
        top: auto;
        bottom: -40px;
	}


	.product .list {
    	grid-template-columns: repeat(2, 1fr);
		gap: 20px 12px;
	}
}
@media screen and (max-width: 480px) {
	.main_menu .grid > div {
        width: calc(50% - 5px);
    }
}
@media screen and (max-width: 380px) {
	.visual .txt_box br {
		display: block;
	}

	.community .grid > div .tit h3 {
		width: 100%;
	}
}