@CHARSET "UTF-8"; 
@import url(/css/nanumgothic.css); 
/*@import url(http://fonts.googleapis.com/earlyaccess/hanna.css); */
/*.hanna { font-family: 'hanna'; } */
/* .nanum { font-family: 'Nanum Barun Gothic'; }  */



@font-face {
  font-family: 'SUIT-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT-ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SUIT-Heavy';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Shilla_Gothic-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_Gothic-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
} 


@font-face {
  font-family: 'Eoe_Zno_EB';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/Eoe_Zno_EB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "SUIT-Regular", sans-serif;
}


.btn-info {
  color: white;
  background-color: #6ab2f0;
}


body {
}

a:hover {
  /*color: #8577fb;*/
  text-decoration: none;
}

.cs_clr_lightblue{
  color: #105fa3;
  font-weight: 900;  
}

span{
}

.cs_clr_dblue{
  color: rgba(13, 73, 125, 1);  
}


.cs_txt_nowrap > * {
  display: inline;
  white-space:nowrap;
}



/*--------------------------------------------------------------
# FormBox
--------------------------------------------------------------*/
.formbox {
  padding: 10px 0;
  text-align: center;
  /*background-color: rgba(214,228,255, 0.9);*/
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
 
  background: linear-gradient(to bottom, rgba(12,75,143,1) 0%, rgba(12,75,143,1) 100%)
}

.formbox .formbox-tel {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f5ff9f;

  padding-top: 0;  
  margin-top: 0;
  line-height: 2rem;

  font-family: "SUIT-ExtraBold";
  font-weight:500;
}

.formbox .formbox-tel-txt {
  font-size: 1rem;
  /*font-weight: bold;*/
  color: white;
}

.formbox .formbox-agree {
  font-size: 1rem;
  /*font-weight: bold;*/
  color: white;
  
}

/* [무료상담신청]] 버튼 */
#BtnSubmit {
  border-radius: 50px;
  width: 90%;

}

#BtnSubmit .btnsubmit-icon{
  height: 2.5rem;
  width:2.5rem;
  vertical-align: middle;
}


#BtnSubmit .btnsubmit-txt{
  font-size: 1.75rem;
  font-family: "SUIT-ExtraBold";
  font-weight: 500;
  white-space: nowrap;
}







/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 90px;
  /*padding: 100px 0;*/
  overflow: hidden;
}

.section-bg {
  /*background-color: #f9f8ff;*/
}

.section-title {
  text-align: center;
  padding-bottom: 30px;

}

.section-title h1{
  font-weight: bold;
  padding-bottom: 20px;
}


/*스크롤 내릴때 메뉴 배경 색상*/
#header.navbar-shrink {
	/*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
	/*background-color: #fff;*/
	/*background: rgba(255, 255, 255, 0.9);*/

  /* background: linear-gradient(to top, rgba(214,228,255,0) 0%, rgba(214,228,255,1) 60%) */
  background: linear-gradient(to top, rgba(214,228,255,0) , rgba(214,228,255,1) 0%)
}

/*
#header.navbar-collapse-show {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.9);
}
*/



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 50;
  /*padding: 20px 0;*/
  /*height: 70px;*/
}

#HeaderContainer {
  padding-right: 0px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(24, 6, 185, 0.8);
  padding: 12px 0;
}

#header .logo {
  /*font-size: 1.5rem;*/
  /*height: 50px;*/

  margin: 0;
  padding: 0;
  
  /*
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  */
  /*text-transform: uppercase;*/
}

#header .logo .logo-title{
  font-size: 1rem;
  font-weight:bold;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  /*vertical-align: bottom;*/
}

#header .logo .logo-company{
  font-size: 2.3rem;
  
  margin: 0;
  padding: 0;
  color: #105fa3;
  /*vertical-align: top;*/

  white-space: nowrap;
  line-height: 100%;

  font-family: "SUIT-Heavy";
  font-weight:900;
}

@media (max-width: 576px) {
	#header .logo .logo-company{
		font-size: 1.75rem;
	}
}



#header .tel-container {
  float: right;
  
  font-weight:bold;
  margin: 0;
  padding: 0;
}

#header .tel-txt {
  font-size: 2rem;
  font-weight:bold;
  margin: 0;
  padding: 0;
  white-space: nowrap;  
  text-align: center;
}

#header .tel-no {
  margin: 0;
  padding: 0;
  
  font-size: 3rem;

  line-height: 3rem;

  color: #105fa3;

  white-space: nowrap;  

  font-family: "SUIT-ExtraBold";
  font-weight:500;
}

@media (max-width: 576px) {
	#header .tel-no {
		font-size: 2rem;
	}
}



/*
#header .logo a {
  color: #fff;
}
*/

/*
#header .logo img {
  max-height: 30px;
  padding-bottom: 3px;
}
*/


footer {
  /*margin-top: 50px;*/
}

.footer-top{
  height: 50px;
}

footer li {
  font-size: 0.9rem;
  /* text-align: left; */
  text-align: center;
  list-style: none;
}

.copyright {
  text-align: center;
  font-size: 0.7rem;
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
#Masthead {
    letter-spacing :-0.1rem;
    width: 100%;

    /*height: 100vh;*/
    /*
    d6e4ff
    background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url(../img/masthead-bg.jpg) center center no-repeat;
    */
    /*background: linear-gradient(45deg, rgba(214,228,255, 0.9) 0%, rgba(214,228,255, 0.9) 100%);*/
    /*background: rgba(214,228,255,1);*/
    background: linear-gradient(to bottom, rgba(214,228,255,1) 0%, rgba(214,228,255,0.05) 100%);

    
  }

#Masthead h1 {
    /*
    margin: 0;
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    */
    color: #105fa3;
    font-weight: bold;
    /* font-family: 'Eoe_Zno_EB'; */
  }

#Masthead .main-title-pre {
    margin: 0;
    padding-left: 10px;
    padding-bottom: 0px;
    color: #105fa3;

    font-size: 1rem;
    /*font-weight: 900;*/
    
    font-weight: bold;

    letter-spacing :-0.1rem;
  }

  #Masthead h1.main-title {
    margin: 0;
    color: #105fa3;

    font-size: 5rem;
    /*font-weight: 900;*/
    font-weight: 900;

    letter-spacing :-0.2rem;
    /*
    font-family: "SUIT-ExtraBold";
    font-weight:500;
    */
  }

@media (max-width: 768px) {  
  #Masthead h1.main-title {
    font-size: 2.5rem;
  }
}
 


  #Masthead h2 {
    /*
    color: rgba(255, 255, 255, 0.8);
    margin: 10px 0 0 0;
    font-size: 20px;
    */
    /* font-weight: bold; */
    /* color: rgba(13, 73, 125, 1); */
  }

  /*
  #Masthead h3 {
    display: inline;
  }
  */


.carousel-btn {
  font-size: 4rem;
  font-weight: bold;
  color: skyblue;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  margin-top: 50px;
}

.services .icon-box {
    
    text-align: center;
    margin:10px;
    padding:10px;
    /*padding: 70px 20px 80px 20px;*/
    transition: all ease-in-out 0.3s;
    /*background: #fff;*/
    width: 90%;
    height: 300px;
  }

  .services .icon-box:hover {
    
    margin:0px;
    padding-top: 0;
    /*border-color: #fff;*/
    /*box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);*/
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    cursor:pointer;

  }


.services .icon-box.prdt01 {
    background-color: rgba(98,59,214,1);
  }

.services .icon-box.prdt02 {
    background-color: rgba(81,67,116,1);
}

.services .icon-box.prdt03 {
    background-color: rgba(1,178,255,1);
}

.services .icon-box.prdt04 {
    background-color: rgba(0,176,29,1);
}

.services .icon-box.prdt05 {
    background-color: rgba(253,152,44,1);
}

.services .icon-box.prdt06 {
    background-color: rgba(253,93,45,1);
}


.services .icon-box .icon img {
    position: absolute;
    top: 0;
    left: 5%;
  }

  .services .icon-box.prdt02 .icon img {
    position: absolute;
    top: -20px;
    left:60%
  }

  .services .icon-box.prdt03 .icon img {
    position: absolute;
    top: 0;
    left:0;
    width:95%;
  }

  .services .icon-box.prdt04 .icon img {
    position: absolute;
    top: 0;
    left:70%
  }

  .services .icon-box.prdt05 .icon img {
    position: absolute;
    top: 0;
    left:70%
  }

  .services .icon-box.prdt06 .icon img {
    position: absolute;
    top: -15px;
    left:0;
  }


  .services .icon-box .iconbox-header{
    text-align: center;
    /*padding: 70px 20px 80px 20px;*/
    padding:10px;
    /*background: #fff;*/
    width: 100%;
    height: 15%;
  }

  .services .icon-box .iconbox-content{
    text-align: center;
    /*padding: 70px 20px 80px 20px;*/
    padding:10px;
    /*background: #fff;*/
    width: 100%;
    height: 55%;
  }

  .services .icon-box .iconbox-footer{
    text-align: center;
    /*padding: 70px 20px 80px 20px;*/
    padding:10px;
    /*background: #fff;*/
    width: 100%;
    height: 30%;
  }

  .services .icon-box .iconbox-footer p{
    color: white;
  }

  
  .services .icon-box .icon {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }



/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
#ModalPrdtLabel {
  font-weight: bold;
}

th {
  font-size: 0.9rem;
  white-space: nowrap;
}

td {
  font-size: 0.75rem;
}

.modal li {
  font-size: 0.7rem;
}

