.line_text_area .sub_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.line_text_area .sub_title {
		font-size: 16px;
	}
}
.line_text_area .sub_title {
	color: #888888;
}
.line_text_area .sub_title {
	margin-bottom: 24px;
}
@media screen and (max-width: 1920px) {
	.line_text_area .sub_title {
		margin-bottom: 1.25vw;
	}
}
.line_text_area .main_title {
	color: #888888;
}
.line_text_area .main_title .line {
	display: block;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.line_text_area .main_title .line {
		white-space: normal;
		display: inline;
	}
}
.line_text_area .main_title .line span {
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
}
@media (max-width: 768px) {
	.line_text_area .main_title .line span {
		font-size: 24px;
	}
}
.line_text_area .main_title .line span {
	transition: color 0.3s ease;
}
.line_text_area .main_title .line span.active {
	color: #222222;
}
.line_text_area .main_title .line.point span.active {
	color: #3b5ea7;
}
.line_text_area .main_title .line span.point.active {
	color: #3b5ea7;
}

.cont_section__intro_external {
	position: relative;
	height: 400vh;
	margin-top: 0;
}
.cont_section__intro_external .sticky_wrapper {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	aspect-ratio: 1.84/1;
	overflow: hidden;
	background-color: #ffffff;
}
.cont_section__intro_external .intro_text_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 10;
	padding-bottom: 550px;
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_text_area {
		padding-bottom: 250px;
	}
}
.cont_section__intro_external .intro_img_area {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transform: translate(-50%, calc(-50% + 150px));
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_img_area {
		transform: translate(-50%, calc(-50% + 150px));
	}
}
.cont_section__intro_external .intro_img_area .img_box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center center;
	border-radius: 40px;
	overflow: hidden;
	will-change: transform, width, height, border-radius;
}
.cont_section__intro_external .intro_img_area .img_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_img_area .img_box {
		border-radius: 16px;
	}
}
.cont_section__intro_external .intro_desc_area {
	position: absolute;
	bottom: 40px;
	left: 40px;
	padding: 40px;
	z-index: 30;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	border-radius: 28px;
	box-sizing: border-box;
}
.cont_section__intro_external .intro_desc_area {
	width: 679px;
}
@media screen and (max-width: 1920px) {
	.cont_section__intro_external .intro_desc_area {
		width: 35.3645833333vw;
	}
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area {
		bottom: 20px;
		left: 20px;
		width: calc(100% - 40px);
		padding: 28px;
	}
}
.cont_section__intro_external .intro_desc_area .desc_inner {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
	font-weight: 500;
	line-height: 150%;
}
.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
	font-size: 18px;
}
@media screen and (max-width: 1920px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
		font-size: 0.9375vw;
	}
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
		font-size: 4.2666666667vw;
	}
}
.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
	opacity: 0.4;
}
.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
	margin-bottom: 16px;
}
@media screen and (max-width: 1920px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
		margin-bottom: 0.8333333333vw;
	}
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .sub_title {
		display: none;
	}
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
	font-weight: 600;
	line-height: 140%;
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
	font-size: 40px;
}
@media screen and (max-width: 1920px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
		font-size: 2.0833333333vw;
	}
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
		font-size: 6.4vw;
	}
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
	color: #ffffff;
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
	margin-bottom: 12px;
}
@media screen and (max-width: 1920px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_title {
		margin-bottom: 0.625vw;
	}
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
	font-weight: 400;
	line-height: 150%;
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
	font-size: 18px;
}
@media screen and (max-width: 1920px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
		font-size: 0.9375vw;
	}
}
@media (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
		font-size: 4.2666666667vw;
	}
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
	max-width: 600px;
	opacity: 0.8;
}
.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
	margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
	.cont_section__intro_external .intro_desc_area .desc_inner .desc_text {
		margin-bottom: 3.125vw;
	}
}

.cont_section__our_business_external {
	position: relative;
	height: 100vh;
	min-height: 800px;
	background-color: #ffffff;
	overflow: hidden;
}
@media (max-width: 768px) {
	.cont_section__our_business_external {
		padding: 0;
		height: inherit;
	}
}
.cont_section__our_business_external .sticky_wrapper {
	width: 100%;
	min-height: 100vh;
	aspect-ratio: 1.84/1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
.cont_section__our_business_external .sticky_wrapper {
	padding-top: 120px;
}
@media screen and (max-width: 1440px) {
	.cont_section__our_business_external .sticky_wrapper {
		padding-top: 8.3333333333vw;
	}
}
@media (max-width: 768px) {
	.cont_section__our_business_external .sticky_wrapper {
		padding-top: 60px;
		height: inherit;
	}
}
.cont_section__our_business_external .business_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	height: 800px;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_wrap {
		position: static;
		top: unset;
		left: unset;
		height: inherit;
		transform: none;
	}
}
.cont_section__our_business_external .business_title {
	font-size: 120px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}
.cont_section__our_business_external .business_title {
	font-size: 120px;
}
@media screen and (max-width: 1440px) {
	.cont_section__our_business_external .business_title {
		font-size: 8.3333333333vw;
	}
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_title {
		font-size: 60px;
	}
	.cont_section__our_business_external .business_title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__our_business_external .business_title {
		font-size: 16vw;
	}
}
.cont_section__our_business_external .business_card_wrap {
	position: absolute;
	width: 100%;
	max-width: 1600px;
	box-sizing: border-box;
	height: 100%;
}
.cont_section__our_business_external .business_card_wrap {
	top: 97px;
}
@media screen and (max-width: 1440px) {
	.cont_section__our_business_external .business_card_wrap {
		top: 6.7361111111vw;
	}
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_wrap {
		padding: 0;
		height: auto;
	}
	.cont_section__our_business_external .business_card_wrap {
		top: 162px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__our_business_external .business_card_wrap {
		top: 43.2vw;
	}
}
.cont_section__our_business_external .business_card_list {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	height: 650px;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list {
		gap: 0;
		height: 134vw;
		padding: 0;
		box-sizing: border-box;
	}
}
.cont_section__our_business_external .business_card_list .card_item {
	flex: 1;
	background-color: #f7f8f9;
	border-radius: 32px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	padding: 28px;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(100px);
	will-change: transform, opacity;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item {
		flex: unset;
		flex-shrink: 0;
		width: 100%;
		border-radius: 20px;
		padding: 20px;
		opacity: 1;
		transform: none;
		box-sizing: border-box;
	}
}
.cont_section__our_business_external .business_card_list .card_item .card_text {
	margin-top: 20px;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item .card_text {
		padding: 0;
		margin-bottom: 16px;
	}
}
.cont_section__our_business_external .business_card_list .card_item .card_text .sub_txt {
	display: block;
	color: #888888;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item .card_text .sub_txt {
		font-size: 16px;
	}
}
.cont_section__our_business_external .business_card_list .card_item .card_text .card_tit {
	display: block;
	margin-bottom: 4px;
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item .card_text .card_tit {
		font-size: 20px;
		line-height: 140%;
	}
}
.cont_section__our_business_external .business_card_list .card_item .card_text .card_tit.color_blue {
	color: #5380da;
}
.cont_section__our_business_external .business_card_list .card_item .card_text .card_tit.color_green {
	color: #3ba76a;
}
.cont_section__our_business_external .business_card_list .card_item .card_text .card_tit.color_orange {
	color: #e88640;
}
.cont_section__our_business_external .business_card_list .card_item .card_text .card_desc {
	color: #666666;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item .card_text .card_desc {
		font-size: 16px;
	}
}
.cont_section__our_business_external .business_card_list .card_item .card_text .card_desc {
	word-break: keep-all;
	margin-bottom: 32px;
}
.cont_section__our_business_external .business_card_list .card_item .card_img {
	width: 100%;
	line-height: 0;
	margin-top: auto;
}
.cont_section__our_business_external .business_card_list .card_item .card_img img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item .card_text .sub_txt {
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		margin-bottom: 16px;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item .card_text .sub_txt {
		font-size: 14px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.cont_section__our_business_external .business_card_list .card_item .card_text .card_desc {
		margin-bottom: 12px;
	}
	.cont_section__our_business_external .business_card_list .card_item .card_img {
		flex: none;
	}
}

.cont_section__philosophy_external {
	position: relative;
	height: 500vh;
	background-color: #ffffff;
}
.cont_section__philosophy_external .sticky_wrapper {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	aspect-ratio: 1.84/1;
	overflow: hidden;
}
.cont_section__philosophy_external .philo_text_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 10;
}
.cont_section__philosophy_external .philo_text_area .sub_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_text_area .sub_title {
		font-size: 16px;
	}
}
.cont_section__philosophy_external .philo_text_area .sub_title {
	color: #888888;
	margin-bottom: 24px;
}
.cont_section__philosophy_external .philo_text_area .main_title {
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_text_area .main_title {
		font-size: 24px;
	}
}
.cont_section__philosophy_external .philo_text_area .main_title {
	color: #888888;
	line-height: 1.4;
}
.cont_section__philosophy_external .philo_text_area .main_title .line .img_space {
	display: inline-block;
	width: 96px;
	height: 55px;
	vertical-align: middle;
	margin: 0 10px;
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_text_area .main_title .line .img_space {
		width: 60px;
		height: 35px;
	}
}
.cont_section__philosophy_external .philo_img_box {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.cont_section__philosophy_external .philo_img_box .img_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cont_section__philosophy_external .philo_img_box .img_slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.cont_section__philosophy_external .philo_img_duplicate {
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 50%;
	overflow: hidden;
	border-radius: 12px;
	will-change: transform, width, height, top, left;
	aspect-ratio: 1161/920;
	width: 100%;
	height: auto;
}
.cont_section__philosophy_external .philo_img_duplicate .img_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cont_section__philosophy_external .philo_img_duplicate .img_slide img,
.cont_section__philosophy_external .philo_img_duplicate .img_slide video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.cont_section__philosophy_external .philo_green_box {
	position: absolute;
	top: 40px;
	left: 40px;
	width: calc(100vw - 80px);
	height: calc(54vw - 80px);
	background-color: #314b2f;
	z-index: 15;
	border-radius: 40px;
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box {
		top: 20px;
		left: 20px;
		width: calc(100vw - 40px);
		height: calc(100vh - 40px);
		border-radius: 24px;
	}
}
.cont_section__philosophy_external .philo_green_box .content_inner {
	width: 100%;
	max-width: 1600px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list {
	color: #ffffff;
	padding: 80px;
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list {
		display: none;
	}
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li {
	font-weight: 500;
	line-height: 150%;
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li {
	font-size: 18px;
}
@media screen and (max-width: 1920px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li {
		font-size: 0.9375vw;
	}
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li {
		font-size: 4.2666666667vw;
	}
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li {
	opacity: 0.4;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li [class^=ico_] {
	display: none;
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active {
	font-weight: 600;
	line-height: 150%;
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active {
	font-size: 24px;
}
@media screen and (max-width: 1920px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active {
		font-size: 1.25vw;
	}
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active {
		line-height: 140%;
	}
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active {
		font-size: 5.3333333333vw;
	}
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active {
	font-weight: 600;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.cont_section__philosophy_external .philo_green_box .content_inner .nav_list li.active [class^=ico_] {
	display: flex;
	opacity: 0.8;
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content {
	position: absolute;
	color: #ffffff;
	bottom: 80px;
	left: 80px;
	padding-right: 40px;
	z-index: 30;
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content {
		width: calc(100% - 40px);
		bottom: 20px;
		left: 20px;
		padding-right: 0;
	}
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_list {
	display: grid;
	grid-template-areas: "stack";
	list-style: none;
	padding: 0;
	margin: 0;
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item {
	grid-area: stack;
	opacity: 0;
	visibility: hidden;
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item.active {
	opacity: 1;
	visibility: visible;
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .title {
	font-weight: 600;
	line-height: 140%;
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .title {
	font-size: 40px;
}
@media screen and (max-width: 1920px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .title {
		font-size: 2.0833333333vw;
	}
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .title {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .title {
		font-size: 6.4vw;
	}
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .title {
	color: #ffffff;
	margin-bottom: 12px;
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .desc {
	font-weight: 400;
	line-height: 150%;
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .desc {
	font-size: 20px;
}
@media screen and (max-width: 1920px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .desc {
		font-size: 1.0416666667vw;
	}
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .desc {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .desc {
		font-size: 4.2666666667vw;
	}
}
.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .desc {
	margin-bottom: 40px;
	opacity: 0.8;
}
@media (max-width: 768px) {
	.cont_section__philosophy_external .philo_green_box .content_inner .left_content .content_item .desc {
		margin-bottom: 28px;
	}
}

.more_button {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	cursor: pointer;
	font-weight: 600;
	line-height: 150%;
}
.more_button {
	font-size: 16px;
}
@media screen and (max-width: 1920px) {
	.more_button {
		font-size: 0.8333333333vw;
	}
}
@media (max-width: 768px) {
	.more_button {
		line-height: 140%;
	}
	.more_button {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.more_button {
		font-size: 3.7333333333vw;
	}
}
.more_button {
	border-radius: 12px;
}
@media screen and (max-width: 1920px) {
	.more_button {
		border-radius: 0.625vw;
	}
}
.more_button {
	padding: 10px 14px 10px 16px;
}
@media screen and (max-width: 1920px) {
	.more_button {
		padding: 0.5208333333vw 0.7291666667vw 0.5208333333vw 0.8333333333vw;
	}
}
@media (max-width: 768px) {
	.more_button {
		border-radius: 12px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.more_button {
		border-radius: 3.2vw;
	}
}
@media (max-width: 768px) {
	.more_button {
		padding: 8px 14px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.more_button {
		padding: 2.1333333333vw 3.7333333333vw;
	}
}

.cont_section {
	margin-top: 150px;
}
.cont_section .mo_only {
	display: none !important;
}
.cont_section__title {
	font-size: 48px;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.02em;
}
@media (max-width: 768px) {
	.cont_section__title {
		font-size: 32px;
		line-height: 115%;
	}
}
.cont_section__title {
	letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
	.cont_section {
		margin-top: 80px;
	}
}
@media (max-width: 768px) {
	.cont_section__title {
		font-size: 32px;
		font-weight: 900;
		line-height: 114%;
		letter-spacing: -0.64px;
	}
	.cont_section .mo_only {
		display: block !important;
	}
	.cont_section .pc_only {
		display: none !important;
	}
}

.keyvisual_banner {
	max-width: 100%;
	margin-top: 0;
}
.keyvisual_banner video {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.keyvisual_banner video {
		aspect-ratio: 1/1.65;
		border-radius: 24px;
	}
}

.keyvisual_swiper {
	position: relative;
}
.keyvisual_swiper figure {
	border-radius: 40px;
	overflow: hidden;
}
.keyvisual_swiper .swiper-control {
	position: absolute;
	right: 4.375rem;
	bottom: 2.5rem;
	display: flex;
	align-items: center;
	gap: 6px;
}
.keyvisual_swiper .swiper-control [class^=swiper-] {
	position: relative;
	left: initial;
	right: initial;
	bottom: initial;
	top: initial;
	margin: 0;
}
.keyvisual_swiper .swiper-control [class^=swiper-button] {
	width: 1.25rem;
	height: 1.25rem;
}
.keyvisual_swiper .swiper-control [class^=swiper-button]:after {
	font-size: 13px;
	-webkit-text-stroke: 2px #ffffff;
	text-stroke: 2px #ffffff;
}
.keyvisual_swiper .swiper-control .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	font-weight: 500;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.6);
}
.keyvisual_swiper .swiper-control .swiper-pagination .swiper-pagination-current {
	color: #ffffff;
}
.keyvisual_swiper .swiper-control .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.keyvisual_swiper .swiper-slide {
	position: relative;
}
.keyvisual_swiper .swiper-slide .slide_info {
	max-width: 737px;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.keyvisual_swiper .swiper-slide .slide_info {
	width: 737px;
}
@media screen and (max-width: 1920px) {
	.keyvisual_swiper .swiper-slide .slide_info {
		width: 38.3854166667vw;
	}
}
.keyvisual_swiper .slide_title {
	font-weight: 800;
	line-height: 100%;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.keyvisual_swiper .slide_title {
	font-size: 100px;
}
@media screen and (max-width: 1920px) {
	.keyvisual_swiper .slide_title {
		font-size: 5.2083333333vw;
	}
}
.keyvisual_swiper .slide_desc {
	font-weight: 400;
	line-height: 150%;
}
.keyvisual_swiper .slide_desc {
	font-size: 20px;
}
@media screen and (max-width: 1920px) {
	.keyvisual_swiper .slide_desc {
		font-size: 1.0416666667vw;
	}
}
@media (max-width: 768px) {
	.keyvisual_swiper .slide_desc {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.keyvisual_swiper .slide_desc {
		font-size: 4.2666666667vw;
	}
}
@media (max-width: 768px) {
	.keyvisual_swiper br {
		display: block;
	}
	.keyvisual_swiper figure {
		border-radius: 24px;
	}
	.keyvisual_swiper .swiper-slide {
		position: relative;
	}
	.keyvisual_swiper .swiper-slide .slide_info {
		max-width: 100%;
		left: 0;
		transform: unset;
		padding: 32px;
		top: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.keyvisual_swiper .swiper-slide .slide_title {
		font-weight: 800;
		line-height: 110%;
		text-transform: uppercase;
		margin-bottom: 11px;
		letter-spacing: -0.88px;
	}
	.keyvisual_swiper .swiper-slide .slide_desc {
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.keyvisual_swiper .swiper-slide .slide_desc {
		font-size: 14px;
		line-height: 140%;
	}
}
.keyvisual_swiper .swiper-control {
	right: 32px;
	bottom: 20px;
}

.cont_section__poswelNow--inner {
	background-color: #9b6b42;
	padding: 140px 0 180px;
	border-radius: 40px;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
	transition-delay: 0ms;
}
.cont_section__poswelNow--inner .poswelNow_infoArea {
	color: #ffffff;
	text-align: center;
	margin-bottom: 60px;
}
.cont_section__poswelNow--inner .poswelNow_infoArea .poswelNow_title {
	margin-bottom: 12px;
}
.cont_section__poswelNow--inner .poswelNow_infoArea .poswelNow_desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__poswelNow--inner .poswelNow_infoArea .poswelNow_desc {
		font-size: 16px;
	}
}
.cont_section__poswelNow--inner .poswelNow_swiper .swiper-slide {
	background: #ffffff;
	border-radius: 24px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px 28px 70px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox {
	text-align: center;
	margin-bottom: 20px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_subTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_subTitle {
		font-size: 14px;
		line-height: 140%;
	}
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_subTitle {
	color: #888888;
	margin-bottom: 36px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_title {
		font-size: 20px;
		line-height: 140%;
	}
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_title {
	margin-bottom: 12px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_desc {
		font-size: 16px;
	}
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_desc {
	color: #666666;
	margin-bottom: 20px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox {
	position: relative;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox figure {
	display: block;
	text-align: center;
	overflow: hidden;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox figure img {
	max-width: 240px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox .button_ico-only {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background-color: #ffffff;
	padding: 7px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox .button_ico-only .ico_right {
	width: 20px;
	height: 20px;
}
.cont_section__poswelNow--inner .poswelNow_swiper .swiper-bottom {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
.cont_section__poswelNow--inner .poswelNow_swiper .swiper-control {
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background-color: #222222;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/icon/ico-pause.svg");
}
.cont_section__poswelNow--inner .poswelNow_swiper .swiper-control.is-stop {
	background-image: url("../images/icon/ico-play.svg");
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner {
		padding: 1.75rem;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_title {
		font-size: 1.25vw;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_desc {
		font-size: 0.9375vw;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox figure {
		border-radius: 16px;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox .button_ico-only {
		width: 28px;
		height: 28px;
		border-radius: 10px;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox .button_ico-only .ico_right {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.cont_section__poswelNow--inner {
		padding: 3.75rem 0 3rem;
		border-radius: 1.5rem;
	}
	.cont_section__poswelNow--inner .poswelNow_infoArea .poswelNow_title {
		font-size: 2rem;
	}
	.cont_section__poswelNow--inner .poswelNow_infoArea .poswelNow_desc {
		font-size: 1rem;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .swiper-slide {
		border-radius: 1.25rem;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner {
		padding: 12px;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_subTitle {
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_title {
		font-size: 1.25rem;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_title br {
		display: block;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_topBox .now_desc {
		font-size: 1rem;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox figure {
		border-radius: 16px;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox .button_ico-only {
		width: 28px;
		height: 28px;
		border-radius: 10px;
	}
	.cont_section__poswelNow--inner .poswelNow_swiper .slide_inner .slide_btmBox .button_ico-only .ico_right {
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 768px) {
	.cont_section__poswelNow {
		margin-top: 80px;
	}
	.cont_section__poswelNow--inner {
		padding: 80px 0;
		border-radius: 24px;
	}
	.cont_section__poswelNow .poswelNow_infoArea {
		margin-bottom: 28px;
	}
	.cont_section__poswelNow .poswelNow_infoArea .poswelNow_title {
		font-size: 33px;
		margin-bottom: 2px;
	}
	.cont_section__poswelNow .poswelNow_infoArea .poswelNow_desc {
		font-size: 16px;
	}
	.cont_section__poswelNow .poswelNow_swiper .swiper-slide {
		border-radius: 24px;
	}
	.cont_section__poswelNow .poswelNow_swiper .slide_inner {
		padding: 28px 12px 44px;
	}
	.cont_section__poswelNow .poswelNow_swiper .slide_inner .slide_topBox {
		margin-bottom: 16px;
	}
	.cont_section__poswelNow .poswelNow_swiper .slide_inner .slide_topBox .now_subTitle {
		font-size: 14px;
	}
	.cont_section__poswelNow .poswelNow_swiper .slide_inner .slide_topBox .now_title {
		font-size: 20px;
	}
	.cont_section__poswelNow .poswelNow_swiper .slide_inner .slide_topBox .now_desc {
		font-size: 16px;
	}
	.cont_section__poswelNow .poswelNow_swiper .slide_inner .slide_btmBox {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cont_section__poswelNow .poswelNow_swiper .slide_inner .slide_btmBox figure img {
		max-width: 150px;
	}
	.cont_section__poswelNow .poswelNow_swiper .swiper-bottom {
		margin-top: 20px;
	}
	.cont_section__poswelNow .poswelNow_swiper .swiper-control {
		background-size: 16px 16px;
	}
}
.cont_section__withPoswel {
	margin-top: 200px;
	margin-bottom: 200px;
}
.cont_section__withPoswel--inner .withPoswel_title {
	font-size: 150px;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	text-align: center;
	z-index: -1;
	position: relative;
	margin-bottom: -40px;
}
.cont_section__withPoswel--inner .withPoswel_title br {
	display: none;
}
.cont_section__withPoswel--inner .tab_wrap {
	position: relative;
	padding: 60px;
	background-color: #f4f5f5;
	border: 1px solid #eff0f0;
	border-radius: 40px;
	box-sizing: border-box;
	min-height: 600px;
}
.cont_section__withPoswel--inner .tab_wrap .tab_list {
	position: absolute;
	top: 60px;
	left: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 8px;
}
.cont_section__withPoswel--inner .tab_wrap .tab_list:before {
	display: none;
}
.cont_section__withPoswel--inner .tab_wrap .tab_list li {
	margin-bottom: 12px;
}
.cont_section__withPoswel--inner .tab_wrap .tab_list li:last-child {
	margin-bottom: 0;
}
.cont_section__withPoswel--inner .tab_wrap ::-webkit-scrollbar {
	display: none;
}
.cont_section__withPoswel--inner .tab_wrap .tab_btn {
	height: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__withPoswel--inner .tab_wrap .tab_btn {
		font-size: 16px;
	}
}
.cont_section__withPoswel--inner .tab_wrap .tab_btn {
	color: #888888;
	padding: 0;
}
.cont_section__withPoswel--inner .tab_wrap .tab_btn:focus, .cont_section__withPoswel--inner .tab_wrap .tab_btn:hover, .cont_section__withPoswel--inner .tab_wrap .tab_btn[aria-selected=true] {
	color: #3b5ea7;
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__withPoswel--inner .tab_wrap .tab_btn:focus, .cont_section__withPoswel--inner .tab_wrap .tab_btn:hover, .cont_section__withPoswel--inner .tab_wrap .tab_btn[aria-selected=true] {
		font-size: 20px;
		line-height: 140%;
	}
}
.cont_section__withPoswel--inner .tab_wrap .tab_btn:focus:before, .cont_section__withPoswel--inner .tab_wrap .tab_btn:hover:before, .cont_section__withPoswel--inner .tab_wrap .tab_btn[aria-selected=true]:before {
	background-color: #3b5ea7;
	height: 2px;
	width: 100%;
	bottom: -2px;
}
.cont_section__withPoswel--inner .tab_content {
	display: grid;
	grid-template-columns: minmax(100px, 329px) minmax(600px, 911px);
	align-items: flex-end;
	justify-content: space-between;
}
.cont_section__withPoswel--inner .tab_infoArea .tab_title {
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__withPoswel--inner .tab_infoArea .tab_title {
		font-size: 20px;
		line-height: 140%;
	}
}
.cont_section__withPoswel--inner .tab_infoArea .tab_title {
	margin-bottom: 22px;
	color: #222222;
}
.cont_section__withPoswel--inner .tab_infoArea .button_ico-only {
	display: flex;
	align-items: center;
	border-radius: 8px;
	background-color: #222222;
	padding: 10px 8px 10px 16px;
	color: #ffffff;
}
.cont_section__withPoswel--inner .tab_infoArea .button_ico-only .ico_right {
	width: 16px;
	height: 16px;
}
.cont_section__withPoswel--inner .withPoswel_swiper {
	width: 100%;
	border-radius: 28px;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .swiper-slide {
	position: relative;
	max-height: 540px;
	overflow: hidden;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .slide_info {
	position: absolute;
	bottom: 24px;
	left: 32px;
	display: flex;
	align-items: center;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .slide_info p {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .slide_info p {
		font-size: 14px;
		line-height: 140%;
	}
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .slide_info p {
	color: #ffffff;
	opacity: 0.8;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .slide_info .info_local {
	position: relative;
	padding-right: 8px;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .slide_info .info_local::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	opacity: 0.8;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper .slide_info .info_zone {
	margin-left: 8px;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-wrapper figure img {
	width: 100%;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: auto;
	height: auto;
	bottom: 24px;
	right: 32px;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper_button {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	display: unset;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: initial;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper-button-disabled {
	opacity: 0.35;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper-button-prev {
	background-image: url("../images/icon/pagination_left.svg");
	left: 20px;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper-button-next {
	background-image: url("../images/icon/pagination_right.svg");
	right: 20px;
	top: initial;
	bottom: 40px;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper-button-prev::after,
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper-button-next::after {
	display: none;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper-pagination {
	position: initial;
	display: flex;
	align-items: center;
	width: auto;
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
	margin: 0 4px;
	gap: 5px;
}
.cont_section__withPoswel--inner .withPoswel_swiper .swiper-control .swiper-pagination .swiper-pagination-current {
	color: #ffffff;
	font-weight: 600;
	line-height: 100%;
}
@media screen and (max-width: 1200px) {
	.cont_section__withPoswel--inner .withPoswel_title {
		line-height: 80%;
		font-size: 4.625rem;
		margin-bottom: -5px;
	}
	.cont_section__withPoswel--inner .tab_wrap {
		padding: 2.5rem 1.5rem;
		display: flex;
		flex-direction: column;
		border-radius: 24px;
	}
	.cont_section__withPoswel--inner .tab_wrap .tab_list {
		flex-direction: row;
		gap: 20px;
		margin-bottom: 20px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.cont_section__withPoswel--inner .tab_wrap .tab_list li {
		margin-bottom: 0;
	}
	.cont_section__withPoswel--inner .tab_wrap .tab_btn,
	.cont_section__withPoswel--inner .tab_wrap .tab_btn[aria-selected=true] {
		display: flex;
		align-items: flex-start;
		font-size: 1.5rem;
		height: auto;
		line-height: 150%;
	}
	.cont_section__withPoswel--inner .tab_infoArea .tab_title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	.cont_section__withPoswel--inner .withPoswel_title br {
		display: block;
	}
	.cont_section__withPoswel--inner .tab_infoArea {
		flex-direction: column;
		align-items: flex-start;
	}
	.cont_section__withPoswel--inner .tab_infoArea .tab_title {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.cont_section__withPoswel {
		margin-top: 80px;
		margin-bottom: 0;
	}
	.cont_section__withPoswel .withPoswel_title {
		margin-bottom: -8px;
		letter-spacing: -0.04em;
	}
	.cont_section__withPoswel .tab_wrap {
		padding: 40px 20px 40px;
		min-height: auto;
	}
	.cont_section__withPoswel .tab_wrap .tab_list {
		padding-top: 0;
		position: unset;
		flex-direction: row;
		margin-bottom: 28px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		height: 30px;
	}
	.cont_section__withPoswel .tab_wrap .tab_list li {
		flex-shrink: 0;
	}
	.cont_section__withPoswel .tab_wrap .tab_list li:last-child {
		margin-bottom: 0;
	}
	.cont_section__withPoswel .tab_wrap .tab_btn {
		font-size: 18px;
		font-weight: 500;
		line-height: 150%;
		padding-bottom: 0;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.cont_section__withPoswel .tab_wrap .tab_btn {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.cont_section__withPoswel .tab_wrap .tab_btn:hover, .cont_section__withPoswel .tab_wrap .tab_btn:focus, .cont_section__withPoswel .tab_wrap .tab_btn[aria-selected=true] {
		font-size: 18px;
		font-weight: 600;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.cont_section__withPoswel .tab_wrap .tab_btn:hover, .cont_section__withPoswel .tab_wrap .tab_btn:focus, .cont_section__withPoswel .tab_wrap .tab_btn[aria-selected=true] {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.cont_section__withPoswel .tab_content {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.cont_section__withPoswel .tab_infoArea {
		margin-top: 24px;
	}
	.cont_section__withPoswel .tab_infoArea .tab_title {
		margin-bottom: 12px;
	}
	.cont_section__withPoswel .tab_infoArea .button_ico-only {
		height: 36px;
		border-radius: 12px;
		font-size: 14px;
	}
	.cont_section__withPoswel .withPoswel_swiper {
		border-radius: 24px;
	}
	.cont_section__withPoswel .withPoswel_swiper .swiper-wrapper .slide_info {
		bottom: 16px;
		left: 20px;
	}
	.cont_section__withPoswel .withPoswel_swiper .swiper-wrapper .slide_info p {
		font-size: 14px;
	}
	.cont_section__withPoswel .withPoswel_swiper .swiper-control {
		bottom: 16px;
		right: 20px;
	}
	.cont_section__withPoswel .withPoswel_swiper .swiper-control .swiper-pagination {
		font-size: 13px;
	}
}
.cont_section__banner--inner .slide_info .alpha_text {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__banner--inner .slide_info .alpha_text {
		font-size: 18px;
	}
}
.cont_section__banner--inner .slide_info .alpha_text {
	opacity: 0.6;
}
.cont_section__banner--inner .slide_info .slide_title {
	color: #ffffff;
	margin-bottom: 12px;
	font-size: 64px;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -1.92px;
	text-transform: uppercase;
}
.cont_section__banner--inner .slide_info .slide_desc {
	color: #ffffff;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__banner--inner .slide_info .slide_desc {
		font-size: 16px;
	}
}
.cont_section__banner--inner .slide_info .button_base-combine {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}
@media (max-width: 768px) {
	.cont_section__banner--inner .slide_info .slide_title {
		font-size: 32px;
		margin-bottom: 6px;
	}
	.cont_section__banner--inner .slide_info .slide_desc {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.cont_section__banner--inner .slide_info .button_base-combine {
		font-size: 14px;
		height: 36px;
	}
	.cont_section__banner .event_swiper .swiper-wrapper .swiper-slide {
		max-height: 100%;
		border-radius: 24px;
	}
	.cont_section__banner .event_swiper .swiper-wrapper .swiper-slide .slide_info {
		top: 0;
		left: 0;
		transform: unset;
		width: 100%;
		max-width: 100%;
		padding: 28px;
		box-sizing: border-box;
	}
	.cont_section__banner .event_swiper .swiper-control {
		bottom: 28px;
		right: 28px;
	}
}
.cont_section__news--inner {
	display: flex;
	justify-content: space-between;
	gap: 76px;
}
.cont_section__news--inner .news_left_box {
	flex: 0 0 333px;
}
.cont_section__news--inner .news_left_box .news_title {
	margin-bottom: 12px;
}
.cont_section__news--inner .news_left_box .news_text {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__news--inner .news_left_box .news_text {
		font-size: 16px;
	}
}
.cont_section__news--inner .news_left_box .news_text {
	color: #666666;
	margin-bottom: 24px;
}
.cont_section__news--inner .news_right_box {
	flex: 1;
}
.cont_section__news--inner .news_right_box .news_right_items {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
}
.cont_section__news--inner .news_right_box .news_right_items:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.cont_section__news--inner .news_right_box .news_right_items .item_link {
	display: flex;
	gap: 32px;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_img {
	display: flex;
	flex: 0 0 225px;
	align-items: center;
	height: 160px;
	border-radius: 24px;
	overflow: hidden;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_img img {
	max-width: -moz-fit-content;
	max-width: fit-content;
	max-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info {
	flex: 1;
	min-width: 0;
	padding: 8px 0;
	line-height: 1.4;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_title {
		font-size: 20px;
		line-height: 140%;
	}
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_title {
	margin-bottom: 8px;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_desc {
		font-size: 14px;
		line-height: 140%;
	}
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_desc {
	color: #888888;
	margin-bottom: 33px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_desc * {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 150% !important;
	color: #888888 !important;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_desc strong,
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_desc b {
	font-weight: bold !important;
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_date {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_date {
		font-size: 14px;
		line-height: 140%;
	}
}
.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_date {
	color: #888888;
}
@media screen and (max-width: 1200px) {
	.cont_section__news--inner .news_left_box {
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	.cont_section__news--inner .news_left_box {
		margin-bottom: 24px;
	}
	.cont_section__news--inner .news_left_box .news_title {
		font-size: 32px;
	}
	.cont_section__news--inner .news_left_box .news_text {
		font-size: 18px;
		font-weight: 500;
		line-height: 150%;
		color: #666666;
		margin-bottom: 16px;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.cont_section__news--inner .news_left_box .news_text {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.cont_section__news--inner .news_right_box .news_right_items {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 12px;
	}
	.cont_section__news--inner .news_right_box .news_right_items .item_link {
		gap: 16px;
	}
	.cont_section__news--inner .news_right_box .news_right_items .news_right_img {
		flex: 0 0 110px;
		height: 78px;
		border-radius: 16px;
	}
	.cont_section__news--inner .news_right_box .news_right_items .news_right_img img {
		max-width: -moz-fit-content;
		max-width: fit-content;
		max-height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
	}
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info {
		box-sizing: border-box;
	}
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_title {
		-webkit-line-clamp: 2;
		font-size: 16px;
		font-weight: 600;
		line-height: 150%;
		margin-bottom: 2px;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_title {
		font-size: 14px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info .news_info_date {
		font-size: 14px;
		font-weight: 500;
		line-height: 140%;
	}
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info p,
	.cont_section__news--inner .news_right_box .news_right_items .news_right_info strong {
		font-size: 12px;
	}
}
.cont_section__card--inner {
	display: grid;
	grid-template-columns: 620fr 1204fr;
	gap: 16px;
	margin-bottom: 40px;
	justify-content: center;
}
.cont_section__card--inner .item {
	position: relative;
	border-radius: 40px;
	background-size: cover;
	background-position: center;
	padding: 60px;
}
.cont_section__card--inner .item .card_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 31.25rem;
	height: 31.25rem;
}
.cont_section__card--inner .item .card_inner.sm {
	width: auto;
	height: auto;
}
.cont_section__card--inner .item .card_inner .card_title {
	color: #ffffff;
	margin-bottom: 8px;
}
.cont_section__card--inner .item .card_desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__card--inner .item .card_desc {
		font-size: 16px;
	}
}
.cont_section__card--inner .item .card_desc {
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.8);
}
.cont_section__card--inner .item1 {
	background: url("../images/main/main_bottom_card_01-1.png") no-repeat center/cover;
}
.cont_section__card--inner .item1-2 {
	background: url("../images/main/main_bottom_card_01-2.png") no-repeat center/cover;
}
.cont_section__card--inner .item2 {
	background: url("../images/main/main_bottom_card_02-1.png") no-repeat center/cover;
}
.cont_section__card--inner .item2 .card_inner {
	float: right;
}
.cont_section__card--inner .item2-2 {
	background: url("../images/main/main_bottom_card_02-2.png") no-repeat center/cover;
}
.cont_section__card--inner .item2-2 .card_inner {
	float: right;
}
.cont_section__card--inner .item2-3 {
	background: url("../images/main/main_bottom_card_02-3.png") no-repeat center/cover;
}
.cont_section__card--inner .item2-3 .card_inner {
	float: right;
}
.cont_section__card--inner .item3 {
	grid-column: 1/-1;
	background: url("../images/main/main_bottom_card_03-1.png") no-repeat center/cover;
	padding: 120px 60px 141px;
}
.cont_section__card--inner .item3 .card_inner {
	float: right;
}
.cont_section__card--inner .item3 .card_inner .card_title {
	color: #222222;
}
.cont_section__card--inner .item3 .card_inner .card_desc {
	color: #666666;
}
@media screen and (max-width: 1200px) {
	.cont_section__card--inner {
		display: flex;
		flex-direction: column;
	}
	.cont_section__card--inner .item,
	.cont_section__card--inner .item3 {
		width: calc(100% - 56px);
		padding: 28px !important;
	}
	.cont_section__card--inner .item .card_inner,
	.cont_section__card--inner .item3 .card_inner {
		padding: 28px;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 768px) {
	.cont_section__card--inner {
		gap: 8px;
	}
	.cont_section__card--inner .item {
		height: 351px;
		display: block;
		position: relative;
		border-radius: 24px;
	}
	.cont_section__card--inner .item .card_inner {
		display: block;
		padding: 0;
	}
	.cont_section__card--inner .item .card_inner .card_desc {
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.cont_section__card--inner .item .card_inner .card_desc {
		font-size: 14px;
		line-height: 140%;
	}
}
@media (max-width: 768px) {
	.cont_section__card--inner .item .button_group {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 28px;
		font-size: 14px;
		flex-direction: column;
	}
	.cont_section__card--inner .item2 {
		height: 520px;
		background: url("../images/main/main_bottom_card_mo_02-1.png") no-repeat center/cover;
	}
	.cont_section__card--inner .item1-2 {
		background: url("../images/main/main_bottom_card_mo_01-2.png") no-repeat center/cover;
	}
	.cont_section__card--inner .item2-3 {
		background: url("../images/main/main_bottom_card_mo_02-3.png") no-repeat center/cover;
	}
	.cont_section__card--inner .item3 {
		height: 520px;
		background: url("../images/main/main_bottom_card_mo_03-1.png") no-repeat center/cover;
	}
}
.cont_section__todaysmenu .todaysmenu_title {
	margin-bottom: 32px;
}
.cont_section__todaysmenu .todays_time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	padding: 16px 28px;
	background-color: #222222;
	color: #c8c8c8;
}
.cont_section__todaysmenu .todays_time div {
	display: flex;
	align-items: center;
	gap: 5px;
}
.cont_section__todaysmenu .todays_time div p {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__todaysmenu .todays_time div p {
		font-size: 14px;
		line-height: 140%;
	}
}
.cont_section__todaysmenu .todays_time .btn_todays {
	display: flex;
	align-items: center;
	color: #ffffff;
}
.cont_section__todaysmenu .todays_time .todays_bistro {
	display: flex;
	align-items: center;
}
.cont_section__todaysmenu .todays_time .todays_bistro:before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.4);
	margin-right: 0.75rem;
	margin-left: 0.75rem;
}
.cont_section__todaysmenu .todays_bnr {
	margin-top: 16px;
	position: relative;
}
.cont_section__todaysmenu .todays_bnr .brn_info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 160px);
	max-width: 1380px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 1;
}
.cont_section__todaysmenu .todays_bnr .bnr_title {
	color: #ffffff;
	font-size: 48px;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.02em;
}
@media (max-width: 768px) {
	.cont_section__todaysmenu .todays_bnr .bnr_title {
		font-size: 32px;
		line-height: 115%;
	}
}
.cont_section__todaysmenu .todays_bnr .bnr_title {
	text-transform: uppercase;
}
.cont_section__todaysmenu .todays_bnr .bnr_desc {
	margin-top: 12px;
	color: #ffffff;
	opacity: 0.6;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__todaysmenu .todays_bnr .bnr_desc {
		font-size: 14px;
		line-height: 140%;
	}
}
.cont_section__todaysmenu .todays_bnr figure {
	border-radius: 28px;
	overflow: hidden;
}
.cont_section__todaysmenu .todays_list {
	margin-top: 16px;
}
.cont_section__todaysmenu .todays_list .scroll-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.cont_section__todaysmenu .todays_list .list_item {
	display: flex;
	flex: 0 0 calc(50% - 6px);
	max-height: 193px;
	border-radius: 28px;
	overflow: hidden;
	background-color: #f4f5f5;
}
.cont_section__todaysmenu .todays_list .list_item figure {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 247px;
	background-color: #e6e6e6;
	border-radius: 28px;
	overflow: hidden;
}
.cont_section__todaysmenu .todays_list .list_item .no-image img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 9.5625rem;
}
.cont_section__todaysmenu .todays_list .list_item .item_info {
	width: calc(100% - 247px - 4rem);
	padding: 1.5rem 2rem;
}
.cont_section__todaysmenu .todays_list .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
.cont_section__todaysmenu .todays_list .tag {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	color: #ffffff;
	padding: 2px 8px;
	border-radius: 6px;
}
.cont_section__todaysmenu .todays_list .tag.tag-blue {
	background-color: #5380da;
}
.cont_section__todaysmenu .todays_list .tag.tag-orange {
	background-color: #e88640;
}
.cont_section__todaysmenu .todays_list .cost {
	flex: 0 0 35%;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__todaysmenu .todays_list .cost {
		font-size: 16px;
	}
}
.cont_section__todaysmenu .todays_list .cost {
	text-align: right;
	color: #5380da;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont_section__todaysmenu .todays_list .cost.cost-orange {
	color: #e88640;
}
.cont_section__todaysmenu .todays_list .menu {
	flex: 1;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section__todaysmenu .todays_list .menu {
		font-size: 18px;
	}
}
.cont_section__todaysmenu .todays_list .menu {
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont_section__todaysmenu .todays_list .detail {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	color: #888888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.cont_section__todaysmenu .todays_list .more {
	margin-top: 24px;
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
	.cont_section__todaysmenu .todays_list .scroll-wrap {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-ms-overflow-style: none;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}
	.cont_section__todaysmenu .todays_list .list_item {
		max-height: initial;
		flex: 0 0 calc(70% - 6px);
		flex-direction: column;
	}
	.cont_section__todaysmenu .todays_list .list_item figure {
		flex: none;
		aspect-ratio: 1.2807;
		overflow: hidden;
	}
	.cont_section__todaysmenu .todays_list .list_item figure img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-o-object-fit: cover;
		   object-fit: cover;
		max-width: auto;
		width: 100%;
		height: 100%;
	}
	.cont_section__todaysmenu .todays_list .list_item .item_info {
		width: 100%;
		flex: 1;
	}
}
@media (max-width: 768px) {
	.cont_section__todaysmenu {
		margin-top: 80px;
	}
	.cont_section__todaysmenu .todaysmenu_title {
		margin-bottom: 16px;
	}
	.cont_section__todaysmenu .todays_time {
		border-radius: 16px;
		padding: 12px 16px;
	}
	.cont_section__todaysmenu .todays_time div {
		gap: 5px;
	}
	.cont_section__todaysmenu .todays_time div p {
		font-size: 14px;
		font-weight: 400;
		line-height: 140%;
	}
	.cont_section__todaysmenu .todays_time .todays_bistro:before {
		content: "";
		display: block;
		width: 1px;
		height: 12px;
		background-color: rgba(255, 255, 255, 0.4);
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.cont_section__todaysmenu .todays_bnr {
		margin-top: 12px;
	}
	.cont_section__todaysmenu .todays_bnr .brn_info {
		top: 0;
		left: 0;
		transform: unset;
		width: 100%;
		max-width: 100%;
		padding: 28px;
		box-sizing: border-box;
	}
	.cont_section__todaysmenu .todays_bnr .bnr_desc {
		margin-top: 8px;
	}
	.cont_section__todaysmenu .todays_bnr figure {
		border-radius: 24px;
		overflow: hidden;
	}
	.cont_section__todaysmenu .todays_list {
		margin-top: 12px;
	}
	.cont_section__todaysmenu .todays_list .list_item {
		flex: 0 0 calc(80% - 6px);
		border-radius: 24px;
	}
	.cont_section__todaysmenu .todays_list .list_item .item_info {
		box-sizing: border-box;
		padding: 1.25rem;
	}
	.cont_section__todaysmenu .todays_list .cost {
		font-size: 16px;
	}
	.cont_section__todaysmenu .todays_list .menu {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.cont_section__todaysmenu .todays_list .detail {
		font-size: 14px;
	}
	.cont_section__todaysmenu .todays_list .more {
		margin-top: 16px;
	}
}

@media (max-width: 1024px) {
	.cont_section__news--inner {
		display: block;
		max-width: 10224px;
	}
}
:root {
	--swiper-navigation-size: inherit;
}

.event_swiper {
	border-radius: 40px;
}
.event_swiper .swiper-wrapper .swiper-slide {
	position: relative;
	max-height: 480px;
	overflow: hidden;
}
.event_swiper .swiper-wrapper .swiper-slide .slide_info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 80px);
	max-width: 1380px;
	padding-left: 40px;
	padding-right: 40px;
}
.event_swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.event_swiper .swiper-control {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: auto;
	height: auto;
	bottom: 40px;
	right: 48px;
}
.event_swiper .swiper-control .swiper_button {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	display: unset;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: initial;
}
.event_swiper .swiper-control .swiper-button-disabled {
	opacity: 0.35;
}
.event_swiper .swiper-control .swiper-button-prev {
	background-image: url("../images/icon/pagination_left.svg");
	left: 20px;
}
.event_swiper .swiper-control .swiper-button-next {
	background-image: url("../images/icon/pagination_right.svg");
	right: 20px;
	top: initial;
	bottom: 40px;
}
.event_swiper .swiper-control .swiper-button-prev::after,
.event_swiper .swiper-control .swiper-button-next::after {
	display: none;
}
.event_swiper .swiper-control .swiper-pagination {
	position: initial;
	display: flex;
	align-items: center;
	width: auto;
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
	margin: 0 4px;
	gap: 5px;
}
.event_swiper .swiper-control .swiper-pagination .swiper-pagination-current {
	color: #ffffff;
	font-weight: 600;
	line-height: 100%;
}
@media (max-width: 768px) {
	.event_swiper {
		border-radius: 24px;
	}
	.event_swiper .swiper-control .swiper-pagination {
		font-size: 13px;
	}
}