p {
	margin-top: 32px;
 font-size: var(--fontSize-R);
	font-weight: 500;
 line-height: 50px;
	text-align: justify;
}

span {
	display: block;
}




.line {
	widows: 100%;
	height: 1px;
	background-color: #cdcdcd;
}

#sub_wrap #nav{
    background-color: #fff;
}
#sub_wrap #nav *{
    color: #222;
	white-space: nowrap;
}
#sub_wrap #nav .gnb ul li a {
	transition: 0.12s;
}
#sub_wrap #nav .gnb ul li:hover a {
	color: var(--color-primary);
}

#sub_wrap .sub_bg{
    background-color: #fff;
    border-top: 1px solid #222;
}
.sub_cont_in{
	max-width: 1760px;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 120px 0 0;
}
.sub_top{
    margin-top: 80px;
    width: 100%;
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top_cont_in{
    width: 1320px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.sub_top_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
    z-index: 1;
}
.location{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
}
.location_in{
    width: 1320px;
    margin: 0 auto;
}
.st_wrap{
    position: relative;
    border-bottom: 2px solid #ccc;
    padding-left: 15px;
    margin-bottom: 80px;
    display: flex;
    justify-content: left;
}
.sub_title{
    position: relative;
    line-height: 58px;
    margin-right: 40px;
}
.sub_unT{
    line-height: 58px;
    font-size: 18px;
    color: #777;
}
.st_wrap::after{
    content: "";
    display: block;
    width:150px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #1f2937;
}


/*----- 회사소개 -----*/
#sec_about p {
	color: var(--color-darkGray) !important;
}
#sec_about .company-signature {
	text-align: end;
	color: var(--color-gray);
	font-size: var(--fontSize-R);
}


#sec_team .item_wrap {
	margin-top: 32px;
	display: flex;
	gap: 3.2rem;
}

#sec_team .item_wrap .item {
	overflow: hidden;
	width: 100%;
	height: 40.1rem;
}

#sec_team .item_wrap .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec_values .item_wrap {
	display: flex;
	gap: 3.2rem;
}

#sec_values .item_wrap .item {
	width: 100%;
	height: 27.6rem;
	background-color: var(--color-primary);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#sec_values .item_wrap .item svg {
	width: 4.8rem;
	height: 4.8rem;
}
#sec_values .item_wrap .item i {
	font-size: 4.8rem;
	color: var(--color-white);
}

#sec_values .item_wrap .item span {
	margin-top: 2.4rem;
	font-size: 3.2rem;
	color: var(--color-white);
}

#sec_subVision .item_wrap {
	display: flex;
	justify-content: space-between;
	gap: 3.2rem;
}





/*----- 제품소개 -----*/
#sec_parts {
	margin-top: 10vh;
}
#sec_parts .item_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

#sec_parts .item_wrap .item {
	overflow: hidden;
	border-radius: 2rem;
	background-color: var(--color-white);

	/*width: 58rem;*/
	/*height: 24vw;*/
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#sec_parts .item_wrap .item .image {
	overflow: hidden;
	width: 100%;
	height: 18vw;
	display: flex;
	align-items: center;
	position: relative;
}

#sec_parts .item_wrap .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease-out;
}

#sec_parts .item_wrap .item:hover .image img {
	transform: scale(1.15);
}

#sec_parts .item_wrap .item p {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 0;
	padding: 1rem 0;
	text-align: center;
	font-size: var(--fontSize-R);
	font-weight: 700;
	color: var(--color-black);
}

#sec_parts .item_wrap .item .hover-txt {
	padding: 4rem;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	color: var(--color-white);
	font-size: var(--fontSize-R);
	font-weight: 600;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.24s;
}

#sec_parts .item_wrap .item:hover .hover-txt {
	opacity: 1;
}



#sec_parts .item_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 6rem;
	grid-auto-rows: minmax(100px, auto);
}


#sec_parts .item_wrap .item .text {
	padding-top: 3rem;
}

#sec_parts .item_wrap .item .prd-name {
	font-size: var(--fontSize-ES);
	font-weight: 700;
}

#sec_parts .item_wrap .item .prd-info {
	margin-top: 1.6rem;
	font-size: var(--fontSize-S);
}





/*----- 장비소개 -----*/
#sec_equip {
	margin-top: 10vh;
	margin-bottom: 10vh;
}

#sec_equip .item_wrap .item {
	border-radius: 20px;
	margin-bottom: 3rem;
	padding: 3rem;
	background-color: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(20px);
	display: flex;
	column-gap: 6rem;
	transition: 0.2s ease-out;
}

#sec_equip .item_wrap .item:last-child {
	margin-bottom: 0;
}

#sec_equip .item_wrap .item:hover {
	background-color: rgba(117, 153, 192, 0.35);
}

#sec_equip .item_wrap .item:hover img {
	transform: scale(1.15);
}

#sec_equip .item_wrap .item:hover .text span {
	color: var(--color-black);
}

#sec_equip .item_wrap .item .image {
	overflow: hidden;
	border-radius: 20px;
	width: 50%;
	height: 24vw;
}

#sec_equip .item_wrap .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease-in-out;
}

#sec_equip .item_wrap .item .text {
	width: 50%;
	padding: 3rem 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#sec_equip .item_wrap .item:nth-child(2) .text {
	order: -1;
}

#sec_equip .item_wrap .item:nth-child(2) .text .top {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#sec_equip .item_wrap .item:nth-child(2) .text .top h5 {
	text-align: end;
}

#sec_equip .item_wrap .item:nth-child(2) .text span {
	text-align: end;
}

#sec_equip .item_wrap .item .tag {
	display: inline-block;
	border-radius: 50px;
	margin-bottom: 2rem;
	padding: 5px 15px;
	background-color: var(--color-primary);
	color: var(--color-white);
	font-size: var(--fontSize-ES);
	font-weight: 600;
}

#sec_equip .item_wrap .item h5 {
	font-size: 4rem;
	font-weight: 700;
}

#sec_equip .item_wrap .item .text span {
	font-size: var(--fontSize-ES);
	color: var(--color-gray);
}







#sec_Equipment .item {
	display: flex;
	align-items: flex-end;
}

#sec_Equipment .item:nth-child(2) .text {
	order: -1;
}

#sec_Equipment .item:nth-child(2) .text {
	padding-right: 3rem;
}

#sec_Equipment .item .image {
	overflow: hidden;
	width: 50%;
}

#sec_Equipment .item .image img {
	width: 100%;
}

#sec_Equipment .item .text {
	padding-left: 3rem;
	padding-bottom: 3rem;
	width: 50%;
}

#sec_Equipment .item .text .sub_title {
	margin-bottom: 1rem;
}

#sec_Equipment .item .text h3 {
	font-size: 2rem;
	font-weight: 600;
}

#sec_Equipment .item .text p {
	margin-top: 1.8rem;
	font-size: var(--fontSize-S);
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-gray);
}





/*----- 문의하기 ------*/
#contact .tag_title {
	text-align: center;
}

#contact h3 {
	text-align: center;
}

#contact .info .map {
	margin-top: 3.2rem;
	width: 100%;
	height: 56rem;
	transition: 0.17s ease-in-out;
}

#contact .info .map:hover {
	box-shadow: 0 0 20px rgba(153, 153, 153, 0.5);
}

#contact .info .map iframe {
	width: 100%;
	height: 100%;
}

#contact .info .address {
	margin-top: 3.2rem;
	font-size: var(--fontSize-R);
	font-weight: 600;
	text-align: center;
}

#contact .info .info-detail {
	margin-top: 3.2rem;
	display: flex;
	justify-content: center;
	gap: 4rem;
	font-size: var(--fontSize-ES);
}

#contact .info .info-detail li {
	display: flex;
	gap: 2rem;
}

#contact .form {
	margin-top: 12rem;
	padding: 4.8rem;
	width: 100%;
	background-color: var(--color-white);
}

#contact .form h5 {
	text-align: center;
	font-size: 3.6rem;
}

#contact .form span {
	margin-bottom: 3.2rem;
	padding: 2rem 0;
	border-bottom: 1px solid var(--color-black);
	font-size: 2.8rem;
	font-weight: 700;
}

#contact .form .cu_top ul {
	display: flex;
	gap: 3.2rem;
}

#contact .form .cu_top ul li {
	cursor: pointer;
	border: 1px solid #dcdcdc;
	border-radius: 0.8rem;
	width: 100%;
	padding: 2rem 0;
	text-align: center;
	font-size: 2.4rem;
	transition: 0.2s;
}

#contact .form .cu_top ul li:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

#contact .form .cu_top ul li.active {
	background-color: var(--color-black);
	color: var(--color-white);
}

#contact .form .cu_line_wrap .cu_line_wrap_h:nth-of-type(1) {
	margin-bottom: 3.2rem;
}
#contact .form .cu_center {
	padding-top: 0;
}

#contact .form .cu_btn {
	display: flex;
	justify-content: center;
}

#contact .form .cu_btn button {
	padding: 2rem 0;
	width: 25%;
	border-radius: 0.8rem;
	font-size: 2.4rem;
}



#contactus .item_wrap {
	margin-top: 6.4rem;
	display: flex;
	justify-content: space-between;
}
#contactus .info {
	width: 40%;
	display: flex;
	flex-direction: column;
	row-gap: 6rem;
}
#contactus .info li {
	display: flex;
}

#contactus .info li .icon {
	width: 32px;
	height: 32px;
}

#contactus .info li .text {
	margin-left: 3.2rem;
	font-size: var(--fontSize-ES);
}

#contactus .info li .text .info-label {
	padding: 4px 0;
	font-weight: 700;
	color: var(--color-gray);
}

#contactus .info li .text .info-value {
	margin-top: 1.6rem;
}

#contactus .form {
	padding: 5.2rem;
	width: 60%;
	background-color: #fff;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}





.company .sub_top{
    background-image: url("/include/img/design_03_old/company.jpg");
}
.company .sub_top:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}
.bf .sub_top{
    background-image: url("/include/img/design_03_old/bf.jpg");
}
.bf .sub_top:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
/*설비공정현황 start*/
.status .sub_top{
	background-image: url('/include/img/design_03_old/bg_status.jpg');

}
.status .sub_top:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.status .sub_untitle{
	margin-top: 30px;
	line-height: 1.5;
}
.status .sub_untitle p{
	padding: 12px 0;
	width: fit-content;
	margin: auto;
}

.equipment_list ul{
	display: flex;
	gap: clamp(8px, 3vw, 18px);
	flex-wrap: wrap;
}
.equipment_list ul li{
	width: 23%;
	border: 1px solid #cccccc;
	padding: 16px 16px 0;
	/*box-shadow: 2px 2px 10px #aaa;*/

}
.equipment_list ul li figure{
	width: 100%;
	aspect-ratio: 1;
}
.equipment_list ul li figure img{
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: contain;
}
.equipment_list ul li .info{
	padding: clamp(10px, 0.8vw, 20px);;
	font-size: 18px;
	/*border-top: 1px solid #4B5563;*/
	margin-top: 20px;
	position: relative;
}
.equipment_list ul li .info::before{
	content: '';
	width: 92%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #2A7B9B;
	background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(75, 85, 99, 1) 50%);
}
.equipment_list ul li .info::after{
	/*content: '';*/
	position: absolute;
	top: 1px;
	transform:  translate(0, -50%) rotate(137deg);
	right: 0;
	width: 8px;
	height: 8px;
	background: rgba(75, 85, 99, 1);
	/*border-radius: 50px*/
	/*animation: rotate linear 5s infinite;*/
}
.equipment_list ul li .info .name{
	padding: 8px 0;
	font-weight: 600;
	font-size: clamp(14px, 2vw, 20px);
	color:  rgba(75, 85, 99, 1);
}

@keyframes rotate {
	0%{
		transform:  translate(0, -50%) rotate(0);
	}
	100%{
		transform:  translate(0, -50%) rotate(360deg);
	}
}
.equipment_list ul li .info .des{
	padding: 8px 0;
}
.process_cont{
	/*background-color: #e0e0e0;*/
	padding: 0 30px 30px;
}
.process_cont img{
	width: 100%;
}
/*설비공정현황 end*/
.pr .sub_top{
    background-image: url("/include/img/design_03_old/bg_product.jpg");
	/*background-attachment: fixed;*/
	/*background-position: bottom left;*/
}
.pr .sub_top:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.custom .sub_top{
    background-image: url("/include/img/design_03_old/customer.jpg");
}

.ci_cont{
    margin-bottom: 80px;
    display: flex;
    justify-content: left;
}
.ci1_img{
    width: 35%;
    aspect-ratio: 1;
    background-color: #ccc;
    margin-right: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/include/img/design_03_old/com_intro_1.jpg");
}
.ci1_cont{
    width: 70%;
    font-size: 16px;
    line-height: 26px;
    margin:auto 0;
}
.ci2_img{
    width: 35%;
    aspect-ratio: 1;
    background-color: #ccc;
    margin-right: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/include/img/design_03_old/intro_ceo.jpg");
}
.ci2_cont{
    width: 75%;
    font-size: 16px;
    line-height: 26px;
}
.ch ul{
    position: relative;
}
.ch ul:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 4px solid #4B5563;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background-color: #fff;    
}

.ch ul li{
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.ch ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 4px solid #4B5563;
    background-color: #fff;
}
.ch ul li::before{
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 20px);
    border: 1px solid #ddd;
}
.ch1{
    padding-right: calc(50% + 50px);
    text-align: right;
}
.ch_year{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 42px;
}
.ch_month{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
}
.ch_cont{
    font-size: 16px;
    line-height: 26px;
    color: #777;
}
.ch_wrap{
    margin-bottom: 20px;
}
.ch2{
    padding-left: calc(50% + 50px);
    text-align: left;
}
.cm_cont_wrap{
    display: flex;
}
.cm_map{
    width: 50%;
    aspect-ratio: 4/3;
    background-color: #ccc;
    margin-right: 3%;
}
.cm_cont{
    margin-top: auto;
}
.cm_cont > div{
    margin-bottom: 8px;
}
.cm_cont > div:nth-child(1){
    margin-bottom: 50px;
}
.cm_name{
    font-size: 16px;
    font-weight: 600;
    color: #555;
}
.cm_txt{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.st_wrap2{
    position: relative;
    text-align: center;
    margin-bottom: clamp(30px, 8vw, 80px);
}
.st_wrap2:before{
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -400px;
    left: -760px;
    border-radius: 50%;
    border: 200px solid #f7f7f7;
    z-index: -1;
}
.bf .sub_title,
.pr .sub_title,
.custom .sub_title,
.status .sub_title{
    font-size: clamp(24px, 4vw, 48px);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: clamp(30px, 2vh, 48px);
    margin-right: 0;
}
.bf .sub_untitle,
.pr .sub_untitle,
.custom .sub_untitle{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #555;
    margin-bottom: 120px;
	word-break: keep-all;
}
.bf_wrap{
    width: 100%;
    min-height: 200px;
}
.bf_cont_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}
.bf_img{
    width: 50%;
    aspect-ratio: 4/3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bf_img1{
    background-image: url("/include/img/design_03_old/s3_pet.jpg");
}
.bf_img2{
    background-image: url("/include/img/design_03_old/s3_pp.jpg");
}
.bf_img3{
    background-image: url("/include/img/design_03_old/s3_ps.jpg");
}
.bf_img4{
	background-image: url("/include/img/design_03_old/s3_pvc.jpg");
}
.bf_img5{
	background-image: url("/include/img/design_03_old/s3_abs.jpg");
}
.bf_cont{
    width: 50%;
    height: 100%;
    padding: 40px;
    margin-top: auto;
}
.bf_title{
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 12px;
}
.bf_sub{
    font-size: 20px;
    color: #777;
    padding-left: 3px;
    margin-bottom: 40px;
}
.bf_txt{
    font-size: 18px;
    line-height: 26px;
	word-break: keep-all;
}
.bf_cont_wrap2{
    text-align: right;
}

.pr_tab{
    margin-bottom: 80px;
    margin-top: -40px;
    width: 100%;
}
.pr_tab ul{
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.pr_tab li {
    line-height: 36px;
    padding: 0 20px;
    color: #777;
    border-bottom: 1px solid #ccc;
    margin-right: 20px;
	white-space: nowrap;
	cursor: pointer;
}
.pr_tab li :last-child{
    margin-right: 0;
}
.pr_tab li.on{
    color: #4B5563;
    font-weight: 600;
    border-bottom: 2px solid #4B5563;

}
.pr_wrap {
    display: none;
}
.pr_wrap.on{
    display: block;
}
.pr_wrap ul {
    display: flex;
    flex-wrap: wrap;
}
.pr_wrap ul li{
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom:35px;
}
.pr_wrap ul li:nth-child(3n){
    margin-right: 0;
}
.pr_img{
    aspect-ratio: 4/3;
    background-color: #ccc;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	animation: bgSizeZoom 1s ease-in-out;
}
@keyframes bgSizeZoom {
	0% {
		background-size: 120%;
	}
	100% {
		background-size: 100%;
	}
}
/*.pr_img:hover{*/
/*	background-size: auto;*/
/*}*/
.pr1 ul li:nth-child(1) .pr_img{
    background-image: url("/include/img/design_03_old/product_cutlet.jpg");
}

.pr2 ul li:nth-child(1) .pr_img{
    background-image: url("/include/img/design_03_old/product_500e.jpg");
}
.pr2 ul li:nth-child(2) .pr_img{
    background-image: url("/include/img/design_03_old/product_500f.jpg");
}
.pr2 ul li:nth-child(3) .pr_img{
	background-image: url("/include/img/design_03_old/product_400a.jpg");
}
.pr2 ul li:nth-child(4) .pr_img{
    background-image: url("/include/img/design_03_old/product_250a.jpg");
}
.pr2 ul li:nth-child(5) .pr_img{
    background-image: url("/include/img/design_03_old/product_strawberrybottom.jpg");
}
.pr2 ul li:nth-child(6) .pr_img{
    background-image: url("/include/img/design_03_old/product_strawberry1kg.jpg");
}
.pr2 ul li:nth-child(7) .pr_img{
	background-image: url("/include/img/design_03_old/product_strawberrylid.jpg");
}


.pr3 ul li:nth-child(1) .pr_img{
	background-image: url("/include/img/design_03_old/bakerytray.jpg");
}

.pr4 ul li:nth-child(1) .pr_img{
	background-image: url("/include/img/design_03_old/industrialtray01.png");
}
.pr4 ul li:nth-child(2) .pr_img{
	background-image: url("/include/img/design_03_old/industrialtray02.png");
}
.pr4 ul li:nth-child(3) .pr_img{
	background-image: url("/include/img/design_03_old/industrialtray03.png");
}

.pr_name{
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}
.pr_s{
    font-size: 16px;
    color: #777;
    text-align: center;
}

.notice .sub_title{
    margin-right: 0;
    font-weight: 600;
}
.notice .search_wrap{
    display: flex;
    justify-content: center;
    padding: 10px 40px;
    background-color: #eee;
    margin-bottom: 80px;
}.notice .search_wrap > div:first-child{
    margin-right: 20px;
}
.notice .search_wrap select{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border:1px solid #777;
}
.notice .search_wrap > div:last-child{
    width: 70%;
    position: relative;
}
.notice .search_wrap input{
    width: 100%;
    height: 40px;
    border: 1px solid #777;
    padding: 0 20px;
}
.notice .search_wrap .fa-magnifying-glass{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer;
}
.notice .search_wrap input:focus{
    outline: none;
}
.nt_wrap{
    width: 100%;
    margin-bottom: 80px;
}
.nt_wrap ul{
    border-top: 2px solid #222;
}
.nt_wrap ul li{
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
}
.nt_wrap ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    color: #222;
}
.nt_title{
    font-size: 18px;
    font-weight: 600;
    background-color: #f2f2f2;
}
.nt_no{
    width: 5%;
}
.nt_f{
    width: 10%;
}
.nt_t{
    width: 75%;
}
.nt_date{
    width:25%
}
.nt_cont{
    font-size: 16px;
}
.nt_cont .nt_f span{
    display: inline-block;
    line-height: 16px;
    padding: 5px 10px;
    border-radius: 16px;
    border: 2px solid #4B5563;
    color: #4B5563;
}
.nt_cont .nt_t{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
.nt_cont .nt_f span.nt2{
    border: 2px solid palevioletred;
    color: palevioletred;
}
.nt_cont .nt_f span.nt3{
    border: 2px solid  green;
    color: green;
}
.nt_page ul{
    display: flex;
    justify-content: center;
}
.nt_page ul li{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #555;
    cursor: pointer;
    border: 1px solid #ccc;
    border-right: 0;
}
.nt_page ul li:last-child{
    border-right: 1px solid #ccc;
}
.nt_page ul li:hover{
    color: #fff;
    background-color: #4B5563;
    border-color: #4B5563;
}

.ntin_top{
    border-bottom: 2px solid #222;
}
.ntin_title{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}
.ntin_t_wrap{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #777;
    margin-bottom: 18px;
}
.ntin_writer span{
    margin-right: 8px;
}
.ntin_writer span:last-child{
    font-weight: 600;
}
.ntin_center{
    min-height: 500px;
    padding:20px 0;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 2px solid #222;
}
.ntin_bottom{
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
}
.ntin_bottom a{
    display: inline-block;
    color: #555;
    font-size: 16px;
    line-height: 40px;
}
.ntin_prev .fa-angles-left{
    margin-right: 8px;
}

.ntin_next .fa-angles-right{
    margin-left: 8px;
}
.ntin_list a{
    display: block;
    width: 150px;
    line-height: 40px;
    background-color: #1f2937;;
    text-align: center;
    color: #fff;
}

.contactus label{
    display: inline-block;
    width: 120px;
    font-size: 22px;
    line-height: 40px;
}
.contactus label.lang-en{
	width: 150px;
}
.contactus input{
    height: 40px;
    padding: 0 20px;
    border:1px solid #777
}
.contactus select{
    height: 40px;
    border: 1px solid #7777;
}
/*.cu_top{*/
/*    padding-bottom: 40px;*/
/*}*/
.cu_top input::placeholder {
	font-size: var(--fontSize-ES);
	color: var(--color-gray);
}
.cu_line_wrap{
    margin-bottom: 20px;
}
.cu_line_wrap_h{
    display: flex;
    justify-content: space-between;
	column-gap: 3vw;
}
.cu_line_wrap_h:last-child {
	 /* column-gap: 0;*/
 }
.cu_line_wrap_h:last-child .cu_cont_wrap {
	width: 100%;
}
.cu_line_wrap_h .cu_cont_wrap{
    display: flex;
    justify-content: left;
    width: 50%;
    /*margin-right: 20px;*/
}
.cu_line_wrap_h .call_wrap{
    margin-right: 0!important;
}
.cu_line_wrap_h .cu_cont_wrap input{
	border-top: 1px solid rgba(255, 255, 255, 0);
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
	border-bottom: 1px solid var(--color-gray);
	padding: 1.2rem 0;
	width: 100%;
	flex: 1;
	font-size: 16px;
}
.cu_l{
    display: flex;
}
.cu_l input{
    width: 16px;
    height: 16px;
    padding: 0;
    margin-top: 12px;
    margin-right: 8px;
}
.cu_l .list_wrap label{
    font-size: 16px;
}
.email_wrap{
    display: flex;
}
.email_wrap input{
    width: calc(50% - 130px);
}
.email_wrap span{
    margin: 0 12px;
    line-height: 40px;
    font-size: 16px;
}
.email_wrap select{
    margin-left: 12px;
    width: 180px;
    padding: 0 12px;
    border: 1px solid #777;
}
.cu_center{
    width: 100%;
    padding: 40px 0;
}

.cu_center .cu_line_wrap >div{
    display: flex;
}
/*.cu_center .cu_box_wrap{*/
/*    margin-bottom: 20px;*/
/*}*/

.cu_center textarea{
    width: 100%;
    border: 1px solid var(--color-gray);
	padding: 10px;
	line-height: 1.5;
}
.cu_addfile{
    display: flex;
    margin-bottom: 12px;
}
.cu_addfile input{
    width: 250px;
    background-color: #f2f2f2;
    margin-right: 12px;
}
.cu_addfile button{
    width: 100px;
    height: 40px;
    border: 0;
    background-color: #4B5563;
    color: #fff;
}
/*.cu_bottom{*/
/*    padding-top: 20px;*/
/*}*/
.cu_bottom input{
    width: 16px;
    height:16px;
    padding: 0;
    margin-top: 12px;
    margin-right: 12px;
}
.cu_bottom .cu_cont_wrap{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.cu_bottom .cu_cont_wrap label{
    width: 100%;
    font-size: 16px;
}
.cu_bottom .cu_btn{
    width: 100%;

    margin: 0 auto;
}
.cu_bottom .cu_btn button{
    width: 100%;
    height:100%;
    border: 0;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 16px;
}


.faq_cont .faq_tab{
    margin-bottom: 60px;
}
.faq_cont .faq_tab ul{
    display: flex;
    justify-content: center;
}
.faq_cont .faq_tab ul li{
    width: 150px;
    height: 45px;
    border: 1px solid #ccc;
    border-right: 0;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    cursor: default;
}
.faq_cont .faq_tab ul li:last-child{
    border-right: 1px solid #ccc;
}
.faq_cont .faq_tab ul li.on{
    background-color: #26487c;
    color: #fff;
}
.faq_cont .faq_table {
    border-top: 2px solid #777;
    border-bottom: 2px solid #777;
}
.faq_cont .faq_table div{
    width: 100%;
    display: none;
}
.faq_cont .faq_table div.on{
    display: block;
}
.faq_cont .faq_table div ul li {
    cursor: default;
}
.faq_cont .faq_table div ul li div{
    display: flex;
    min-height: 60px;
    position: relative;
}
.faq_cont .faq_table div ul li .faq_q{
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    
}
.faq_cont .faq_table div ul li .faq_q p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
	margin-right: 25px;
}
.faq_cont .faq_table div ul li div .fa-solid{
    font-size: 18px;
    margin-right: 25px;
}
.faq_cont .faq_table div ul li div .fa-q{
    margin-top: 20px;
    color: #333;
    
}
.faq_cont .faq_table div ul li div.block .fa-sort-down{
    transform: rotate(180deg);
}
.faq_cont .faq_table div ul li div .fa-sort-down{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq_cont .faq_table div ul li .faq_a{
    padding: 40px 20px;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #777;
    color: #555;
    background-color: #f9f9f9;
    display: none;
}
.faq_cont .faq_table div ul li .faq_a .fa-solid{
    display: inline-block;
}
.faq_cont .faq_table div ul li .faq_a p{
    display: inline-block;
}
.faq_cont .faq_table div ul li .faq_a.block{
    display: flex;
}
.faq_cont .faq_table div{
    display: none;
}
.faq_cont .faq_table div.on{
    display: block;
}


.proom_cont {
    margin-bottom: 80px;
    display: none;
}
.proom_cont.on{
    display: block;
}
.proom_cont ul{
    border-top: 2px solid #222;
}
.proom_cont ul li{
    display: flex;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.prsr_t{
    font-weight: 600;
    font-size: 18px;
}
.prsr_no{
    width: 5%;
}
.prsr_title{
    width: 80%;
}
.prsr_date{
    width: 15%;
}
.proom_cont ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    color: #333;
}
.prsr_c .prsr_title{
    text-align: left;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (max-width:1320px){
    .cont_wrap{
        width: 100%;
        padding: 0 24px;
    }
    .top_cont_in{
        width: 100%;
    }
    .location_in{
        width: 100%;
        padding: 0 24px;
    }
}
@media screen and (max-width:1240px){
	p {
		line-height: 2;
	}
    .sub_top{
        margin-top: 60px;
    }
    .nt_no{
        width: 50px;
    }
    .nt_f{
        width: 70px;
    }
    .nt_date{
        width: 90px;
    }
    .nt_cont .nt_t{
        padding-left: 20px;
    }
    .menu{
        background-image: url("/include/img/design_03_old/hamburger.png");
    }
	#nav .cont_wrap {
		padding: 0;
	}

    #sub_wrap #nav *{
        color: #fff;
    }

	#sub_wrap #nav .logo a{
        color: #222;
    }
	#sub_wrap #nav .gnb ul li a {
		transition: 0.12s;
	}
	#sub_wrap #nav .gnb ul li:hover a {
		color: rgba(255, 255, 255, 0.5);
	}
	/* -----sec_subVision----- */
	#sec_subVision .text {
		width: 40%;
	}

	#sec_subVision .image {
		width: 60%;
	}

	/* -----sec_equip----- */
	#sec_equip .item_wrap .item h5 {
		font-size: 3.2rem;
	}




	#contact .info .address {
		font-size: 3.6rem;
	}

	#contact .info .info-detail {
		flex-wrap: wrap;
		gap: 2rem;
	}

	#contact .form span {
		margin-bottom: 2.4rem;
	}

	#contact .form .cu_top ul {
		gap: 2.4rem;
	}




	#contactus .item_wrap {
		flex-direction: column;
	}

	#contactus .info {
		margin-bottom: 3rem;
		width: 100%;
		display: grid;
		gap: 2rem;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: minmax(100px, auto);
	}

	#contactus .form {
		width: 100%;
	}
}
@media screen and (max-width:1080px){
    .sub_cont_in{
        width: 100%;
        padding: 160px 24px 250px 24px;
    }

	#sec_team h3 {
		display: none;
	}

	#sec_team .item_wrap {
		margin-top: 0;
	}

	#sec_values .item_wrap .item {
		padding: 2.4rem;
	}

	#sec_values .item_wrap .item span {
		text-align: center;
		font-size: 2.4rem;
	}
}
@media screen and (max-width:860px) {
	h3 {
		text-align: center;
	}

	#sec_subVision .item_wrap {
		flex-direction: column;
	}

	#sec_subVision .text {
		width: 100%;
	}
	#sec_subVision .image {
		width: 100%;
	}
	#sec_subVision .image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	/* -----sec_parts----- */
	#sec_parts .item_wrap .item p {
		line-height: 1.4;
	}

	#sec_equip .item_wrap .item {
		flex-direction: column;
	}

	#sec_equip .item_wrap .item .text {
		align-items: center;
	}

	#sec_equip .item_wrap .item .text span {
		width: 100%;
	}

	#sec_equip .item_wrap .item:nth-child(2) .text {
		order: 0;
	}

	#sec_equip .item_wrap .item:nth-child(2) .text span {
		text-align: start;
	}

	#sec_equip .item_wrap .item .image {
		height: 50vw;
	}

	#sec_equip .item_wrap .item .image,
	#sec_equip .item_wrap .item .text {
		width: 100%;
	}

	#sec_equip .item_wrap .item h5 {
		display: none;
	}

	#sec_equip .item_wrap .item .text span {
		color: var(--color-black);
	}





	#contact .form .cu_btn button {
		width: 100%;
	}



	#contactus p {
		display: none;
	}

	#contactus .info {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:768px){
    .sub_top_title{
        top: calc(50% + 15px);
        font-size: 32px;
        line-height: 35px;
    }
    .sub_cont_in{
        padding: 100px 16px 250px 16px;
    }
    .ci_cont{
        flex-direction: column;
    }
    .ci1_img,.ci2_img{
        width: 90%;
        aspect-ratio: 16/9;
        margin: 0 auto 40px auto;
    }
    .ci1_cont,.ci2_cont{
        width: 90%;
        margin: 0 auto;
    }
    .sub_top{
        height: 300px;
    }
    .cm_cont_wrap{
        flex-direction: column;
    }
    .cm_map{
        width: 90%;
        aspect-ratio: 16/9;
        margin: 0 auto 40px auto;
    }
    .cm_cont{
        width: 90%;
        margin: 0 auto;
    }
    .bf_cont_wrap{
        flex-direction: column;
    }
    .bf .sub_untitle, .pr .sub_untitle{
        width: 80%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 24px;
    }
    .bf_img{
        width: 80%;
        aspect-ratio: 16/9;
        margin: 0 auto 32px auto;
    }
    .bf_cont{
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }
    .bf_sub{
        margin-bottom: 24px;
    }
    .bf_cont_wrap2{
        flex-direction: column-reverse;
        text-align: left;
    }
    .nt_no{
        display: none;
    }
    .prsr_no{
        width: 50px;
    }
    .prsr_date{
        width: 110px;
    }
    .cu_line_wrap_h{
        flex-direction: column;
    }
    .cu_line_wrap_h .cu_cont_wrap{
        width: 100%;
        margin-bottom: 12px;
    }
    .cu_line_wrap_h .cu_cont_wrap input{
        width: 80%;
		font-size: 14px;
    }
    .email_wrap input{
        width: 80%;
    }
    .cu_line_wrap{
        margin-bottom: 0;
    }
	.pr_tab ul{
		flex-direction: column;
	}
	.contactus label{
		font-size: 16px;
	}
	.equipment_list ul li{
		width: 31%;
	}
	#sec_team .item_wrap {
		gap: 2rem;
	}

	#sec_values .item_wrap {
		gap: 2rem;
	}

	#sec_parts .item_wrap {
		gap: 2rem;
	}


	#contact .info .map {
		height: 36rem;
	}

	#contact .info .info-detail {
		row-gap: 0.8rem;
	}

	#contact .form .cu_top ul {
		gap: 0.8rem;
	}

	#contact .form .cu_line_wrap .cu_line_wrap_h:nth-of-type(1) {
		margin-bottom: 0;
	}

	#contact .form .cu_center {
		padding-bottom: 2rem;
	}
}
@media screen and (max-width:680px){

	.st_wrap{
		flex-direction: column;
	}
    .pr_wrap ul li{
        width: calc((100% - 15px) / 2);
    }
    .pr_wrap ul li:nth-child(3n){
        margin-right: 15px;
    }
    .pr_wrap ul li:nth-child(2n){
        margin-right: 0;
    }
    .prsr_no{
        display: none;
    }
    .prsr_date span:first-child{
        display: none;
    }
    .prsr_c .prsr_title{
        padding-left: 10px;
    }
    .email_wrap label{
        word-break: keep-all;
    }
    .cu_l .list_wrap label{
        width: auto;
        margin-right: 24px;
    }
    .cu_addfile input{
        width: 40%;
    }
    .cu_addfile div{
        position: relative;
        display: flex;
        width: 100%;
    }
	.location{
		line-height: 30px;
		height: 30px;
		font-size: 12px;
	}
	.sub_title{
		margin-right: 0;
		white-space: normal;
	}
	.pr_tab ul{
		text-align: center;
	}
	.equipment_list ul li{
		width: 48%;
	}

	#sec_team .item_wrap {
		flex-direction: column;
	}

	#contactus .info {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 560px) {
	.sub_cont_in {
		padding: 60px 16px;
	}

	.footer_menu {
		display: none !important;
	}

	#sub_wrap #nav {
		height: 50px;
	}

	#sub_wrap #nav .gnb ul li a {
		font-size: var(--fontSize-L);
	}

	#sec_subVision .text p {
		margin-top: 8px;
	}

	#sec_parts {
		margin: 3vh 0;
	}

	#sec_equip {
		margin: 3vh 0;
	}

	#contact .info .address {
		font-size: 2.8rem;
	}
}
@media screen and (max-width:425px){
    .sub_cont_in{
        padding: 80px 16px 80px;
    }
    .sub_top{
        height: 250px;
    }
    .sub_top_title{
        top: calc(50% + 20px);
        font-size: 28px;
    }
    .st_wrap{
        margin-bottom: 40px;
    }
    .sub_title{
		margin-right: 0;
        font-size: 24px;
        /*white-space: nowrap;*/
    }
    .sub_unT{
        display: none !important;
        font-size: 18px;
        white-space: nowrap;
    }

    .cm_map{
        width: 100%;
    }
    .cm_cont{
        width: 100%;
    }
    .bf_img,.bf_cont{
        width: 100%;
    }
    /*.bf .sub_title, .pr .sub_title, .custom .sub_title, .status .sub_title{*/
    /*    text-align: left;*/
    /*}*/
    .bf .sub_untitle, .pr .sub_untitle{
        width: 100%;
        text-align: left;
    }
    .pr_wrap ul li{
        width: 100%;
        margin-right: 0;
    }
    .pr_wrap ul li:nth-child(3n){
        margin-right: 0;
    }
    .nt_date span:nth-child(1){
        display: none;
    }
    .search_wrap div:first-child{
        display: none;
    }
    .notice .search_wrap{
        padding: 10px 20px;
        margin-bottom: 40px;
    }
    .notice .search_wrap > div:last-child{
        width: 100%;
    }
    .search_wrap div input{
        width: 100%;
    }
    .ntin_bottom{
        position: relative;
    }
    .ntin_list{
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .faq_cont .faq_table div ul li div .fa-sort-down{
        display: none;
    }
    .cu_l .list_wrap label{
        margin-right: 8px;
    }
    .cu_addfile{
        display: block;
    }
    .cu_addfile label{
        display: block;
    }
    .cu_addfile div{
        width: 100%;
    }
    .cu_addfile input{
        width: 100%;
    }
    .contactus label.cu_list{
        width: 60px;
    }
    .cu_center .cu_line_wrap{
        display: block;
    }
    .cu_center .cu_line_wrap > div{
        margin-bottom: 12px;
    }

	#sec_values .item_wrap {
		flex-direction: column;
	}

	#sec_parts .item_wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	#sec_parts .item_wrap .item .image {
		height: 28vw;
	}
}
@media screen and (max-width:320px){

    .st_wrap2{
        margin-bottom: 40px;
    }
    /* ..ch1{
        padding-right: calc(50% + 20px);
    }
    .ch2{
        padding-left: calc(50% - 20px);
    } */
    .ch1{
        padding-right: calc(50% + 20px);
    }
    .ch2{
        padding-left: calc(50% + 20px);
    }
    .nt_f{
        display: none;
    }
    .faq_cont .faq_table div ul li div .fa-q,
    .faq_cont .faq_table div ul li div .fa-a{
        margin-right: 12px;
    }
    .pr_tab li{
        font-size: 16px;
        white-space: nowrap;
    }
    /*.bf .sub_title, .pr .sub_title, .custom .sub_title, .status .sub_title{*/
    /*    margin-bottom: 80px;*/
    /*}*/

	#sec_parts .item_wrap {
		gap: 1.6rem;
	}
}

/* 모달 기본 스타일 */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.modal-box {
	background: #ffffff;
	padding: 24px 32px;
	/*border-radius: 12px;*/
	box-shadow: 0 8px 30px rgba(0,0,0,0.1);
	text-align: center;
	min-width: 280px;
	max-width: 50%;
	animation: fadeUp 0.3s ease;
}

.modal-message {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}

.modal-close {
	background-color: #4B5563;
	color: #fff;
	border: none;
	padding: 10px 24px;
	/*border-radius: 6px;*/
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s;
}

.modal-close:hover {
	background-color: #1f2937;
}

.footer_menu{
	display: flex;
	gap: 3rem;
	align-items: center;
}
.footer_menu li {
	padding: 20px 0;
}

.footer_menu li a {
	transition: 0.2s;
}

.footer_menu li:hover a {
	color: var(--color-white);
}

.footer_right p {
	font-size: var(--fontSize-S) !important;
	margin: 0;
	line-height: 1.3;
}


/* 등장 애니메이션 */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ✅ 반응형 - 모바일용 */
@media (max-width: 480px) {
	.modal-box {
		padding: 20px;
		border-radius: 10px;
	}

	.modal-message {
		font-size: 15px;
	}

	.modal-close {
		width: 100%;
		font-size: 15px;
		padding: 12px 0;
	}
}

