/*--------- 메인 ----------*/
.row.min-vh-100 {
    height: 100vh;
  }
  .min-vh-100 {
    min-height: 100vh;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }


  img {
    vertical-align: middle;
    border-style: none;
}
  
  section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  

 
  
  
  
  /*-----------------------------------------------
  |   Up/Down Indicator
  -----------------------------------------------*/
  .indicator-arrow {
    display: block;
    position: absolute;
    left: 50%;
    height: 0.875rem;
    width: 0.875rem;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  
  .indicator-arrow-one {
    top: 1.375rem;
  }
  
  .indicator-arrow-two {
    top: 1.75rem;
  }
  
  .indicator {
    position: absolute;
    height: 3rem;
    width: 3rem;
    left: 50%;
    z-index: 2;
  }
  
  .indicator-up {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  
  .indicator-down {
    bottom: 2rem;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  
  .indicator-arrow-left {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  
  .indicator-arrow-right {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
  }
  
 


  





.pt-6, .py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pb-0, .py-0 {
    padding-bottom: 0 !;
}
.pt-0, .py-0 {
    padding-top: 0 ;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.overlay-z-index-1:before {
    z-index: 1;
}

.bg-holder .bg-youtube {
    position: absolute ;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn {
  padding: 5px 25px;
  margin-top: 25px;
  letter-spacing: 1px;
  color: #000;
  background: #e0e0e0;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 50px #f7f7f7;
  transition: ease-out .3s;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
}

  .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #dcdcdc;
}
/*--------- 메인  끝----------*/


/*--------- b banner 1---------*/



.banner1-boxes-container {
    counter-reset: count; }
  
  .banner1-box-04 .banner1-box-inner {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 25px 30px;
    transition: all 0.5s ease 0s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1); }
    .banner1-box-04 .banner1-box-inner i {
      color: #d61818; }
  .banner1-box-04 i {
    width: 100%;
    text-align: right;
    position: relative; }
  .banner1-box-04 h4 {
    margin-bottom: 10px; }
  .banner1-box-04 p {
    margin-bottom: 0; }
  .banner1-box-04 .sepratar {
    width: 50px;
    border: 1px solid #d61818;
    margin-bottom: 20px; }
  .banner1-box-04 i:before {
    float: left; }
  .banner1-box-04 i:after {
    font-weight: 700;
    font-size: 65px;
    line-height: 0.6em;
    color: rgba(0, 0, 0, 0.05);
    counter-increment: count;
    content: "0" counter(count);
    float: right;
    font-family: "Montserrat",sans-serif; }
  .banner1-box-04 .banner1-box-inner:hover i:after {
    color: rgba(255, 255, 255, 0.2); }
  .banner1-box-04:hover {
    background: #ffffff; }
  .banner1-box-04 .banner1-box-inner:hover {
    background: #d61818; }
    .banner1-box-04 .banner1-box-inner:hover .sepratar {
      border: 1px solid #fff; }
    .banner1-box-04 .banner1-box-inner:hover p, .banner1-box-04 .banner1-box-inner:hover h4, .banner1-box-04 .banner1-box-inner:hover i {
      color: #fff; }
  
  @media screen and (max-width: 1199px) {
    .banner1-box-04 .sepratar {
      margin-bottom: 15px; }
    .banner1-box-04 i:after {
      font-size: 62px; } }
  @media screen and (max-width: 991px) {
    .banner1-box-04 i:after {
      font-size: 60px; }
    .banner1-box-04 .banner1-box-inner {
      padding: 20px 25px; } }
  @media screen and (max-width: 767px) {
    .banner1-box-04 i:after {
      font-size: 58px; }
    .banner1-box-04 .sepratar {
      margin-bottom: 10px; }
    .banner1-box-04 .banner1-box-inner {
      padding: 15px 20px; } }
  @media screen and (max-width: 575px) {
    .banner1-box-04 i:after {
      font-size: 54px; } }
  
  
      .font-size50 {
      font-size: 50px;
  }
  @media (max-width: 991px){
  .sm-margin-20px-bottom {
      margin-bottom: 20px !important;
  }}
  
  
  
  
  
  .section-6678 {
      margin-bottom: 50px;
      text-align: center;
  }
  
  .section-6678 h3:after{
  content: '';
      display: block;
      width: 100px;
      height: 2px;
      background: #d61818;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
  }
  .section-6678 h3{
  position: relative;
      padding-bottom: 10px;
      font-weight: 700;
      margin-bottom: 10px;
      position: relative;
      line-height: 140%;
  }
  .section-6678 p {
      font-size: 15px;
      font-weight: 400;
      padding-top: 15px;
      margin: 0 auto;
  }
  
  .width-55 {
      width: 55%;
  }
  
  .section-6678 span {
      position: relative;
      font-size: 15px;
      font-weight: 500;
      color: #d61818;
      line-height: 200%;
      margin-bottom: 10px;
  }
  
/*--------- b banner1 끝--------*/

/*--------- line-banner2 --------*/


.btn22 {
  padding: 10px 25px;
  margin-top: 55px;
  letter-spacing: 1px;
  color: rgb(48, 48, 48);
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 50px #ffffff;
  transition: ease-out .3s;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
}
.btn22:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #fdfdfd;
  border-color: #c5c5c5;
}




.line-banner2 {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: #EF233C;
}





.bg-holder {
    width: 100%;
    min-height: 115%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    background-attachment: fixed;
}






.section-headline .h11::after {
    border: 1px solid #f90303;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}
.line-banner2 .container {
    max-width: 750px;
    text-align: center;

}

.line-banner2 .line-banner2-text p {
    font-size: 18px;
    color: #b7b7b7;
    line-height: 1.8;
}

.section-headline .h11 {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}




/*--------- line-banner 2 끝--------*/

/*--------- d-banner-1  --------*/
.js-consult-form .title-01 {
    margin-bottom: 30px;
    margin-top: 50px;
}
.title-01 {
    text-align: center;
    margin-bottom: 30px;
}
.banner__style-02 .banner__icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    color: #f39c12;
    font-size: 24px;

}
.banner__icon {
    font-size: 36px;
    color: #c2c2c2;
    margin-bottom: 15px;
    transition: all ease .3s;
}

.banner__style-02 .banner__title {
    font-size: 20px;
}


.title-01__style-04 .title-01__title {
    margin-bottom: 35px;
}


.title-01__title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 30px;
    color:rgb(46, 46, 46);
}
.title-01 {
    text-align: center;
    margin-bottom: 30px;
}
.banner__style-02 {
    margin-bottom: 30px;
}

.banner {
    text-align: center;
    margin-bottom: 50px;
}

.banner__style-02 .banner__title {
font-size: 20px; 
}


.banner__title {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
/*--------- d-banner-1끝--------*/

/*--------- e-banner-1--------*/
.area-background {
  background-image: url(3.jpg);
  background-repeat: repeat;
  background-size: initial;
}


.section-gap {
  padding: 120px 0;
}

.info-area .info-left {
  z-index: 2;
}
.no-padding {
  padding: 0;
}
.info-area .info-thumb {
  overflow: hidden;
  display: inline-block;
}
.info-area .info-content {
  box-shadow: 0px 0px 50px 0px rgb(157 157 157 / 30%);
  position: relative;
  background: #fff;
  padding: 60px 40px 60px 15px;
}
.pb-30 {
  padding-bottom: 30px;
}

.info-area .info-content:after {
  content: "";
  box-shadow: -35.355px 35.355px 50px 0px rgb(157 157 157 / 30%);
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
  background: #fff;
  width: 70px;
  height: 100%;
}










