@charset "UTF-8";

/* 가운데영역 */
.container{max-width: 1240px; padding: 0 20px; margin: 0 auto;}

/* 공통-버튼 */
.btnBox{display: flex; align-items: center; gap:10px;}
.btn{position: relative; padding: 18px 51px 14px; border-radius: 30px; border: solid 2px #003277; color: #003277; font-size: 20px; font-weight: 500; font-family: 'GmarketSans';}
.btn.btnSt01{border: 0; background-color: #003277; color: #fff;}
.btn .downIcon{position: relative; padding-right: 36px;}
.btn .downIcon::after{content: ''; position: absolute; top:8px; transform: translateY(-50%); right: 0; background: url(/images/sub/down_icon.svg)no-repeat; width: 18px; height: 18px;}

@media (max-width: 1024px){

    .btn .downIcon{padding-right: 27px;}
    .btn{padding: 19px 28px 15px!important; font-size: 16px;}

}

@media (max-width: 414px){

    .btn .downIcon::after{top: 6px;}
    .btn .downIcon{padding-right: 0;}
    .btn .downIcon::after{display: none;}
   /* .btn{padding: 14px 21px 10px!important; font-size: 14px;}*/

}

/* 공통 */
#wrap{overflow-x: hidden;}
.contentWrap{padding: 80px 0 200px;}

@media (max-width: 1024px){

    .contentWrap{padding: 60px 0 130px;}

}

@media( max-width: 414px){

    .contentWrap{padding: 34px 10px 79px 10px;}

}

/* 공통 - 상단 이미지 */
main .topImg{position: relative; height: 360px; overflow: hidden;}
main .topImg::after {
       content: '';
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/sub/bg-bottom.png) no-repeat center center;
   background-size: 100% 100%; /* 이미지가 요소의 너비와 높이에 맞게 조정 */
}
main .topImg img{display: block; width: 100%; position: absolute; top:0; left:0; margin-left: 0px;  transform: scale(1.2); transition: all 5s;}
main{min-height: 500px;}
main .topImg.active img{transform: scale(1);}

/* 공통 - 제목 */
.titleBox h3{margin-bottom: 19px; font-size: 60px; color: #003277; font-weight: 800; text-align: center;} 

@media (max-width: 1024px){

    .titleBox h3{margin-bottom: 15px; font-size: 45px;}
	main .topImg img{display: block; width: 120%; height:150px;}

}

@media (max-width: 768px){

    .titleBox h3{margin-bottom: 10px; font-size: 35px;}
	main .topImg { height: 200px; }

}

@media (max-width: 414px){
	
    .titleBox h3{margin-bottom: 10px; font-size: 30px;}
	main .topImg { height: 200px; }

}


/* 공통 - 메뉴경로 */
.depth{margin-bottom: 84px; display: flex; gap: 41px; align-items: center; justify-content: center;}
.depth li{position: relative; font-size: 18px; color: #000}
.depth li.home{padding-left: 25px;}
.depth li.home::before{content: ''; position: absolute; top:0; left:0; width: 20px; height: 20px; background: url(/images/sub/home_icon.svg)no-repeat;}
.depth li::after{content: ''; position: absolute; top:4px; right:-21px; width: 1px; height: 12px; background-color: #7f7f7f;}
.depth li:last-child:after{display: none;}
.depth li.active{color: #003277; font-weight: 600;}

@media (max-width: 1024px){

    .depth{margin-bottom: 68px;}
    .depth li{font-size: 16px;}
    .depth li.home{padding-left: 22px;}
    .depth li.home::before{background-size: cover; width: 15px; height: 15px;}
    .depth li::after{height: 10px; right: -17px;}
    .depth{gap: 35px;}
    
}

@media (max-width: 768px){

    .depth li{font-size: 14px;}
    .depth li.home{padding-left: 20px;}
    .depth li.home::before{width: 13px; height: 13px;}
    .depth li::after{height: 9px; right: -14px;}
    .depth{margin-bottom: 56px; gap: 27px;}



}

@media (max-width: 414px){

    .depth{margin-bottom: 50px;}

}


/* 공통 - 텍스트 */
.infoText{display: flex; align-items: flex-start;}
.infoText h4{flex-shrink: 0; position: relative; margin-right: 218px; font-size: 40px; font-weight: 700; color: #003277;}
.infoText h4::after{content: ''; position: absolute; top:-5px; right:-19px; width: 7px; height: 7px; border-radius: 50px; border: solid 4px #003277;}
.infoText P{font-size: 20px; color: #000; line-height: 1.5;}

@media (max-width: 1200px){

    .infoText h4{margin-right: 0; margin-bottom: 15px;}
    .infoText P{text-align: center;}
    .infoText{flex-direction: column; align-items: center;}

}

@media (max-width: 1024px){

    .infoText h4{margin-bottom: 6px; font-size: 30px;}
    .infoText P{font-size: 18px;}
    .infoText h4::after{top: -3px; right: -13px; width: 5px; height: 5px; border: solid 3px #003277;}
    
}

@media (max-width: 768px){

    .infoText h4{margin-bottom: 6px; font-size: 25px;}
    .infoText P{font-size: 16px;}
    .infoText h4::after{top:0; right: -10px; width: 4px; height: 4px; border: solid 2px #003277;}
    
}

@media (max-width: 414px){

    .infoText h4{margin-bottom: 6px; font-size: 20px;}
    .infoText P{font-size: 14px;}
    .infoText h4::after{top:0; right: -10px; width: 3px; height: 3px; border: solid 2px #003277;}
    
}

/* 론픽 */
.ronficWrap .infoText{margin-bottom: 60px;}
.ronficWrap .productInfoWrap{display: flex; gap: 60px;}
.ronficWrap .productInfoWrap .productImgWrap{width: 560px; flex-shrink: 0;}
.ronficWrap .productInfoWrap .productImgBox{margin-bottom: -50px;} 
.ronficWrap .productInfoWrap .productImgBox .imgBox{width: 560px; height: 560px;}
.ronficWrap .productInfoWrap .productImgBox .imgBox img{display: block; width: 100%; height: 100%; object-fit: cover;}
.ronficWrap .productInfoWrap .productListWrap{position: relative;}
.ronficWrap .productInfoWrap .productListWrap button{width: 30px; height: 30px; position: absolute; top: 50%; transform: translateY(-50%);}
.ronficWrap .productInfoWrap .productListWrap button.prev{left:-40px; background: url(/images/sub/arrow_icon02.png)no-repeat center; background-size: cover;}
.ronficWrap .productInfoWrap .productListWrap button.next{right:-40px; background: url(/images/sub/arrow_icon02.png)no-repeat center; background-size: cover; transform: translateY(-50%) rotate(180deg);}
.ronficWrap .productInfoWrap .productimgList{display: flex;  align-items: center; gap: 15px;}
.ronficWrap .productInfoWrap .productimgList li{width: 100px; height: 100px; margin: 0 7.5px;cursor: pointer;}
.ronficWrap .productInfoWrap .productimgList li img{display: block; width: 100%; height: 100%; object-fit: cover;}
.ronficWrap .productInfoWrap .productimgList .slick-list{padding-top: 10px !important;}
.ronficWrap .productInfoWrap .productInfoText .infoText{margin-bottom: 4px;}
.ronficWrap .productInfoWrap .productInfoText h5{margin-bottom: 24px; line-height: 1; color: #000; font-size: 30px; font-weight: 700;}
.ronficWrap .productInfoWrap .productInfoText .infoText01{margin-bottom: 29px; padding-bottom: 34px; font-size: 22px; font-weight: 600; color: #000; line-height: 1.3; border-bottom: 1px solid #000;}
.ronficWrap .productInfoWrap .productInfoText .infoText02{margin-bottom: 39px; padding-bottom: 30px; line-height: 1.5; font-size: 20px; color: #000; border-bottom: 1px solid #e6e6e6;}
.ronficWrap .productInfoWrap .productInfoText .infoTextList{margin-bottom: 59px; padding-bottom: 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.ronficWrap .productInfoWrap .productInfoText .infoTextList span{padding: 15px 20px 14px; border-radius: 5px; background-color: #f0f4fa; font-size: 18px; font-weight: 800; color:#003277;}
.ronficWrap .contentTabWrap{position: relative; padding-bottom: 64px; margin-bottom: 120px; z-index: 1;}
.ronficWrap .contentTabWrap::after{content: ''; position: absolute; bottom: 0; top:0; left:-100%; right: -100%; background-color: #f5f5f5; z-index: -1;}
.ronficWrap .contentTab{width: 1250px; padding: 60px 0 0; display: flex; z-index: 1;}
.ronficWrap .contentTab li{flex: 1; }
.ronficWrap .contentTab li a{position: relative; display: block; padding-bottom: 41px;}
.ronficWrap .contentTab li a::before{content: ''; position: absolute; left:0; right:0; bottom: 0; border-bottom: 6px solid #ccc;}
.ronficWrap .contentTab li a.active::before{border-color: #003277;}
.ronficWrap .contentTab li a .number{display: block; margin-bottom: 11px; font-size: 25px; font-weight: 700; color: #ccc; font-family: 'GmarketSans';}
.ronficWrap .contentTab li a h4 span{margin-bottom: 1px; display: block; font-weight: 700; color: #666; font-family: 'GmarketSans';}
.ronficWrap .contentTab li a h4 em{color: #666; font-weight: 400;}
.ronficWrap .contentTab li a.active .number{color: #003277; }
.ronficWrap .contentTab li a.active h4 span{color: #003277;}
.ronficWrap .contentTab li a.active h4 em{color:#003277;}

.productContentBox .imgBox img{width:100%;}



@media (max-width: 1300px){
    
    .ronficWrap .contentTabWrap .contentTabBox{ overflow-x: auto;}
    .ronficWrap .contentTabWrap .contentTabBox{-ms-overflow-style: none;}
    .ronficWrap .contentTabWrap .contentTabBox::-webkit-scrollbar{display:none;}
    .ronficWrap .contentTab{width: 1300px;}
    .ronficWrap .productInfoWrap .productListWrap .control{display: flex; gap: 0 5px; position: absolute; top:-35px; right:0;}
    .ronficWrap .productInfoWrap .productListWrap button{position: static; transform: none;}
    .ronficWrap .productInfoWrap .productListWrap button.prev{left: auto;}
    .ronficWrap .productInfoWrap .productListWrap button.next{right: auto; transform: rotate(180deg);}
    .ronficWrap .productInfoWrap .productImgBox{margin-bottom: 50px;}

}

@media (max-width: 1024px){

    .ronficWrap .productInfoWrap{flex-direction: column;}
    .ronficWrap .productInfoWrap .productImgWrap{width: 100%;}
    .ronficWrap .productInfoWrap .productImgBox{margin-bottom: 17px;}
    .ronficWrap .productInfoWrap .productImgBox .imgBox{margin: 0 auto;}
    .ronficWrap .productInfoWrap .productimgList{justify-content: center;}
    .ronficWrap .productInfoWrap .productimgList li{width: 150px; height: 150px;} 
    .ronficWrap .productInfoWrap .productInfoText h5{margin-bottom: 13px; font-size: 25px;}
    .ronficWrap .productInfoWrap .productInfoText .infoText01{font-size: 20px;}
    .ronficWrap .productInfoWrap .productInfoText .infoText02{font-size: 18px;}
    .ronficWrap .productInfoWrap .productInfoText .infoTextList{margin-bottom: 43px;}
    .ronficWrap .productInfoWrap .productInfoText .infoTextList span{font-size: 16px;}
    .ronficWrap .contentTabWrap{padding-bottom: 0; margin-bottom: 46px;}
    .ronficWrap .contentTab li a .number{font-size: 20px;}
    .ronficWrap .contentTab{width: 1200px; padding: 35px 0;}
    .ronficWrap .productInfoWrap .productListWrap .control{position: absolute; top:auto; bottom: -45px; right:0;}

}

@media (max-width: 768px){

    .ronficWrap .productInfoWrap .productImgBox{margin-bottom: 15px;}
    .ronficWrap .productInfoWrap .productImgBox .imgBox{position: relative; width: 100%; height: 0; padding-top: 69%;}
    .ronficWrap .productInfoWrap .productImgBox .imgBox img{position: absolute; top:0; left:0; right:0; bottom: 0;}
    .ronficWrap .productInfoWrap .productimgList{justify-content: flex-start;}

    .ronficWrap .productInfoWrap .productimgList li{width: 150px; height: 150px;} 
    .ronficWrap .productInfoWrap .productInfoText h5{font-size: 20px;}
    .ronficWrap .productInfoWrap .productInfoText .infoText01{font-size: 16px;}
    .ronficWrap .productInfoWrap .productInfoText .infoText01{padding-bottom: 20px; margin-bottom: 20px;}
    .ronficWrap .productInfoWrap .productInfoText .infoText02{margin-bottom: 29px; padding-bottom: 23px; font-size: 16px;}
    .ronficWrap .productInfoWrap .productInfoText .infoTextList{margin-bottom: 34px;}
    .ronficWrap .contentTabWrap{padding-bottom: 33px; margin-bottom: 35px;}

    .ronficWrap .contentTab{flex-wrap: wrap; width: auto; gap: 30px 2%; padding: 35px 0 0;}
    .ronficWrap .contentTabWrap .contentTabBox{overflow: visible;}
    .ronficWrap .contentTab li{width: 49%; flex:none;}
    .ronficWrap .contentTab li a{padding-bottom: 20px;}
    .ronficWrap .contentTab li a .number{margin-bottom: 5px; font-size: 18px;}

}

@media (max-width: 576px){

    .ronficWrap .productInfoWrap .productListWrap .control{display: none;}
    .ronficWrap .productInfoWrap .productimgList li{width: 100px; height: 100px; margin: 0 5px;} 

}

@media (max-width:414px){

    .ronficWrap .productInfoWrap{gap: 50px;}
    .ronficWrap .productInfoWrap .productInfoText h5{font-size: 18px;}
    .ronficWrap .productInfoWrap .productInfoText .infoTextList{margin-bottom: 24px;}
    .ronficWrap .infoText{margin-bottom: 40px;}
    .ronficWrap .productInfoWrap .productInfoText .infoText02{font-size: 14px;}
    .ronficWrap .productInfoWrap .productInfoText .infoTextList span{font-size: 14px;}

}

/* 기업소개 */
.enterpriseWrap .infoText02{display: flex; gap: 0 166px; }
.enterpriseWrap .infoText02 h5{flex-shrink: 0; font-weight: 700; color: #003277; font-size: 30px; font-family: 'GmarketSans'; text-transform: uppercase;} 
.enterpriseWrap .infoText02 .text01{padding-bottom: 39px; font-size: 35px; font-weight: 300; color: #000; border-bottom: 1px solid #003277;}
.enterpriseWrap .infoText02 .text01 strong{color: #003277; font-weight: 700;}
.enterpriseWrap .infoText02 .text02{padding: 39px 0; border-bottom: 1px solid #003277;  font-size: 22px; color: #000; line-height: 1.6;}
.enterpriseWrap .enterpriseSlide{position: relative; margin-top: 86px; z-index: 1;}
.enterpriseWrap .enterpriseSlide::after{content: ''; position: absolute; top:120px; left: -100%; right: -100%; height: 580px; background-color: #f5f5f5; z-index: -1;}
.enterpriseWrap .enterpriseSlide .enterpriseBox{position: absolute; top:0; left: 50%; width: 1680px; margin-left: -840px;}

.enterpriseWrap .enterpriseSlide .imgBox{ border-radius: 30px; overflow: hidden;}
.enterpriseWrap .enterpriseSlide .imgBox img{display: block; width: 100%; height: 100%; object-fit: cover;}
.enterpriseWrap .enterpriseSlide .slick-dots{display: flex; gap: 0 10px; align-items: center; justify-content: center; position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); width: 100%;}
.enterpriseWrap .enterpriseSlide .slick-dots li{width: 20px; height: 20px;} 
.enterpriseWrap .enterpriseSlide .slick-dots li.slick-active button{background: #003277; border: 0}
.enterpriseWrap .enterpriseSlide .slick-dots li button{width: 100%; height: 100%; text-indent: -9999px; border-radius: 50%; background-color:#f5f5f5; cursor: pointer; border: 2px solid #003277;}
.enterpriseWrap .infoText02{margin-top: 906px;}


/* 장비소개서 */

/* Brochure */
#brochure-download {width: 100%; max-width: 800px; border-radius: 20px;}
#brochure-download .brochure-title {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 4px solid var(--main-color);}
#brochure-download .brochure-title .title {font-size: 30px; letter-spacing: -1.5px; color: #000;}
#brochure-download .brochure-title .desc {font-size: 16px; letter-spacing: -0.4px; color: #666;}
#brochure-download .brochure-form {display: flex; flex-direction: column;}
#brochure-download .brochure-form .brochure-form-div {width: 100%; margin-bottom: 10px; display: flex; align-items: center;}
#brochure-download .brochure-form .brochure-form-div label {font-size: 18px; letter-spacing: -0.45px; font-weight: bold; display: inline-block; min-width: 100px;}
#brochure-download .brochure-form .brochure-form-div .brochure-input {width: 100%; height: 50px; border-radius: 10px; background-color: #fafafa; border: 1px solid #e6e6e6; padding: 10px 20px; font-size: 18px; letter-spacing: -0.45px; color: #666;}
#brochure-download .brochure-form .brochure-form-div .brochure-input:focus {box-shadow: none !important; border: 1px solid #e6e6e6 !important; outline: none !important; background: #fff;}
.brochure-agree {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 30px 0px; margin: 30px 0px;}
.brochure-agree .title {font-size: 18px; letter-spacing: -0.45px; color: #000; font-weight: bold;}
.brochure-agree .agree-content {width: 100%; height: 140px; overflow: auto; border-radius: 10px; background: #fafafa; border: 1px solid #e6e6e6; margin: 15px 0px; padding: 20px;}
.brochure-agree .agree-content p {font-size: 16px; line-height: 25px; letter-spacing: -0.4px; color: #666;}
.brochure-agree .agree-checkbox {display: flex; align-items: center;}
.brochure-agree .agree-checkbox #agree-check {display: none;}
.brochure-agree .agree-checkbox #agree-check + label {display: inline-block; width: 25px; height: 25px; border-radius: 5px; border: 1px solid #e6e6e6; background: url('../img/icon/icon-checkbox-uncheck.svg') no-repeat center, #fafafa; transition: all 0.3s ease-in-out}
.brochure-agree .agree-checkbox #agree-check:checked + label {
    border: 1px solid #003277;
    background: url('../img/icon/icon-checkbox-check.svg') no-repeat center, #003277;
}.brochure-agree .agree-checkbox p {font-size: 18px; letter-spacing: -0.45px; color: #000; font-weight: 500; margin-left: 5px; cursor: default}
#brochure-download .brochure-form .brochure-submit {width: 200px; height: 50px; background: #003277; text-align: center; color: #fff; font-size: 18px; border-radius: 50px; outline: 0; border: 0; align-self: center; line-height: 50px;}


.title_p{

  width: 100%;
  height: 46px;
  margin: 0 auto;
  font-family: GmarketSans;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2px;
  text-align: center;
  color: #003277;

}

.desc {font-size: 16px; letter-spacing: -0.4px; color: #666; text-align: center; margin:20px;}
.now .pagination ul li.active a {
    color: #fff;
}

 .bar {
    display: block;
    width: 100%; height: 3px;
    background-color:#003277;
    margin: 20px 0;
}











@media (max-width: 1024px){

    .enterpriseWrap .enterpriseSlide{padding: 0 20px; margin-top: 60px;}
    .enterpriseWrap .enterpriseSlide .enterpriseBox{width: 1200px; margin-left: -600px; /*position: static; width: auto; margin-left: 0;*/}
    .enterpriseWrap .enterpriseSlide .slick-dots li{width: 13px; height: 13px;}
    .enterpriseWrap .enterpriseSlide .slick-dots{gap: 0 6px; bottom: -4vw;}
    .enterpriseWrap .enterpriseSlide::after{top: 11vw; height: 30vw;}
    .enterpriseWrap .infoText02{margin-top: 15vw; gap: 90px;}
    .enterpriseWrap .infoText02 .text01,
    .enterpriseWrap .infoText02 .text02{font-size: 20px; line-height: 1.5;}
    .enterpriseWrap .infoText02 .textBox{width: 100%;}
    .enterpriseWrap .enterpriseSlide .enterpriseBox{position: static; margin: 0; width: auto;}
    .enterpriseWrap .infoText02 h5{font-size: 22px;}
    
    .enterpriseWrap .enterpriseSlide .imgBox{position: relative; height: 0; padding-top: 34%;border-radius: 15px;}
    .enterpriseWrap .enterpriseSlide .imgBox img{position: absolute; top:0; left:0; right:0; bottom: 0;}


}

@media (max-width: 768px){

    .enterpriseWrap .infoText02{display: block;}
    .enterpriseWrap .infoText02 h5{margin-bottom: 4vw; text-align: center;}
    .enterpriseWrap .infoText02 .text01,
    .enterpriseWrap .infoText02 .text02{font-size: 20px; line-height: 1.5;}
    .enterpriseWrap .infoText02 .text01{padding-bottom: 25px; font-size: 18px;}
    .enterpriseWrap .infoText02 .text02{padding: 25px 0; font-size: 18px;}
    .enterpriseWrap .enterpriseSlide{margin-top: 58px;}
    .enterpriseWrap .enterpriseSlide .imgBox{border-radius: 10px;}
    .enterpriseWrap .enterpriseSlide .slick-dots{bottom: -5vw;}

	.title_p{font-size:25px;}

}

@media (max-width: 576px){

    .enterpriseWrap .enterpriseSlide .slick-dots{bottom: -7vw; gap: 0 3px;}
    .enterpriseWrap .enterpriseSlide .slick-dots li{width: 10px; height: 10px;}
    .enterpriseWrap .enterpriseSlide .imgBox{padding-top: 56%;}
    .enterpriseWrap .enterpriseSlide::after{height: 53vw;}
    .enterpriseWrap .infoText02{margin-top: 21vw;}
    .enterpriseWrap .infoText02 h5{margin-bottom: 5.5vw; font-size: 20px;}
    .enterpriseWrap .infoText02 .text02,
    .enterpriseWrap .infoText02 .text01{font-size: 16px;}
    .enterpriseWrap .infoText02 .text01{padding-bottom: 20px;}
    .enterpriseWrap .infoText02 .text02{padding: 20px 0;}

}

@media (max-width: 414px){

    .enterpriseWrap .enterpriseSlide{margin-top: 42px;}
    .enterpriseWrap .infoText02{margin-top: 23vw;}
    .enterpriseWrap .enterpriseSlide .slick-dots{bottom: -8vw;}
    .enterpriseWrap .infoText02 h5{font-size: 18px;}
    .enterpriseWrap .infoText02 .text02,
    .enterpriseWrap .infoText02 .text01{font-size: 14px;}

}

@media (max-width: 360px){

    .enterpriseWrap .infoText02{margin-top: 25vw;}

}

/* 야핏 */
.yafitWrap .yafitContent{margin-top: 60px; position: relative; padding: 6.25vw 0 0; z-index: 1;}
.yafitWrap .yafitContent::after{content: ''; position: absolute; top:0; left: 50%; margin-left: -50.00vw; width: 100.00vw; height: 43.23vw; background-color: #f5f5f5; z-index: -1}
.yafitWrap .yafitContent .title{margin-bottom: 24px; text-align: center; font-size: 35px; font-weight: 300;}
.yafitWrap .yafitContent .title strong{font-weight: 700; color: #003277;}
.yafitWrap .yafitContent .yafitInfoText{margin-bottom: 2.92vw; display: flex; flex-wrap: wrap; gap: 0 7px; justify-content: center;}
.yafitWrap .yafitContent .yafitInfoText span{color: #003277; font-weight: 700;}
.yafitWrap .yafitContent .btnBox{justify-content: center;}
.yafitWrap .yafitContent .btn{padding: 20px 30px 16px;}
.yafitWrap .yafitList{position: relative; margin-top: 3.13vw; display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 2.2%; z-index: 9;}
.yafitWrap .yafitList li{width: 20.5%;}
.yafitWrap .yafitList li .imgBox{position: relative;}
.yafitWrap .yafitList li .imgBox .img{border-radius: 30px; overflow: hidden;}
.yafitWrap .yafitList li .imgBox .img img{display: block; width: 100%;}
.yafitWrap .yafitList li .imgBox .text{position: absolute; left: 0; right: 0; bottom: -1.56vw; width: 14.06vw;
    height: 3.13vw; margin: 0 auto; line-height: 3.33vw; border-radius: 2.60vw; background-color: #003277;
    text-align: center; font-size: 1.04vw; font-weight: 500; font-family: 'GmarketSans'; color: #fff;}

@media (max-width: 1024px){

    .yafitWrap .yafitContent .title{font-size: 30px;}
    .yafitWrap .yafitList li .imgBox .img{border-radius: 10px;}
    .yafitWrap .yafitList{padding: 0 20px; gap: 20px 2%; margin-top: 6vw;}
    .yafitWrap .yafitList li{width: 23.5%;}
    .yafitWrap .yafitContent::after{height: 58vw;}
    .yafitWrap .yafitContent .yafitInfoText{margin-bottom: 4.92vw;}

}

@media (max-width: 768px){

    .yafitWrap .yafitList li .imgBox .img{border-radius: 5px;}
    .yafitWrap .yafitList{gap: 6.5vw 2%;}
    .yafitWrap .yafitList li{width: 49%;}
    .yafitWrap .yafitContent .title{font-size: 20px;}
    .yafitWrap .yafitList li .imgBox .text{width: 26vw; height: 5vw; line-height: 5.2vw; font-size: 2vw; bottom: -2.2vw;}
    .yafitWrap .yafitContent::after{height: 154vw;}
    .yafitWrap .yafitContent .yafitInfoText{margin-bottom: 5vw;}

}

@media (max-width: 576px){

    .yafitWrap .yafitContent{padding: 10vw 0 0;}
    .yafitWrap .yafitContent .title{font-size: 16px;}
    .yafitWrap .yafitContent .yafitInfoText span{font-size: 14px;}
    .yafitWrap .yafitContent::after{height: 160vw;}
    .yafitWrap .yafitList{margin-top: 9vw;}

    
}

@media (max-width: 480px){

    .yafitWrap .yafitContent .title{word-break: keep-all;}
    .yafitWrap .yafitContent .title br{display: none;}

}

/* 유통사업 */
.circulationTopWrap{position: relative; z-index: 1;}
.circulationTopWrap::after{content: ''; position: absolute; top:120px; left:0; right:0; bottom: -121px; background-color: #f5f5f5; z-index: -1;}
.circulationTopWrap .circulationImgBox{max-width: 1680px; height: 520px; margin: 0 auto 60px; border-radius: 30px; overflow: hidden;}
.circulationTopWrap .circulationImgBox img{display: block; width: 100%; height: 100%; object-fit: cover;}
.circulationTopWrap .title{margin-bottom: 64px; text-align: center; font-size: 35px; font-weight: 300;}
.circulationTopWrap strong{color: #003277; font-weight: 700;}
.circulationTopWrap .btn{ margin: 0 auto; padding: 20px 30px 17px;}


.circulationWrap .circulationList{margin-top: 120px; padding: 6.25vw 0 0; display: flex; flex-wrap: wrap; gap: 1.5vw 3%;}
.circulationWrap .circulationList li{padding: 1.88vw 0 0; width: 17%; border-top: 0.21vw solid #003277;}
.circulationWrap .circulationList li .number{margin-bottom: 0.73vw; display: block; font-weight: 700; color: #003277; font-size: 2.1vw; font-family: 'GmarketSans';}
.circulationWrap .circulationList li .title{margin-bottom: 1.51vw; /*font-size: 1.4vw;*/ font-weight: 600; color: #000;}
.circulationWrap .circulationList li .imgBox{position: relative; height: 0; padding-top: 100%; border-radius: 1.56vw; overflow: hidden;}
.circulationWrap .circulationList li .imgBox img{display: block; position: absolute; top:0; left:0; right:0; bottom: 0; width: 100%; height: 100%; object-fit: cover;}



.btn .viewIcon{position: relative; padding-right: 49px;}
.btn .viewIcon::after{content: ''; position: absolute; top:10px; transform: translateY(-50%); right: 0; background: url(/images/sub/viewarrow_icon.svg)no-repeat; width: 20px; height: 20px; background-size: cover;} 

@media (max-width: 1024px){

    .circulationTopWrap .title{margin-bottom: 40px; font-size: 25px;}
    .circulationTopWrap{padding: 0 20px;}
    .circulationTopWrap .circulationImgBox{max-width: none; height: 400px; margin: 0 auto 45px;}
    .circulationTopWrap::after{bottom: -96px;}

    .btn .viewIcon::after{top: 8px;}
    .btn .viewIcon{padding-right: 38px;}

}

@media (max-width: 768px){

    .circulationTopWrap .circulationImgBox{height: 257px; margin: 0 auto 30px;}
    .circulationTopWrap .title{margin-bottom: 40px; font-size: 20px;}
    .circulationTopWrap::after{bottom: -70px;}
    .circulationWrap .circulationList{margin-top: 92px; gap: 5vw 5%;}
    .circulationWrap .circulationList li{padding: 2vw 0 0; width: 47.5%;}
    .circulationWrap .circulationList li .number{font-size: 3vw;}
    .circulationWrap .circulationList li .title{margin-bottom: 3vw; }
	main .topImg::after {background-size: 1% 1%; /* 이미지가 요소의 너비와 높이에 맞게 조정 */   }
}

@media (max-width: 576px){

    .circulationTopWrap .title{font-size: 16px;}

}

@media (max-width: 414px) {

    .btn .viewIcon{padding: 0;}
    .btn .viewIcon::after{display: none;}
    .circulationTopWrap::after{bottom: -48px;}
    .circulationWrap .circulationList{margin-top: 68px;}

}

/* 사업소개 */
.businessWrap .businessListBox {
    display: flex; /* Flexbox로 변경 */
    justify-content: center; /* 가로 중앙 정렬 */
    align-items: center; /* 세로 중앙 정렬 (필요시 제거 가능) */
    margin: 120px auto; /* 가운데 정렬 */
}

.businessWrap .businessList {
    display: flex; /* Flexbox로 변경 */
  
}
/* .businessWrap .businessListBox::after{content: ''; position: absolute; top: 0; left: -120px;  background-color: #fff; bottom: -60px; width: 120px; z-index: 1; } */
.businessWrap .businessListBox::before{content: ''; position: absolute; top: 150px; left: -120px; width: 1000%; background-color: #f5f5f5; z-index: 0;}
.businessWrap .businessList .slide{margin-right: 40px; border-radius: 30px; overflow: hidden; transition: all .5s;}
.businessWrap .businessList .slide .businessBox{position: relative; }
.businessWrap .businessList .slide .businessBox .imgBox{width: 460px; height: 580px;  } 
.businessWrap .businessList .slide .businessBox .imgBox img{display: block; width: 100%; height: 100%; object-fit: cover;}
.businessWrap .businessList .slide .businessBox .text{position: absolute; left:50px; bottom: 71px;}
.businessWrap .businessList .slide .businessBox .text .number{display: block; margin-bottom: 5px; font-family: 'GmarketSans'; font-size: 30px; font-weight: 500; color: #fff;}
.businessWrap .businessList .slide .businessBox .text h5{margin-bottom: 16px; font-weight: 700; font-size: 45px; color: #fff;}
.businessWrap .businessList .slide .businessBox .text p{font-weight: 500; color: #fff; font-weight: 500; font-size: 18px;}
.businessWrap .businessList .slick-list{padding:70px 0 36px; }
.businessWrap .businessList .slick-current + .slick-active{transform: translateY(-60px);}
.businessWrap .businessListBox .controlBox .container{position: relative;}
.businessWrap .businessListBox .control{display: flex; align-items: center; gap: 0 10px;  position: absolute; bottom: -73px; left:1189px; }
.businessWrap .businessListBox .control button{width: 60px; height: 60px;}
.businessWrap .businessListBox .control .prev{background: url(/images/sub/arrow_icon02.png)no-repeat center; background-size: cover;}
.businessWrap .businessListBox .control .next{transform: rotate(180deg); background: url(/images/sub/arrow_icon02.png)no-repeat center; background-size: cover;}
.businessWrap .businessListBox .slick-dots{    width: calc(70% - 200px); display: flex; align-items: center; justify-content: center; position: absolute; bottom: -47px; left: 240px; } 
.businessWrap .businessListBox .slick-dots li{flex: 1; height: 4px;}
.businessWrap .businessListBox .slick-dots li.slick-active button{background-color: #003277; opacity: 1;} 
.businessWrap .businessListBox .slick-dots li button{width: 100%; height: 100%; text-indent: -9999px; background-color: #003277; opacity: .2; cursor: pointer;} 

@media (max-width: 1600px){

    .businessWrap .businessListBox .slick-dots{width: calc(100% - 306px); left:0;}
    .businessWrap .businessListBox .control{left: auto; right: 20px;}

}

@media (max-width: 1360px){

    .businessWrap .businessListBox .slick-dots{width: calc(100% - 180px);}

}

@media (max-width: 1200px){

    .businessWrap .businessListBox .slick-dots{width: calc(100% - 175px);}

}

@media (max-width: 1024px){

    .businessWrap .businessList .slick-list{padding: 70px 0 36px; overflow: visible;}
    .businessWrap .businessListBox{margin: 90px 20px 92px;}
    .businessWrap .businessList .slide .businessBox .text{left: 26px; bottom: 50px;}
    .businessWrap .businessList .slide .businessBox .imgBox{width: 300px; height: 375px;}
    .businessWrap .businessList .slide{margin-right: 30px; border-radius: 17px;}
    .businessWrap .businessList .slide .businessBox .text h5{margin-bottom: 7px; font-size: 25px;}
    .businessWrap .businessList .slide .businessBox .text .number{font-size: 16px;}
    .businessWrap .businessListBox .controlBox .container{position: static;}
    .businessWrap .businessListBox .control{top:-5px; left: 0; right: auto; bottom: auto;}
    .businessWrap .businessListBox .control button{width: 50px; height: 50px;}
    .businessWrap .businessListBox .slick-dots{width: calc(100% - 20px);}

    .businessWrap .businessList .slide{    box-shadow: 5px 15px 10px 0 rgba(0, 0, 0, 0.2);}

  
}

@media (max-width: 768px){

    .businessWrap .businessListBox{margin: 134px 20px 92px;}
    .businessWrap .businessList .slick-current + .slick-active{transform: translateY(0);}
    .businessWrap .businessList .slick-current{transform: translateY(-40px);}
    .businessWrap .businessList .slide{margin: 0 20px;}
    .businessWrap .businessListBox .control button{width: 36px; height: 36px;}
    .businessWrap .businessListBox .control{top: -56px; gap: 0 6px;}
    .businessWrap .businessListBox .slick-dots{bottom: -67px;}

}

@media (max-width: 576px){

    .businessWrap .businessListBox .controlBox{display: none;}
    .businessWrap .businessListBox{margin: 130px 20px 92px;}
    .businessWrap .businessList .slide .businessBox .text h5{font-size: 20px;}
    .businessWrap .businessList .slide .businessBox .imgBox{width: 300px; height: 300px;}
}

@media (max-width:414px){

    .businessWrap .businessListBox{margin: 110px 20px 92px;}

}





/*컨퍼런스*/

.conContentBox {margin-bottom:50px;}
.conContent::after{content: ''; position: absolute; top:0; left: 50%; margin-left: -50.00vw; width: 100.00vw;  z-index: -1;margin-top:-200px;}
.conContent .title{margin-bottom: 24px; text-align: center; font-size: 35px; font-weight: 300;}
.conContent .title strong{font-weight: 700; color: #003277;}
.conContent .conInfoText{margin-bottom: 2.92vw; font-size:20px; display: flex; flex-wrap: wrap; gap: 0 7px; justify-content: center; margin:0 auto 40px; text-align:center;}
.conContent .conInfoText span{color: #003277; font-weight: 700; f}
.conContent .btnBox{justify-content: center;}
.conContent .btn{padding: 20px 30px 16px;}
 

@media (max-width: 1024px){

    .yafitWrap .yafitContent .title{font-size: 30px;}
    .yafitWrap .yafitList li .imgBox .img{border-radius: 10px;}
    .yafitWrap .yafitList{padding: 0 20px; gap: 20px 2%; margin-top: 6vw;}
    .yafitWrap .yafitList li{width: 23.5%;}
    .yafitWrap .yafitContent::after{height: 58vw;}
    .yafitWrap .yafitContent .yafitInfoText{margin-bottom: 4.92vw;}

}

@media (max-width: 768px){

    .yafitWrap .yafitList li .imgBox .img{border-radius: 5px;}
    .yafitWrap .yafitList{gap: 6.5vw 2%;}
    .yafitWrap .yafitList li{width: 49%;}
    .yafitWrap .yafitContent .title{font-size: 20px;}
    .yafitWrap .yafitList li .imgBox .text{width: 26vw; height: 5vw; line-height: 5.2vw; font-size: 2vw; bottom: -2.2vw;}
    .yafitWrap .yafitContent::after{height: 154vw;}
    .yafitWrap .yafitContent .yafitInfoText{margin-bottom: 5vw;}

}

/* 모바일: 두 줄씩 표시 */
@media (max-width: 768px) {
    .businessWrap .businessList {
        flex-wrap: wrap; /* 줄바꿈 허용 */
        justify-content: center; /* 가로 중앙 정렬 */
    }

    .businessWrap .businessList .slide {
        flex: 0 0 calc(50% - 10px); /* 2개씩 배치 (간격 포함) */
        margin: 5px; /* 간격 조정 */
        box-sizing: border-box; /* 패딩 포함 박스 모델 */
    }

	
}


@media (max-width: 576px){

    .yafitWrap .yafitContent{padding: 10vw 0 0;}
    .yafitWrap .yafitContent .title{font-size: 16px;}
    .yafitWrap .yafitContent .yafitInfoText span{font-size: 14px;}
    .yafitWrap .yafitContent::after{height: 160vw;}
    .yafitWrap .yafitList{margin-top: 9vw;}

    
}

@media (max-width: 480px){

    .yafitWrap .yafitContent .title{word-break: keep-all;}
    .yafitWrap .yafitContent .title br{display: none;}

}



@media (max-width:769px) {
    #floating {display: none;}

    #brochure-download .brochure-title .title {font-size: 24px;}
    #brochure-download .brochure-form .brochure-form-div label {font-size: 16px;}
    #brochure-download .brochure-form .brochure-form-div .brochure-input {font-size: 16px;}
    #brochure-download .brochure-form .brochure-agree .title {font-size: 16px;}
    #brochure-download .brochure-form .brochure-agree .agree-content p {font-size: 14px;}
    #brochure-download .brochure-form .brochure-agree .agree-checkbox p {font-size: 16px;}
    #brochure-download .brochure-form .brochure-submit {font-size: 16px;}

}

@media (max-width:500px) {

    #brochure-download {height: 75%; overflow: auto;}
    #brochure-download .brochure-title .title {font-size: 20px;}
    #brochure-download .brochure-title .desc {font-size: 14px;}
    #brochure-download .brochure-form .brochure-form-div label {font-size: 14px;}
    #brochure-download .brochure-form .brochure-form-div .brochure-input {font-size: 14px;}
    #brochure-download .brochure-form .brochure-agree .title {font-size: 14px;}
    #brochure-download .brochure-form .brochure-agree .agree-content p {font-size: 14px;}
    #brochure-download .brochure-form .brochure-agree .agree-checkbox p {font-size: 14px;}
    #brochure-download .brochure-form .brochure-submit {font-size: 14px;}
}

