@charset "utf-8";


/* Webfont Setting :
  1. font-family: 'Roboto', sans-serif;
  2. font-family: 'Nanum Gothic', sans-serif;
  3. font-family: 'Noto Sans KR', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/* RESET -------------------------------------- */
*{ margin: 0; padding: 0; box-sizing: border-box; }

html, body{
  font-size: 10px;
}

body{
  font-family: "맑은 고딕", sans-serif;
  /* font-size: 10px; */
  font-size: 1.4rem;  /* rem : Root Element 폰트사이즈 기준 설정단위 */
}

p{ line-height: 1.5; }

ul, ol{ list-style: none; }
dl, dd, dt{ margin: 0; padding: 0; }



table, tr, th, td{ 
  border: 1px solid #000; border-collapse: collapse; 
}
caption{
  width: 100%; height: 30px; line-height: 30px;
  font-size: 1.2em;
}

fieldset{ border: 0; }
input, label{ vertical-align: middle; }

/* bootstrap reset */
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
  display: none;
}

.carousel-control{display: none;}



/* Common Class ------------------------------------ */
#wrap{
  width: 100%;
  min-width: 1170px;
  height: auto;
  position: relative;
}

#wrap #header, #wrap>div, #wrap footer{width: 100%; height: auto;}

.container{
  width: 1170px; height: auto;
  margin: 0 auto;
}

.title{
  width: 100%;
  height: 60px;
  text-align: center;
  position: relative;
  font: 700 30px/40px 'Noto Sans KR', sans-serif;
  color: #333;
  margin-bottom: 40px;
}

.title::after{
  content: ' '; display: block;
  width: 80px; height: 4px;
  background-color: #4fb383;
  position: absolute; left: 50%; bottom: 0;
  margin-left: -40px;
}

.subtitle{
  width: 630px;
  margin: 0 auto 80px;
  text-align: center;
  font: 400 1.8rem/1.5 'Noto Sans KR', sans-serif;
}





/* Header ------------------------------------ */
#header{
  height: 60px !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
  position: absolute;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

#header:hover{
  height: 260px !important;
}

#header::after{
  content: ''; display: block;
  width: 100%; 
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: absolute; 
  left: 0; top: 60px;
  transition: height 0.5s ease-in-out;
}

#header:hover::after{
  height: 200px;
}

#header .container{
  height: 60px;
  display: flex;
  justify-content: space-between;}

#header .container h1{
  width: 160px;
  height: 100%;
  padding: 15px 0;
  margin: 0;
}
#header .container h1 a{
  display: block;
  width: 100%; height: 100%;
  background: url(../images/mainLogo.png) no-repeat 0 0;
}

#header .container .navi{
  display: flex;
  justify-content: space-around;
  width: 450px; height: 100%;
  padding: 10px 0;
}

/* 주메뉴 활성화 클래스 - jQuery */
.open{display: block !important;}

#header .container .navi>li{
  width: 100%;
  height: 100%;
  position: relative;
}

#header .container .navi>li>a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.4em 0;
  font: 500 18px 'Noto Sans KR', sans-serif;
  color: #fff;
  text-decoration: none;
}

#header .container .navi>li>a:hover{
  color: #4fb383;
  text-decoration: none;
}

#header .container .navi>li:last-child>a{
  border: 2px solid #fff;
  padding: 0.2em 0;
}

#header .container .navi>li:last-child>a:hover{
  border: 2px solid #4fb383;
  background-color: #4fb383;
  color: #fff;
  text-decoration: none;
}

#header .container .navi>li ul{
  position: absolute;
  left: 0px; top: 50px;
  display: block;
  width: 100%;
  height: 200px;
  padding: 20px 0;
  z-index: 30;
}


#header .container .navi>li li{
  width: 100%; height: 40px;
}

#header .container .navi>li li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-indent: 1.5em;
  text-decoration: none;
  font: 300 16px/40px 'Noto Sans KR', sans-serif;
}

#header .container .navi>li li a:hover{
  color: #4fb383;
}






/* Mainview ------------------------------------ */
/* JS Class ***************** */
.showing {
  z-index: 1;
  transform: none;
  opacity: 1;
}

#wrap #mainview{
  height: 700px;
  margin-bottom: 100px;
}

#wrap #mainview .sliderBox{
  width: 100%;
  height: 100%;
  position: relative;
}

#wrap #mainview .sliderBox .slider{
  width: 100%; height: 100%;
  position: absolute;
  left: 0; top: 0;
  -webkit-transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -o-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}

#wrap #mainview .sliderBox .slider1{
  background: url(../images/mainview_image_01.png) no-repeat center center;
  background-size: cover;
}

#wrap #mainview .sliderBox .slider2{
  background: url(../images/mainview_image_02.png) no-repeat center center;
  background-size: cover;
}

#wrap #mainview .sliderBox .slider3{
  background: url(../images/mainview_image_03.png) no-repeat center center;
  background-size: cover;
}

#wrap #mainview .sliderBox .slider .container{padding-top: 220px;}

#wrap #mainview .sliderBox .slider .container .textbox{
  width: 500px;
  height: 240px;
  margin-left: 70px;
}

#wrap #mainview .sliderBox .slider .container .textbox h3{
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
  font: 700 48px/1.4 'Noto Sans KR', sans-serif;
  color: #fff;
}

#wrap #mainview .sliderBox .slider .container .textbox p{
  width: 100%;
  height: 80px;
  padding-right: 100px;
  font: 400 16px/1.618 'Noto Sans KR', sans-serif;
  color: #fff;
}





/* Business Area ------------------------------------ */
#businessArea{
  padding-top: 20px;
  margin-bottom: 180px;}

#businessArea .boxes {
  width: 100%;
  min-width: 1170px;
  height: 760px;
  /* display: flex;  */
  /* flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat( 3, 1fr );
}

#businessArea .boxes>div {
  /* width: 33.33%; */
  min-width: 550px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#businessArea .boxes .box:nth-child(odd) {
  color: #fff;
  font: 700 36px/1.618 'Noto Sans KR', sans-serif;
}

#businessArea .boxes .box1 {
  background: url(../images/area_1.png) no-repeat center center;
  background-size: cover;
}
#businessArea .boxes .box3 {
  background: url(../images/area_3.png) no-repeat center center;
  background-size: cover;
}
#businessArea .boxes .box5 {
  background: url(../images/area_5.png) no-repeat center center;
  background-size: cover;
}

#businessArea .boxes .box:nth-child(even) {
  padding: 60px 80px;
  display: block;
}

#businessArea .boxes .box2 {border-top: 1px solid #ccc;}

#businessArea .boxes .box4,
#businessArea .boxes .box6 {
  border-bottom: 1px solid #ccc;}


#businessArea .boxes .box:nth-child(even) p, 
#businessArea .boxes .box:nth-child(even) h3 {
  width: 100%;
  height: 20px;
  text-align: center;
  margin-bottom: 20px;
  font: 400 14px/20px 'Noto Sans KR', sans-serif;
}

#businessArea .boxes .box:nth-child(even) h3 {
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}

#businessArea .boxes .box:nth-child(even) p{
  height: auto;
  margin-bottom: 0;
  font: 400 16px/1.7 'Noto Sans KR', sans-serif;
  word-break: keep-all;
}

#businessArea .boxes .box:nth-child(4),
#businessArea .boxes .box:nth-child(6) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  padding-top: 0;
  padding-bottom: 0;
}

#businessArea .boxes .box:nth-child(4) p {
  font: 400 18px/36px 'Noto Sans KR', sans-serif;
}

#businessArea .boxes .box:nth-child(6) {
  flex-direction: column;
}

#businessArea .boxes .box:nth-child(6) p {
  font: 400 18px/36px 'Noto Sans KR', sans-serif;
  margin-bottom: 30px;
}

#businessArea .boxes .box:nth-child(6) p:last-child {
  margin-bottom: 0;
}



/* Contact Us ------------------------------------ */
#wrap #contact{
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../images/contact_bg.png) no-repeat fixed center center;
  background-size: cover;
}

#contact .container {
  height: 620px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

#contact .contactBox {
  width: 100%;
  height: 100%;
  padding: 20px; 
  display: flex;
  flex-wrap: novwrap;
}

/* Left-Section */
#contact .contactBox .leftBox {
  width: 450px;
  height: 100%;
  padding: 20px 70px 0 50px;
}

#contact .contactBox .leftBox h3 {
  width: 100%;
  font: 500 20px 'Noto Sans KR', sans-serif;
  color: #666;
  margin-bottom: 5px;
}

#contact .contactBox .leftBox h4 {
  width: 100%;
  margin-bottom: 40px;
  font: 700 40px 'Noto Sans KR', sans-serif;
  color: #0e7041;
}

#contact .contactBox .leftBox p {
  width: 100%;
  height: 120px;
  font: 400 16px/1.618 'Noto Sans KR', sans-serif;
  margin-bottom: 80px;
  word-break: keep-all;
}

#contact .contactBox .leftBox a {
  display: block;
  text-align: center;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  font: 300 18px/40px 'Noto Sans KR', sans-serif;
  color: #fff;
  background-color: #04743f;
  text-decoration: none;
}

#contact .contactBox .leftBox a:hover {
  background-color: #075732;
}

/* Right-Section */
#contact .contactBox .rightBox {
  width: 680px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

#contact .contactBox .rightBox .smallBox{
  width: 330px;
  height: 280px;
  border-radius: 5px;
  padding: 40px 0;
  background-color: rgba(6,77,43, 0.7);
  text-align: center;
}

#contact .contactBox .rightBox .smallBox .img{
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto 40px;
}

#contact .contactBox .rightBox .smallBox:nth-child(2) {margin-bottom: 20px;}

#contact .contactBox .rightBox .smallBox:nth-child(1) .img img{margin-top: 10px;}

#contact .contactBox .rightBox .smallBox:nth-child(2) .img img{margin-top: 12px;}

#contact .contactBox .rightBox .smallBox:nth-child(3) .img img{
  margin-top: 3px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);}

#contact .contactBox .rightBox .smallBox:nth-child(4) .img img{margin-top: 10px;}

#contact .contactBox .rightBox .smallBox h3, #contact .contactBox .rightBox .smallBox p, #contact .contactBox .rightBox .smallBox a{
  color: #fff;
}

#contact .contactBox .rightBox .smallBox h3{
  width: 100%;
  height: 40px;
  font: 700 24px/40px 'Noto Sans KR', sans-serif;
  margin-bottom: 20px;
}

#contact .contactBox .rightBox .smallBox p{
  width: 100%;
  height: 20px;
  font: 300 16px/20px 'Noto Sans KR', sans-serif;
}

#contact .contactBox .rightBox .smallBox p:last-child{
  font-size: 14px;
}

#contact .contactBox .rightBox .smallBox a{
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 4px;
  text-decoration: none;
  font: 400 16px/34px 'Noto Sans KR', sans-serif;
}

#contact .contactBox .rightBox .smallBox a:hover{
  background-color: #fff;
  color: #075732;
}






/* Footer ------------------------------------ */
#wrap #footer{
  height: 80px;
  background-color: #333;
}

#footer .container{
  height: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
}

#footer .footerLogo{
  width: 200px;
  height: 100%;
}

#footer .footerLogo img{
  width: 120px;
  height: auto;
  margin: 7px 0;
}

#footer .footer_info{
  width: 700px;
  height: 100%;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
}

#footer .footer_info li{
  margin-right: 24px;
  color: #ccc;
  font: 400 12px/20px 'Nanum Gothic', sans-serif;
}

#footer .copyrights{
  height: 100%;
  color: #999;
  font: 400 12px/40px 'Nanum Gothic', sans-serif;
  text-align: right;
}