@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@700&display=swap');

/*body {
width:calc(100% - 0px); 
margin:0 auto; 
background-image:url("img/main_bg.jpg");
background-repeat:no-repeat;
background-position: center 220px ; 
  background-size: auto; /* 원본 이미지 크기 유지 */
background-attachment: fixed; /* (선택) 스크롤해도 고정 배경 */ }*/


body.main { 
  min-height: 100vh;

   /* background-image: url("https://komes2025.co.kr/default/img/hblock/common/img/main_bg.jpg");
    background-repeat: repeat-x;       이미지 반복 방지 */
    background-position: center top;  /* 가로, 세로 중앙에 배치 */
    background-size: auto;               /* 원래 크기 유지 */


}


/*.tit {width:1200px; margin:0 auto; padding-bottom:35px; overflow:hidden;}
.tit h3{font-size:16px; padding-left:130px; position:relative; }
.tit h3:before{content:""; height:1px; width:100px; background-color:#000; position:absolute;left:0; top:14px; }*/
.line1 {/*background:url(img/line1.jpg)no-repeat center top; padding-top:180px;*/ margin-top:90px;}
.line2 {/*background:url(img/line2.jpg)no-repeat center top; padding-top:180px;*/ margin-top:90px;}

 .mtit {text-align:center; padding-bottom:50px; }
 .mtit  h3{font-family: 'Inter Tight', sans-serif; font-size: 55px;font-weight: 800 !important; /* text-transform: uppercase;*/
 line-height:55px;  text-align:center; padding-bottom:10px; color:#333; }
 .mtit p {font-size:18px; font-weight:500; color:#888;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
body {width:calc(100% - 0px); margin:0 auto; }	
.line1 {/*background:url(img/line1.jpg)no-repeat center top; background-size:60px auto; padding-top:100px;*/ margin-top:0px;}
.line2 {/*background:url(img/line2.jpg)no-repeat center top; background-size:60px auto; padding-top:80px;*/ margin-top:0px;}
 .mtit {text-align:center; padding-bottom:30px; }
 .mtit  h3{ font-size: 35px; line-height:45px;  }
 .mtit p {font-size:13px; color:#888;}
}
body.main { 
  min-height: 100vh;
 /*
  background-image: url("https://komes2025.co.kr/default/img/hblock/common/img/main_bg.jpg");
    background-repeat: no-repeat;        이미지 반복 방지 */
    background-position: center top;  /* 가로, 세로 중앙에 배치 */
    background-size: auto;               /* 원래 크기 유지 */


}


@media (max-width: 768px) {
body.main { 
  min-height: 100vh;
 /* 
  background-image: url("https://komes2025.co.kr/default/img/hblock/common/img/main_bg.jpg");
    background-repeat: no-repeat;       이미지 반복 방지 */
    background-position: center top;  /* 가로, 세로 중앙에 배치 */
    background-size: auto;               /* 원래 크기 유지 */


}


}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}