@charset "utf-8";

/* ==================================================
	공통틀
================================================== */
.area-box {
	width: 100%;
	max-width: var(--px-base);
	margin: 0px auto;
}

.area-box2 {
	width: 100%;
	max-width: var(--px-base2);
	margin: 0px auto;
}

.main_con {
	width: 100%;
	position: relative;
	padding: 10rem 0;
}

.main_con2 {
	width: 100%;
	padding: 10rem 0 0 0;
}

/* 모바일CSS */
@media screen and (max-width:1600px) {
	.area-box {
		width: 96%;
	}

	.area-box2 {
		width: 96%;
	}

	.main_con {
		padding: 8rem 0;
	}

	.main_con2 {
		padding: 8rem 0 0 0;
	}
}

@media screen and (max-width:1400px) {
	.area-box {
		width: 94%;
	}

	.area-box2 {
		width: 94%;
	}

	.main_con {
		padding: 7rem 0;
	}

	.main_con2 {
		padding: 7rem 0 0 0;
	}
}

@media screen and (max-width:1023px) {
	.main_con {
		padding: 6rem 0;
	}

	.main_con2 {
		padding: 6rem 0 0 0;
	}
}

@media screen and (max-width:640px) {
	.main_con {
		padding: 5rem 0;
	}

	.main_con2 {
		padding: 5rem 0 0 0;
	}
}

/* ==================================================
	공통사항
================================================== */
/* 타이틀 */
.main_tit {
	position: relative;
	text-align: var(--text-ag-center);
	text-transform: uppercase;
	text-transform: none;
}

.main_tit h1 {
	font-family: var(--font-Outfit);
	font-size: 5.5rem;
	font-weight: var(--font-bd);
	text-transform: none;
}

.main_tit p {
	font-size: 2.5rem;
	margin-top: 2.5rem;
	line-height: 1.3;
	text-transform: none;
}

.main_tit p span {
	display: block;
}

/* 모바일CSS */
@media screen and (max-width: 1279px) {

	/* 타이틀 */
	.main_tit h1 {
		font-size: 4.5rem;
	}

	.main_tit p span {
		display: inline;
	}
}

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

	/* 타이틀 */
	.main_tit h1 {
		font-size: 4rem;
	}

	.main_tit p {
		font-size: 2rem;
		line-height: 1.35;
		padding: 0 1rem;
		word-break: keep-all;
	}
}

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

	/* 타이틀 */
	.main_tit h1 {
		font-size: 3.5rem;
	}
}

/* ==================================================
	메인 영상 비주얼
================================================== */
.top_visual {
	position: relative;
	height: 100vh;
}

.top_visual::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(44, 48, 86, 0.00) 50%, rgba(44, 48, 86, 0.80) 100%);
}

.top_visual::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 48, 86, .25)
}

.top_visual .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.top_visual .bg>div {
	height: 100%;
}

.top_visual .bg video,
.top_visual .bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.top_visual .bg .mo {
	display: none;
}

.top_visual .hgroup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.top_visual .hgroup .mtxt {
	animation: visualTitle 3s ease-out 0.1s both;
	color: var(--color-white);
}

.top_visual .hgroup h2 {
	line-height: 1.1;
	font-family: var(--font-Outfit);
	font-size: 7rem;
	font-weight: var(--font-bd);
}

.top_visual .hgroup h2 span {
	display: block;
}

.top_visual .hgroup p {
	font-size: 2.8rem;
	margin-top: 3rem;
	line-height: 1.3;
}

.top_visual .hgroup p span {
	display: block;
}

.top_visual .scroll-ico {
	position: absolute;
	right: 50px;
	bottom: 70px;
	z-index: 20;
}

@keyframes scroll {
	from {
		transform: translateY(10px);
	}

	to {
		transform: translateY(-10px);
	}
}

.top_visual .scroll-ico img {
	animation: scroll 1s infinite alternate linear;
}

@keyframes visualTitle {
	0% {
		letter-spacing: 1.25px;
	}

	30% {
		letter-spacing: 1px;
	}

	100% {
		letter-spacing: 0;
	}
}

@media (min-width: 1181px) and (max-width: 1919px) {

	.top_visual .hgroup h2,
	.top_visual .hgroup p {
		font-size: calc(100vw * (40 / 1919));
	}

	.top_visual .hgroup h2 {
		font-size: calc(100vw * (42 / 1180));
	}
}

@media (max-width: 1180px) {
	.top_visual {
		height: calc(100vw * (980 / 1180));
	}

	.top_visual .hgroup h2,
	.top_visual .hgroup p {
		font-size: calc(100vw * (40 / 1180));
	}

	.top_visual .hgroup p {
		margin-top: 2rem;
		font-size: calc(100vw * (28 / 1180));
	}
}

@media (max-width: 1023px) {
	.top_visual .scroll-ico img {
		width: 2rem;
	}
}

@media (max-width: 767px) {
	.top_visual .hgroup h2 {
		font-size: calc(100vw * (45 / 767));
	}

	.top_visual .hgroup h2 span {
		display: block;
	}

	.top_visual .hgroup p {
		display: none;
	}
}

/* ==================================================
	제품소개
================================================== */
.main_procon {
	margin-top: 8rem;
}

.main_procon>ul {
	display: flex;
}

.main_procon>ul>li {
	position: relative;
	flex-basis: 50%;
}

.main_procon>ul>li .img_box img {
	width: 100%;
}

.main_procon>ul>li .text_box {
	position: absolute;
	right: 6rem;
	bottom: 6rem;
	text-align: right;
}

.main_procon>ul>li .text_box h1 {
	font-size: 4rem;
	font-family: var(--font-Outfit);
	font-weight: var(--font-md);
	color: var(--color-white);
	margin-bottom: 3.5rem;
}

.main_procon>ul>li .text_box img {
	width: 100%;
	max-width: 5.6rem;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.main_procon {
		margin-top: 4rem;
	}

	.main_procon>ul {
		display: block;
	}
}

@media screen and (max-width:800px) {
	.main_procon>ul>li .text_box {
		display: flex;
		align-items: center;
		gap: 1rem;
		padding-left: 1rem;
		bottom: 4rem;
	}

	.main_procon>ul>li .text_box h1 {
		font-size: 3rem;
		margin-bottom: 0;
	}

	.main_procon>ul>li .text_box img {
		width: 4.5rem;
	}
}

/* ==================================================
	회사소개 &  기술소개
================================================== */
.mquick_con {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 8.5rem;
}

.mquick a {
	position: relative;
	display: block;
	position: relative;
	padding-top: 100%;
	background: no-repeat center top / cover;
}

.mquick a .inner-box {
	position: absolute;
	top: 70px;
	left: 70px;
}

.mquick a .point-txt {
	font-size: 2.5rem;
	font-weight: var(--font-md);
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.0075em;
}

.mquick a .tit {
	display: block;
	font-size: 4.8rem;
	font-family: var(--font-Outfit);
	font-weight: var(--font-bd);
	color: var(--color-white);
	margin-top: 2rem;
}

.mquick a .txt {
	font-size: 2.3rem;
	font-weight: var(--font-md);
	color: var(--color-white);
	line-height: 1.3;
	margin-top: 2rem;
}

.mquick a .txt span {
	display: block;
}

.mquick_l a {
	margin-top: 11.02%;
	background-image: url('../images/main/company.png?v=0501');
}

.mquick .left_bg {
	position: absolute;
	width: 40.4rem;
	bottom: 0;
	left: -19.2rem;
	z-index: -1;
}

.mquick_r a {
	background-image: url('../images/main/rnd.png');
}

.mquick .right_bg {
	position: absolute;
	width: 54.4rem;
	top: -2rem;
	right: -26.3rem;
	z-index: -1;
}

/* 애니메이션 */
.mquick_con .mquick a {
	border-radius: 20rem;
	transition: border-radius 1.3s;
	transition: 1s all;
}

.mquick_con.active .mquick a {
	border-radius: 0;
	border-bottom-right-radius: 10rem;
}

.mquick_con.active .mquick a:hover {
	transform: translateY(-3.5rem);
}

/* 모바일CSS */
@media screen and (max-width:1920px) {
	.metc_con {
		overflow: hidden;
	}
}

@media screen and (max-width:1400px) {
	.mquick_con {
		gap: 0 6.5rem;
	}

	.mquick a .inner-box {
		top: 6rem;
		left: 6rem;
	}

	.mquick a .point-txt {
		font-size: 2.3rem;
	}

	.mquick a .tit {
		font-size: 4.3rem;
		margin-top: 1.5rem;
	}

	.mquick a .txt {
		font-size: 2rem;
		margin-top: 1.5rem;
	}
}

@media screen and (max-width:1200px) {
	.mquick a .inner-box {
		top: 50px;
		left: 50px;
	}

	.mquick .left_bg {
		display: none;
	}

	.mquick .right_bg {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.mquick_con {
		padding: 40px 0;
	}

	.mquick a .inner-box {
		top: 40px;
		left: 40px;
	}

	.mquick a .point-txt {
		font-size: 2rem;
	}

	.mquick a .tit {
		font-size: 3.8rem;
	}

	.mquick a .txt {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 820px) {
	.mquick_con {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 2.5rem;
	}

	.mquick_l a {
		margin-top: 0;
	}

	/* 애니메이션 */
	.mquick_con .mquick a {
		border-radius: 10rem;
	}

	.mquick_con.active .mquick a {
		border-bottom-right-radius: 5rem;
	}

	.mquick_con.active .mquick a:hover {
		transform: translateY(-1.5rem);
	}
}

@media screen and (max-width: 640px) {
	.mquick a .inner-box {
		top: 3rem;
		left: 3rem;
	}

	.mquick a .point-txt {
		font-size: 1.9rem;
	}

	.mquick a .tit {
		font-size: 3.2rem;
	}

	.mquick a .txt {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 450px) {
	.mquick a .inner-box {
		top: 4rem;
		left: 4rem;
	}

	.mquick a .point-txt {
		font-size: 2rem;
	}

	.mquick a .tit {
		font-size: 3rem;
	}

	.mquick a .txt {
		font-size: 2.2rem;
	}
}

/* ==================================================
	지속가능경영
================================================== */
.main_management {
	position: relative;
	height: 90rem;
}

.main_management:before {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -35rem;
	left: 12vw;
	width: 74.1rem;
	height: 74.1rem;
	background: url('../images/main/symbol.png');
	background-size: cover;
}

.esg {
	position: relative;
	padding: 10rem 0;
	background-size: contain;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.esg .titlebox {
	margin-top: 4.5rem;
}

.esg .titlebox h1 {
	font-family: var(--font-Outfit);
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1;
}

.esg .titlebox h3 {
	font-family: var(--font-Outfit);
	font-size: 3.5rem;
	font-weight: 600;
	margin-top: 2rem;
	color: var(--brand-color-main);
	line-height: 1;
}

.esg .titlebox p {
	font-size: 2rem;
	margin-top: 8rem;
}

.esg .titlebox a {
	position: relative;
	display: inline-block;
	margin-top: 5rem;
	font-size: 2rem;
	font-weight: 600;
	color: var(--brand-color-main);
}

.esg .titlebox a:before {
	content: '';
	position: absolute;
	width: 6.4rem;
	height: 6.4rem;
	top: -2rem;
	right: -8rem;
	background: url('../images/main/viewmore.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.esg .titlebox a:hover:before {
	background: url('../images/main/viewmore_on.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.esg .listbox {
	width: 66.6rem;
	margin-top: 1rem;
	margin-right: 7rem;
}

.esg .listbox ul {
	position: relative;
}

.esg .listbox li {
	position: relative;
}

.esg .listbox li dl {
	padding: 4rem 1.4rem;
	border-bottom: 1px solid #121212;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}

.esg .listbox li:first-child dl {
	border-top: 1px solid #121212;
}

.esg .listbox li dt {
	font-family: var(--font-Outfit);
	font-weight: var(--font-bd);
	font-size: 2.6rem;
}

.esg .listbox li dd {
	display: none;
	padding: 2rem 0 0 0;
	overflow: hidden;
}

.esg .listbox li dd p {
	opacity: 0;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.5;
	max-width: 60%;
}

.esg .listbox li .btn_more {
	display: none;
	z-index: 5;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 15rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 14rem;
	height: 14rem;
	align-items: center;
	justify-content: center;
}

.esg .listbox li .imgbox {
	display: none;
	position: absolute;
	right: -9rem;
	top: 50%;
	opacity: 0;
	transition: all 1.4s;
	display: inline-block;
	transform: translateY(-50%) scale(.65) skew(10deg) rotate(30deg);
	transition: opacity 1s, transform 0.5s cubic-bezier(.3, .68, .34, .8);
}

.esg .listbox li.active dl {
	padding: 8rem 1.4rem;
}

.esg .listbox li.active dd {
	display: block;
}

.esg .listbox li.active dd p {
	animation: ani_2 0.5s 0.3s;
	animation-fill-mode: forwards;
}

.esg .listbox li.active .imgbox {
	display: block;
	opacity: 1;
	transform: translateY(-50%) scale(1) skew(0) rotate(0);
}

.esg .listbox li.active .btn_more {
	display: flex;
}

/* 애니메이션 */
.esg .titlebox {
	overflow: hidden
}

.esg .titlebox h1,
.esg .titlebox h3,
.esg .titlebox p,
.esg .titlebox a {
	opacity: 0;
}

.esg .titlebox.active h1 {
	animation: ani_2 0.5s 0.3s;
	animation-fill-mode: both;
}

.esg .titlebox.active h3 {
	animation: ani_2 0.5s 0.5s;
	animation-fill-mode: both;
}

.esg .titlebox.active p {
	animation: ani_2 0.5s 0.7s;
	animation-fill-mode: both;
}

.esg .titlebox.active a {
	animation: ani_2 0.5s 1s;
	animation-fill-mode: both;
}

@keyframes ani_2 {
	0% {
		-webkit-transform: translateX(100px);
		-ms-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* 모바일CSS */
@media screen and (max-width:1400px) {
	.esg .titlebox p {
		margin-top: 2rem;
	}

	.esg .listbox li dl {
		padding: 3rem 1.4rem;
	}

	.esg .listbox li dt {
		font-size: 2.2rem;
	}

	.esg .listbox li dd {
		padding: 1.5rem 0 0 0;
	}

	.esg .listbox li dd p {
		font-size: 1.7rem;
	}

	.esg .listbox li .btn_more {
		right: 2rem;
		top: 50%;
		width: 14rem;
		height: 14rem;
	}

	.esg .listbox li .imgbox {
		right: -9rem;
		top: 50%;
	}

	.esg .listbox li.active dl {
		padding: 6rem 1.4rem;
	}
}

@media screen and (max-width:1280px) {
	.esg .listbox {
		width: 52rem;
	}
}

@media screen and (max-width:1023px) {
	.esg {
		padding: 0;
	}

	.esg .listbox {
		width: 100%;
		margin-top: 6rem;
	}

	.esg .listbox li dd p br {
		display: none;
	}

	.esg .titlebox {
		margin-top: 0;
	}

	.esg .titlebox h1 {
		font-size: 4.6rem;
	}

	.esg .titlebox h3 {
		font-size: 3rem;
	}

	.esg .titlebox p {
		font-size: 1.8rem;
		margin-top: 5rem;
	}

	.esg .titlebox a {
		padding-bottom: 2.5rem;
	}
}

@media screen and (max-width:860px) {
	.esg {
		padding-bottom: 2rem;
	}

	.main_management {
		height: auto;
	}

	.esg .listbox {
		margin: 0;
		margin-top: 4rem;
	}

	.esg .listbox li .imgbox img,
	.esg .listbox li.active .imgbox img {
		display: none
	}

	.esg .listbox li dd p br {
		display: none
	}

	.esg .listbox li dl {
		padding: 2.5rem 1rem;
	}

	.esg .listbox li dt {
		font-size: 20px;
	}

	.esg .listbox li dd {
		padding: 1.2rem 0 0 0;
	}

	.esg .listbox li dd p {
		font-size: 16px;
	}

	.esg .listbox li.active dl {
		padding: 3rem 12rem 3rem 1rem;
	}

	.esg .listbox li .btn_more {
		right: 1rem;
		top: 50%;
		width: 10rem;
		height: 10rem;
		border: 1px solid rgba(0, 0, 0, 0.3)
	}

	.esg .listbox li .btn_more img {
		filter: brightness(1) invert(1);
		width: 3rem;
	}

	.esg .titlebox p {
		font-size: 2rem;
	}
}

@media screen and (max-width:640px) {
	.main_management:before {
		display: none;
	}

	.esg .titlebox h1 {
		font-size: 4rem;
	}

	.esg .titlebox h3 {
		font-size: 2.6rem;
	}

	.esg .listbox li dl {
		padding: 2rem 1rem;
	}

	.esg .listbox li dt {
		font-size: 18px;
	}

	.esg .listbox li dd {
		padding: 1.2rem 0 0 0;
	}

	.esg .listbox li dd p {
		font-size: 15px;
	}

	.esg .listbox li.active dl {
		padding: 3rem 10rem 3rem 1rem;
	}

	.esg .listbox li .btn_more {
		width: 8rem;
		height: 8rem;
	}

	.esg .listbox li dd p {
		max-width: 100%
	}
}

/* ==================================================
	인재육성
================================================== */
.main_con2.main_human {
	margin-bottom: 10rem;
}

.mhuman {
	margin-top: 8rem;
}

.mhuman>ul {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem 3rem;
}

.mhuman>ul>li {
	overflow: hidden;
}

.mhuman>ul>li a {
	overflow: hidden;
	position: relative;
	display: block;
	height: 24rem;
	border-radius: 10px;
}

.mhuman>ul>li a .htext_box {
	position: absolute;
	top: 5.5rem;
	left: 3rem;
	z-index: 1;
	color: var(--color-white);
}

.mhuman>ul>li a .htext_box img {
	width: 100%;
	max-width: 6.4rem;
}

.mhuman>ul>li a .htext_box h1 {
	font-size: 2.5rem;
	font-family: var(--font-Outfit);
	font-weight: var(--font-bd);
	margin-top: 1.5rem;
}

.mhuman>ul>li a .htext_box p {
	font-size: 1.6rem;
	margin-top: 1.2rem;
}

.mhuman>ul>li a .himg_bg {
	width: 100%;
	height: 100%;
	transition: all 1.5s;
	border-radius: 10px;
}

.mhuman>ul>li a:hover .himg_bg {
	transform: scale(1.1);
	transition: all 1.5s;
	border-radius: 10px;
}

.mhuman>ul>li:nth-child(1) a .himg_bg {
	background: url('../images/main/human_bg01.jpg') #010101;
	background-position: right top;
	background-repeat: no-repeat;
}

.mhuman>ul>li:nth-child(2) a .himg_bg {
	background: url('../images/main/human_bg02.jpg') #00040E;
	background-position: right top;
	background-repeat: no-repeat;
}

.mhuman>ul>li:nth-child(3) a .himg_bg {
	background: url('../images/main/human_bg03.jpg') #595A5C;
	background-position: right top;
	background-repeat: no-repeat;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.mhuman {
		margin-top: 4rem;
	}
}


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

	.main_con2.main_human {
		margin-bottom: 5rem;
	}

	.mhuman>ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 2.5rem 0;
	}

	.mhuman>ul>li a {
		display: flex;
		align-items: center;
	}

	.mhuman>ul>li a .htext_box {
		top: 8rem;
		left: 0;
	}

	.mhuman>ul>li a .htext_box img {
		position: absolute;
		top: 1rem;
		left: 3rem;
	}

	.mhuman>ul>li a .htext_box h1,
	.mhuman>ul>li a .htext_box p {
		padding-left: 12rem;
		text-shadow: 0px 2px 8px #000000a6;
	}

	.mhuman>ul>li a .htext_box p {
		font-size: 2rem;
		padding-right: 50px;
	}
}

/* ==================================================
	공지사항
================================================== */
.main_notice {
	position: relative;
	background: url('../images/main/main_map.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.main_notice .area-box>ul {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 5.5rem;
	margin-top: 7rem;
}

.main_notice .area-box>ul>li>a.img_hover img {
	transition: transform .5s cubic-bezier(.18, .61, .34, .99);
	will-change: transform;
}

.main_notice .area-box>ul>li>a.img_hover:hover img {
	transform: scale(1.2);
}

.main_notice .area-box>ul>li>a .thumb {
	aspect-ratio: 1 / 0.62791;
	border-radius: 10px 10px 0 0;
	margin-bottom: clamp(2.6rem, 7.222vw * 0.5, 4rem);
}

.main_notice .area-box>ul>li>a .el_img {
	position: relative;
	overflow: hidden;
}

.main_notice .area-box>ul>li>a .el_img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.main_notice .area-box>ul>li>a .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--color-white);
	border-radius: 0 10px 0 0;
	width: clamp(6.4rem, 17.778vw * 0.5, 7.4rem);
	aspect-ratio: 1 / 0.838;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 5;
	font-family: var(--font-Manrope);
}

.main_notice .area-box>ul>li>a .date .month {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	color: var(--color-black);
}

.main_notice .area-box>ul>li>a .date .day {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.main_notice .area-box>ul>li>a .cate {
	display: block;
	font-size: 2rem;
	font-weight: var(--font-bd);
	line-height: 1;
	color: var(--brand-color-main);
	line-height: 1;
	margin-bottom: 0.8em;
}

.main_notice .area-box>ul>li>a .tit {
	font-size: 1.9rem;
	line-height: 2.3rem;
	font-weight: 500;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: -.35em 0;
	transition: color .3 ease;
}

.main_notice .area-box>ul>li>a .box:hover .tit {
	text-decoration: underline;
	color: var(--brand-color-sub);
}

/* 모바일CSS */
@media screen and (max-width: 640px) {
	.main_notice .area-box>ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 4rem;
		margin-top: 5rem;
	}

	.main_notice .area-box>ul>li>a .date {
		width: clamp(8.4rem, 17.778vw* 0.5, 7.4rem);
	}
}

@media screen and (min-width: 577px) {
	.main_notice .area-box>ul>li>a:not(.type2) .cont {
		min-height: 5rem;
		display: flex;
		flex-direction: column;
	}
}