@charset "UTF-8";
.clearfix::after{
  content: "";
  clear: both;
  display: block;
}
/******************** 메인 슬라이드 시작 ********************/
.slick-slider {
  position: relative;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* height: 45px; */
  width:50px;
  font-size: 0;
}
.slick-prev {
  background: url(images/prev.png);
  left:0;
  z-index: 2;
}
.slick-next {
  background: url(images/next.png);
  right:0;
}
.slick-dots {
  width: 100%;
  position: absolute;
  bottom:30px;
  left: 0;
  text-align: center;
}
.slick-dots li{
  display: inline-block;  
  font-size: 0;
}
.slick-dots .slick-active button{
  background-color: #222;
}
.slick-dots li+li{margin-left: 10px;}
.slick-dots li button{
  font-size: 0;border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 16px; 
  height: 16px;}


.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 830px;
}

.slide-box-1 {
  background: url(../img/main1.png);
  background-size: cover;
  background-position: center center;
}

.slide-box-2 {
  background: url(../img/main2.png);
  background-size: cover;
  background-position: center center;
}

.text-group {
  display: flex;
  align-items: center;
  height: 830px; 
}
.slide-box h2 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 300;
  color: #333;
}
.slide-box p {
  font-size: 20px;
  color:#666;
  padding-top:20px;
}
.slide-box span {
  display: inline-block;
  padding: 6px 10px;
  background: #444;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding:50px 0;
  background: #ddd;
}
.slide2 .slick-list{
  margin: 0 -10px;
}
.slide2 .slick-slide{
  margin: 0 10px;
  width: 25%;
}
.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 230px;
}
.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}
.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}
.slide2 .slick-dots {
  bottom: 10px;
}
.slide2 .slick-dots .slick-active button{
  background: rgb(216, 65, 98);
  display: none;
}
.slide2 .slick-dots li+li{margin-left: 10px;}
.slide2 .slick-dots li button{
  font-size: 0;border-radius: 50%;
  background-color: green;
  width: 10px; 
  height: 10px;
  display: none;
}
.slide2-box-1 {
  background: url(../img/main_gallery1.png);
  background-size: cover;
  background-position: center center;
}
.slide2-box-2 {
  background: url(../img/main_gallery2.png);
  background-size: cover;
  background-position: center center;
}
.slide2-box-3 {
  background: url(../img/main_gallery3.png);
  background-size: cover;
  background-position: center center;
}
.slide2-box-4 {
  background: url(../img/main_gallery4.png);
  background-size: cover;
  background-position: center center;
}
.slide2-box-5 {
  background: url(../img/main_gallery5.png);
  background-size: cover;
  background-position: center center;
}
.slide2-box-6 {
  background: url(../img/main_gallery6.png);
  background-size: cover;
  background-position: center center;
}
.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color:brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gall_btn {
  display: block;
  color:#fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
/******************** 슬라이드2 끝// ********************/


/******************** 메인비주얼 슬라이드 없을때 시작 ********************/
.main_vis {
  width: 100%;
  height: 790px;
  position: relative;
  background-image: url(../img/main1.png);
  background-size: cover;
  background-position: center center;
}
.main_vis_txt{
  display: flex;
  align-items: center;
  height: 790px;
  color: #fff;
}
.main_vis_txt h2{
  font-size: 70px;
  line-height: 75px;
  font-weight: 900;
}
.main_vis_txt h2 b {
  font-weight: 900;
  color: #eb0609;
}
.main_vis_txt p {
  font-size: 18px;
  padding-top: 20px;
}
.vis_btn {
  overflow: hidden;
}
.vis_btn span{
  display: block;
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #eb0609;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}
.vis_btn span.w_btn{
  background: #000;
  margin-left: 20px;
  color: #fff;
}
.vis_btn span a {
  text-align: center;
}

/******************** 메인비주얼 슬라이드 없을때 끝// ********************/

/**m_tit 시작**/
.m_tit {
  margin-bottom: 50px;
  text-align: center;
}
.m_tit h2{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.m_tit h2 b {
  font-weight: 600;
}
.m_tit p{
  font-size: 20px;
  padding-top: 10px;
  color: #ddd;
}

.m_tit.m_tit_color h2 {
  color: #333;
}
.m_tit.m_tit_color p {
  color: #888;
}
.m_tit.m_tit_color span {
  font-style: italic;
}
/**m_tit 끝//**/



/**con2 시작**/
.con_2 {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background: #000;
}
.box_list {
  margin: 0 -10px;
  overflow: hidden;
}
.box_list .box_item {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.box_list .box_item .box_img {
  width: 100%;
}
.box_list .box_item .box_img img {
  border-top-left-radius:20px;
  border-top-right-radius:20px;
}
.box_list .box_item{
  display: block;
  text-align: center;
}
.box_txt{
  background: #24272e;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.box_txt p {
  font-size: 16px;
  color: #eb0609;
}
.box_txt h2 {
  font-size: 22px;
  color: #fff;
}
.box_list .box_item .sns a {
  display: inline-block;
  padding-right: 10px;
}
.box_list .box_item .sns a.pr_no {
  padding-right: 0;
}
/**con2 끝//**/

/**cs 시작**/
.cs {
  width: 100%;
  padding: 100px 0;
  background: #191a1f;
}
.cs_box_wrap {
  width: 100%;
  margin: 0 -10px;
  overflow: hidden;
}
.box_p {
  padding: 0 10px;
  width: 50%;
  float: left;
}
.cs_box {
  width: 100%;
}
.cs_img {
  background: url(../img/cs_img.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 400px;
  width: 45%;
  float: left;
  color: #fff;
}
.cs_img2 {
  background: url(../img/cs_img2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 400px;
  width: 45%;
  float: left;
  color: #fff;
}
.cs_txt {
  width: 55%;
  float: left;
  height: 400px;
  background-color: #24272e;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.cs_txt_box strong {
  font-size: 17px;
  color: #eb0609;
}
.cs_txt_box h2 {
  font-size: 30px;
}
.cs_txt_box p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  color: #ddd;
}
/**cs 끝//**/

/**main_bnr 시작**/
.main_bnr {
  background-image: url(/img/main_bnr_bg_img.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #333;
  padding: 70px 0;
  color: #fff;
}
.main_bnr_txt h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
.main_bnr_txt h2 b {
  font-weight: 700;
  color: #eb0609;
}
.main_bnr_txt p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 20px;
}
.main_bnr_txt p b{
  font-size: 18px;
  color: #ddd;
  font-weight: 500;
}
/**main_bnr 끝//**/





/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px){
  .slide2-box {
    height: 190px;
  }
  /**메인 슬라이드 시작**/
  .slide-box h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .slide-box p {
    font-size: 16px;
  }
  .slide-box span {
    font-size: 16px;
  }
  /**메인 슬라이드 끝**/

  /**메인슬라이 없을때 시작**/
  .main_vis,.main_vis_txt {
    height: 600px;
  }
  .main_vis_txt h2 {
    font-size: 55px;
    line-height: 62px;
  }
  .main_vis_txt p {
    font-size: 16px;
    padding-top: 15px;
  }
  .vis_btn span {
    width: 160px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    margin-top: 30px;
  }
  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 40px;
  }
  .m_tit h2{
    font-size: 34px;
  }
  .m_tit h3 {
    font-size: 18px;
  }
  .m_tit p{
    font-size: 17px;
    padding-top: 5px;
  }
  /**m_tit 끝//**/

  

  

  /**con2 시작**/
  .con_2 {
    padding: 80px 0;
  }
  .box_list {
    margin: 0 -4px;
  }
  .box_list .box_item {
    padding: 0 4px;
  }
  .box_txt {
    height: 80px;
  }
  .box_txt p {
    font-size: 14px;
  }
  .box_txt h2 {
    font-size: 18px;
  }
  .box_list .box_item .sns a img {
    height: 30px;
  }
  /**con2 끝//**/
  
  /**cs 시작**/
  .cs {
    padding: 80px 0;
  }
  .cs_box_wrap {
    margin: 0 -5px;
  }
  .box_p {
    padding: 0 5px;
  }
  .cs_img, .cs_img2 {
    height: 300px;
  }
  .cs_txt {
    height: 300px;
    padding: 0 10px;
  }
  .cs_txt_box strong {
    font-size: 16px;
  }
  .cs_txt_box h2 {
    font-size: 26px;
  }
  .cs_txt_box p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
  }
  .cs_txt_box p br {
    display: none;
  }
  /**cs 끝//**/

  /**main_bnr 시작**/
  .main_bnr {
    padding: 60px 0;
  }
  .main_bnr_txt h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .main_bnr_txt p {
    font-size: 16px;
  }
  .main_bnr_txt p b {
    font-size: 17px;
  }
  
  /**main_bnr 끝//**/

}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width:767px){
  .slide-box span {
    display: none;
  }
  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  
  .slide-box {
    height: 400px;
  }
  .text-group {
    height: 400px; 
  }
  .slide-box h2 {
    font-size: 30px;
  }
  .slide-box p {
    font-size: 13px;
    display: none;
  }

  /**메인슬라이 없을때 시작**/
  .main_vis{
    height: 400px;
    background-image: url(../img/767_main1.png);
    background-size: cover;
    background-position: center center;
  }
  .main_vis_txt{
    height: 400px;
    color: #fff;
  } 
  .main_vis_txt h3 {
    font-size: 14px;
  }
  .main_vis_txt h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .main_vis_txt p {
    font-size: 14px;
  }
  .vis_btn span {
    display: none;
  }
  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/ 
  .m_tit {
    margin-bottom: 30px;
  }
  .m_tit h2 {
    font-size: 24px;
  }
  .m_tit h3 img{
    height: 50px;
  }
  .m_tit p {
    font-size: 14px;
  }
  /**m_tit 끝//**/ 
  
  .slide_bg {
    padding: 40px 0;
  }
  .gall_btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 20px;
  }

  

  /**con2 시작**/
  .con_2 {
    padding: 40px 0 20px 0;
  }
  .box_list {
    margin: 0 -10px;
  }
  .box_list .box_item {
    padding: 0 10px;
  }
  .box_list .box_item {
    width: 50%;
    margin-bottom: 20px;
  }
  .box_list .box_item .box_img img {
    max-width: 100%;
  }
  /**con2 끝//**/

  /**cs 시작**/
  .cs {
    padding: 40px 0;
  }
  .cs_img {
    background: url(../img/767_cs_img.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 270px;
  }
  .cs_img2 {
    background: url(../img/767_cs_img2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 270px;
  }
  .cs_txt {
    height: 270px;
  }
  .cs_txt_box strong {
    font-size: 14px;
  }
  .cs_txt_box h2 {
    font-size: 22px;
  }
  .box_p {
    width: 100%;
    margin-top: 10px;
  }
  /**cs 끝//**/

  /**main_bnr 시작**/
  .main_bnr {
    background: url(/img/767_main_bnr_bg_img.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 40px 0;
  }
  .main_bnr_txt h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .main_bnr_txt p {
    font-size: 15px;
    line-height: 24px;
  }
  .main_bnr_txt p b {
    font-size: 16px;
  }
  /**main_bnr 끝//**/
}
  


/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px){
  .slide2-box {
    height: 170px;
  }
  /**메인슬라이 없을때 시작**/
  .main_vis {
    height: 300px;
  }
  .main_vis_txt {
    height: 300px;
    text-align: center;
    justify-content: center;
  }
  .main_vis_txt h2 {
    font-size: 29px;
    line-height: 38px;
  }
  .main_vis_txt h2 b {
    color: #fff;
  }
  .main_vis_txt p {
    display: none;
  }
  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/ 
  .m_tit h2 {
    font-size: 20px;
  }
  .m_tit p {
    font-size: 13px;
    padding-top: 0;
  }
  /**m_tit 끝//**/ 
  
  /**con2 시작**/
  .box_txt {
    height: 70px;
  }
  .box_txt p {
    font-size: 13px;
  }
  .box_txt h2 {
    font-size: 16px;
  }
  .box_list .box_item .sns a {
    padding-right: 4px;
  }
  /**con2 끝//**/
  
  /**cs 시작**/
  .cs_img{
    width: 100%;
    background: url(../img/480_cs_img.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 310px;
  }
  .cs_img2{
    width: 100%;
    background: url(../img/480_cs_img2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 310px;
  }
  .cs_txt {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .cs_txt_box strong {
    font-size: 13px;
  }
  .cs_txt_box h2 {
    font-size: 19px;
  }
  .cs_txt_box p {
    font-size: 13px;
    line-height: 15px;
  }
  /**cs 끝//**/

  /**main_bnr 시작**/
  .main_bnr {
    background: url(/img/480_main_bnr_bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
  }
  .main_bnr_txt h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .main_bnr_txt p {
    font-size: 13px;
    line-height: 20px;
  }
  .main_bnr_txt p b{
    font-size: 14px;
  }
  /**main_bnr 시작**/

}

/*******************************************************************************************************************************
 *** 모바일 max-width 400
*******************************************************************************************************************************/
@media (max-width:400px){
  /**con2 시작**/
  .con_2 {
    padding: 40px 0 30px 0;
  }
  .box_list {
    margin: 0 -5px;
  }
  .box_list .box_item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  /**con2 끝//**/
  
  /**cs 시작**/
  .cs_img,.cs_img2 {
    height: 200px;
  }
  /**cs 끝//**/
}

@media (max-width:340px){
  .box_list .box_item .sns a {
    padding-right: 5px;
  }
  .box_list .box_item .sns a img {
    height: 20px;
  }
  .box_txt {
    height: 60px;
  }
  .box_txt p {
    font-size: 12px;
  }
  .box_txt h2 {
    font-size: 14px;
  }
  .icon_img img {
    height: 90px;
  }
  .box_list .box_item .sns a {
    padding-right: 2px;
  }
}