@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


/* .noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: "Noto Sans KR", sans-serif;background:#fff; color: #040A0E;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
img{width: 100%; height: 100%; object-fit: contain; }
h1, h2, h3, h4, h5, h6 {font-family: "Noto Sans KR", sans-serif; color: #0A2433;}
h1{font-size: 35px; font-weight: 700;}
h2{font-size: 31px;font-weight: 600;}
h3{font-size: 28px;font-weight: 600;}
h4{font-size: 1rem;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ol { list-style: none; padding: 0; margin: 0;}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: 'Pretendard';font-size:1rem;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'Pretendard';font-size:1rem}
select {margin:0;}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus,input[type=tel]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 2px #afdb9b;
-moz-box-shadow:0 0 2px #afdb9b;
box-shadow:0 0 2px #afdb9b;
border:1px solid #54B22C !important;
}

.placeholdersjs {color:#aaa !important}

#container_title{
  display:none;
}

/* 레이아웃 크기 지정 */

.centerbox{
  width: 1050px;
  margin: 0 auto;
}

/* 헤더 */
#hd{
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hd_wrapper .centerbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logo{
  width: 140px;
}
#logo a{
  display: block;
}
#hd_wrapper .centerbox .menu{
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
 
}
#hd_wrapper .centerbox .menu a:hover{
  font-weight: 800;
}

/* ham */
.ham{ width: 40px; height: 40px; display: none; }
#hd_wrapper { width: 90%;}

/* close */
/* .close { width: 50px; position: fixed; z-index: 999; right: 20px;} */


/* 푸터 */
footer{
  width: 100%;
  background-color: #0A2433;
  /* height: 150px; */
  color: #dfdfdf !important;
  font-size: 15px;
  font-weight: 300;
  padding: 17px;
  box-sizing: border-box;
}
footer h6{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
footer ul{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
footer ul li{
  margin: 0 10px;
}
footer p{
  text-align: center;
  margin: 5px 0;
  text-transform: uppercase;
}
footer a{
  color: #dfdfdf;
  font-weight: 500;
}

/* 메인 */
section{
  width: 100%;
  box-sizing: border-box;
}


#banner { position: relative; z-index: -1;}
.banner_wr { position: absolute; position: absolute; right: 10%; bottom: 25%; z-index: 999; color: #fff;}
.banner_wr h3 { color: #fff; font-size: 28px; letter-spacing: -2px; font-weight: 400;}
.banner_wr h2 { color: #ffc84c; font-size: 64px; letter-spacing: -2px;}
.banner_wr ol { padding: 20px 10px 0;}
.banner_wr ol li { font-size: 16px;}


#content_1{
  height: 300px;
  background: url("../img/bg_1.png") no-repeat center / cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 350;
  line-height: 40px;
}
.wrap_center{
  margin: 10px auto 50px;
  /* margin: 0 auto; */
  width: 1150px;
}
h1{
  color: #0A2433;
}
.wrap_center p{
  margin: 10px 0;
  font-size: 22px;
  font-weight: 350;
}
ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bst_item li{
  width: 270px;
  height: 280px;
  text-align: center;
  margin: 30px 0;
}
.bst_item li img{
  box-shadow: 2px 4px 4px rgba(0,0,0,0.1); 
}
.bst_item li p{
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
  text-transform: uppercase;
}
#content_3{
  height: 290px;
  padding: 50px 0;
  background: url("../img/bg_2.png") no-repeat;
  background-size: cover;
}
#content_3 h2{
  color: #fff;
}
#content_3 .centerbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
#content_3 .button a{
  width: 250px;
  height: 60px;
  box-sizing: border-box;
  border: #fff 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
#content_3 .button a:hover{
  background-color: #fff;
  color: #040A0E;
}

/* 서브-네비 */
.nav{
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  margin: 15px 0;
}
.nav p a:hover{
  font-weight: 500;
}
/* 서브-인사말 */
section#sub_1 dl{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 80px;
}
section#sub_1 dl dd{
  width: 500px;
  height: 630px;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 20px;
}
section#sub_1 dl dd:last-child{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 20px 20px;
  font-size: 24px;
  font-weight: 300;
}

#sub_banner .banner_wrap { height: 300px; padding-top: 60px;}


@media (max-width:1024px){

  

  .centerbox .nav p { padding: 0 20px; }

  #sub_banner .banner_wrap { height: 200px; padding-top: 60px;}

  #sub_banner .banner_wrap img { height: 100%; display: block; object-fit: cover;}
  
  
  section#sub_1 dl dd { margin: 0 20px;}
  section#sub_1 dl dd h1 { font-size: 25px; text-align: center;}
  section#sub_1 dl dd .bst_info { font-size: 17px; line-height: 40px;}
  section#sub_1 dl dd .bst_ceo { font-size: 20px;}
  section#sub_1 dl dd:last-child { padding: 0;}
}

@media (max-width:800px){
  

  .centerbox .nav p { padding: 0 20px; }

  #sub_banner .banner_wrap {height: 200px; padding-top: 60px;}

  #sub_banner .banner_wrap img { height: 100%; display: block; object-fit: cover;}

  
  section#sub_1 dl { flex-wrap: wrap;}
  section#sub_1 dl dd { margin: 0 20px;}
  section#sub_1 dl dd h1 { font-size: 25px; text-align: center;}
  section#sub_1 dl dd .bst_info { font-size: 20px; line-height: 40px;}
  section#sub_1 dl dd .bst_ceo { font-size: 20px;}
  section#sub_1 dl dd:last-child { padding: 0;}
}

@media (max-width:500px){
  

  .centerbox .nav p { padding: 0 20px; }

  #sub_banner .banner_wrap { height: 200px; padding-top: 60px;}

  #sub_banner .banner_wrap img { height: 100%; display: block; object-fit: cover;}


  section#sub_1 dl { flex-wrap: wrap; padding: 0;}
  section#sub_1 dl dd { margin: 0 10px;}
  section#sub_1 dl dd h1 { font-size: 1.7rem; text-align: center;}
  section#sub_1 dl dd .bst_info { font-size:20px; line-height: 40px; padding: 20px;}
  section#sub_1 dl dd .bst_ceo { font-size: 20px;}


  
}


@media (max-width:375px){
  

  .centerbox .nav p { padding: 0 20px; }

  #sub_banner .banner_wrap { height: 200px; padding-top: 60px;}

  #sub_banner .banner_wrap img { height: 100%; display: block; object-fit: cover;}


  section#sub_1 dl { flex-wrap: wrap; padding: 0;}
  section#sub_1 dl dd { margin: 0 10px;}
  section#sub_1 dl dd h1 { font-size: 1.4rem; text-align: center;}
  section#sub_1 dl dd .bst_info { font-size:20px; line-height: 1.5; padding: 10px;}
  section#sub_1 dl dd .bst_ceo { font-size: 20px;}


  
}






.bst_info{
  line-height: 42px;
  padding: 40px 0;
}
.bst_ceo{
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bst_ceo img{
  width: 85px;
  display: inline-block;
  padding-left: 10px;
}
/* 서브-사업분야 */
section#sub_2{
  padding-bottom: 50px;
}
section#sub_2 p.business_info{
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
  margin: 70px 0 80px;
}
.business_item{
  width: 100%;
  flex-wrap: wrap;
}
.business_item li{
  margin-bottom: 70px;
  
}
.business_item li h1{
  border-bottom: #1E6690 4px solid;
  margin-bottom: 50px;
}
.business_item li img{
  width: 500px;
  height: 330px;
  box-shadow: 2px 4px 5px rgba(0,0,0,0.15);
  
}

@media (max-width:1024px){ 

  br{
    display: inline-block;
    content: " ";
    padding: 0 2px;
 }

  section#sub_2 p.business_info { font-size: 22px; margin: 50px 30px; text-align: center;}
  .business_item{ padding: 10px; }

}



@media (max-width:800px){ 

  .ham{display: block;  } 

  section#sub_2 p.business_info { font-size: 18px; margin: 30px 50px 30px; text-align: left;}
  .business_item { flex-direction: column-reverse;}
  section#sub_2 { padding: 0 20px;}
  section#sub_2 img { width: 100%; display: block;}

}

@media (max-width:500px){ 

  

  section#sub_2 p.business_info { font-size: 1.05rem; line-height: 1.5; padding: 10px; margin: 10px 0;}
  section#sub_2 { padding: 0 20px;}
  section#sub_2 img { width: 100%; height: 100%; display: block;}
  .business_item li h1 { font-size: 1.5rem;}
  
}




/* 서브-오시는길 */
.contact_wrap{
  padding: 20px;
}
span{display: inline-block;}
span.icon img{
  height: 40px;
  padding-right: 5px;
}
div.map{
  margin: 30px 0;
}
div.bmw h3, div.contactus h3{
  border-bottom: #1E6690 3px solid;
  padding-bottom: 10px;
}
div.bmw dl{
 margin: 20px 0;
}
div.bmw dl dt{
  width: 30px;
  margin-right: 20px;
}
div.bmw dl dd{
  font-size: 23px;
  font-weight: 300;
}
div.bmw dl:first-child dd{
  display: flex;
  align-items: center;
}
div.bmw dl:last-child{
  align-items: flex-start;
}
.contactus ul{
  flex-direction: column;
  align-items: flex-start;
}
.contactus ul li{
  width: 100%;
  padding: 15px;
  border-bottom: #B2BEC5 1px solid;
}
.contactus ul li:nth-child(even){
  background-color: #FBFDFF;
}
.bmw dl, .contactus dl{
  display: flex;
  align-items: center;
}
.contactus{
  margin-top: 50px;
}
.contactus dl dt{
  font-size: 25px;
  font-weight: 400;
  width: 30%;
}
.contactus dl dd{
  width: 60%;
  font-size: 22px;
  font-weight: 300;
}

@media (max-width:500px){
  .contact_wrap h3 { font-size: 17px; text-align: center;}
  .contact_wrap h3 .icon { width: 40px;} 
  div.bmw dl dd { font-size: 17px;}
  .bmw dl, .contactus dl dt{ font-size: 19px;}
  .bmw dl, .contactus dl dd { font-size: 15px;}
}

@media (max-width:800px){
  .contact_wrap h3 { font-size: 20px; text-align: center;}
  .contact_wrap h3 .icon { width: 40px;} 
  div.bmw dl dd { font-size: 20px;}
  .bmw dl, .contactus dl dt{ font-size: 20px;}
  .bmw dl, .contactus dl dd { font-size: 18px;}
}



/* 반응형 */

@media (max-width:1280px){
	.wrap_center{
    width: auto;
  }
  .centerbox{
    width: auto;
  }

}




/* 최소 데스크탑,테블릿 가로 */
@media (max-width:1024px){

  

	.wrap_center{
    width: auto;
  }
  .centerbox{
    width: auto;
  }

  #banner { padding-top: 60px; height: 376px; padding-top: 20px;}

  .banner_wr {  right: 10%; bottom: 25%; z-index: 999; color: #fff;}
  .banner_wr h3 {  font-size: 20px; letter-spacing: -2px; font-weight: 400;}
  .banner_wr h2 {  font-size: 50px; letter-spacing: -2px;}
  .banner_wr ol { padding: 20px 10px 0;}
  .banner_wr ol li { font-size: 14px;}

  #content_1 { 
    height: 200px;
    background-position-x: center;
  }


  #content_1 .centerbox{
    font-size: 19px;
    padding: 0 400px 0 100px;
    text-align: left;
  }


  /* section2 */
  

  #content_2 h1 { line-height: 2; font-size: 22px;  padding: 0 90px;} 
  #content_2 p { line-height: 2; font-size: 20px;  padding: 0 90px;} 
  #content_2 ul.bst_item li p { padding: 0;}

  #content_2 p { font-size: 20px;}
  
  #content_2 ul.bst_item { margin: 0 100px; gap: 10px; }

  #content_2 ul.bst_item li{ width: calc((80% - 15px) / 2); height: 230px;}

  #content_2 ul.bst_item li p { font-size: 0.8rem;}


  /* section3 */
  
  #content_3 { background-position-x: center; height: 230px;}
  #content_3 h2 { font-size: 20px; line-height: 1.8;}
  #content_3 .button a { font-size:14px; width: 120px; height: 40px;}

  /* footer */
  footer h6 { font-size: 24px; padding-bottom: 15px;}

  footer ul { flex-wrap: wrap; font-size: 16px; padding: 0 20px; margin-bottom: 20px;}
  footer ul li { width: 100%; padding-bottom: 5px;}

  footer p { font-size: 16px; text-align: left; width: 100%; display: flex; gap: 10px; padding-left: 28px;}

  footer p a { display: block; width: 100%; font-size: 16px; width: 120px;}

  
  
}

/* 최소 데스크탑,테블릿 가로 */
@media (max-width:800px){
	.wrap_center{
    width: auto;
  }
  .centerbox{
    width: auto;
  }

  #banner { padding-top: 60px; height: 100%; padding-top: 20px;}

  .banner_wr {  top: 30%; bottom: 25%; z-index: 999; color: #fff;}
  .banner_wr h3 {  font-size: 16px; letter-spacing: -2px; font-weight: 400;}
  .banner_wr h2 {  font-size: 40px; letter-spacing: -2px;}
  .banner_wr ol { padding: 20px 10px 0;}
  .banner_wr ol li { font-size: 12px;}

  #content_1 { 
    height: 200px;
    background-position-x: center;
  }


  #content_1 .centerbox{
    font-size: 1.2rem;
    padding: 0 70px;
    text-align: left;
  }


  /* section2 */
  

  #content_2 h1 { line-height: 2; font-size: 1.4rem;  padding: 0 90px;} 
  #content_2 p { line-height: 2; font-size: 18px;  padding: 0 90px;} 
  #content_2 ul.bst_item li p { padding: 0;}

  #content_2 p { font-size: 16px;}
  
  #content_2 ul.bst_item { flex-wrap: wrap; margin: 0 90px;}

  #content_2 ul.bst_item li{ width: calc((80% - 15px) / 2);}

  #content_2 ul.bst_item li p { font-size: 1.1rem;}


  /* section3 */
  
  #content_3 { background-position-x: center; height: 250px;}
  #content_3 h2 { font-size: 1.2rem; padding: 0 60px;}
  #content_3 .button a { font-size:16px; width: 120px; height: 40px;}

  /* footer */
  footer h6 { font-size: 20px; padding-bottom: 15px;}

  footer ul { flex-wrap: wrap; font-size: 14px; padding: 0 10px; margin-bottom: 20px;}
  footer ul li { width: 100%; padding-bottom: 5px;}

  footer p { font-size: 14px; text-align: left; width: 100%; display: flex; gap: 10px; padding-left: 20px;}

  footer p a { display: block; width: 100%; font-size: 14px; width: 100px;}
  

   /* gnb */
   /* #hd_wrapper .centerbox .menu { 
    display: none;
   } */
   
   #hd_wrapper .centerbox .menu { 
    display: none;
    font-size: 25px;
    background: #0A2433; 
    position: fixed; 
    left: 0; 
    width: 100%; 
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: 100%;
    padding: 2rem 0;

   } 
   .ham img.close{
    display: none;
  }
  body.active-side .ham img.close{
    display: block;
  }
  body.active-side .ham img.ham{
    display: none;
  }
  body.active-side #hd_wrapper .centerbox .menu{
    display:flex;
  }

  #hd_wrapper .centerbox .menu a { color: rgb(255, 255, 255, 0.6);}
  #hd_wrapper .centerbox .menu a:hover { color: #fff; transition: all 0.5s;}  

}

/* .close { display: none; right: 20px; top: 15px; } */

/* 최소 데스크탑,테블릿 가로 */
@media (max-width:500px){


  #content_1 .centerbox br{
     display: inline-block;
     content: " ";
     padding: 0 2px;
  }
 
  
	.wrap_center{
    width: auto;
  }
  .centerbox{
    width: auto;
  }

  #banner { padding-top: 60px;  padding-top: 0px; height: 300px;}
  #banner img { width: 100%; display: block; object-fit: none; transform: scaleX(-1);}

  .banner_wr {  top: 35%; bottom: 25%; z-index: 999; color: #fff;}
  .banner_wr h3 {  font-size: 16px; letter-spacing: -2px; font-weight: 400;}
  .banner_wr h2 {  font-size: 40px; letter-spacing: -2px;}
  .banner_wr ol { padding: 20px 10px 0;}
  .banner_wr ol li { font-size: 12px;}
  

  #content_1 { 
    height: 200px;
    background-position-x: center;
  }

  


  #content_1 .centerbox{

    font-size: 1.05rem;
    line-height: 1.8;
    text-align: left;
    /* padding: 0 20px; */
    width: 100%;
  }

  section#sub_1 dl dd { height: 530px;}

  /* section2 */
  

  #content_2 h1 { font-size: 1.8rem;  padding: 0 40px;} 
  #content_2 p { line-height: 2; font-size: 13px;  padding: 0 40px;} 


  #content_2 p { font-size: 1.05rem;}
  
  #content_2 ul.bst_item { flex-wrap: wrap; margin: 0 10px;}


  #content_2 ul.bst_item li{ width: calc((100% - 15px) / 2);}

  #content_2 ul.bst_item li p { font-size: 1.05rem;}


  /* section3 */
  
  #content_3 { background-position-x: center; height: 250px;}
  #content_3 h2 { font-size: 1.05rem; padding: 0 40px;}
  #content_3 .button a { font-size:0.9rem; }

  /* footer */
  footer h6 { font-size: 15px;}

  footer ul { flex-wrap: wrap; font-size: 14px; padding: 0 10px; margin-bottom: 20px;}
  footer ul li { width: 100%; padding-bottom: 5px;}

  footer p { font-size: 14px; text-align: left; flex-wrap: wrap;}

  footer p a { display: block; width: 100%; font-size: 14px;  width: 140px; }

}


@media (max-width:398px){ 

  #content_1 .centerbox{ font-size: 0.9rem; padding: 0 20px; text-align: left;}
  #content_3 { background-position-x: center; height: 300px;}

  #banner img { width: 100%; display: block; object-fit: none; transform: scaleX(-1);}

  .banner_wr {  top: 35%; bottom: 25%; z-index: 999; color: #fff;}
  .banner_wr h3 {  font-size: 14px; letter-spacing: -2px; font-weight: 400;}
  .banner_wr h2 {  font-size: 36px; letter-spacing: -2px;}
  .banner_wr ol { padding: 20px 10px 0;}
  .banner_wr ol li { font-size: 11px;}

}

@media (max-width:320px){ 

  .banner_wr {  top: 35%; bottom: 25%; z-index: 999; color: #fff;}
  .banner_wr h3 {  font-size: 12px; letter-spacing: -2px; font-weight: 400;}
  .banner_wr h2 {  font-size: 33px; letter-spacing: -2px;}
  .banner_wr ol { padding: 20px 10px 0;}
  .banner_wr ol li { font-size: 10px;}

}

