@import "//fonts.googleapis.com/css?family=Noto+Sans";

*{margin:0; padding:0; box-sizing:border-box;}
ul li{list-style:none;}
a{text-decoration:none;}
html,body{font-family: 'Noto Sans', sans-serif; height:100%; overflow-x: hidden;}

/* 공통 */
.container {
  padding: 80px 0  ;
}

.title h2, .title p {
  color: rgb(25, 25, 25);
}
.title h2{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 42px;

  position: relative;
}
.title h2::after {
  position: absolute;
  display: block; content: '';
  width: 100%; height: 3px;
  bottom: -15px;
  background-color: rgb(25, 25, 25);
}
.title p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}

/* .top_img{
    width:100%;
    height:450px;
	background:url('http://heni.co.kr/layouts/cdn/img/438.jpg') no-repeat ;
	position:relative;
}
.top_img p{
	position:absolute;
	top:50%;
	left:50%;
	font-size:40px;
	color:#fff;
}
.top_img span{
    width:160px;
	position:absolute;
	top:-27px;
	left:-80px; 
} */

.content_top{
  width:100%;
  height:500px;
  /* margin-top:70px; */
  padding-top: 70px;
  background:url('../img/map.jpg') no-repeat center top ;
  overflow:hidden;
}
.content_top_p{
  width:500px;
  height:200px;
  margin:0 auto;
  background:rgba(255, 255, 255, 0.42);
  margin-top:80px;
  overflow:hidden;
}
.content_top_p p:nth-child(1){
 font-size: 16px;
 margin:0 auto;
 text-align:center;
 font-weight:bold;
 margin-top:55px;
}
.content_top_p p:nth-child(2){
 font-size: 45px;
 margin:0 auto;
 text-align:center;
 font-weight:bold;
 margin-top:10px;
}
.content_top_m{
 display:none;
}



/* *** 메인회사소개 css (.main_top) *** */

/* Swiper */
/* .swiper-container {
  width: 100%; height: 100%;
}
.swiper-container .swiper-wrapper > div:nth-child(1) {background: url(../img/index_main_swiper_img_001.jpg); background-size: cover; }
.swiper-container .swiper-wrapper > div:nth-child(2) {background: url(../img/index_main_swiper_img_002.jpg); background-size: cover; }
.swiper-container .swiper-wrapper > div:nth-child(3) {background: url(../img/index_main_swiper_img_003.jpg); background-size: cover; }

.swiper-button-prev, .swiper-button-next {
  z-index: 10000;
  color: #1648a1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #1648a1 !important ;
} */

/* 

.main_top {
  height: 100vh;
  position: relative;
}

.main_top .textbox {
  position: absolute;
  width: 628px;
  height: 434px;
  right: 20%;
  top: 248px;
  padding: 45px;
  color: rgb(230, 230, 230);

  background: #1649a1c0;
  z-index: 2;
}

.main_top .textbox span {
  font-weight: 700;
  color: #fabe00;
}

.main_top .textbox .top {
  display: flex;
  margin-bottom: 30px;
}

.main_top .textbox .top img {
  height: 99px;
}
.main_top .textbox .top h2 {
  font-size: 40px;
  padding: 20px 30px;
}

.main_top .textbox .center {
  margin-bottom: 21px;
}

.main_top .textbox .center p {
  font-size: 21px;
  margin: 0 16px 21px 16px;
}

.main_top .textbox button {
  background-color: #1648a1;
  color: rgb(230, 230, 230);
  border: 0;

  width: 240px; height: 71px;

  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 44px;

  cursor: pointer;
}

.main_top .square {
  position: absolute;
  width: 650px;
  height: 444px;
  right: 16%;
  top: 216px;
  
  background: #fac00083;

  z-index: 1;
} */



/* *** 주요사업 (.main_business) *** */
/* .main_business {
  background-color: #e5e5e5;
}

.main_business .row > div .img_box {
  width: 100%; height: 100%;
  overflow: hidden;
}
.main_business .row > div img {
  width: 100%; height: 100%;
}
.main_business .row > div img:hover {
  transform: scale(1.1);
  transition: 1s;
}
.main_business .row > div .img_box,.main_business .row > div h5 {
  margin-bottom: 16px;
}
.main_business .row > div .text_box {
  margin: 0 0 24px 10px;
}
.main_business .row > div i, .main_business .row > div h5 {
  color: #1648a1;
}
.main_business .row > div h5 {
  font-weight: 700;
}
.main_business .row > div a {
  color: rgb(25, 25, 25);
} */




/* *** 오시는길 (.main_map) *** */
.main_map iframe {
  width: 100%;
  height: 310 px;
  margin-bottom: 40px;
}

.main_map  {
    margin-bottom: 56px;
}

.main_map .row {

    padding: 0 60px;
}

.main_map .row div {
    margin-bottom: 54px;
}

.main_map .row h3, .main_map .row i{
    font-size: 24px;
}

.main_map .row i {
    margin-bottom: 8px;
}

.main_map .row h3 {
    margin-bottom: 24px;
    position: relative;
}
.main_map .row h3::after {
    display: block; content: '';
    width: 48px; height: 3px;
    background-color: #191919;
    position: absolute;
    top: 40px;
}

.main_map .row span {
    font-weight: 600;
}







/* ******************************************** */

/* 반응형 시작 */
/* 758px~1024px */
@media all and (min-width:768px) and (max-width:1200px) {
  .main_top .square {
    top: 48%;
    left: 52%;
    transform: translate(-50%,-50%);
  }
  .main_top .textbox {
    top: 52%;
    left: 48%;
    transform: translate(-50%,-50%);
  }

}

@media all and (max-width:767px){ 
  /*스마트폰용*/
    /*767스마트폰용*/
  .content_top{
    display:none;
  }
  .container {
    padding: 64px 24px;
  }
  .title h2{
    font-size: 28px;
    position: relative;
  }
  .title p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
  }

  .main_top .square {
    width: 80%; height: 250px;
    top: 48%;
    left: 52%;
    transform: translate(-50%,-50%);
  }
  .main_top .textbox {
    width: 80%; height: 250px;
    padding: 24px 8px 8px 24px ;
    top: 52%;
    left: 48%;
    transform: translate(-50%,-50%);
  } 

  .main_top .textbox span {
    font-weight: 700;
    color: #1648a1;
  }
  
  .main_top .textbox .top {
    display: flex;
    margin-bottom: 15px;
  }
  
  .main_top .textbox .top img {
    height: 50px;
  }
  .main_top .textbox .top h2 {
    font-size: 24px;
    padding: 10px 15px;
  }
  
  .main_top .textbox .center {
    margin-bottom: 8px;
  }
  
  .main_top .textbox .center p {
    font-size: 13px;
    margin: 0 8px 8px 8px;
  }
  
  .main_top .textbox button {  
    width: 150px; height: 35px;
    font-size: 11px;
    right: 22px;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
/* 
  .main_top .square, .main_top .textbox {
    transform: scale(0.7);
  } */

  .main_map {
    margin-top: 64px;
  }

  .main_map .row {
    padding: 0;
  }


}