/* Main */
.section-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 35px;
}

.section-title h3 {
	margin-bottom: -18px;
	line-height: 1.45;
	font-size: 56px;
	color: #111;
	font-weight: bold;
	letter-spacing: -0.0625em;
}

.section-title h3+.text {
	margin-top: 34px;
	font-size: 18px;
	letter-spacing: -1px;
}


@media screen and (max-width:1025px) {

	/* Main */
	.section-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.section-title h3 {
		font-size: 28px;
		margin-bottom: 0;
	}

	.section-title h3+.text {
		margin-top: 20px;
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {
	.section-title h3 {
		font-size: 24px;
	}

	.section-title h3+.text {
		margin-top: 10px;
		font-size: 14px;
	}
}

/* visual */
.visual .visual-cont {
	position: relative;
}

.visual .swiper-container-wrapper--timeline .swiper-slide {
	background: #999;
	height: 100vh;
	height: 100lvh;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .container {
	padding: 0;
	width: 100%;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .title {
	color: #fff;
	margin: 0 auto;
	position: absolute;
	left: 5%;
	width: 90%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	transition: 0.5s ease 0.3s;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .title h2 {
	font-size: 70px;
	line-height: 1.3;
	margin: 60px 0 20px;
	transform: translateY(30px);
	opacity: 0;
	transition: all ease 1s;
	font-weight: bold;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .title h3 {
	font-size: 32px;
	line-height: 1.3;
	margin: 30px 0 20px;
	transform: translateY(30px);
	opacity: 0;
	transition: all ease 1s;
	font-weight: bold;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .title h2 sup {
	font-size: .5em;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .title h2 small {
	font-size: .5em;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .title p {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	transform: translateY(30px);
	opacity: 0;
	transition: all 1s ease .5s;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .title p b {
	font-weight: 600;
	color: #fff;
	font-size: 1.2em;
	vertical-align: baseline;
}

.visual .swiper-container-wrapper--timeline .swiper-slide-active .title {
	opacity: 1;
}

.visual .swiper-container-wrapper--timeline .swiper-slide-active .title h2 {
	transform: translateY(0);
	opacity: 1;
}

.visual .swiper-container-wrapper--timeline .swiper-slide-active .title h3{
	transform: translateY(0);
	opacity: 1;
}

.visual .swiper-container-wrapper--timeline .swiper-slide-active .title p {
	transform: translateY(0);
	opacity: 1;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
}

.visual .swiper-container-wrapper--timeline .swiper-slide .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.visual .swiper-container-wrapper--timeline .swiper-navi {
	position: absolute;
	left: 5%;
	bottom: 50px;
	width: 90%;
	overflow: hidden;
}

.visual .swiper-container-wrapper--timeline .swiper-navi:after {
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	bottom: 18px;
	z-index: 2;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	position: relative;
	margin-bottom: 20px;
	background-color: transparent;
	height: 2px;
	width: 100%;
	/* max-width:720px;  */
	max-width: calc(720px - 15px);
	/* left:-120px; */
	left: 0;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	background-color: #fff;
	height: 3px;
	top: 2px;
	transition-duration: 3s !important;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom {
	position: relative;
	list-style: none;
	padding: 0;
	display: flex;
	line-height: 1.66;
	bottom: 0;
	z-index: 11;
	width: 100%;
	max-width: 720px;
	display: flex;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	position: absolute;
	font-weight: 400;
	/* left: 0; */
	right: 0;
	transition-delay: 0s;
	cursor: pointer;
	z-index: 1;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	position: absolute;
	bottom: -23px;
	/* left: 0; */
	right: 5px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 2rem;
	content: "";
	transition: 0.6s all ease-in-out;
	transition-delay: 0s;
	z-index: 1;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:before {
	content: "";
	position: absolute;
	bottom: -23px;
	/* left: 0; */
	right: 5px;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2rem;
	transition: 0.6s all ease-in-out;
	transition-delay: 3s;
	z-index: 1;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:last-child .switch-title {
	right: 10px;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
	transform: scale(2);
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	font-weight: 600;
	transition-delay: 0.6s;
	color: #fff;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	transition-delay: 0.6s;
}

.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
	background: #fff;
}


@media screen and (max-width:1280px) {
	.visual .swiper-container-wrapper--timeline .swiper-slide .title{
		left: 0;
		width: 100%;
		padding: 0 10px;
	}
	.visual .swiper-container-wrapper--timeline .swiper-slide .title h2 {
		font-size: 50px;
	}

	.visual .swiper-container-wrapper--timeline .swiper-slide .title h3 {
		font-size: 24px;
	}

	.visual .intro-sec>div {
		padding: 0 5%;
	}

	.main-tit {
		padding: 100px 0 60px;
	}

	.main-tit h3 {
		font-size: 40px;
		margin-top: 10px;
	}

	.visual .swiper-container-wrapper--timeline .swiper-navi {
		bottom: 90px;
	}

	.visual .visual-cont .skip-btn {
		bottom: 90px;
	}



}



@media screen and (max-width:969px) {
	/* mobile */

	/* main */
	.visual .swiper-container-wrapper--timeline .swiper-slide .title h2 {
		font-size: 36px;
		margin: 60px 0 0;
	}

	.visual .swiper-container-wrapper--timeline .swiper-slide .title h2 {
		font-size: 20px;
		margin: 20px 0 0;
	}

	.visual .swiper-container-wrapper--timeline .swiper-slide .title p {
		font-size: 16px;
	}

	.visual .swiper-container-wrapper--timeline .swiper-navi {
		font-size: 12px;
		bottom: 120px;
	}

	.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
		height: 34px;
		line-height: 34px;
	}

	/* .visual .swiper-container-wrapper--timeline .swiper-pagination-progressbar{left:-60px;}  */
	.visual .visual-cont .skip-btn {
		right: 20px;
		bottom: 120px;
	}


	.visual .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:last-child .switch-title {
		right: 0;
	}
}

@media screen and (max-width:768px) {
	.visual .swiper-container-wrapper--timeline .swiper-navi:after {
		width: calc(100% - 13px);
	}

	.visual .swiper-container-wrapper--timeline .swiper-pagination-progressbar {}

	.visual .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
		width: calc(100% - 13px);
	}
}

@media screen and (max-width:480px) {
	/* mobile */

	.visual .swiper-container-wrapper--timeline .swiper-navi {
		bottom: 90px;
	}

	.visual .visual-cont .skip-btn {
		bottom: 90px;
	}

	.visual .swiper-container-wrapper--timeline .swiper-slide .title h3{
		font-size: 18px;
		margin: 5px 0 15px;
	}

}

@media screen and (max-width:375px) {
	/* mobile */


}


/* visual */



/* 회사소개 */



/* ------- Button ------- */
.color-primary {
	color: #ff7900;
}

.button {
	display: inline-block;
	padding: 10px;
	border: 1px solid transparent;
	transition: background ease .15s;
}

.button-primary {
	color: #fff;
	background: #ff7900;
}

.button-arrow {
	overflow: hidden;
	position: relative;
	padding: 17px 40px 17px 30px;
	min-width: 170px;
	color: #111;
	border: 1px solid #d1d1d1;
	border-radius: 50px;
	font-weight: bold;
}

.button-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
	display: block;
	width: 7px;
	height: 13px;
	background-image: url('../../images/common/btn_arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.button-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(48deg, #ea002c, #ff7900);
	transition: all ease .3s;
	opacity: 0;
}

.button-arrow span {
	z-index: 2;
	position: relative;
}

.button-round {
	border-radius: 50px;
}

.button-gradient {
	color: #fff;
	background-image: linear-gradient(48deg, #ea002c, #ff7900, #ff7900, #ea002c);
	background-size: 400% 100%;
	background-position: 0%;
	border-color: transparent;
	transition: background ease .3s;
}

.button-dark {
	color: #fff;
	background: #333333;
}

@media screen and (pointer: fine) {
	.button-primary:hover {
		background: #ff123e;
	}

	.button-dark:hover {
		background: #555555;
	}

	.button-arrow:hover {
		color: #fff;
		border-color: transparent;
	}

	.button-arrow:hover::before {
		opacity: 1;
	}

	.button-arrow:hover::after {
		background-image: url('../../images/common/btn_arrow_wh.svg');
	}

	.button-gradient:hover {
		background-position: 20%;
	}
}

@media screen and (max-width: 1024px) {
	.button-arrow {
		padding: 12px 40px 12px 30px;
	}
}

@media screen and (max-width: 768px) {}

.company {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

/* .company::before { content: ''; z-index: 1; position: absolute; bottom: -150px; right: -100px; width: 406px; height: 514px; background: url('https://welcomefare.co.kr/images/main/business-background-symbol.png') no-repeat center / auto 100%; } */
.company .inner {
	z-index: 2;
}

.company .tabs {
	display: flex;
	margin-bottom: -15px;
	width: auto;
}

.company .tabs .swiper-pagination-bullet {
	display: block;
	margin: 0 0 0 10px;
	width: auto;
	height: auto;
	background: none;
	opacity: 1;
}

.company .tabs .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

.company .tabs .swiper-pagination-bullet .toggle {
	font-weight: 500;
	color: #b2b2b2;
	transition: all ease .3s;
	border: 1px solid #b2b2b2;
	padding: 10px 20px;
	border-radius: 20px;
}

.company .tabs .swiper-pagination-bullet-active .toggle {
	color: #ff7900 !important;
	border-color: #ff7900;
}

.company .tabs .swiper-pagination-bullet .icon {
	display: block;
	margin: 0 auto 5px;
	width: 52px;
	height: 48px;
}

.company .tabs .swiper-pagination-bullet .icon svg {
	display: block;
	margin: auto;
	width: auto;
	height: 100%;
	fill: currentColor;
	stroke: currentColor;
}

.company .company-box {
	display: flex;
}

.company .company-box.start .company-box-body {
	justify-content: flex-start;
	padding-top: 60px;
}

.company .company-box-head {
	width: 51.7%;
}

.company .company-box-head .block {
	position: relative;
	padding-top: 76.5%;
	width: 100%;
	height: 0;
	cursor: zoom-in;
}

.company .company-box-head .block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ff7900;
	border-bottom-left-radius: 16px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity ease .3s;
}

.company .company-box-head .block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 32px;
}

.company .company-box-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 80px;
	width: 48.3%;
}

.company .company-box img {
	border-bottom-left-radius: 32px;
}

.company .company-box .title {
	margin: -15px 0 10px;
	font-size: 40px;
	color: #111;
	font-weight: 700;
}

.company .company-box .text {
	font-size: 18px;
}

.company .company-box .button {
	margin-top: 50px;
}

.company .company-box .image-wrap {
	display: flex;
	margin: 0 -18px;
}

.company .company-box .image-wrap::after {
	content: none;
}

.company .company-box .image-wrap li {
	flex: 1 1;
	padding: 0 18px;
}

.company .company-box .image-wrap .block {
	position: relative;
	padding-top: 76.5%;
	width: 100%;
	height: 0;
	cursor: zoom-in;
}

.company .company-box .image-wrap .block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ff7900;
	border-bottom-left-radius: 16px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity ease .3s;
}

.company .company-box .image-wrap .block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 16px;
}

.company .company-box .image-wrap .on .block::after {
	opacity: 1;
}

.company .company-box .button-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 70px -10px -10px;
}

.company .company-box .button-wrap .button {
	flex: 0 1 calc(50% - 20px);
	margin: 10px;
}

@media screen and (pointer: fine) {
	.company .tabs .toggle:hover {
		color: #111;
	}

}

@media screen and (min-width: 1025px) {
	.company .section-title {
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 1024px) {
	.company::before {
		transform: scale(0.7);
	}

	.company .tabs {
		margin: 30px 0 0px;
		width: 100%;
	}

	/* .company .tabs .swiper-pagination-bullet { margin: 0 16px; } */
	.company .tabs .swiper-pagination-bullet .toggle {
		font-size: 15px;
	}

	.company .company-box-body {
		padding-left: 45px;
	}

	.company .company-box .text {
		font-size: 16px;
	}

	.company .company-box .title {
		margin-top: -10px;
		font-size: 30px;
	}

	.company .company-box .button {
		margin-top: 30px;
	}

	.company .company-box .image-wrap {
		margin: 0 -10px;
	}

	.company .company-box .image-wrap li {
		padding: 0 10px;
	}

	.company .company-box .button-wrap {
		margin-top: 30px;
	}

	.company .company-box .button-wrap .button {
		flex: 0 1 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.company .company-box.start .company-box-body {
		padding-top: 0;
	}

}

@media screen and (max-width: 768px) {
	.company {
		position: relative;
		padding: 50px 0;
	}

	.company::before {
		right: -125px;
		transform: scale(0.4);
	}

	.company .tabs .swiper-pagination-bullet {
		margin: 0 10px;
	}

	.company .tabs .swiper-pagination-bullet .toggle {
		font-size: 14px;
	}

	.company .scroll-container {
		overflow-x: auto;
		/* margin: 0 -5%; width: 110%; */
	}

	.company .company-box {
		flex-direction: column-reverse;
	}

	.company .company-box-head {
		width: 100%;
	}

	.company .company-box-body {
		width: 100%;
		flex-direction: column;
		padding-left: 0;
	}

	.company .company-box .image-wrap {
		margin: 35px -3px 5px;
	}

	.company .company-box .image-wrap li {
		padding: 0 3px;
	}

	.company .company-box .title {
		font-size: 24px;
		margin-top: 0;
	}

	.company .company-box .text {
		font-size: 15px;
	}

	.company .company-box .button-wrap {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}


/* 회사소개 */




/* 복지용구 구매 */



.product {
	overflow: hidden;
	padding: 100px 0;
}

.product .section-title {
	margin-bottom: 10px;
}

.product .section-title h3 {
	margin-bottom: 0;
}


.product .product-cont .inner .p-title {
	margin-bottom: 40px;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}


.product .pagination-wrap {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

.product .slide-next,
.product .slide-prev {
	width: 24px;
	height: 30px;
	background: url("../../images/common/product_arr.png") no-repeat center;
	background-size: 18px 11px;
}

.product .slide-prev {
	transform: rotate(180deg);
}

.product .pagination-wrap .arr-wrap {
	display: flex;
	gap: 15px;
}

.product .pagination-wrap .arr-wrap .slide-next,
.product .pagination-wrap .arr-wrap .slide-prev {
	cursor: pointer;
}


.product .pagination-wrap .pagination {
	transform: translateY(-6px);
}

.product .pagination {
	width: auto;
}

.product .swiper-pagination-current {
	color: #231916;
	font-weight: 600;
	font-size: 20px;
}

.product .slash,
.product .swiper-pagination-total {
	color: #464646;
	font-size: 14px;
	opacity: 0.5;
}



.product .product-cont .inner .slide-box-pre {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
	overflow: visible;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide {
	max-width: 320px;
	width: 100%;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide a {
	display: block;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide:last-child .img-box {
	/* margin-right: 30px */
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide .img-box {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide .img-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide:hover .img-box {
	border-radius: 39% 41% 60% 53% / 65% 53% 38% 47%
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide:hover .img-box::after {
	opacity: 1;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}



.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide .img-tag {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 0.5s;

}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide:hover .img-tag {
	opacity: 1;
	top: 45%;

}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide .img-name {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	position: relative;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide .img-name:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
}

.product .product-cont .inner .slide-box-pre .swiper-wrapper .swiper-slide:hover .img-name:after {
	width: 40%;
}

.product .product-cont .inner .noti {
	font-size: 1.3rem;
	color: #737373
}

@media screen and (max-width:768px) {
	.product {
		padding: 50px 0;
	}
}

/* 복지용구 구매 */





/* 비즈니스 */

.business {
	padding: 200px 0 100px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.business .section-title h3 {
	margin-bottom: 0;
}

.businessCon {
	padding: 150px 0 300px;
	position: relative;
}

.businessCon:before {
	position: absolute;
	left: 50%;
	margin-left: -580px;
	top: 0;
	bottom: 100px;
	display: block;
	content: '';
	width: 100%;
	background-color: #fff;
}


.businessCon:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	transition: width 1.5s;
}

.businessCon.animated:after {
	width: 0;
	transition-delay: 0.5s;
}

.businessCon .inner {
	position: relative;
	z-index: 1;
}

.biz-main {
	padding: 0 5.8%;
}

.businessCon .main-tit-box .main-tit {
	width: 710px;
	display: inline-block;
	vertical-align: bottom;
}

.businessCon .main-tit-box .main-sub-tit {
	margin-top: 0;
	width: calc(100% - 715px);
	position: relative;
	top: -10px;
	display: inline-block;
	vertical-align: bottom;
}

/* 하단 제품 영역 */
.biz-main-list {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
}

.biz-main-item {
	position: relative;
	width: 50%;
	height: 380px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.biz-main-item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	display: block;
	transition: all 0.3s;
}

/* .biz-main-item .img{position: absolute; width: 45%; top: 15px; bottom: 15px; right: 4.6%; display: flex; align-items: center; justify-content: flex-end; z-index: 1;}
.biz-main-item .img img{max-width: 90%; max-height: 100%;} */
.biz-main-item .txt {
	padding-left: 7.8%;
	padding-right: 15px;
	/* width: 55%; */
	width: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.biz-main-item .txt h5 {
	font-size: 40px;
	line-height: 1.3;
	letter-spacing: -0.25px;
	color: #fff;
	font-weight: 700;
}

.biz-main-item .txt p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.62;
	letter-spacing: -0.25px;
	color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 801px) {
	.biz-main-item:hover .bg {
		transform: scale(1.1) rotate(0.02deg);
	}
}

/* -------- 메인 컨텐츠 :: 컨텐츠3 (OEM & ODM) -------- */
@media all and (max-width:1780px) {
	.businessCon:before {
		left: 300px;
		margin-left: 0;
		bottom: 100px;
	}
}

@media all and (max-width: 1380px) {
	.businessCon:before {
		left: 210px;
	}
}

@media all and (max-width:1260px) {
	.businessCon:before {
		left: 0;
	}

	.main-oem-con {
		padding: 0;
	}
}

@media all and (max-width:1024px) {
	.businessCon {
		padding: 120px 0 200px;
	}

	.biz-main-list {
		margin-top: 70px;
	}

	.biz-main-item {
		width: 100%;
	}

	.biz-main-item+.biz-main-item {
		margin-top: 40px;
	}
}

@media all and (max-width:800px) {

	.business {
		padding: 100px 0 50px;
	}

	.businessCon {
		padding: 65px 0 60px;
	}

	/* 하단 제품 영역 */
	.biz-main-list {
		margin-top: 30px;
	}

	.biz-main-item {
		height: 240px;
	}

	.biz-main-item+.biz-main-item {
		margin-top: 20px;
	}

	/* .biz-main-item .img{top: 30px; bottom: 30px; right: 4.6%;}
	.biz-main-item .img img{max-width: 85%;} */
	.biz-main-item .txt {
		padding-left: 7.8%;
		padding-right: 10px;
	}

	.biz-main-item .txt h5 {
		font-size: 25px;
	}

	.biz-main-item .txt p {
		margin-top: 15px;
		font-size: 12px;
	}
}

/* 비즈니스 */


/* 메인 유튜브 */

.main_youtube{
	width: 100%;
	padding: 100px 0;
}

.main_youtube .youtube_container{
	width: 100%;
	height: 620px;
	border: 0;
}

.main_youtube .youtube_container iframe{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:768px) {
.main_youtube{
	width: 100%;
	padding: 50px 0;
}
.main_youtube .youtube_container{
	height: 420px;
}
}

/* 메인 유튜브 */


/* 하단 신청폼 */
.point::after{
	content: ' * ';
	display: block;
	color: #fff;
	position: absolute;
	top: -5px;
	left: -5px;
	font-size: 12px;
}

.point_txt{
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row-reverse;
}

.inquiry {
	padding: 75px 0;
	background-color: #ee4c2c;
	margin-top: 200px;
}

.inquiry .inquiry-cont {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.inquiry .tit_wrap {
	width: 40%;
	flex-shrink: 0;
}

.inquiry .tit_wrap .tit {
	font-size: 32px;
	font-weight: 800;
}

.inquiry form {
	flex: 1;
}

.inquiry .cont_wrap {
	flex: 1;
}

.inquiry .cont_wrap .form_wrap {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.inquiry .cont_wrap .form_wrap .left {
	width: 42%;
	margin-right: 35px;
	flex-shrink: 0;
	flex-grow: 1;
}

.inquiry .cont_wrap .form_wrap .right {
	width: 60%;
	flex-grow: 1;
}

.inquiry .cont_wrap .form_wrap .inp_box {
	font-weight: 600;
}

.inquiry .cont_wrap .form_wrap .inp_box+.inp_box {
	margin-top: 35px;
}

.inquiry .cont_wrap .form_wrap .inp_box .tit {
	margin-bottom: 8px;
	position: relative;
}

/* .inquiry .cont_wrap .form_wrap .right .inp_box {
	height: 100%;
} */

.inquiry .cont_wrap .form_wrap .inp_box input {
	width: 100%;
	height: 70px;
	padding: 0 25px;
	border-radius: 10px;
	border: 0;
	font-size: 17px;
}

.inquiry .cont_wrap .form_wrap .inp_box textarea {
	width: 100%;
	height: 88%;
	padding: 25px;
	border-radius: 10px;
	border: 0;
	font-size: 17px;
}

.inquiry .cont_wrap .form_wrap .inp_box input::placeholder,
.inquiry .cont_wrap .form_wrap .inp_box textarea::placeholder {
	color: #B9BAC1;
}

.inquiry .cont_wrap .form_wrap .inp_box textarea:focus {
	outline: none;
}

.inquiry .util_wrap {
	display: flex;
	margin-top: 30px;
	align-items: center;
	justify-content: space-between;
}

.inquiry .util_wrap .chk_wrap {
	width: 42%;
	margin-right: 35px;
}

.inquiry .util_wrap .btn_wrap {
	width: 100%;
}

.inquiry .util_wrap .btn_wrap .sub_btn {
	display: inline-block;
	min-width: 250px;
	padding: 10px 0;
	background-color: #fff;
	color: #ff7900;
	font-size: 17px;
	border-radius: 0.5em;
	transition: all 0.3s;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.inquiry .util_wrap .btn_wrap .sub_btn:hover{
	background-color: #ff7900;
	color: #fff;
}

.inquiry .tit_wrap .tit {
	color: #fff;
}

.inquiry .cont_wrap .form_wrap .inp_box .tit {
	color: #fff;
}

.inquiry .cont_wrap .form_wrap .inp_box input,
.inquiry .cont_wrap .form_wrap .inp_box textarea {
	color: #fff;
	background-color: rgba(255, 121, 0, .8);
	background-color: rgba(255, 18, 62, .4);
	background-color: #c2361b;
}

.inquiry .cont_wrap .form_wrap .inp_box input::placeholder,
.inquiry .cont_wrap .form_wrap .inp_box textarea::placeholder {
	color: rgba(255, 2505, 255, 0.8);
}


/*인풋체크 공통*/
.chk_inp {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	flex-shrink: 0;
}

.chk_inp input[type="checkbox"] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.chk_inp input[type="checkbox"]+label {
	position: relative;
	padding-left: 1.5em;
	font-size: 0.9375rem;
	line-height: 2em;
	cursor: pointer;
	display: block;
}

.chk_inp input[type="checkbox"]+label {
	-webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.chk_inp input[type="checkbox"]+label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	opacity: 0.3;
	font-weight: 600;
	width: 10px;
	aspect-ratio: 1/1;
	background-color: #fff;
}

.chk_inp input[type="checkbox"]:checked+label::before {
	opacity: 1;
}


.chk_inp a {
	padding: 0 0.75em;
	margin-left: 0.75em;
	border: 1px solid #fff;
	font-size: max(0.6875rem, 11px);
	border-radius: 1.5em;
	line-height: 2em;
	transition: background 0.3s, color 0.3s
}

.chk_inp a i {
	margin-left: 0.5em
}


/*모달 기본css*/
.modal {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	padding: 80px 0;
}

.modal.open {
	opacity: 1;
	visibility: visible;
}

.modal .modal_wrap {
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0 20px;
	table-layout: fixed;
	vertical-align: middle
}

.modal .modal_wrap .scroll_box {
	display: table-cell;
	vertical-align: middle
}

.modal .modal_wrap .modal_cont .close_btn {
	position: absolute;
	right: 0;
	top: -5px;
	transform: translate(0, -100%);
	color: #fff;
	font-size: 28px;
	transition: all .3s;
}

.modal_cont {
	max-width: 650px;
	margin: 0 auto;
	padding: 30px 40px;
	background-color: #fff;
	overflow: auto;
}

.modal_cont .modal_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
	position: relative
}

.modal_cont .modal_top.bot_line {
	margin-bottom: 0;
	padding-bottom: 20px
}

.modal_cont .modal_top.bot_line:after {
	content: "";
	position: absolute;
	height: 4px;
	background-color: #F9F9F9;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%)
}

.modal_cont .modal_top .tit {
	font-size: 24px;
	font-weight: 800
}

.modal_cont .modal_top .modal_close {
	font-size: 22px;
	color: #333;
}

.modal_cont .notice_txt_wrap .box {
	margin: 25px 0
}

.modal_cont .notice_txt_wrap .h1 {
	margin-bottom: 10px;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
}

.modal_cont .notice_txt_wrap .h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500
}

.modal_cont .notice_txt_wrap .desc+.h2 {
	margin-top: 15px;
}

.modal_cont .notice_txt_wrap p {
	font-size: 13px;
}

.modal_cont .notice_txt_wrap .txt {
	font-size: 13px;
	padding-left: 1.3em;
	text-indent: -1.3em
}

.modal_cont .notice_txt_wrap .txt a {
	text-decoration: underline
}

.modal_cont .notice_txt_wrap .txt.unIn {
	padding-left: unset;
	text-indent: unset
}

.modal_cont .notice_txt_wrap .txt.inTxt {
	padding-left: 2.4em
}

.modal_cont .notice_txt_wrap .txt.inTxt.unIn {
	padding-left: 1.3em
}

.modal_cont .notice_txt_wrap .desc {
	font-size: 12px;
	color: #555;
}

.modal_cont .notice_txt_wrap .txt+.h2,
.modal_cont .notice_txt_wrap .txt+.h1,
.modal_cont .notice_txt_wrap .desc+.h1,
.modal_cont .notice_txt_wrap .terms_tb_wrap+.h1,
.modal_cont .notice_txt_wrap .terms_tb_wrap+.h2 {
	margin-top: 30px
}

.modal_cont .notice_txt_wrap .cont .txt+.txt {
	margin-top: 5px
}

.modal_cont .notice_txt_wrap .terms_tb_wrap+.txt {
	margin-top: 10px
}

.modal_cont .notice_txt_wrap .terms_tb_wrap {
	width: 100%;
	overflow-x: auto
}

.modal_cont .notice_txt_wrap .terms_tb {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #BCBCBC
}

.modal_cont .notice_txt_wrap .terms_tb th {
	padding: 15px 10px;
	border: 1px solid #BCBCBC;
	font-size: 12px
}

.modal_cont .notice_txt_wrap .terms_tb td {
	padding: 15px 10px;
	border: 1px solid #BCBCBC;
	font-size: 12px
}


@media screen and (max-width:1200px) {
	
    .inquiry .tit_wrap { width: 25%; }
    .inquiry .cont_wrap .form_wrap .left { width: 47%; margin-right: 15px; }
    .inquiry .cont_wrap .form_wrap .inp_box .tit { margin-bottom: 7px; }
    .inquiry .cont_wrap .form_wrap .inp_box input { height: 60px; border-radius: 5px; font-size: 15px; }
    .inquiry .cont_wrap .form_wrap .inp_box + .inp_box { margin-top: 20px; }
    .inquiry .cont_wrap .form_wrap .inp_box textarea { border-radius: 5px; font-size: 15px; }

    .inquiry .util_wrap .chk_wrap { width: 47%; margin-right: 15px; }
}

@media screen and (max-width:768px)  {
	.inquiry {
		padding: 50px 0;
		margin-top: 100px;
	}
	.inquiry .inquiry-cont { flex-direction: column; }
    .inquiry .tit_wrap { width: 100%; margin-bottom: 30px; }
    .inquiry .cont_wrap { width: 100%; }
    .inquiry form { width: 100%; }
    .inquiry .cont_wrap .form_wrap { flex-direction: column; }
    .inquiry .cont_wrap .form_wrap .left { width: 100%; margin-right: 0; }
    .inquiry .cont_wrap .form_wrap .right { width: 100%; margin-top: 10px; }
    .inquiry .util_wrap { margin-top: 10px; flex-direction: column; align-items: flex-start; }
    .inquiry .util_wrap .chk_wrap { width: 100%; margin-right: 0; margin-bottom: 30px; }
    .inquiry .util_wrap .btn_wrap .sub_btn {font-size: 14px; }
}

/* 하단 신청폼 */