#sub_wrap #nav{
    background-color: #fff;
    border-bottom: 1px solid #222;
}
#sub_wrap #nav *{
    color: #222;
	white-space: nowrap;
}
#sub_wrap .sub_bg{
    background-color: #fff;
    border-top: 1px solid #222;
}
.sub_cont_in{
    width: 1080px;
    margin: 0 auto;
    padding: 160px 0 300px 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;
}
.company .sub_top{
    background-image: url("/include/img/design_03/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/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/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/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/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/lonatec_factory.jpg");
}
.ci1_cont{
    width: 70%;
    font-size: 16px;
    line-height: 26px;
    margin:auto 0;
	word-break: keep-all;
}
.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/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/s3_pet.jpg");
}
.bf_img2{
    background-image: url("/include/img/design_03/s3_pp.jpg");
}
.bf_img3{
    background-image: url("/include/img/design_03/s3_ps.jpg");
}
.bf_img4{
	background-image: url("/include/img/design_03/s3_pvc.jpg");
}
.bf_img5{
	background-image: url("/include/img/design_03/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/product_500e.jpg");
}
.pr1 ul li:nth-child(2) .pr_img{
	background-image: url("/include/img/design_03/product_500f.jpg");
}
.pr1 ul li:nth-child(3) .pr_img{
	background-image: url("/include/img/design_03/product_400a.jpg");
}
.pr1 ul li:nth-child(4) .pr_img{
	background-image: url("/include/img/design_03/product_250a.jpg");
}
.pr1 ul li:nth-child(5) .pr_img{
	background-image: url("/include/img/design_03/product_strawberrybottom.jpg");
}
.pr1 ul li:nth-child(6) .pr_img{
	background-image: url("/include/img/design_03/product_strawberry1kg.jpg");
}
.pr1 ul li:nth-child(7) .pr_img{
	background-image: url("/include/img/design_03/product_strawberrylid.jpg");
}

.pr2 ul li:nth-child(1) .pr_img{
    background-image: url("/include/img/design_03/product_cutlet.jpg");
}


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

.pr4 ul li:nth-child(1) .pr_img{
	background-image: url("/include/img/design_03/industrialtray01.png");
}
.pr4 ul li:nth-child(2) .pr_img{
	background-image: url("/include/img/design_03/industrialtray02.png");
}
.pr4 ul li:nth-child(3) .pr_img{
	background-image: url("/include/img/design_03/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{
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.cu_line_wrap{
    margin-bottom: 20px;
}
.cu_line_wrap_h{
    display: flex;
    justify-content: space-between;
	column-gap: 3vw;
}
.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{
	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;
    border-bottom: 1px solid #ccc;
}
.cu_center .cu_line_wrap >div{
    display: flex;
}
.cu_center .cu_box_wrap{
    margin-bottom: 20px;
}
.cu_center textarea{
    width: 100%;
    border: 1px solid #777;
	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: 180px;
    height: 50px;
    margin: 0 auto;
}
.cu_bottom .cu_btn button{
    width: 100%;
    height:100%;
    border: 0;
    background-color: #1f2937;
    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){
    .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/hamburger.png");
    }
    #sub_wrap #nav *{
        color: #fff;
    }
    #sub_wrap #nav .logo a{
        color: #222;
    }
}
@media screen and (max-width:1080px){
    .sub_cont_in{
        width: 100%;
        padding: 160px 24px 250px 24px;
    }
}
@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%;
	}

}
@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%;
	}
}
@media screen and (max-width:425px){
    .sub_cont_in{
        padding: 80px 16px 160px 16px;
    }
    .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;
    }
}
@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;*/
    /*}*/
}

/* 모달 기본 스타일 */
.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;
}

/* 등장 애니메이션 */
@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;
	}
}

