@charset "utf-8";

/* ---------- common ---------- */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --color-main: #916f66;
  --color-sub: #F0EBE7;
}

* {
}
html, body {
    font-family: 'Work Sans', 'Noto Sans KR';
}
.contact .animation.line {
	background: var(--color-main);
}

/* ---------- header ---------- */

/* ---------- footer ---------- */

header.colorD {
  border-bottom: 1px solid rgba(106, 88, 64, 0.5);
}
header.colorD .logoCls-1 {
  fill: #6A5840;
}
header.colorD nav ul li a {
  color: #6A5840;
}
header.colorD .langButton {
  border-left: 1px solid rgba(106, 88, 64, 0.5);
}
header.colorD .langButton .cls-1 {
  stroke: #6A5840;
}
header.colorL {
  border-bottom: 1px solid rgba(145, 111, 102, 0.5);
}
header.colorL .logoCls-1 {
  fill: #916F66;
}
header.colorL nav ul li a {
  color: #916F66;
}
header.colorL .langButton {
  border-left: 1px solid rgba(145, 111, 102, 0.5);
}
header.colorL .langButton .cls-1 {
  stroke: #916F66;
}

.footer {
	background: #555;
}
.footer p,
.footer ul li h6 {
	color: #fff;
}

/* ---------- main ---------- */
.visual .box,
.visual .bg,
.visual .slideBox {
	width: 100%;
	height: 100%;
}
.visual .box {
	position: relative;
}
.visual .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/* 2023-10-24 김승준 삭제
.visual .bg.bg1 {
	background-image: url("/img/main/visualBg1.jpg");
}
.visual .bg.bg2 {
	background-image: url("/img/main/visualBg2.jpg");
}
*/
.visual .title,
.visual .slideButton {
	position: absolute;
	left: 50%;
	z-index: 2;
}
.visual .title {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 240px 0;
	color: #fff;
	text-align: center;
	bottom: 20%;
	transform: translateX(-50%);
}
.visual .title p {
	font-size: 2.6rem;
	font-weight: 300;
}
.visual .slideButton {
	width: 87.03125%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: calc(50% + 80px);
	transform: translate(-50%, -50%);
}
.visual .swiper-button-next, 
.visual .swiper-button-prev {
	z-index: 1;
	position: relative;
	color: #fff;
	width: auto;
	height: auto;
	margin-top: 0;
	top: auto;
	left: auto;
	right: auto;
}
.visual .swiper-button-next:after, 
.visual .swiper-button-prev:after {
	font-size: 0;
}
.our {
	background: #d5c6c1;
}
.our * {
	color: #6a5840;
}
.our .itemBox {
	padding: 0 0 180px;
}
.our .grid1 {
	padding: 0 90px 0 0;
}
.our .grid2 {
	padding: 0 160px 0 0;
	margin: -310px 0 -15px;
}
.our .grid3 {
	padding: 0;
}
.our h3 {
	font-size: 5.0rem;
	line-height: 1.3;
	text-align: center;
	padding: 0;
	margin: -420px 0 0;
}
.products {
	background: var(--color-sub);
}
.products .logo {
	width: auto;
	height: auto;
	margin: 0 auto;
}
.products .centerTop {
	text-align: center;
}
.products .centerTop p {
	font-size: 2.0rem;
	line-height: 1.7;
	margin: 20px 0 0;
}
.products .imgBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 0 42px;
	margin: 65px 0 0;
}
.products .imgBox .img {
	width: 100%;
	padding: 50% 0;
	position: relative;
}
.products .imgBox img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.stellarvet {
	background: #A18C7B;
}
.kopher .centerTop p {
	color: #907065;
}
.stellarvet .centerTop p {
	color: var(--color-sub);
}
.ando .centerTop p {
	color: #A18C7B;
}
.what .top {
	margin-bottom: -1px;
}
.do, .talent {
	color: var(--color-sub);
}
.what .box.background,
.do .infoBox::before {
	background: var(--color-main);
}
.do .title .sectionTitle,
.do .title p {
	color: var(--color-sub);
}
.do .title .sectionTitle::after {
	display: none;
}
.do .title p {
	font-size: 2.0rem;
	line-height: 1.7;
}
.do .infoBox .text p,
.do .infoBox .buttonBox button i {
	color: var(--color-sub);
}
.do .infoBox .buttonBox button {
	border-color: var(--color-sub);
}
.partner .imgWrap,
.partner .text {
	width: 50%;
}
.partner .imgWrap::after,
.partner .text::before {
	display: none;
}
.partner .vertical {
	left: 50%;
}
.partner .imgWrap {
	overflow: hidden;
}
.partner .imgBox {
	padding: 0;
}
.partner .text {
	gap: 50px 0;
	justify-content: center;
	color: var(--color-sub);
	text-align: center;
	transition-delay: 0.4s;
}
.partner .text h3 {
	font-size: 5.0rem;
}
.partner .text p {
	font-size: 2.0rem;
	line-height: 1.7;
}
.talent .itemBox .item .icon {
	filter: brightness(2)
}
.talent .itemBox .item h6,
.talent .itemBox .item dl dt {
	color: #F1E4D7;
}
.talent .itemBox .item dl dt {
	font-weight: 700;
}
.talent .itemBox .item dl dd {
	color: var(--color-sub);
}
.recruit {
    background: url(/img/main/recruitBg2.jpg) no-repeat center bottom/cover;
}
.recruit .info {
	height: 100%;
	justify-content: flex-end;
	gap: 50px 0;
	padding: 0 0 90px;
}
.recruit .info p {
	color: var(--color-sub);
}
.recruit .info > p {
	font-size: 3.0rem;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
}
.recruit .info a {
	border-color: var(--color-sub);
	margin: 0 auto;
}
.recruit .info a::before {
	background: var(--color-sub);
}
.recruit .info a:hover p {
	color: var(--color-main);
	font-weight: 400;
}
.recruit .info a:hover .arrowCls-1 {
	fill: var(--color-main);
}
.contact {
	background: #fff;
	color: var(--color-main);
}
.contact .infoBox ul li h6 {
	width: 100px;
	font-weight: 600;
}
.contact .infoBox ul li p {
	font-weight: 400;
}
.contact .formBox ul li input,
.contact .formBox ul li textarea {
	background: transparent;
}
.contact .formBox ul li input::-webkit-input-placeholder,
.contact .formBox ul li textarea::-webkit-input-placeholder {
  color: #e9e9e9;
}
.contact .formBox ul li textarea {
    padding: 14px 20px;
}
.contact .checkBox label,
.contact .checkBox a {
	color: var(--color-main);
}
.contact .checkBox label {
	font-weight: 400;
}
.contact .checkBox a {
	font-weight: 600;
}
.contact .checkBox label input[type=checkbox],
.contact .submitBox::before {
	background: var(--color-main);
}
.contact .submitBox input[type=submit] {
	border-color: var(--color-main);
	color: var(--color-main);
	font-weight: 400;
}
.contact .submitBox:hover input[type=submit] {
	color: #fff;
}


/* ---------- media ---------- */
@media (max-width: 1600px) {
	.visual .slideButton {
		width: calc(100% - 40px);
	}
	.partner .text p {
		font-size: 1.8rem;
	}
}
@media (max-width: 1400px) {
	.visual .title,
	.visual .slideButton {
		top: 50%;
	}
	.visual .title {
		gap: 80px 0;
		bottom: auto;
		transform: translate(-50%, -50%);
	}
	.our .grid2 {
		margin: -120px 0 0;
	}
	.our h3,
	.partner .text h3 {
		font-size: 4.2rem;
	}
	.products .box {
		width: 100%;
		height: 100%;
		display: flex;
		padding: 0;
	}
	.products .box .w1600 {
		height: auto;
		margin: auto;
	}
	.products .centerTop p {
		font-size: 1.8rem;
	}
	.products .imgBox {
		gap: 0 20px;
	}
	.partner .text p {
		font-size: 1.6rem;
	}
	.talent .itemBox .item dl dd {
		font-size: 1.5rem;
	}
}
@media (max-width: 1200px) {
	.our .contents {
		overflow-y: inherit;
	}
	.our .itemBox {
		margin: 0;
	}
	.our .itemBox > div {
		opacity: 1;
	}
	.products .box {
		padding: 120px 0;
	}
	.footer .info {
		flex-direction: column;
		gap: 30px 0;
	}
	.footer ul {
		width: 100%;
		justify-content: space-between;
	}
}
@media (max-width: 960px) {
	.visual .title p {
		font-size: 2.0rem;
	}
	.visual .slideButton img {
		height: 60px;
	}
	.our .itemBox {
		gap: 0 40px;
		padding: 0;
	}
	.our .itemBox > div {
		padding: 0;
		margin: 0;
	}
	.our h3 {
		width: 100%;
		margin: 40px 0 0;
	}
	.our h3,
	.partner .text h3 {
		font-size: 3.4rem;
	}
	.products .box {
		padding: 80px 0;
	}
	.products .imgBox {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		margin: 40px 0 0;
	}
	.products .imgBox .img {
		width: calc(50% - 10px);
		padding: calc(25% - 5px) 0;
	}
	.kopher .logo,
	.stellarvet .logo {
		width: 220px;
	}
	.partner .contents {
		gap: 40px 0;
		padding: 60px 20px;
	}
	.partner .imgWrap,
	.partner .imgBox {
		display: flex;
	}
	.partner .imgWrap,
	.partner .text {
		width: 100%;
	}
	.partner .imgBox {
		flex-wrap: wrap;
	}
	.partner .img {
		width: calc(100% / 3);
		margin: 0;
	}
	.partner .text {
		gap: 20px 0;
	}
	.recruit .info {
		padding: 30% 0 0;
	}
	.recruit .info > p {
		font-size: 2.4rem;
	}
	.footer ul {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.footer ul li {
		gap: 10px 0;
	}
	.footer ul li.address {
		width: 100%;
	}
	.footer ul li .br960 {
		display: none;
	}
}
@media (max-width: 768px) {
	.w1600 {
		max-width: 1600px;
	}
	.do .title p {
		font-size: 1.7rem;
		padding: 0 20px;
	}
}
@media (max-width: 640px) {
	.visual .title {
		width: 100%;
	}
	.visual .slideButton img {
		height: 50px;
	}
	.our .itemBox {
		gap: 20px 0;
		margin: 40px 0 0;
	}
	.our h3,
	.partner .text h3 {
		font-size: 2.5rem;
	}
	.products .centerTop p {
		font-size: 1.6rem;
	}
	.products .imgBox,
	.partner .imgBox {
		gap: 20px 0;
	}
	.products .imgBox .img {
		width: 100%;
		padding: 50% 0;
	}
	.partner .img {
		width: 100%;
	}
	.partner .text h3 {
		font-size: 3.0rem;
	}
	.partner .text p br {
		display: none;
	}
	.recruit .info > p {
		font-size: 1.8rem;
	}
}