/* ---------------------------------------- 메인 배너 시작 ---------------------------------------- */
.main_btn_left, .main_btn_right {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.main_btn_left {
	left: 20px;
}

.main_btn_right {
	right: 20px;
}

#main_banner {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}

#main_banner_viewport {
	max-width: 1400px;
	position: relative;
}

#mobile_main_banner_viewport {
	display: none;
}

#main_banner_box {
	display: flex;
	gap: 40px;
	height: 500px;
}

#main_banner_box > div {
	flex: 0 0 1400px;
	height: 500px;
	border-radius: 40px;
	overflow: hidden;
}

#main_banner_box a {
	display: flex;
	position: relative;
	justify-content: center;
    align-items: center;
}

#main_banner_box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_banner_text_box, .main_banner_text_btn_box {
	position: absolute;
}

.main_banner_text_box {
	text-align: center;
}

.main_banner_text_btn_box {
	left: 140px;
}

.main_banner_text_box p:nth-of-type(1){
	color: #F79A49;
	font-size: 32px;
	text-shadow: 0 0 6px rgba(25, 25, 25, 4%);
}

.main_banner_text_box p:nth-of-type(2){
	font-family: "Lotteria";
	color: #1d1d1d;
	font-size: 64px;
	margin: 4px 0;
}

.main_banner_text_box p:nth-of-type(3){
	color: #666;
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0 0 6px rgba(0, 0, 0, 3%);
	letter-spacing: 0.16em
}

.main_banner_text_btn_box > p:nth-of-type(1) {
	color: #5a5a5a;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 7px;
	margin-left: 4px;
}

.main_banner04 .main_banner_text_btn_box > p:nth-of-type(1) {
	color: #f3f3f3;
}

.main_banner_text_btn_box p:nth-of-type(2) {
	font-family: "YeogiOttaeJalnanGothic";
	color: #D8281C;
	font-size: 64px;
}

.main_banner03 .main_banner_text_btn_box p:nth-of-type(2) {
	color: #2A9640;
}

.main_banner04 .main_banner_text_btn_box p:nth-of-type(2) {
	color: #CA6D40;
}

.main_banner02_text_shadow, .main_banner03_text_shadow, .main_banner04_text_shadow {
	width: 100%;
	position: absolute;
	top: 34%;
	margin-left: 2px;
}

.main_banner02_text_shadow img, .main_banner03_text_shadow img, .main_banner04_text_shadow img {
	width: 100%;
}

.main_banner02_btn, .main_banner03_btn, .main_banner04_btn {
	margin-top: 100px;
	border: none;
	background-color: #D8281C;
	padding: 16px 45px;
	border-radius: 100px;
	cursor: pointer;
}

.main_banner02_btn {
	background-color: #2A9640;
}

.main_banner03_btn {
	background-color: #CA6D40;
}

.main_banner02_btn p, .main_banner03_btn p, .main_banner04_btn p {
	font-size: 20px;
	color: #f3f3f3;
}

.main_banner04_title_icon {
	width: 93px;
	height: 194px;
	position: absolute;
	top: 20%;
	left: 45.7%;
}
/* ---------------------------------------- 메인 배너 끝 ---------------------------------------- */


#section01, #section02, #section04 {
	width: 100%;
}

#section01_box {
	max-width: 1400px;
	padding: 80px 0;
	display: flex;
	justify-content: center;
}

#section01_category_menu_box {
	max-width: 1220px;
	gap: 80px;
	display: flex;
	margin: 0;
}

#section01_category_menu_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.section01_menu01, .section01_menu02, 
.section01_menu03, .section01_menu04, .section01_menu05 {
	width: calc(100%/5);
}

.section01_menu01 img, .section01_menu02 img, .section01_menu03 img, 
.section01_menu04 img, .section01_menu05 img {
	transition: all 0.2s linear;
	width: 100%;
	height: auto;
}

#section01_category_menu_box > div a:hover img {
	transform: scale(1.03);
}

.section01_menu01 p, .section01_menu02 p, .section01_menu03 p, 
.section01_menu04 p, .section01_menu05 p {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 12px;
	transition: color .25s ease;
}

#section01_category_menu_box > div a:hover p {
	color: #f79a49;
}

#section02_box  {
	max-width: 1400px;
	padding-top: 80px;
	padding-bottom: 160px;
	display: flex;
}

.section02_text_btn_box {
	margin-left: 0;
}

.section02_text_btn_box > p:nth-of-type(1) {
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
}

.section02_text_btn_box > p:nth-of-type(2) {
	font-size: 20px;
	color: #777;
	margin-top: 20px;
}

.section02_text_btn_box img {
	display: none;
}

.section02_btn {
	border: solid 1px #aeaeae;
	background-color: rgba(0, 0, 0, 0);
	padding: 20px 70px;
	border-radius: 100px;
	margin-top: 160px;
	transition: border-color .25s ease, color .25s ease;
	cursor: pointer;
}

.section02_btn p {
	font-size: 18px;
	color: #767676;
	transition: color .20s ease;
}

.section02_btn:hover {
	border-color: #f79a49
}

.section02_btn:hover p {
	color: #F79A49;
}

.section02_img_btn_box {
	width: 1040px;
	position: relative;
	margin-right: 0;
}

.section02_img_btn_left, .section02_img_btn_right {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: solid 1px #dbdbdb;
	border-radius: 100%;
	top: 30%;
	cursor: pointer;
	z-index: 1;
}

.section02_img_btn_left {
	left: -20px;
}

.section02_img_btn_right {
	right: -20px;
}
.section02_btn_left {
	width: 8px;
    height: 8px;
    border-top: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    transform: rotate(-135deg);
    margin-left: 16px;
}

.section02_btn_right {
	width: 8px;
    height: 8px;
    border-top: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    transform: rotate(45deg);
    margin-left: 13px;
}

.section02_img_btn_left.disabled, .section02_img_btn_right.disabled {
    cursor: default;
    pointer-events: none;
}

.section02_img_btn_left:hover {
	border: none;
	background-color: rgba(247, 154, 73, 90%);
}

.section02_img_btn_right:hover {
	border: none;
	background-color: rgba(247, 154, 73, 90%);
}

.section02_img_btn_left:hover .section02_btn_left {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.section02_img_btn_right:hover .section02_btn_right {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.section02_img_box {
	width: 100%;
	overflow: hidden;
}

.section02_img_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.section02_img_box_slide {
	display: flex;
	gap: 40px;
}

.se02_img_box {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.se02_img_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    background: linear-gradient(
        to bottom,
        rgba(25, 25, 25, 0) 60%,
        rgba(25, 25, 25, 7.5%) 100%
    );
    pointer-events: none;
    transition: height 0.35s ease-out, opacity 0.35s ease-out;
	z-index: 1;
}

.section02_img_box a:hover .se02_img_box::after {
    height: 100%;
    opacity: 1;
}

.se02_img_box img {
	display: block;
}

.se02_buy_btn_box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 0;
	background: linear-gradient(
		120deg, 
		#FDB46A 0%, 
		#F79A49 50%, 
		#E16E22 110%
		);
	box-shadow: inset -2px -1px 4px rgba(244, 142, 142, 40%), 
				inset  1px  1px 4px rgba(255, 229, 202, 75%);
	border: none;
	width: 142px;
	border-radius: 100px;
	cursor: pointer;
	z-index: 2;
	transition: bottom 0.4s ease;
}

.section02_img_box a:hover .se02_buy_btn_box {
    bottom: 30px;
}

.se02_buy_btn {
	width: 20px;
	height: 20px;
	margin: 0;
}

.se02_buy_btn img {
	display: block;
	width: 100%;
	height: 100%;
}

.se02_buy_btn_box > p {
	font-size: 16px;
	font-weight: 700;
	color: #f3f3f3;
	margin: 0;
	letter-spacing: 0;
}

.section02_text {
	margin-top: 20px;
}

.section02_text > p:nth-of-type(1) {
	font-size: 15px;
	font-weight: 500;
}

.section02_text > p:nth-of-type(2) {
	font-size: 15px;
	margin-top: 4px;
}

.section02_price_box {
	display: flex;
	align-items: flex-end;
	margin-top: 12px;
}

.section02_img01_box .section02_price_box, .section02_img06_box .section02_price_box {
	margin-top: 30px;
}

.section02_price {
	display: flex;
	align-items: center;
	margin: 0;
}

.section02_price > p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
}

.section02_price > p:nth-of-type(2) {
	font-size: 14px;
	margin-left: 2px;
}

.section02_price_box > p {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
	margin-bottom: 2px;
}

#section03_box  {
	width: 100%;
	background-color: #FFF3E6;
	display: flex;
	flex-direction: column;
}

#section03_title {
	width: 1400px;
	padding-top: 60px;
	padding-bottom: 40px;
	display: flex;
	justify-content: flex-start;
}

#section03_title > p {
	font-family: "Paperozi";
	font-size: 32px;
	font-weight: 500;
	margin: 0;
}

.section03_hashtag {
	margin-left: 40px;
	display: flex;
	align-items: flex-end;
    margin-bottom: 1px;
}

.section03_hashtag p {
	font-size: 24px;
	color: #777;
	margin-left: 40px;
	font-family: "Paperozi";
	font-weight: 300;
}

.section03_hashtag p:nth-of-type(1) {
	margin-left: 0;
}

#section03_contents_box {
	width: 1400px;
	display: flex;
	gap: 40px;
	padding-bottom: 60px;
}

.section03_img {
	width: calc(100%/2);
	margin: 0;
	position: relative;
}

.section03_img > a {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

.section03_img img {
	border-radius: 20px;
}

.section03_img_text_btn_box {
	position: absolute;
	left: 45px;
	top: 60px;
	height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section03_img_text p {
	font-family: "Paperozi";
}

.section03_img_text p:nth-of-type(1) {
	font-size: 20px;
	color: #eee;
	font-weight: 300;
}

.section03_img_text p:nth-of-type(2) {
	font-family: "YeogiOttaeJalnanGothic";
	font-size: 36px;
	color: #f3f3f3;
	padding: 16px 0;
}

.section03_img_text p:nth-of-type(3) {
	font-size: 18px;
	color: #ededed;
	font-weight: 300;
}

.section03_img_btn {
	background-color: #D97B43;
	border: none;
	border-radius: 100px;
	padding: 15px 0;
	padding-left: 36px;
	padding-right: 32px;
	display: flex;
	align-items: center;
	margin-left: 0;
	cursor: pointer;
}

.section03_img_btn p {
	color: #f3f3f3;
	font-size: 14px;
}

.section03_recipe_more {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.se03_btn_more {
	width: 4px;
    height: 4px;
    border-top: 1px solid #FFF6EE;
    border-right: 1px solid #FFF6EE;
    transform: rotate(45deg);
}

.section03_product {
	width: calc(100%/2);
	height: 460px;
    overflow-y: scroll;
    overflow-x: hidden;

	 /* Firefox용 */
 	scrollbar-width: thin;
  	scrollbar-color: #999 transparent;
}


/* Chrome / Edge / Safari */
.section03_product::-webkit-scrollbar {
	width: 6px;
}

.section03_product::-webkit-scrollbar-track {
	background: transparent;
}

.section03_product::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 3px;
	min-height: 140px;
}

.section03_product::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
/* Chrome / Edge / Safari */


.section03_product_scroll_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-right: 20px;
}

.section03_product01, .section03_product02, .section03_product03, 
.section03_product04, .section03_product05, .section03_product06 {
	background-color: #fff;
	border-radius: 20px;
	width: calc(100% - 20px);
	height: auto;
	margin: 0;
}

.section03_product_scroll_box a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	gap: 20px;
	border-radius: 20px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: box-shadow .25s ease, transform .25s ease;
}

.section03_product_scroll_box a:hover {
	box-shadow: 0 1px 6px rgba(25, 25, 25, 4%);
	transform: translateY(-3px);
}

.section03_product_scroll_box img {
	margin: 20px 0;
	margin-left: 20px;
}

.section03_product_text {
	margin: 0;
}

.section03_product_text > p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 500;
}

.section03_product_text > p:nth-of-type(2) {
	color: #767676;
	margin-top: 10px;
}

.section03_price_box {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}

.section03_price {
	display: flex;
	align-items: center;
	margin: 0;
}

.section03_price > p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
}

.section03_price > p:nth-of-type(2) {
	font-size: 14px;
	margin-left: 2px;
	color: #333;
	margin-top: 0;
}

.section03_price_box > p {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
	margin-bottom: 1px;
}

#section04_box  {
	max-width: 1400px;
	padding-top: 160px;
	padding-bottom: 80px;
	display: flex;
}

.section04_text_btn_box {
	margin-left: 0;
}

.section04_text_btn_box img {
	display: none;
}

.section04_text_btn_box > p:nth-of-type(1) {
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
}

.section04_text_btn_box > p:nth-of-type(2) {
	font-size: 20px;
	color: #777;
	margin-top: 20px;
}

.section04_btn {
	border: solid 1px #aeaeae;
	background-color: rgba(0, 0, 0, 0);
	padding: 20px 70px;
	border-radius: 100px;
	margin-top: 150px;
	transition: border-color .25s ease, color .25s ease;
	cursor: pointer;
}

.section04_btn p {
	font-size: 18px;
	color: #767676;
	transition: color .20s ease;
}

.section04_btn:hover {
	border-color: #f79a49
}

.section04_btn:hover p {
	color: #F79A49;
}

.section04_img_btn_box {
	width: 1040px;
	position: relative;
	margin-right: 0;
}

.section04_img_box {
	width: 100%;
	overflow: hidden;
}

.section04_img_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.section04_img_box_slide {
	display: flex;
	gap: 40px;
}

.se04_img_box {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.se04_img_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    background: linear-gradient(
        to bottom,
        rgba(25, 25, 25, 0) 60%,
        rgba(25, 25, 25, 7.5%) 100%
    );
    pointer-events: none;
    transition: height 0.35s ease-out, opacity 0.35s ease-out;
	z-index: 1;
}

.section04_img_box a:hover .se04_img_box::after {
    height: 100%;
    opacity: 1;
}

.se04_img_box img {
	display: block;
}

.se04_buy_btn_box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 0;
	background: linear-gradient(
		120deg, 
		#FDB46A 0%, 
		#F79A49 50%, 
		#E16E22 110%
		);
	box-shadow: inset -2px -1px 4px rgba(244, 142, 142, 40%), 
				inset  1px  1px 4px rgba(255, 229, 202, 75%);
	border: none;
	width: 142px;
	border-radius: 100px;
	cursor: pointer;
	z-index: 2;
	transition: bottom 0.4s ease;
}

.section04_img_box a:hover .se04_buy_btn_box {
    bottom: 25px;
}

.se04_buy_btn {
	width: 20px;
	height: 20px;
	margin: 0;
}

.se04_buy_btn img {
	display: block;
	width: 100%;
	height: 100%;
}

.se04_buy_btn_box > p {
	font-size: 16px;
	font-weight: 700;
	color: #f3f3f3;
	margin: 0;
	letter-spacing: 0;
}

.section04_text {
	margin-top: 20px;
}

.section04_text > p:nth-of-type(1) {
	font-size: 15px;
	font-weight: 500;
}

.section04_text > p:nth-of-type(2) {
	font-size: 15px;
	margin-top: 4px;
}

.section04_price_box {
	display: flex;
	align-items: flex-end;
	margin-top: 12px;
}

.section04_img02_box .section04_price_box {
	margin-top: 30px;
}

.section04_price {
	display: flex;
	align-items: center;
	margin: 0;
}

.section04_price > p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
}

.section04_price > p:nth-of-type(2) {
	font-size: 14px;
	margin-left: 2px;
}

.section04_price_box > p {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
	margin-bottom: 2px;
}

#section05 {
	width: 100%;
}

#section05_contents {
	max-width: 1400px;
	padding: 80px 0;
	display: flex;
	gap: 40px;
}

.section05_category01, .section05_category02, .section05_category03 {
	width: calc(100% / 3);
}

.section05_img_box {
	background-color: #FFF3E6;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 20px 30px;
}

.section05_img_text {
	margin: 0;
}

.se05_text01, .se05_text02 {
	display: flex;
	align-items: center;
}

.se05_text01 > p, .se05_text02 > p {
	margin: 0;
	font-size: 20px;
}

.se05_text_point {
	color: #f79a49;
	font-weight: 600;
}

.section05_category01 .se05_text_point, .section05_category02 .se05_text_point {
	margin: 0 4px;
}

.section05_category01 .se05_text01 > .se05_text_point {
	margin-left: 0;
}

.section05_category02 .se05_text01 > .se05_text_point {
	margin: 0;
}

.section05_category02 .se05_text02 > .se05_text_point {
	margin-right: 0;
}

.section05_img_box > img {
	margin: 0;
}

.se05_product_box {
	margin-top: 20px;
	display: flex;
    flex-direction: column;
}

.se05_product {
	margin: 0;
}

.se05_product:hover .se05_product_text > p:nth-of-type(2) {
	color: #f79a49;
}

.se05_product a {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	gap: 20px;
}

.se05_product img {
	margin: 0;
}

.se05_product_text {
	margin: 0;
	display: flex;
    flex-direction: column;
}

.se05_product_text > p:nth-of-type(1) {
	font-size: 14px;
	color: #767676;
	margin-left: 0;
}

.se05_product_text > p:nth-of-type(2) {
	font-weight: 500;
	margin-top: 4px;
	margin-left: 0;
	transition: color .20s ease;
}

.section05_price_box {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
	margin-left: 0;
}

.section05_img02_box .section05_price_box {
	margin-top: 30px;
}

.section05_price {
	display: flex;
	align-items: center;
	margin: 0;
}

.section05_price > p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 500;
}

.section05_price > p:nth-of-type(2) {
	font-size: 14px;
	margin-left: 2px;
}

.section05_price_box > p {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
	margin-bottom: 2px;
}

.se05_line {
	width: 100%;
	height: 1px;
	background-color: #dbdbdb;
}

#section06 {
	width: 100%;
}

#section06_box {
	max-width: 1400px;
	padding: 80px 0;
}

#section06_box  > p {
	font-size: 32px;
	font-weight: 500;
}

#section06_box > p a {
	display: none;
}

.section06_contents {
	margin-top: 40px;
	width: 100%;
}

.section06_product_box {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.se06_product {
	 width: auto;
}

.se06_product a {
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
	gap: 20px;
}

.se06_product a:hover .se06_product_text > p:nth-of-type(2) {
	color: #f79a49;
}

.se06_img_box {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.se06_img_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    background: linear-gradient(
        to bottom,
        rgba(25, 25, 25, 0) 60%,
        rgba(25, 25, 25, 7.5%) 100%
    );
    pointer-events: none;
    transition: height 0.35s ease-out, opacity 0.35s ease-out;
	z-index: 1;
}

.se06_product a:hover .se06_img_box::after {
    height: 100%;
    opacity: 1;
}

.se06_img_box img {
	display: block;
}

.se06_buy_btn_box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 0;
	background: linear-gradient(
		120deg, 
		#FDB46A 0%, 
		#F79A49 50%, 
		#E16E22 110%
		);
	box-shadow: inset -2px -1px 4px rgba(244, 142, 142, 40%), 
				inset  1px  1px 4px rgba(255, 229, 202, 75%);
	border: none;
	width: 142px;
	border-radius: 100px;
	cursor: pointer;
	z-index: 2;
	transition: bottom 0.4s ease;
}

.se06_product a:hover .se06_buy_btn_box {
    bottom: 45px;
}

.se06_buy_btn {
	width: 20px;
	height: 20px;
	margin: 0;
}

.se06_buy_btn img {
	display: block;
	width: 100%;
	height: 100%;
}

.se06_buy_btn_box > p {
	font-size: 16px;
	font-weight: 700;
	color: #f3f3f3;
	margin: 0;
	letter-spacing: 0;
}

.se06_product img {
	display: block;
	width: 100%;
	height: 100%;
}

.se06_product_text {
	margin: 0;
	display: flex;
    flex-direction: column;
}

.se06_product_text > p:nth-of-type(1) {
	margin-left: 0;
	font-weight: 500;
}

.se06_product_text > p:nth-of-type(2) {
	margin-top: 4px;
	margin-left: 0;
	color: #505050;
	transition: color .20s ease;
}

.section06_price_box {
	display: flex;
	align-items: flex-end;
	margin-top: 16px;
	margin-left: 0;
}

.section06_img02_box .section06_price_box {
	margin-top: 30px;
}

.section06_price {
	display: flex;
	align-items: center;
	margin: 0;
}

.section06_price > p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
}

.section06_price > p:nth-of-type(2) {
	margin-left: 2px;
}

.section06_price_box > p {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
	margin-bottom: 2px;
}

.section06_btn {
	display: block;
    margin: 80px auto 0;
	border: solid 1px #aeaeae;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 70px;
    border-radius: 100px;
    transition: border-color .25s ease, color .25s ease;
    cursor: pointer;
}

.section06_btn p {
	font-size: 18px;
	color: #767676;
	transition: color .20s ease;
}

.section06_btn:hover {
	border-color: #f79a49
}

.section06_btn:hover p {
	color: #F79A49;
}

#section07 {
    width: 100%;
}

#section07_wrap {
	width: 100%;
    padding: 80px 0;
	overflow: hidden;
}

.section07_viewport {
    width: 1420px;
    margin: 0 auto;
    position: relative;
}

.section07_mobile {
	display: none;
}

.section07_btn_left, .section07_btn_right {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	border: none;
	background-color: rgba(25, 25, 25, 70%);
	cursor: pointer;
}

.section07_btn_right {
	right: 0;
}

.se07_btn {
	width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
	margin-left: 13px;
}

.section07_btn_left .se07_btn {
    transform: rotate(-135deg);
	margin-left: 16px;
}

.section07_contents {
    display: flex;
	justify-content: center;
	gap: 20px;
}

.se07_img_box {
    position: relative;
    width: 440px;
    height: 550px;
    flex: 0 0 440px;
	cursor: pointer;
}

.se07_img_box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.se07_img_box.active {
    opacity: 100%;
    pointer-events: auto;
}

.se07_img_box.dimmed {
	opacity: 40%;
	pointer-events: none; 
	transition: opacity .25s ease;
}

.se07_img_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: opacity .3s ease;
	opacity: 0;
}

.se07_img_box:hover .se07_img_hover {
	opacity: 1;
	transform: translateY(0);
}

.se07_img_hover a {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 25, 25, 75%);
	border-radius: 10px;
}

.se07_img_hover a > p{
	color: #f3f3f3;
	font-size: 24px;
	font-weight: 500;
	padding-top: 40px;
	padding-left: 40px;
	margin: 0;
}

.se07_img_text_box {
	padding-bottom: 40px;
	padding-left: 40px;
	margin: 0;
}

.se07_img_text_box > p {
	color: #f3f3f3;
}

.se07_img_text_box > p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 500;
}

.se07_img_text_box > p:nth-of-type(2) {
	font-size: 18px;
	margin-top: 12px;
}

.se07_img_btn {
	width: 24px;
	height: 24px;
	margin-top: 40px;
	margin-left: 0;
}

/* #section08 {
	width: 100%;
}

.section08_banner {
	max-width: 1400px;
	height: 200px;
	padding: 80px 0;
}

.section08_banner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #FDEBDB;
    box-sizing: border-box;
    text-decoration: none;
}

.se08_text {
    display: flex;
    flex-direction: column;
    gap: 6px;
	padding-left: 240px;
	margin: 0;
}

.se08_text > p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 500;
	margin: 0;
}

.se08_banner_slogan {
	display: flex;
	align-items: center;
}

.se08_banner_slogan img {
	width: 18px;
	height: 18px;
	margin-left: 4px;
}

.se08_banner_slogan > img {
    display: inline-block;
    transform: translateY(140%);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
}

.section08_banner a:hover .se08_banner_slogan img {
    transform: translateY(0);
    opacity: 1;
}

.section08_banner a > img {
    display: block;
    height: 240px;
    width: auto;
	margin: 0;
	padding-right: 240px;
    margin-top: -40px;
} */

#section08 {
    width: 100%;
    background-color: #FDEBDB;
	margin: 80px 0;
}

.section08_banner {
    max-width: 1400px;
    box-sizing: border-box;
}

.section08_banner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}

.se08_text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 240px;
    margin: 0;
}

.se08_text > p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.se08_banner_slogan {
    display: flex;
    align-items: center;
}

.se08_banner_slogan img {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.se08_banner_slogan > img {
    display: inline-block;
    transform: translateY(140%);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
}

.section08_banner a:hover .se08_banner_slogan img {
    transform: translateY(0);
    opacity: 1;
}

.section08_banner a > img {
    display: block;
    width: auto;
    margin: 0;
    padding-right: 240px;
    margin-top: -40px;
}

#section09 {
	width: 100%;
}

#section09_contents {
	max-width: 1400px;
	padding-top: 80px;
	padding-bottom: 200px;
}

.section09_title {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.section09_title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: 500;
}

.section09_title p:nth-of-type(2) {
	font-size: 20px;
	color: #767676;
	transition: color .20s ease;
}

.section09_title p:nth-of-type(2):hover {
	color: #f79a49;
}

.section09_contents_img_box {
	width: 100%;
	margin-top: 40px;
}

.se09_img_box {
    width: 100%;
    height: 320px;
    display: flex;
    gap: 20px;
}

.se09_img_box {
	width: 100%;
	height: 320px;
	display: flex;
	gap: 20px;
}

.se09_img {
	width: 100%;
	height: 100%;
	transition: transform 0.2s linear;
}

.se09_img a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.se09_img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.se09_img:hover {
	transform: scale(1.05);
}


/* -------------------------------- 모바일 -------------------------------- */
@media (max-width: 480px){
	header {
		height: auto;
		box-shadow: none;
		position: absolute;
        z-index: 2;
	}

	#main_logo_box {
		display: block;
		height: auto;
	}

	.main_logo {
		width: 81px;
		height: 40px;
		padding: 15px 0;
	}

	.main_logo img {
		width: 100%;
		height: 100%;
	}

	.bottom_bar_category_icon_mouseover,
	.bottom_bar_top_mouseover, .bottom_bar_home_icon {
		position: absolute;
		inset: 0;
		opacity: 0;
		transition: opacity .2s;
	}

	#bottom_bar_category_box.active .bottom_bar_category_icon {
		opacity: 0;
	}
	
	#bottom_bar_category_box.active .bottom_bar_category_icon_mouseover, .bottom_bar_home_mouseover {
		opacity: 1;
	}
	
	#bottom_bar_home_box p {
		color: #f79a49;
	}


/*---------- 배너 ----------*/
	#main_banner {
		height: auto;
		min-height: 0;
	}

	#main_banner_viewport {
		display: none;
	}

	#mobile_main_banner_viewport {
		display: block;
		width: 100%;
		height: 100%;
	}

	#mobile_banner_box {
		width: 100%;
		height: 100%;
	}

	#mobile_banner_box a {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.mobile_banner_text_box, .mobile_banner_text_btn_box {
		position: absolute;
	}

	.mobile_banner_text_box {
		text-align: center;
	}

	.mobile_banner_text_btn_box {
		left: 40px;
		bottom: 40px;
	}

	.mobile_banner_text_box p:nth-of-type(1){
		color: #F79A49;
		font-size: 20px;
		text-shadow: 0 0 6px rgba(25, 25, 25, 4%);
	}

	.mobile_banner_text_box p:nth-of-type(2){
		font-family: "Lotteria";
		color: #1d1d1d;
		font-size: 32px;
		margin: 4px 0;
	}

	.mobile_banner_text_box p:nth-of-type(3){
		color: #666;
		font-size: 12px;
		font-weight: 300;
		text-shadow: 0 0 6px rgba(0, 0, 0, 3%);
		letter-spacing: 0.16em
	}

	.mobile_banner_text_btn_box > p:nth-of-type(1) {
		color: #5a5a5a;
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 7px;
		margin-left: 4px;
	}

	.mobile_banner03 .mobile_banner_text_btn_box > p:nth-of-type(1) {
		color: #f3f3f3;
	}

	.mobile_banner_text_btn_box p:nth-of-type(2) {
		font-family: "YeogiOttaeJalnanGothic";
		color: #2A9640;
		font-size: 35px;
	}

	.mobile_banner03 .mobile_banner_text_btn_box p:nth-of-type(2) {
		color: #CA6D40;
	}

	.mobile_banner04 .mobile_banner_text_btn_box p:nth-of-type(2) {
		color: #D8281C;
	}

	.main_banner02_btn, .main_banner03_btn, .main_banner04_btn {
		margin-top: 40px;
		border: none;
		background-color: #D8281C;
		padding: 15px 45px;
		border-radius: 100px;
		cursor: pointer;
	}

	.main_banner02_btn {
		background-color: #2A9640;
	}

	.main_banner03_btn {
		background-color: #CA6D40;
	}

	.main_banner02_btn p, .main_banner03_btn p, .main_banner04_btn p {
		font-size: 18px;
		color: #f3f3f3;
	}

	#mobile_banner_box img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.banner_swiper .swiper-pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 4px;
	}

	.banner_swiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 1px solid #fff;      /* 흰색 테두리 */
		background: transparent;     /* 안은 비워두기 */
		opacity: 1;                  /* 흐려지지 않게 */
		margin: 0 4px;               /* 점 사이 간격 */
	}

	/* 활성 상태(현재 페이지) */
	.banner_swiper .swiper-pagination-bullet-active {
		width: 14px;
		height: 14px;
		background: #fff;            /* 안을 꽉 채우기 */
		border-color: #fff;          /* 테두리도 흰색 유지 */
	}
/*---------- 배너 ----------*/


/*-------------------- 섹션01 --------------------*/
	#section01_box {
		width: calc(100% - 40px);
		padding: 40px 0;
	}

	#section01_category_menu_box {
		gap: 10px;
	}

	.section01_menu01 p, .section01_menu02 p, .section01_menu03 p, 
	.section01_menu04 p, .section01_menu05 p {
		font-size: 15px;
		margin-top: 2px;
	}
/*-------------------- 섹션01 --------------------*/


/*---------- 섹션02 ----------*/
	#section02_box {
		width: 100%;
		padding: 40px 0;
		flex-direction: column;
	}

	.section02_text_btn_box {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.section02_text_btn_box br {
		display: none;
	}

	.section02_btn {
		display: none;
	}

	.section02_text_btn_box > p:nth-of-type(1) {
		font-size: 24px;
		margin-top: 0px;
	}

	.section02_text_btn_box > p:nth-of-type(2) {
		width: 100%;
		font-size: 15px;
		margin-top: 4px;
		display: flex;
        align-items: center;
		justify-content: space-between;
	}

	.section02_text_btn_box a {
		display: block;
		margin: 0;
	}

	.section02_text_btn_box img {
		display: block;
	}

	.section02_img_btn_box {
		width: 100%;
		margin-top: 20px;
	}
	
	.section02_img_btn_left, .section02_img_btn_right {
		display: none;
	}

	.section02_img_box_slide {
		gap: 0px;
		width: 260px;
	}

	.section02_swiper {
		width: 100%;
	}

	.section02_swiper .swiper-slide {
		width: 260px;
	}

	.section02_swiper .swiper-slide a {
		display: block;
		width: 100%;
	}
/*---------- 섹션02 ----------*/


/*-------------------- 섹션03 --------------------*/
	#section03_box {
		width: 100%;
		padding: 40px 0;
		background-color: rgba(0, 0, 0, 0);
	}

	#section03_title {
		width: calc(100% - 40px);
		padding-top: 0px;
		padding-bottom: 0px;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}

	#section03_title > p {
		font-size: 24px;
	}

	.section03_hashtag {
		margin-left: 0px;
		margin-bottom: 0px;
		gap: 24px;
	}

	.section03_hashtag p {
		font-size: 15px;
		margin: 0;
		margin-top: 6px;
	}

	#section03_contents_box {
		width: 100%;
		flex-direction: column;
		gap: 20px;
		padding-bottom: 0px;
		margin-top: 20px;
	}

	.section03_img {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.se03_mobile_img {
		width: 100%;
		height: 100%;
	}

	.se03_mobile_img img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		display: block;
	}

	.section03_img_text_btn_box {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% - 40px);
	}

	.section03_img_text {
		margin: 0;
	}

	.section03_img_text p:nth-of-type(1) {
		font-size: 12px;
	}

	.section03_img_text p:nth-of-type(2) {
		font-size: 22px;
		padding: 6px 0;
	}

	.section03_img_text p:nth-of-type(3) {
		font-size: 12px;
	}

	.section03_img_btn {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		border-radius: 100px;
		padding: 0;
		display: flex;
		align-items: center;
		margin-left: 0;
		cursor: pointer;
	}

	.section03_img_btn p {
		color: #D97B43;
		font-size: 14px;
	}

	.se03_btn_more {
		border-top: 1px solid #D97B43;
		border-right: 1px solid #D97B43;
	}

	.section03_product {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.section03_product_scroll_box {
		flex-direction: row;
		gap: 0;
	}

	.section03_product_scroll_box a {
		flex-direction: column;
		gap: 12px;
	}

	.section03_swiper .swiper-slide{
		width: 180px;
	}

	.section03_product_scroll_box img {
		margin-left: 0;
		border-radius: 10px;
	}

	.section03_product_text > p:nth-of-type(1) {
		font-size: 16px;
	}

	.section03_product_text > p:nth-of-type(2) {
		font-size: 14px;
	}

	.section03_product01 .section03_price_box, .section03_product03 .section03_price_box, 
	.section03_product06 .section03_price_box {
		margin-top: 39px;
	}

	.section03_price_box > p {
		margin-bottom: 2px;
	}
	
/*-------------------- 섹션03 --------------------*/


/*---------- 섹션04 ----------*/
	#section04_box {
		width: 100%;
		padding: 40px 0;
		flex-direction: column;
	}

	.section04_text_btn_box {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.section04_text_btn_box br {
		display: none;
	}

	.section04_btn {
		display: none;
	}

	.section04_text_btn_box > p:nth-of-type(1) {
		font-size: 24px;
		margin-top: 0px;
	}

	.section04_text_btn_box > p:nth-of-type(2) {
		width: 100%;
		font-size: 15px;
		margin-top: 4px;
		display: flex;
        align-items: center;
		justify-content: space-between;
	}

	.section04_text_btn_box a {
		display: block;
		margin: 0;
	}

	.section04_text_btn_box img {
		display: block;
	}

	.section04_img_btn_box {
		width: 100%;
		margin-top: 20px;
	}
	
	.section04_img_btn_left, .section04_img_btn_right {
		display: none;
	}

	.section04_img_box_slide {
		gap: 0px;
		width: 230px;
	}

	.section04_swiper {
		width: 100%;
	}

	.section04_swiper .swiper-slide {
		width: 230px;
	}

	.section04_swiper .swiper-slide a {
		display: block;
		width: 100%;
	}
/*---------- 섹션04 ----------*/


/*-------------------- 섹션05 --------------------*/
	#section05 {
		width: calc(100% - 40px);
		padding: 40px 0;
		margin-bottom: 40px;
	}

	#section05_contents {
		width: 100%;
		gap: 0;
		padding: 0;
	}

	.section05_img_box {
		border-radius: 10px;
		padding: 20px;
	}

	.section05_img_box > img {
		display: block;
		width: 140px;
		height: 140px;
	}

	.se05_text01 > p, .se05_text02 > p {
		font-size: 18px;
	}

	.se05_product a {
		width: auto;
	}

	.section05_price_box {
		margin-top: auto;
	}

	.section05_swiper .swiper-pagination {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section05_swiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: none;
		background: #dbdbdb;
		opacity: 1;
		margin: 0 10px;
	}

	.section05_swiper .swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		background: #f79a49;
	}
/*-------------------- 섹션05 --------------------*/


/*---------- 섹션06 ----------*/
	#section06 {
		width: 100%;
		padding: 40px 0;
	}

	#section06_box {
		width: 100%;
		padding: 0;
	}

	#section06_box > p {
		width: calc(100% - 40px);
		font-size: 24px;
		display: flex;
		align-items: flex-end;
        justify-content: space-between;
	}

	#section06_box > p a {
		display: flex;
		margin: 0;
	}

	.section06_contents {
		margin-top: 20px;
	}

	.section06_product_box {
		gap: 0;
	}

	.section06_swiper {
		width: 100%;
	}

	.section06_swiper .swiper-slide {
		width: 320px;
	}

	.section06_btn {
		display: none;
	}
/*---------- 섹션06 ----------*/


/*-------------------- 섹션07 --------------------*/
	#section07 {
		width: 100%;
		padding: 40px 0;
	}

	#section07_wrap {
		width: 100%;
		padding: 0;
	}

	.section07_viewport {
		display: none;
	}

	.section07_mobile {
		display: block;
		width: 100%;
		height: 480px;
	}

	.mobile_se07_img {
		width: 100%;
		height: 100%;
	}

	.mobile_se07_img a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.mobile_se07_img a::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 10px;
		background: linear-gradient(
			0deg,
			rgb(16, 16, 16) 10%,
			rgba(16, 16, 16, 0) 65%
		);
		z-index: 1;
		opacity: 85%;
	}

	.mobile_se07_img img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		object-fit: cover;
		display: block;
		position: relative;
		z-index: 0;
	}

	.text_box {
		position: absolute;
		bottom: 30px;
		left: 30px;
		z-index: 2; 
	}

	.text_box p {
		color: #f3f3f3;
	}

	.text_box p:nth-of-type(1) {
		font-size: 15px;
	}

	.text_box p:nth-of-type(2) {
		font-size: 20px;
		font-weight: 500;
		margin-top: 20px;
	}

	.text_box p:nth-of-type(3) {
		font-size: 15px;
		margin-top: 6px;
	}

	.text_box img {
		display: block;
		width: 24px;
		height: 24px;
		margin-top: 20px;
		margin-left: 0;
	}

	.section07_swiper {
		width: 100%;
	}

	.section07_swiper .swiper-slide {
		width: 335px;
	}
/*-------------------- 섹션07 --------------------*/


/*---------- 섹션08 ----------*/
	#section08 {
		width: 100%;
		margin: 40px 0;
	}

	.section08_banner {
		width: 100%;
		max-width: 100%;
		margin: 0;
		height: 120px;
		box-sizing: border-box;
	}

	.section08_banner a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #FDEBDB;
	}

	.se08_text {
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%); /* 세로 가운데 정렬 */
		display: flex;
		flex-direction: column;
		gap: 4px;
		padding: 0;
		margin: 0;
		z-index: 1;
	}

	.se08_text > p:nth-of-type(1) {
		font-size: 16px;
		margin: 0;
	}

	.se08_banner_slogan p {
		font-size: 14px;
		margin: 0;
	}

	.se08_banner_slogan > img {
		width: 16px;
		height: 16px;
		margin-left: 4px;
		opacity: 1;
		transform: none;
		transition: none;
	}

	.section08_banner a > img {
		position: absolute;
		right: 30px;
		bottom: 0;
		height: 140px;
		width: auto;
		padding: 0;
		margin: 0;
	}
/*---------- 섹션08 ----------*/


/*-------------------- 섹션09 --------------------*/
	#section09 {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 140px;
	}

	#section09_contents {
		width: 100%;
		padding: 0;
	}

	.section09_title {
		width: calc(100% - 40px);
		flex-direction: row;
		align-items: flex-end;
	}

	.section09_title p:nth-of-type(1) {
		font-size: 24px;
		margin: 0;
	}

	.section09_title p:nth-of-type(2) {
		font-size: 16px;
		margin: 0;
		margin-bottom: 2px;
	}

	.section09_contents_img_box {
		margin-top: 20px;
		padding-bottom: 35px !important;
	}

	.se09_img_box {
		gap: 0px;
	}

	.se09_img {
		transition: none;
	}

	.se09_img img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.se09_img:hover {
		transform: none;
	}

	.section09_swiper {
		width: 100%;
	}

	.section09_swiper .swiper-slide {
		width: 335px;
	}

	.section09_swiper .swiper-pagination {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section09_swiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: none;
		background: #dbdbdb;
		opacity: 1;
		margin: 0 10px;
	}

	.section09_swiper .swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		background: #f79a49;
	}
/*-------------------- 섹션09 --------------------*/
}