#wrap {
	overflow: hidden;
	position: relative;
}


/* ------------------------------ 메인 타이틀 시작 ------------------------------ */
#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(5) {
	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;
}

.title_BG_mask {
	width: 800px;
    height: 320px;
    border-radius: 40px;
    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;
    }
}

#title_BG_box > p {
    font-size: 48px;
    font-weight: 700;
    color: #f3f3f3;
    padding-bottom: 10px;
    position: absolute;
}

#title_BG_box > p::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 50%;
    height: 3px;
    background: #f3f3f3;
}

#mobile_title_box {
	display: none;
}
/* ------------------------------ 메인 타이틀 끝 ------------------------------ */


/* --------------- 섹션01 시작 --------------- */
#section01 {
	width: 100%;
	padding: 60px 0;
}

#section01_contents {
	max-width: 1400px;
}

.section01_contents_title {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.se01_title_text {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.se01_title_text p:nth-of-type(1) {
	font-size: 48px;
	font-weight: 600;
	color: #F79A49;
}

.se01_title_text p:nth-of-type(2) {
	font-size: 32px;
	font-weight: 500;
}

.section01_line {
	width: 2px;
	height: 60px;
	background-color: #F79A49;
}

.section01_contents_title img {
	display: block;
	width: 200px;
	height: 200px;
}

.section01_sub_text_box {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.se01-mo-text01 {
	display: none;
}

.se01_sub_text {
	text-align: center;
	padding-top: 40px;
}

.se01_sub_text span:nth-of-type(1) {
	font-size: 28px;
	font-weight: 700;
	color: #F79A49;
}

.se01_sub_text span:nth-of-type(2) {
	font-size: 24px;
	font-weight: 500;
}

.section01_sub_text_box > p {
	font-size: 32px;
	font-weight: 600;
	color: #F79A49;
}

.section01_sub_text_box > .se01-mo-text02 {
	display: none;
}
/* --------------- 섹션01 끝 --------------- */


/* ------------------------------ 섹션02 시작 ------------------------------ */
#section02 {
	width: 100%;
	padding: 60px 0;
}

#section02_contents {
	max-width: 1400px;
	padding: 40px 0;
	background-color: #fff;
	border-radius: 45px;
	box-shadow: 0 1px 7px rgba(25, 25, 25, 6%);
	position: relative;
}

.section02_contents_title {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.section02_contents_title > p:nth-of-type(1) {
	font-size: 36px;
	font-weight: 600;
}

.section02_line {
	width: 57%;
	height: 1px;
	background-color: #dbdbdb;
}

.section02_contents_title > p:nth-of-type(2) {
	font-size: 20px;
	color: #505050;
}

.section02_contents_img_btn {
	width: calc(100% - 40px);
	position: relative;
	overflow: hidden;
}

.section02_contents_img_box {
	width: 100%;
	margin-top: 40px;
	display: flex;
	gap: 40px;
	padding-left: 40px;
}

.se02_img {
	display: flex;
    align-items: flex-end;
	position: relative;
}

.se02_img img {
	border-radius: 20px;
}

.se02_img_text {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.se02_img_text p {
	color: #f3f3f3;
	margin: 0;
}

.se02_img_text p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 500;
}

.se02_img_text p:nth-of-type(2) {
	font-size: 18px;
	font-weight: 300;
}

#section02_contents > p {
	font-size: 18px;
	color: #767676;
	text-align: center;
	margin-top: 20px;
}

.section02_btn_left, .section02_btn_right {
	width: 40px;
	height: 40px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 90%);
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all .25s ease;
	z-index: 2;
}

.section02_btn_left {
	left: 20px;
}

.section02_btn_right {
	right: 20px;
}

.section02_btn_left:hover, .section02_btn_right:hover {
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: rgba(247, 154, 73, 80%);
}

.section02_btn_left:hover .se02_left_btn, .section02_btn_right:hover .se02_right_btn {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.se02_left_btn {
	width: 8px;
    height: 8px;
    border-top: 2px solid #aeaeae;
    border-right: 2px solid #aeaeae;
    transform: rotate(-135deg);
    margin-left: 16px;
	transition: all .25s ease;
}

.se02_right_btn {
	width: 8px;
    height: 8px;
    border-top: 2px solid #aeaeae;
    border-right: 2px solid #aeaeae;
    transform: rotate(45deg);
    margin-left: 12px;
	transition: all .25s ease;
} 
/* ------------------------------ 섹션02 끝 ------------------------------ */


/* --------------- 섹션03 시작 --------------- */
#section03 {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 200px;
}

#section03::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    width: 4000px;
    height: 4000px;
    border-radius: 100%;
    background: radial-gradient(circle, #FEF0E4 0%, #FEF0E4 50%, transparent 75%);
    opacity: 1;
    z-index: -1;
}

#section03_contents {
	max-width: 1440px;
	text-align: center;
}

.section03_title {
	position: relative;
	display: inline-block;
}

.section03_title span {
	font-size: 36px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.section03_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    height: 55%;
    background-color: rgba(247, 154, 73, 70%);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform .9s ease;
}

.section03_title.is-active::after {
    transform: translateX(-50%) scaleX(1);
}

.section03_img_btn {
	width: 100%;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.section03_img_box {
	max-width: 1400px;
	display: flex;
	gap: 40px;
}

.se03_img {
	background-color: #fff;
	border-radius: 30px;
	height: 300px;
	flex: 0 0 440px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 7px rgba(25, 25, 25, 5%);
}

.se03_img a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.se03_text_box {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 40px;
	padding-bottom: 0;
	margin: 0;
}

.se03_img_title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

.se03_img13 .se03_img_title, .se03_img14 .se03_img_title, .se03_img15 .se03_img_title, 
.se03_img16 .se03_img_title, .se03_img17 .se03_img_title, .se03_img18 .se03_img_title {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.se03_img_title > img {
	width: 24px;
	height: 24px;
	margin: 0;
}

.se03_img13 .se03_img_title > img, .se03_img14 .se03_img_title > img, 
.se03_img15 .se03_img_title > img, .se03_img16 .se03_img_title > img {
	width: 124px;
	height: 28px;
	margin: 0;
}

.se03_img17 .se03_img_title > img {
	width: 105px;
	height: 32px;
	margin: 0;
}

.se03_img18 .se03_img_title > img {
	width: 167px;
	height: 28px;
	margin: 0;
}

.se03_img_title p {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	transition: color .25s ease;
}

.se03_img01:hover .se03_img_title p, .se03_img02:hover .se03_img_title p, 
.se03_img03:hover .se03_img_title p {
	color: #2A9640;
}

.se03_img04:hover .se03_img_title p, .se03_img05:hover .se03_img_title p, 
.se03_img06:hover .se03_img_title p, .se03_img07:hover .se03_img_title p {
	color: #CA6D40;
}

.se03_img08:hover .se03_img_title p, .se03_img09:hover .se03_img_title p {
	color: #D8281C;
}

.se03_img10:hover .se03_img_title p, .se03_img11:hover .se03_img_title p, 
.se03_img12:hover .se03_img_title p {
	color: #586CA1;
}

.se03_img13:hover .se03_img_title p, .se03_img14:hover .se03_img_title p, 
.se03_img15:hover .se03_img_title p, .se03_img16:hover .se03_img_title p, 
.se03_img17:hover .se03_img_title p, .se03_img18:hover .se03_img_title p {
	color: #F79A49;
}

.se03_img13 p, .se03_img14 p, .se03_img15 p, 
.se03_img16 p, .se03_img17 p, .se03_img18 p {
	color: #505050;
}

.se03_img_sub_text {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

.se03_img_sub_text p {
	font-size: 18px;
	color: #767676;
	margin: 0;
}

.se03_img_btn {
	width: 20px;
	height: 20px;
	margin: 0;
	display: flex;
	align-items: center;
    justify-content: center;
}

.se03_b {
	width: 5px;
    height: 5px;
    border-top: 2px solid #2A9640;
    border-right: 2px solid #2A9640;
    transform: rotate(45deg);
	margin-left: 5px;
}

.se03_img04 .se03_b, .se03_img05 .se03_b, 
.se03_img06 .se03_b, .se03_img07 .se03_b {
    border-top: 2px solid #CA6D40;
    border-right: 2px solid #CA6D40;
}

.se03_img08 .se03_b, .se03_img09 .se03_b {
	border-top: 2px solid #D8281C;
    border-right: 2px solid #D8281C;
}

.se03_img10 .se03_b, .se03_img11 .se03_b, 
.se03_img12 .se03_b {
	border-top: 2px solid #586CA1;
    border-right: 2px solid #586CA1;
}

.se03_img13 .se03_b, .se03_img14 .se03_b, .se03_img15 .se03_b, 
.se03_img16 .se03_b, .se03_img17 .se03_b, .se03_img18 .se03_b {
	border-top: 2px solid #F79A49;
    border-right: 2px solid #F79A49;
}

.se03_img_line {
	width: 380px;
	height: 96px;
	background-color: #2A9640;
	border-radius: 20px 0 0 20px;
	margin-left: 60px;
	margin-bottom: 40px;
}

.se03_img04 .se03_img_line, .se03_img05 .se03_img_line, 
.se03_img06 .se03_img_line, .se03_img07 .se03_img_line {
	background-color: #CA6D40;
}

.se03_img08 .se03_img_line, .se03_img09 .se03_img_line {
	background-color: #D8281C;
}

.se03_img10 .se03_img_line, .se03_img11 .se03_img_line, 
.se03_img12 .se03_img_line {
	background-color: #586CA1;
}

.se03_img13 .se03_img_line, .se03_img14 .se03_img_line, .se03_img15 .se03_img_line, 
.se03_img16 .se03_img_line, .se03_img17 .se03_img_line, .se03_img18 .se03_img_line {
	width: 280px;
	height: 90px;
	margin: 0 auto;
	margin-right: 0px;
	margin-bottom: 40px;
	background-color: #F79A49;
}

.se03_img > a > img {
	position: absolute;
	bottom: 12px;
	right: -40px;
	transition: all 0.2s linear;
}

.se03_img > a:hover > img {
	transform: scale(1.05);
}

.se03_img03 > a > img {
	right: -20px;
}

.se03_img04 > a > img {
	bottom: -30px;
}

.se03_img05 > a > img {
	bottom: 10px;
	right: 0;
}

.se03_img06 > a > img {
	bottom: 14px;
	right: -44px;
}

.se03_img07 > a > img {
	bottom: 14px;
	right: -50px;
}

.se03_img10 > a > img {
	right: -50px;
}

.se03_img12 > a > img {
	right: -70px;
}

.se03_img13 > a > img, .se03_img14 > a > img, .se03_img15 > a > img, 
.se03_img16 > a > img, .se03_img17 > a > img, .se03_img18 > a > img {
	bottom: 20px;
	right: 30px;
}

.section03_btn_left, .section03_btn_right {
	width: 40px;
	height: 40px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 90%);
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
	transition: all .25s ease;	
	z-index: 2;
}

.section03_btn_left {
	left: 0px;
}

.section03_btn_right {
	right: 0px;
}

.section03_btn_left:hover, .section03_btn_right:hover {
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: rgba(247, 154, 73, 80%);
}

.section03_btn_left:hover .se03_left_btn, .section03_btn_right:hover .se03_right_btn {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.se03_left_btn {
	width: 8px;
    height: 8px;
    border-top: 2px solid #aeaeae;
    border-right: 2px solid #aeaeae;
    transform: rotate(-135deg);
    margin-left: 16px;
	transition: all .25s ease;	
}

.se03_right_btn {
	width: 8px;
    height: 8px;
    border-top: 2px solid #aeaeae;
    border-right: 2px solid #aeaeae;
    transform: rotate(45deg);
    margin-left: 12px;
	transition: all .25s ease;	
}
/* --------------- 섹션03 끝 --------------- */


/* -------------------------------- 모바일 -------------------------------- */
@media (max-width: 480px){
/*---------- 메인타이틀 ----------*/
	#main_title_box {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 10px;
	}

	#main_title_btn_box {
		display: none;
	}

	#title_BG_box {
		display: none;
	}

	#mobile_title_box {
		width: calc(100% - 40px);
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	#mobile_title_box p {
		font-size: 32px;
		font-weight: 500;
	}

	.mobile_title_line {
		width: 60px;
		height: 3px;
		background-color: #f79a49;
	}
/*---------- 메인타이틀 ----------*/


/*-------------------- 섹션01 --------------------*/
	#section01 {
		width: 100%;
		padding: 50px 0;
	}
	
	.se01_title_text {
		gap: 6px;
	}

	.se01_title_text p:nth-of-type(1) {
		font-size: 28px;
	}

	.se01_title_text p:nth-of-type(2) {
		font-size: 20px;
	}

	.section01_contents_title img {
		width: 120px;
		height: 120px;
	}

	.section01_sub_text_box {
		gap: 0px;
	}

	.se01_sub_text {
		display: none;
	}

	.se01-mo-text01 {
		display: block;
		padding: 20px;
	}

	.se01_sub_text span:nth-of-type(1), .se01_sub_text span:nth-of-type(2) {
		font-size: 16px;
	}

	.section01_sub_text_box > p {
		display: none;
	}

	.section01_sub_text_box > .se01-mo-text02 {
		display: block;
		font-size: 20px;
		text-align: center;
	}

/*-------------------- 섹션01 --------------------*/


/*---------- 섹션02 ----------*/
	#section02 {
		width: 100%;
		padding: 50px 0;
	}

	#section02_contents {
		width: 100%;
		padding: 0;
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
		border-radius: 0;
	}

	.section02_contents_title {
		width: calc(100% - 40px);
		gap: 6px;
	}
	.section02_contents_title > p:nth-of-type(1) {
		font-size: 28px;
		margin: 0;
	}
	
	.section02_line {
		width: 100%;
	}

	.section02_contents_title > p:nth-of-type(2) {
		font-size: 16px;
	}

	.section02_contents_img_btn {
		width: 100%;
	}

	.section02_contents_img_box {
		margin-top: 20px;
		gap: 0px;
		padding: 0;
	}

	.se02_img {
		background-color: #fff;
		position: static;
		flex-direction: column;
		align-items: flex-start;
		border-radius: 20px;
		box-shadow: 0 1px 7px rgba(25, 25, 25, 6%);
	}

	.se02_img img {
		display: block;
		border-radius: 15px;
		margin: 20px;
        margin-top: 0;
	}

	.se02_img_text {
		position: static;
		margin: 0;
		gap: 6px;
		padding-bottom: 12px;
	}

	.se02_img_text p {
		color: #333;
	}
	
	.se02_img_text p:nth-of-type(1) {
		font-size: 18px;
	}

	.se02_img_text p:nth-of-type(2) {
		font-size: 14px;
		color: #505050;
	}

	.section02_btn_left, .section02_btn_right {
		display: none;
	}
	
	.section02_swiper .swiper-slide{
		width: 335px;
	}

	#section02_contents > p {
		width: calc(100% - 60px);
		font-size: 13px;
		margin-top: 10px;
	}
/*---------- 섹션02 ----------*/


/*-------------------- 섹션03 --------------------*/
	#section03 {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 140px;
	}

	#section03::before {
		top: 15%;
		width: 2000px;
		height: 2000px;
	}

	#section03_contents {
		width: 100%;
		text-align: initial;
	}

	.section03_title {
        margin-left: 20px;
		font-size: 28px;
	}

	.section03_img_btn {
		margin-top: 20px;
	}

	.section03_img_box {
		width: 100%;
		gap: 0;
	}

	.se03_img {
		border-radius: 20px;
		flex: auto;
	}

	.se03_text_box {
		gap: 8px;
		padding: 20px;
	}

	.se03_img_title p {
		font-size: 18px;
	}

	.se03_img_sub_text {
		gap: 2px;
	}

	.se03_img_sub_text p {
		font-size: 16px;
	}

	.se03_img_line {
		width: calc(100% - 20px);
		margin: 0 auto;
        margin-bottom: 40px;
		margin-right: 0;
	}

	.section03_swiper .swiper-slide{
		width: 335px;
		height: 280px;
	}

	.section03_btn_left, .section03_btn_right {
		display: none;
	}

	.se03_img01 > a > img, .se03_img08 > a > img, .se03_img09 > a > img {
		right: -50px;
	}

	.se03_img02 > a > img, .se03_img03 > a > img {
		right: -30px;
	}

	.se03_img06 > a > img, .se03_img07 > a > img {
		right: -60px;
	}

	.se03_img10 > a > img, .se03_img11 > a > img {
		right: -70px;
	}

	.se03_img12 > a > img {
		right: -110px;
	}

	.se03_img13 > a > img, .se03_img14 > a > img, .se03_img15 > a > img, 
	.se03_img16 > a > img, .se03_img17 > a > img, .se03_img18 > a > img {
		right: 20px;
	}

	.se03_img13 .se03_img_title > img, .se03_img14 .se03_img_title > img, 
	.se03_img15 .se03_img_title > img, .se03_img16 .se03_img_title > img {
		width: 107px;
		height: 24px;
	}

	.se03_img17 .se03_img_title > img {
		width: 79px;
		height: 24px;
	}

	.se03_img18 .se03_img_title > img {
		width: 143px;
		height: 24px;
	}

	.se03_img13 .se03_img_sub_text p, .se03_img14 .se03_img_sub_text p, 
	.se03_img15 .se03_img_sub_text p, .se03_img16 .se03_img_sub_text p, 
	.se03_img17 .se03_img_sub_text p, .se03_img18 .se03_img_sub_text p {
		font-size: 14px;
	}

	.se03_img_btn {
		width: 16px;
		height: 16px;
	}

	.se03_b {
		width: 4px;
		height: 4px;
		border-top: 1px solid #2A9640;
		border-right: 1px solid #2A9640;
		transform: rotate(45deg);
		margin-left: 5px;
	}

	.se03_img04 .se03_b, .se03_img05 .se03_b, .se03_img06 .se03_b, .se03_img07 .se03_b {
		border-top: 1px solid #CA6D40;
		border-right: 1px solid #CA6D40;
	}

	.se03_img08 .se03_b, .se03_img09 .se03_b {
		border-top: 1px solid #D8281C;
		border-right: 1px solid #D8281C;
	}

	.se03_img10 .se03_b, .se03_img11 .se03_b, .se03_img12 .se03_b {
		border-top: 1px solid #586CA1;
		border-right: 1px solid #586CA1;
	}

	.se03_img13 .se03_b, .se03_img14 .se03_b, .se03_img15 .se03_b, .se03_img16 .se03_b, .se03_img17 .se03_b, .se03_img18 .se03_b {
		border-top: 1px solid #F79A49;
		border-right: 1px solid #F79A49;
	}
/*-------------------- 섹션03 --------------------*/


}