/* main */
.main{
    position: relative;
}
.main .main-banner{
    padding-top: 90px;
}


.main-banner .inner{width:100%;max-width:100%} 



.main .main-banner .main-title{
    background: url(/base/img/mf/img_main01.png) no-repeat;
    background-size: cover;
    color: #222;
    padding: 15rem 10rem;
    height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    justify-content:center;
    margin-bottom: 20px;
}
.main .sec_box h3{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 4rem;
}
.main .sec_box h3 span{
    font-weight: 500;
}
.main .sec_box .mt-0 h3{
    margin-top:0
}
.sec_box .more{
    text-align: center;
    font-size: 1.6rem;
    color: #434343;
    font-weight: 400;
    margin-top: 3rem;
}
.sec_box .more a{
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    padding: 1rem 4rem;
    color: #222;
}
.sec_box .more a:hover{
    background: #222;
    color: #fff;
    transition: 0.5s ease;
}
.main .main-banner .main-title{
    position: relative;
}
/*.main .main-banner .main-title::after{
    content: '';
    background: url(/base/img/mf/img_main_product.png) no-repeat;
    width: 652px;
    height: 570px;
    top: 22rem;
    right: 4rem;
    background-size: contain;
    position: absolute;
}*/
.main .main-banner .main-title h2{
    font-size: 6.4rem;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}


.main .main-banner .main-title p{
    font-size: 3.2rem;
    font-weight: 400;
}
.main .main-banner .btn{
    margin-top: 40px;
}
.main .main-banner .btn a{
    background: #222;
    color: #fff;
    padding: 10px 16px 10px 20px;
    font-size: 2rem;
    display: inline-block;
}
.main .main-banner .btn a::after{
    content: '';
    background: url(/base/img/mf/ico_arrows_w.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: 6px;
    align-items: center;
}




.main .main-banner .scroll-down::after{
    content: '';
    background: url(/base/img/mf/ico_scroll_down.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    position: absolute;
    left: -23px;
    top: 4px;
}


.main-intro{
    padding: 12rem 0;
    overflow: hidden;
    position: relative;
}
.main-product{
    padding: 12rem 0;
}
.main-product .product_list{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.main-product .product_list .product_item a:hover{
    transition: 0.5s;
    background: #f4f4f4;
}
.main-product .product_list .product_item a{
    display: block;
    padding: 2rem;
    background: #fff;
    border: 1px solid #ddd;
}
.main-product .product_list .product_item p{
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}
.swiper-slide{
    width: 20%;
}
.main-certified {
    padding: 12rem 0;
    position: relative;
}
.main-certified .certified-wrap{
    padding: 0 6rem;
    margin-top: 6rem;
    position: relative;
}


.main-certified .certified-wrap .swiper-slide{
    display: flex;
    justify-content: space-between;
}


.main-certified .certified-wrap .swiper-slide .certified-txt{
    padding: 0 3rem;
    width: 43%;
}


.main-certified .certified-wrap .swiper-slide .certified-txt h3{
    font-size: 4rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}


.main-certified .certified-wrap .swiper-slide .certified-txt p{
    font-size: 2rem;
    color: #313131;
}


.swiper-button-next:after, .swiper-button-prev:after{
    color: #222;
}
.swiper-pagination-current{
    color: #222;
}
.swiper-pagination-fraction{
    text-align: left;
    left: 60px;
    bottom: -30px;
    font-weight: 400;
    color: #a7a7a7;
}


.root_daum_roughmap .cont .section.lst,
.root_daum_roughmap .wrap_controllers{
    display: none;
}


.section-title h2{
    display: inline-block;
    position: relative;
}


/* subpage */
.sub{
    padding: 12rem 0;
}
.sub.pb-0{
    padding-bottom: 0;
}


.sub .sub-title h2{
    font-size: 5.6rem;
    margin-bottom: 3rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1;
}
.sub .sub-tab ul{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.sub .sub-tab ul li{
    width: 100%;
    text-align: center;
    background: #F4F4F4;
}
.sub .sub-tab ul li a{
    color: #AAAAAA;
    padding: 2rem 0;
    display: block;
    font-size: 2.4rem;
}
.sub .sub-tab ul li.active a{
    color: #fff;
    background-color: #0099C8;
}
.about-sec{
    position: relative;
}
.about-sec::after{
    content: '';
    width: 100%;
    height: 67rem;
    position: absolute;
    background: url(/base/img/mf/about_bg.png) no-repeat;
    bottom: 0;
    z-index: -1;
}


.about-sec .about-content p{
    font-size: 2.4rem;
}
.about-sec .about-content p:last-child{
    margin-top: 3rem;
}
.about-sec .about-content p span{
    font-weight: 600;
}


.about-sec .history{
    margin-top: 8rem;
    padding: 8rem;
    background: rgba(244,244,244,0.8);
}
.about-sec .history .his-tit{
    margin-bottom: 3rem;
}
.about-sec .history .his-tit h3{
    font-size: 5.6rem;
}
.about-sec .history .history-item{
    margin-bottom: 6rem;
}
.about-sec .history .history-item:last-child{
    margin-bottom: 0;
}
.about-sec .history .history-content{
    padding-left: 8rem;
    position: relative;
}
.about-sec .history .history-content::before{
    content: '';
    background: #0099c8;
    width: 1px;
    height: 99%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}
.about-sec .history .history-content .year{
    font-size: 4.8rem;
    color:#0099C8;
    font-weight: 600;
    margin-bottom: 0.6rem;
    line-height: 1;
    position: relative;
}
.about-sec .history .history-content .year::before{
    content: '';
    background: #fff;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8rem;
    border-radius: 4rem;
    border: 1rem solid #0099C8;
}
.about-sec .history .history-content li{
    font-size: 2.4rem;
    position: relative;
    text-indent: 1.8rem;
}
.about-sec .history .history-content li::before{
    content: '';
    background: #222;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}


.certified-sec .certified-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem;
}
.certified-sec .certified-list img{
    width: 100%;
}


.sub .sub-title.contact-form{
    text-align: center;
}


.sub .sub-title p{
    font-size: 2.2rem;
}
.sub .sub-title p span{
    font-weight: bold;
}


.sub-about .about-txt{
    display: flex;
    align-items: center;
    gap: 4rem;
}
.sub-about .center{
    text-align: center;
}
.sub-about .about-txt p{
    width: 50%;
}
.sub-about .about-txt img{
    width: 50%;
    max-height: 32rem;
    object-fit: cover;
}


.sub-overview .overview-wrap .overview-text li ul{
    display: flex;
    font-size: 2.4rem;
}


.sub-overview .overview-wrap .overview-text .overview-tit{
    min-width: 30rem;
    font-weight: 700;
    padding: 1.4rem 0;
    border-top: 1px solid #000;
}


.sub-overview .overview-wrap .overview-text li:last-child .overview-tit{
    border-bottom: 1px solid #000;
}


.sub-overview .overview-wrap .overview-text .desc{
    margin-left: 4rem;
    padding: 1.4rem 0;
    border-top: 1px solid #808080;
    width: 100%;
}


.sub-overview .overview-wrap .overview-text li:last-child .desc{
    border-bottom: 1px solid #808080;
}


.sub-overview .overview-wrap .overview-banner{
    background: url(/base/img/mf/overview-banner.png) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 12rem 0;
    margin-top: 5rem;
}


.sub-overview .overview-wrap .overview-banner h3{
    color: #fff;
    text-align: center;
    font-size: 3.5rem;
    padding: 0 4rem ;
}


.sub-directions .root_daum_roughmap{
    width: 100%;
}


.sub-directions .map .map-txt{
    padding: 3rem 2rem 0;
}
.sub-directions .map .map-txt h3{
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.sub-directions .map .map-txt .txt-item{
    display: flex;
    font-size: 1.8rem;
}
.sub-directions .map .map-txt .map-wrap{
    display: flex;
    gap: 4rem;
}
.sub-directions .map .map-txt .txt-item .desc{
    margin-left: 2rem;
    color: #6C6C6C;
    font-weight: 400;
}


.sub-directions .map .map-txt .txt-item .desc.ml1{
    margin-left: 1rem;
}


.location-sec .location-content{
    display: flex;
    justify-content: space-between;
}


.location-sec .location-content .map{
    width: 100%;
}


.location-sec .location-content .map .root_daum_roughmap{
    width: 100%;
}
.location-sec .location-text{
    width: 100%;
}


.location-sec .location-text p{
    font-size: 2.4rem;
    margin-bottom: 6rem;
}


.location-sec .location-text .location-icon li{
    font-size: 1.8rem;
    text-indent: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}
.location-sec .location-text .location-icon li:last-child{
    margin-bottom: 0;
}


.location-sec .location-text .location-icon li::before{
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}
.location-sec .location-text .location-icon li.loca::before{
    background: url(/base/img/mf/ico_loca.png) no-repeat;
    background-size: cover;
}
.location-sec .location-text .location-icon li.tel::before{
    background: url(/base/img/mf/ico_tel.png) no-repeat;
    background-size: cover;
}
.location-sec .location-text .location-icon li.fax::before{
    background: url(/base/img/mf/ico_fax.png) no-repeat;
    background-size: cover;
}


.sub-product .product-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 8rem;


}
.sub-product .product-list .img{
    border: 1px solid #ddd;
}
.sub-product .product-list img{
    margin: 0 auto;
    width: 100%;
    max-height: 32rem;
    min-height: 32rem;
    object-fit: cover;
}
.sub-product .product-list .tit{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.6rem;
    margin: 2rem 0;
    font-size: 2rem;
    font-weight: 600;
}
.sub-product .product-list .product-item:hover .tit {
    color: #144a77;
}
.sub-product .product-list .product-item:hover .btn{
   background: #fff;
   border: 1px solid #b6b6b6
}
.sub-product .product-list .product-item{
    cursor: pointer;
}
.sub-product .product-list .btn{
    background: #F4F4F4;
    padding: 1rem 0;
    border: 1px solid #F4F4F4;
}


/* Process Section */

/* ===== Process Section ===== */
.about-sec.process {
  position: relative;
  padding: 12rem 0;
}


.process-content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}


.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC: 3µîºÐ */
  gap: 6rem 4rem;
  counter-reset: step-counter;
}


/* °¢ Step °øÅë ½ºÅ¸ÀÏ */
.process-step {
  position: relative;
  padding-left: 8rem;
}


/* Step ¹øÈ£ ¿øÇü */
.process-step::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background-color: #0099C8;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
}


/* Step Á¦¸ñ */
.process-step .step-title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0099C8;
  margin-bottom: 1.2rem;
}


/* ¸®½ºÆ® ½ºÅ¸ÀÏ */
.process-step .step-list {
  list-style: none;
  padding-left: 0;
}


.process-step .step-list li {
  font-size: 2rem;
  color: #333;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5rem;
}


.process-step .step-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}


/* ÇÁ·Î¼¼½º ÀÌ¹ÌÁö */
.process-image {
  text-align: center;
}


.process-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


.sub .sub-tab .product_tab{
	justify-content:center;
}

.sub .sub-tab .product_tab li{width:25%}






/* popup */
.pop_wrap {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,.8); z-index: 999; display: none;}
.pop_wrap.on {display: block;}
.pop_wrap .pop_inner {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.pop_wrap .btn_wrap {display: flex; gap: 10px; justify-content: center;}
.pop_wrap .btn_wrap a {width: 100%; display: flex; align-items: center; justify-content: center; text-align: center;}
.pop_wrap .btn_wrap .cancel {border: 1px solid var(--border);  color: #555; background: #fff;}
.pop_wrap .btn_wrap .confirm {background: #000; color: #fff;}
.pop_wrap .modal {width: 100%; max-width: 320px; height: auto; background: #fff; padding: 20px;}
.pop_wrap .modal .contents {padding: 10px 0 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 7px; line-height: 1.4;}
.pop_wrap .modal .contents .tit {font-size: 1rem; font-weight: 700;}
.pop_wrap .modal .contents .text {font-size: 0.94rem;}
.pop_wrap .modal .contents .cmnt {font-size: 0.8rem; color: #767676;}
.pop_wrap .modal .btn_wrap a {height: 36px; font-size: 0.875rem;}
.pop_wrap .layer {width: 90%; height: auto%; max-width: 600px; max-height: calc(100vh - 80px); margin-top: 30px; background: #fff; position: relative; display: flex; flex-direction: column;}
.pop_wrap .layer .close {right: 15px; top: 18px; display: block; width: 24px; aspect-ratio: 1/1; background: url('/base/img/mf/icon_close_w.png') no-repeat center center / cover;
    position: absolute;}
.pop_wrap .layer img{width: 100%; object-fit: contain;padding: 3rem;}
.pop_wrap .layer .tit {background: #000; padding: 15px; color: #fff; font-size:1.8rem; font-weight: 700;}
.pop_wrap .layer .img_box{overflow: auto;}
.pop_wrap .layer .contents {overflow-x: hidden; overflow-y: auto; word-break: break-all; padding:20px;}
.pop_wrap .layer .btn_wrap {padding:0 20px 20px;}
.pop_wrap .layer .btn_wrap a {height: 50px; max-width: 250px; border-radius: 10px;}
.pop_wrap .cont_tit {font-size: 1.25rem; text-align: center; font-weight: 700; padding-bottom: 20px;}
.pop_wrap .cont_tit .small {font-size: 1rem; font-weight: 500; margin-top: 5px;}


.form_box .essen .gubun p{
    position: relative;
    display: inline-block;
}
.form_box .essen .gubun p::after{
    content: '*';
    width: 4px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: -6px;
    font-size: 14px;
    color: #c80000;
}