/* ****************** 공통클래스 ********************** */
.area{margin:0 auto;} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.text-ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.trans200{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}
.trans300{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.trans400{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.trans500{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}
.material-icons{line-height:initial; color:inherit;}


/************* 레이아웃 *************/
#wrap{position:relative;   min-width:340px; }
.container{position:relative;}
.container:after { display:block; height:0; content:""; clear:both; }
.subcontainer {position:relative;  min-width:340px;  clear:both;  }
.subcontainer:after { display:block; height:0; content:""; clear:both; }
.area{ width:100%; min-width:1200px; margin:0 auto !important; }
.contents {position:relative; width:100%; }
.contentWrap{position:relative; box-sizing:border-box;}
.subcontents {position:relative; padding:0 0 5em 0;}
section{position:relative; width:100%; clear:both;}
.site-section {  padding: 6em 0; }
.layout{position:relative; width:100%; clear:both; height:0}
.blank{position:relative; clear:both; height:5em;}
.clear{position:relative; clear:both; height:3em;}
.clear2{position:relative; clear:both; height:2em;}

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }
	
@media (max-width: 576px) {
  .area{ max-width:576px ; min-width:340px; }
  .site-section {
      padding: 5em 0; } 
}



/* 공통 : section-title */
.section-title h3 {
  font-size: ;
  font-weight: 600;
  color: #304f94;
  position: relative;
  z-index: 0;
  letter-spacing:-0.02em;
  text-transform:uppercase;
}
.section-title h3 span{
  color: #304f94;
}

.section-title p {
  font-size: 19px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
}
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .section-title h3 {
    font-size:;
    line-height: ;
  }
  .section-title h3 br {
    display: none;
  }
  .section-title p {
    font-size:;
  }
  .section-title p br {
    display: none;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
}






/* 공통 : 버튼 */
.boxed-btn {
  background: #fff;
  color: #222;
  display: inline-block;
  padding: 18px 40px; 
  font-size: ;
  font-weight: 400;
  border: 0;
  border: 1px solid #304f94;
  letter-spacing: 3px;
  text-align: center;
  color: #304f94 !important;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #304f94;
  color: #fff !important;
  border: 1px solid #304f94;
  padding: 18px 50px; 
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

.boxed-btn3 {
  background: #304f94;
  color: #fff;
  display: inline-block;
  padding: 18px 40px;
  font-size: ;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.boxed-btn3:hover {
  color: #304f94 !important;
  border: 1px solid #304f94;
  background: transparent;
  padding: 18px 50px; 
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn3.large-width {
  width: 220px;
}

.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 13px 25px;
  font-size: ;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
}

.boxed-btn3-white:hover {
  background: #28AE61;
  color: #fff !important;
  border: 1px solid transparent;
  padding: 13px 35px;
}

.boxed-btn3-white i {
  margin-right: 2px;
}

.boxed-btn3-white:focus {
  outline: none;
}

.boxed-btn3-white.large-width {
  width: 220px;
}

.boxed-btn3-line {
  color: #304f94 !important;
  display: inline-block;
  padding: 14px 30px;
  font-size: ;
  font-weight: 400;
  border: 0;
  border: 1px solid #304f94;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: transparent;
}

.boxed-btn3-line:hover {
  color: #fff !important;
  border: 1px solid transparent;
  background: #304f94;
  padding: 14px 40px;
}

.boxed-btn3-line:focus {
  outline: none;
}

.boxed-btn3-line.skyblue {
  color: #62a6ed !important;
  display: inline-block;
  padding: 14px 30px;
  font-size: ;
  font-weight: 400;
  border: 0;
  border: 1px solid #62a6ed;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: transparent;
}

.boxed-btn3-line.skyblue:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background: ;
  padding: 14px 40px;
}

.boxed-btn3-line.skyblue:focus {
  outline: none;
}

.boxed-btn3-line.large-width {
  width: 220px;
}

.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-size: ;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.arrow-btn {
  background:url(../img/common/btn_arrow_white.png) right bottom no-repeat;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-size: ;
  font-weight: 400; 
}
.arrow-btn:hover {
  padding: 14px 50px;
}


















/* 메인비주얼 */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
    min-height: 400px;
    height: calc(20vh); }
  .site-blocks-cover h1 {
    font-size: ;
    color: #fff;
    font-weight: 700; 
	line-height:1.1}
  .site-blocks-cover h2 {
    font-size: ;
    color: #fff;
    font-weight: 400;  
	line-height:1.1;
	letter-spacing:-2px}
  .site-blocks-cover h5 {
    font-size: ;
    color: #fff;
    font-weight: 300; 
	text-transform:uppercase; 
	line-height:1.2}
    @media (max-width: 576px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } 
	}
		
  .site-blocks-cover p {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 576px) {
    .site-blocks-cover .display-1 {
      font-size: 3rem; } }
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  

/**** 견적 ****/
.Estimate_area {
  background-image: url(../img/banner/Estimate_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: ;
	min-height:850px;
  height:100vh;
  position:absolute; top:0; right:0; z-index:9
}

.Estimate_area.overlay:before {
  background: #111b31;
  opacity: .6;
}

.Estimate_area  h5 {
  color: #fff;
  font-size: ;
  font-weight: 600;
  text-transform:none; 
}

.Estimate_area p {
  color: #fff;
  font-size: ;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom:10px;
}
.Estimate_area p a{
  color: #fff;
  text-decoration:underline;
}
.Estimate_area .boxed-btn3 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 9px 40px;
  font-size: 18px;
  font-weight: 400;
}

/*@media (max-width: 576px) {
  .Estimate_area .Estimate_info {
    margin-bottom: 30px;
  }
}*/

.Estimate_area .form .input_field input, 
.Estimate_area .form .input_field select, 
.Estimate_area .form .input_field textarea {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid #fff;
  padding:  ;
  font-size: ;
  background: transparent;
  color: #333;
  margin-bottom: 5px;
  line-height:;
  background:#fff;
}

.Estimate_area .form .input_field input::placeholder, 
.Estimate_area .form .input_field select::placeholder, 
.Estimate_area .form .input_field textarea::placeholder {
  color: #333;
  font-weight: 400;
  font-size: ;
}

.Estimate_area .form .input_field input:focus, 
.Estimate_area .form .input_field select:focus, 
.Estimate_area .form .input_field textarea:focus {
  outline: none;
}

.Estimate_area .form .input_field textarea {
  height: 105px;
}

.Estimate_area .form .nice-select {
  font-size: ;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  background: transparent;
  border: 0px solid #fff;
  background:#fff;
  margin-bottom: 5px;
  width: 100%;
  color: #333;
}

.Estimate_area .form .nice-select .option {
  color: #000;
}

.Estimate_area .form .boxed-btn3-line {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.Estimate_area .nice-select::after {
  content: "\e64b";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 4px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: 'themify';
  color: #333;
  font-size: 14px;
}	

    @media (max-width: 576px) { 
  
 	 .Estimate_area { display:none;
	}
  	 }
  
  
  
  
  
  
  
  
/**** 비즈니스 ****/  
#business-section{ background:#f6f6f6;}
#business-section .business-img {  position:relative;  }
#business-section .business-img img {  position:relative; margin-bottom:0 ; }
.business-img a img.overlay {
    position: relative; display:block; width:100%; height:auto;}
    .business-img a img.overlay:before {
      position: absolute; display:block; 
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); 
	  }

#business-section p {
  font-size: 19px;
  color: #333; 
  font-weight: 500;
  
}
#business-section .h-entry h4 {  position:absolute; top:160px;  font-weight:400}
#business-section .h-entry .meta { position:absolute; top:300px; right:0;  color:#fff;  font-size:14px;  padding:10px 35px; } 

    @media (max-width: 576px) {
		#business-section .business-img { border:3px solid #fff; box-sizing:border-box; }
		#business-section .h-entry h4 {  top:10%; }
		#business-section .h-entry .meta { top:auto; bottom:10px; left:0;} 
	 }
  
  
  
  
  
  
  
  
  
/**** 기업 ****/  
#company-section{ position: relative;  background:#122246 url(../img/main/m_company.jpg) 50% 50% no-repeat; background-size:cover; } 
#company-section .section-title h3 {
  font-size: ;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 0;
  letter-spacing:-0.02em;
  text-transform:uppercase;
}
#company-section .section-title h3 span{
  font-weight: 700;
  color: #fff;
}

#company-section p {
  font-size: 19px;
  color: #fff; 
  font-weight: 400;
  
}
#company-section .meta { position:absolute; bottom:-70px; right:0;  color:#fff; font-size:14px;  padding:10px 35px;} 
#company-section .meta a:hover { color:#fff; }

  @media (max-width: 576px) {
    #company-section p{     font-size:inherit;} 
    #company-section p br{ display:none;} 
    #company-section .meta { } 
	 }
	  
  
  
  
  
  
  
  
  
  
  
  

/**** 하단 ****/
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #f9f9f9;
}

.footer .footer_top {
  padding-top: 100px;
  padding-bottom: 110px;
}

.footer .footer_top .footer_widget .foot_logo {
  
}
.footer .footer_top .footer_widget .footer_title {
  font-size:;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
}
 
.footer .footer_top .footer_widget h5{
  display: none;
}

.footer .footer_top .footer_widget .submenu  li a i{
  display:none;
}
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.footer .footer_top .footer_widget p {
  color: #596672;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget h4 a{
  color: #304f94;
}
.footer .footer_top .footer_widget h4 a:hover {
  color: #222;
}

.footer .footer_top .footer_widget p a {
  color: #596672;
}

.footer .footer_top .footer_widget p a:hover {
  color: #304f94;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #304f94;
  border-bottom: 1px solid #304f94;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #304f94;
  border-bottom: 1px solid #304f94;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li {
  color: #444;
  font-size: 95%;
  line-height: 1.8;
}

.footer .footer_top .footer_widget ul li a {
  color: #444;
  font-weight: ;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #304f94;
}

.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
  display:none;
}

.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: #fff;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  border: 1px solid #596672;
  border-radius: 30px;
  width: 100%;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 15px;
  color: #596672;
}

.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #304f94;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  font-size: 13px;
  font-weight: 500;
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #444;
  line-height: 26px;
}
.footer .footer_top .footer_widget .copy_right {
  font-size: 95%;
  color: #444;
  margin-bottom: 0;
  font-weight: 500;
}

.footer .footer_top .footer_widget .copy_right a {
  color: #304f94;
}

.footer .copy-right_text {
  padding-bottom: 30px;
  display:none;
}

.footer .copy-right_text .footer_border {
  border-top: 1px solid #E8E8E8;
  padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #596672;
  margin-bottom: 0;
  font-weight: 500;
}

.footer .copy-right_text .copy_right a {
  color: #304f94;
}

.footer .socail_links {
  margin-top: 47px;
}
.footer .socail_links ul li {
  display: inline-block;
}

.footer .socail_links ul li a {
  font-size: ;
  color: #444;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
}

.footer .socail_links ul li a:hover {
  color: #304f94 !important;
  border-color: transparent;
}
@media (max-width: 576px) {
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
  .footer .footer_top .footer_widget .footer_title {
    
  }
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
  .footer .socail_links {
    margin-top: 30px;
  }
}


/*@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}
*/



 
/* FOOTER :: 메뉴하단 */
.footer-menu-bottom{padding-top:0px; height:45px; text-align:center; display:inline-block; z-index:99999; } 
.footer-menu-bottom a{display:inline-block; width:50%; height:45px; line-height:45px; color:#fff; font-size:1.1rem;/*max-width:170px;*/  border-radius:5px; -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px; border-radius:5px; }
.footer-menu-bottom a i{font-size:15px; vertical-align:middle;}
.footer-menu-bottom.menu-num1 a{width:52%; margin:0 1%; float:;/*내가추가함*/  font-size:1.1rem; }
.footer-menu-bottom.menu-num2 a{width:48%; float:;/*내가추가함*/  font-size:1.1rem; }
.footer-menu-bottom.menu-num3 a{width:48%; font-size:1.3rem; float:left;}
.footer-menu-bottom a.privacy-btn{background:rgba(0,0,0,0.7); border-color:#ededed;}
.footer-menu-bottom a:nth-child(1){border-right:0px solid #b2b2b2; background:#304f94; color:#fff;}
.footer-menu-bottom a:nth-child(1) i{width:22px; height:22px; line-height:20px; font-size:1.1rem; text-align:center; background-color:#; /*border-radius:25px; */ color:#fff; margin-right:0px; display:none;}
.footer-menu-bottom a:nth-child(2){background:rgba(0,0,0,.8);}
.footer-menu-bottom a:nth-child(2) i{width:22px; height:22px; line-height:20px; font-size:1.1rem; text-align:center; background-color:#; /*border-radius:25px; */ color:#304f94; margin-right:2px; display:none;}
.footer-menu-fixed{position:fixed; bottom:0px; left:0; width:100%; padding:5px 0%; /*background-color:#0c528f;*/ background:rgba(0,0,0,0.0); z-index:9999; border-top:0px solid #b2b2b2;}
.footer-menu-wrap{width:100%; max-width:900px; margin: 0 auto;  }



















	
	
	  
