#wrap {
	background-image: url("../../img/recipe/recipe-list/main_BG.svg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

/* ------------------------------ 메인 타이틀 시작 ------------------------------ */
#main_title_box {
	max-width: 1400px;
	padding: 60px 0;
}

#main_title_btn_box {
	width: 100%;
}

.title_btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6px;
}

.title_home_btn, .title_arrow_box, .title_text_btn {
	margin: 0;
}

.title_arrow_box {
	width: 24px;
	height: 24px;
}

.title_arrow_box {
	display: flex;
	align-items: center;
}

.title_home_btn {
	position: relative;
  	width: 24px;
  	height: 24px;
	margin-left: 7px;
}

.title_home_btn img {
	position: absolute;
	inset: 0;
	display: block;
}

.title_home_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.home_btn_mouse_leave {
	opacity: 1;
	transition: opacity .25s ease;
}

.home_btn_mouse_over {
	opacity: 0;
	transition: opacity .25s ease;
}

.title_home_btn:hover .home_btn_mouse_leave  {
  	opacity: 0;
}

.title_home_btn:hover .home_btn_mouse_over {
  	opacity: 1;
}

.title_arrow_btn {
	width: 5px;
    height: 5px;
    border-top: 1px solid #767676;
    border-right: 1px solid #767676;
    transform: rotate(45deg);
}

.title_text_btn p {
	color: #767676;
	transition: color .15s ease-out;
}

.title_btn > .title_text_btn:nth-of-type(3) {
	margin-right: 20px;
}

.title_text_btn p:hover {
	color: #f79a49;
}

#title_BG_box {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}

.title_BG_mask {
	width: 800px;
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: titleBGExpand 1.8s ease-out forwards;
}

.title_BG_mask img {
	width: 1400px;
    max-width: none;
    flex-shrink: 0;
}

@keyframes titleBGExpand {
    0% {
        width: 800px;
    }
    100% {
        width: 1400px;
    }
}

#mobile_title_box {
	display: none;
}
/* ------------------------------ 메인 타이틀 끝 ------------------------------ */


/* --------------- 섹션01 시작 --------------- */
#section01 {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 140px;
}

#section01_title_box {
    max-width: 1400px;
    display: flex;
    align-items: flex-end;
}

#section01_title_box > p {
    font-size: 48px;
    font-weight: 600;
    color: #6B452F;
    margin-left: 0;
}

.section01_tab_menu {
    width: auto;
    margin-right: 0;
}

.se01_tab_btn_box {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.se01_tab_btn {
    padding: 16px 40px;
    border: none;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transform: translateX(0);
    transition: transform .25s ease, width .25s ease;
}

.se01_tab_btn > p {
    font-size: 18px;
    color: #9E6636;
    transition: color .35s ease;
}

.se01_tab_btn:hover > p {
    color: #f3f3f3;
}

.se01_tab_btn.active > p {
    color: #f3f3f3;
    font-weight: 500;
}

.section01_tab_menu.hovering .se01_tab_btn.active > p {
    color: #9E6636;
}

.section01_tab_menu.hovering .se01_tab_btn.hover-target > p {
    color: #f3f3f3;
    font-weight: 500;
}

.se01_underbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #6B452F;
    border-radius: 15px;
    z-index: 1;
    transition: transform .3s ease, width .3s ease;
}

.mobile_se01_tad_menu {
	display: none;
}

#section01_contents_box {
	max-width: 1400px;
	margin-top: 40px;
}

.section01_tab_img {
	width: 100%;
}

.section01_img_box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 40px;
}

.se01_img_box02, .se01_img_box03, .se01_img_box04 {
	display: none;
}

.se01_img {
	width: calc(100% / 4);
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(25, 25, 25, 4%);
}

.se01_img a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	gap: 20px;
}

.se01_main_img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.2s linear;
}

.se01_img a:hover .se01_main_img {
    transform: scale(1.05);
}

.se01_img_text_box {
	padding: 0 25px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.se01_img_text_box > p {
	width: fit-content;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #523A2C;
	position: relative;
    display: inline-block;
    z-index: 1;
}

.se01_img_text_box > p:nth-of-type(1):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 15px;
    background-color: rgba(158, 102, 54, 50%);
    transition: width .35s ease;
    z-index: -1;
}

.se01_img a:hover .se01_img_text_box > p::after {
    width: 100%;
}

.se01_img_text_box > p:nth-of-type(2) {
	font-size: 15px;
	font-weight: 400;
	color: #767676;
}

.se01_text01 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
}

.se01_time {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
}

.se01_time p {
	font-weight: 500;
	color: #6B452F;
}

.se01_time img {
	display: block;
	width: 18px;
	height: 18px;
}

.se01_level {
	display: flex;
	align-items: center;
	gap: 1px;
	margin: 0;
}

.se01_level img {
	display: block;
	width: 18px;
	height: 18px;
}

.se01_img_btn {
	width: calc(100% - 50px);
	border: none;
	background-color: #9E6636;
	border-radius: 13px;
	padding: 14px 60px;
	margin-bottom: 25px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 2px;
	margin-top: 4px;
}

.se01_img_btn p {
	font-size: 17px;
	color: #f3f3f3;
	margin-left: 6px;
}

.se01_img_arrow_box {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
}

.se01_arrow {
	width: 5px;
    height: 5px;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    transform: rotate(45deg);
    margin-left: 4px;
}
/* --------------- 섹션01 끝 --------------- */


/* ------------------------------ 섹션02 시작 ------------------------------ */
#section02 {
	width: 100%;
}

#section02_contents_box {
	width: 100%;
	padding: 60px 0;
	background-color: rgba(60, 37, 26, 5%);
	backdrop-filter: blur(2.5px);
}

.section02_title_box {
    max-width: 1400px;
    display: flex;
    flex-direction: column;
	gap: 40px;
}

.section02_title_box > p {
    font-size: 48px;
    font-weight: 600;
    color: #6B452F;
}

.section02_tab_menu {
    width: auto;
	background-color: #FCDCBF;
	border-radius: 100px;
}

.se02_tab_btn_box {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.se02_tab_btn {
    padding: 16px 50px;
    border: none;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transform: translateX(0);
    transition: transform .25s ease, width .25s ease;
}

.se02_tab_btn > p {
    font-size: 18px;
    color: #9E6636;
    transition: color .35s ease;
}

.se02_tab_btn:hover > p {
    color: #f3f3f3;
}

.se02_tab_btn.active > p {
    color: #f3f3f3;
    font-weight: 500;
}

.section02_tab_menu.hovering .se02_tab_btn.active > p {
    color: #9E6636;
}

.section02_tab_menu.hovering .se02_tab_btn.hover-target > p {
    color: #f3f3f3;
    font-weight: 500;
}

.mobile_se02_tad_menu {
	display: none;
}

.se02_underbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #EC9347;
    border-radius: 100px;
    z-index: 1;
    transition: transform .3s ease, width .3s ease;
}

.mobile_se02_tad_menu {
	display: none;
}

.section02_contents_img_box {
	width: 100%;
	margin-top: 40px;
}

.section02_tab_img {
	max-width: 1400px;
}

.section02_img_box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 40px;
}

.se02_img_box02, .se02_img_box03, .se02_img_box04 {
	display: none;
}

.se02_img {
	width: calc(100% / 2);
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(25, 25, 25, 6%);
}

.se02_img a {
	display: flex;
	width: 100%;
	height: 100%;
}

.se02_main_img {
	width: calc(50% + 20px);
	height: auto;
	margin: 0;
}

.se02_main_img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.2s linear;
}

.se02_img a:hover .se02_main_img img {
    transform: scale(1.05);
}

.se02_img_text_box {
	flex: auto;
	padding: 50px 40px;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.se02_img_text_title {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.se02_img_text_title > p {
	width: fit-content;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	color: #6B452F;
	position: relative;
    display: inline-block;
    z-index: 1;
}

.se02_img_text_title > p:nth-of-type(1):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 15px;
    background-color: rgba(236, 147, 71, 60%);
    transition: width .35s ease;
    z-index: -1;
}

.se02_img a:hover .se02_img_text_title > p::after {
    width: 100%;
}

.se02_img_text_title > p:nth-of-type(2) {
	font-size: 16px;
	font-weight: 400;
	color: #767676;
}

.se02_text01 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	margin-top: 8px;
}

.se02_time {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 2px;
}

.se02_time p {
	font-size: 20px;
	color: #EC9347;
}

.se02_time img {
	display: block;
	width: 20px;
	height: 20px;
}

.se02_level {
	display: flex;
	align-items: center;
	gap: 1px;
	margin: 0;
}

.se02_level img {
	display: block;
	width: 20px;
	height: 20px;
}

.se02_img_btn {
	width: 100%;
	border: none;
	background-color: #EC9347;
	border-radius: 13px;
	padding: 17px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}

.se02_img_btn p {
	font-size: 18px;
	color: #f3f3f3;
	margin: 0;
	margin-left: 6px;
}

.se02_img_arrow_box {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	margin: 0;
}

.se02_arrow {
	width: 6px;
    height: 6px;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    transform: rotate(45deg);
    margin-left: 4px;
}
/* ------------------------------ 섹션02 끝 ------------------------------ */


/* --------------- 섹션03 시작 --------------- */
#section03 {
	width: 100%;
	padding-top: 140px;
	padding-bottom: 200px;
}

#section03_contents_box {
	max-width: 1400px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.section03_title {
	display: flex;
	align-items: center;
	gap: 8px;
}

.section03_title img {
	display: block;
	width: 48px;
	height: auto;
	margin: 0;
}

.section03_title_text {
	display: flex;
	align-items: center;
	gap: 6px;
}

.section03_title_text p {
	font-size: 48px;
	font-weight: 600;
	color: #6B452F;
	margin: 0;
}

.section03_img_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.se03_img {
	width: 100%;
}

.se03_img > a {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	gap: 40px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.se03_img img {
	width: auto;
	height: 100%;
	margin: 0;
}

.se03_img_text_box {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin: 0;
}

.se03_text_title {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.se03_text_title > .se03_title {
	width: fit-content;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	margin: 0;
	position: relative;
    display: inline-block;
	z-index: 2;
}

.se03_text_title > p {
	font-size: 20px;
	color: #767676;
}

.se03_btn_box {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 40px;
}

.se03_btn {
	border: none;
	background-color: #2A9640;
	border-radius: 12px;
	margin: 0;
	cursor: pointer;
}

.se03_img03 .se03_btn {
	border: none;
	background-color: #CA6D40;
	border-radius: 12px;
	margin: 0;
}

.se03_btn p {
	display: block;
	padding: 14px 40px;
	font-size: 20px;
	font-weight: 500;
	color: #f3f3f3;
}

.se03_btn_text {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.se03_btn_text p {
	font-size: 16px;
	color: #767676;
	margin: 0;
}

.se03_img > a > .se03_sub_img01, 
.se03_img > a > .se03_sub_img02, 
.se03_img > a > .se03_sub_img03 {
	height: auto;
	position: absolute;
	right: -100%;
	bottom: 30px;
	transition: right .35s ease;
}
 
.se03_img > a > .se03_sub_img01 {
	width: 297px;
}

.se03_img > a > .se03_sub_img02 {
	width: 265px;
}

.se03_img > a > .se03_sub_img03 {
	width: 349x;
	bottom: 20px;
}

.se03_img:hover .se03_sub_img {
    right: 30px;
}

.se03_text_title > .se03_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 15px;
    background-color: rgb(42, 150, 64, 55%);
    transition: width .35s ease;
    z-index: -1;
}

.se03_img03 .se03_text_title > .se03_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 15px;
    background-color: rgba(202, 109, 64, 65%);
    transition: width .35s ease;
    z-index: -1;
}

.se03_img:hover .se03_text_title > .se03_title::after {
    width: 100%;
}
/* --------------- 섹션03 끝 --------------- */
 

/* -------------------------------- 모바일 -------------------------------- */
@media (max-width: 480px){
	#wrap {
		background-image: url("../../img/recipe/mobile/recipe-list/main_BG.svg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		overflow: hidden;
	}

/*---------- 메인타이틀 ----------*/
	#main_title_box {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 0;
	}

	#main_title_btn_box {
		display: none;
	}

	#title_BG_box {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.title_BG_mask {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.title_BG_mask img {
		display: block;
		width: 100%;
		height: auto;
	}
/*---------- 메인타이틀 ----------*/


/*-------------------- 섹션01 --------------------*/
	#section01 {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 50px;
	}

	#section01_title_box {
		width: 100%;
		flex-direction: column;
		gap: 20px;
	}

	#section01_title_box > p {
		width: calc(100% - 40px);
		margin: 0 auto;
		font-size: 28px;
	}

	.section01_tab_menu {
		display: none;
	}

	.mobile_se01_tad_menu {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.mobile_se01_tab_btn {
		cursor: pointer;
	}

	.mobile_se01_tad_menu .swiper-slide{
		width: auto;
	}

	.swiper-slide .text {
        text-align: center;
        display: inline-block;
        font-size: 18px;
        color: #9E6636;
		padding: 16px 40px;
    }

	.on .text {
        background-color: #6B452F;
		font-weight: 500;
		color: #f3f3f3;
		padding: 16px 40px;
		border-radius: 15px;
    }

	#section01_contents_box {
		width: 100%;
		margin-top: 20px;
	}

	.section01_img_box {
		gap: 0;
	}

	.section01_swiper .swiper-slide {
		width: 320px;
	}

	.se01_img a:hover .se01_main_img {
		transform: scale(1);
	}
/*-------------------- 섹션01 --------------------*/


/*---------- 섹션02 ----------*/
	#section02 {
		width: 100%;
		padding: 10px 0;
	}

	#section02_contents_box {
		width: 100%;
		padding: 40px 0;
	}

	.section02_title_box {
		width: 100%;
		flex-direction: column;
		gap: 20px;
	}

	.section02_title_box > p {
		width: calc(100% - 40px);
		margin: 0 auto;
		font-size: 28px;
	}

	.section02_tab_menu {
		display: none;
	}

	.mobile_se02_tad_menu {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.mobile_se02_tab_btn {
		cursor: pointer;
	}

	.mobile_se02_tad_menu .swiper-slide{
		width: auto;
	}

	.swiper-slide .se02_text {
        text-align: center;
        display: inline-block;
        font-size: 18px;
        color: #9E6636;
		padding: 16px 40px;
    }

	.se02_on .se02_text {
        background-color: #EC9347;
		font-weight: 500;
		color: #f3f3f3;
		padding: 16px 40px;
		border-radius: 100px;
    }

	.section02_contents_img_box {
		width: 100%;
		margin-top: 20px;
	}

	.section02_tab_img {
		width: 100%;
	}

	.section02_img_box {
		gap: 0;
	}

	.se02_img {
		border-radius: 20px;
	}

	.section02_swiper .swiper-slide {
		width: calc(100% - 40px);
	}

	.se02_img a {
		flex-direction: column;
	}

	.se02_main_img {
		width: 100%;
		height: auto;
		transition: none;
	}

	.se02_img_text_box {
		padding: 25px;
		padding-top: 22px;
		gap: 24px;
	}

	.se02_img_text_title > p {
		font-size: 20px;
	}

	.se02_text01 {
		margin-top: 0;
	}

	.se02_time p {
		font-size: 17px;
	}

	.se02_time img, .se02_level img {
		width: 18px;
		height: 18px;
	}

	.se02_img_text_title > p:nth-of-type(2) {
		font-size: 15px;
	}

	.se02_img_btn {
		border-radius: 15px;
		padding: 14px 0;
	}
	
	.se02_img a:hover .se02_main_img img {
		transform: scale(1);
	}
/*---------- 섹션02 ----------*/


/*-------------------- 섹션03 --------------------*/
	#section03 {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 140px;
	}
	
	#section03_contents_box {
		width: calc(100% - 40px);
		gap: 40px;
	}

	.section03_title {
		gap: 4px;
	}

	.section03_title_text {
		gap: 4px;
	}

	.section03_title img {
		width: 32px;
	}

	.section03_title_text p {
		font-size: 28px;
	}

	.section03_img_box {
		gap: 20px;
	}

	.se03_img > a {
		flex-direction: column;
		gap: 20px;
		height: auto;
		border-radius: 20px;
	}

	.se03_img img {
		width: 100%;
		height: auto;
	}

	.se03_img_text_box {
		padding: 0 20px;
		padding-bottom: 20px;
		gap: 24px;
	}

	.se03_text_title {
		gap: 12px;
	}

	.se03_text_title > .se03_title {
		font-size: 18px;
	}

	.se03_text_title > p {
		font-size: 15px;
	}

	.se03_btn_box {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 12px;
	}

	.se03_btn_text {
		gap: 2px;
	}

	.se03_btn_text p {
		font-size: 14px;
	}

	.se03_btn p {
		font-size: 16px;
		padding: 14px 32px;
	}

	.se03_sub_img01, .se03_sub_img02, .se03_sub_img03 {
		display: none;
	}
/*-------------------- 섹션03 --------------------*/

}