@charset "utf-8";

/*모바일 시작*/

/*메인이미지 모바일*/
.swiper-slide .pcbanner{display: none;}
.mainslide .swiper {
    width: 100%;
    height: 100%;
  }

  .mainslide .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainslide .swiper-slide a{display: block;
width: 100%;}
.mainslide .swiper-slide img {
   /* display: block;*/
    width: 100%;
    height: 100%;
object-fit: cover;
  }

  .mainslide .swiper-pagination-bullet{background-color: #fff;}

  .bannertextBox{display: none;}

  /*모바일 연혁*/
.history{padding-top: 105px; box-sizing: border-box;
     text-align: center; width: 100%;
     height: auto; margin-bottom: 120px;}
.his_text{width: 100%; /*height: 20vh;*/}
.history .date{font-size: 5vw ; color: #333;
margin-bottom: 18px; font-weight: 600;}
.history .maintext{font-size: 6.5vw;
font-weight: 700; margin-bottom: 18px;}
.history .maintext .reddot{padding-right: 3vw; box-sizing: border-box;
    background-image: url(../images/reddot.png);
    background-size: 5% 25%;    
background-repeat: no-repeat; background-position: right 90%;}

.history .maintext_p{display: none;}
.history .viewmorebtn{margin-top: 50px;
display: flex; justify-content: center; align-items: center;
margin-bottom: 80px;}
.history .viewmorebtn a{display: block; width: 25%;
height: 30px; font-size: 12px;
line-height: 30px;
 border: 1px solid #111;
border-radius: 20px;}
.history .viewmorebtn a:hover{background-color: #111;
color: white;}

/*연혁 슬라이드*/
.history_slide .swiper {
  width: 100%;
  height: 100%;
}

.history_slide .swiper-slide {
  text-align: left;
  font-size: 22px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  font-weight: 800;
  
}

.history_slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 45vw;
  object-fit: cover;
  border-radius: 10px;/*수정*/
}

.history_slide .swiper-wrapper {height: 70vw;}

.history_slide .swiper-wrapper .swiper-slide{width: 80%;}
.history_textbox{width: 100%; height: 25vw; padding-top: 3%;}
.history_textbox .title{margin-bottom: 3%;}
.history_textbox .text{font-size: 14px;
font-weight: normal; color: #666;}
.history_textbox .text span{color: #333; font-weight: 600;}

.history_slide_pc{display: none;}

/*business*/
.business{width: 95%; height: auto; margin: 0 auto;}
.textBox{padding: 5px; box-sizing: border-box;
margin-bottom: 10px;}
.textBox .text_tit{font-size: 30px;
background-image: url(../images/reddot.png);
background-repeat: no-repeat;
background-size: 15px; padding-left: 10px;
padding-top: 10px; font-weight: 800;}
.textBox .text_txt{padding-left: 10px;
margin-top: 10px; font-weight: 500;
line-height: 1.2; color: #333;}

/*사업 부분 슬라이드*/
.business-swiper .swiper {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  
}

.business-swiper .swiper-slide {
  height: 500px;
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  padding: 10px; box-sizing: border-box;
  
}

.business-swiper .swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.business_text{width: 100%; height: 50px;
margin-top: 20px; font-weight: 500;}

:root {--swiper-theme-color: #5f5f5f;}

/*텍스트강조부분*/
.hanssemtext{display: none;}

/*모바일 csr*/
.csr{width: 100%; height: auto;/*수정*/
background-color: #111; color: white;
padding-top: 55px; padding-bottom: 30px; box-sizing: border-box;}
.csr_textbox{text-align: center;}
.csr_tit{font-size: 18px; font-weight: 500;
margin-bottom: 3%;}
.csr_txt{font-size: 26px; line-height: 1.2;
font-weight: 600; padding-left: 5%;
padding-right: 5%;}
.csr .viewmorebtn {margin: 40px 0;
  display: flex; justify-content: center;}
.csr .viewmorebtn a{display: block; width: 25%;
  height: 30px; font-size: 12px;
  line-height: 30px;
   border: 1px solid #ffffff;
  border-radius: 20px; text-align: center;}
.csr .viewmorebtn a:hover{background-color: white; color: #111;}
.csr_content{}
.csr_content li{width: 90%; height: 30vw;
background-color: #d9d9d9;
margin: 0 auto;
margin-bottom: 20px;
background-size: cover;
background-repeat: no-repeat;
border-radius: 10px;}
.csr_content li a{width: 100%; height: 100%;
display: block; padding-top: 20px;
padding-left: 20px; box-sizing: border-box;
font-size: 1.2rem;
font-weight: 500;}
.csr_content .con1{
  background-image: url(../images/csr01.jpg);
}
.csr_content .con2{
  background-image: url(../images/csr02.jpg);
}
.csr_content .con3{
  background-image: url(../images/csr03.jpg);
}
.csr_content .con4{
  background-image: url(../images/csr04.jpg);
}
/*advantage*/
.advantage{width: 95%; margin: 150px auto;}
.advantage_wrap{margin-top: 5%;}
.ad_box{display: flex;}
.ad_box .imgbox{width: 50%; height: 50vw;
overflow: hidden;}
.ad_box .imgbox img{width: 100%; height: 100%;
object-fit: cover;transition: all 0.5s;}
.ad_box .ad_text{width: 50%; display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 5%; box-sizing: border-box;}
.ad_text .ad_tit{font-size:3vw;
margin-bottom: 18px;
font-weight: 700;}
.ad_text .ad_txt{font-size: 2.2vw;
line-height: 1.3;}
.ad_box:nth-child(2n){flex-direction: row-reverse;}


.ad_box .imgbox:hover img{scale: 1.2;}

/*NEWS&MEDIA*/
.news{width: 95%; margin: 0 auto;}
.news_wrap{display: flex; justify-content: space-between;
align-items: last baseline;
margin-bottom: 50px;}
.news_wrap .viewmorebtn{width: 25%;}
.news_wrap .viewmorebtn a{display: block; width: 100%;
  height: 30px; font-size: 12px;
  line-height: 30px;
   border: 1px solid #000000;
  border-radius: 20px; text-align: center;}
.news_wrap .viewmorebtn a:hover{background-color: #111;
color: white;}

/*뉴스 슬라이드*/
.news_slide .swiper {
  width: 100%;
  height: 100%;
}

.news_slide .swiper-slide {
  text-align: center;
  font-size: 13px;
  background: #fff;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.news_slide .swiper-slide .imgbox{width: 100%;
height: 177px;}
.news_slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_text{width: 100%; height: 100px; text-align: left;
margin-top: 5px; }
.news_type{display: flex; color: #858585;
justify-content: space-between;
margin-bottom: 5px;}

.swiper-horizontal>.swiper-pagination-progressbar{top: unset;
bottom: 0;}

/*바로가기배너부분*/
.shortcut{width: 100%; height: auto;
margin-top: 150px;}
.shorcut_wrap{width: 100%;}
.shortcut_wrap li{width: 100%; height: 200px;
  background-repeat: no-repeat;
  background-size: cover; color: white;
position: relative;}
.shortcut_wrap .mall{background-image: url(../images/hanssem_mall.jpg);
}
.shortcut_wrap .servicecenter{background-image: url(
  ../images/service_center.jpg);}
.shortcut_wrap li a{display: block; width: 30%;
  height: 40px; font-size: 15px;
  line-height: 40px;
   border: 1px solid #ffffff;
  border-radius: 30px; text-align: center;
position: absolute; top: 50%; left: 50%;
transform: translate(-50%,-50%);}
.shortcut_wrap li a:hover{background-color: white; color: #111;} 




/*모바일~테블릿 사이*/
@media all and (min-width:600px){
/* .his_text{height: 30vh;} */
.history .viewmorebtn a{width: 20%;}
.csr .viewmorebtn a{width: 20%;}

}/*모바일~테블릿 사이 끝*/
 

/*테블릿 시작*/
@media all and (min-width:780px){

    .swiper-slide .mbanner{display: none;}
    .swiper-slide .pcbanner{display: block;}
    .swiper-slide{position: relative;}
    .bannertextBox{display: block; position: absolute;
    top: 35%; left: 10%; text-align: left;}
    .bannertextBox .tit{font-size: 3.33vw; font-weight: 700;
    margin-bottom: 5%;}
    .bannertextBox .txt{font-size: 1vw; font-weight: 500;
    line-height: 1.5;} 
    .bannertextBox .pointtxt{font-weight: 700; font-size: 1.5vw;}
    .mainslide .swiper-slide .box1{color: white;}
    .mainslide .swiper-slide .box2{color: #111}
    .mainslide .swiper-slide .box3{color: white;}
    .mainslide .swiper-slide .box4{color: #111;}
    .history{padding-top: 150px;}
    .history .maintext_m{display: none;}
    .history .maintext_p{display: block;}
    .history .date{font-size: 3vw;}
    .history .maintext {font-size: 4vw;}
    .history .maintext .reddot{padding-right: 2vw;}
    .history .viewmorebtn a{width: 15%;}

    .history_slide{display: none;}
    .history_slide_pc{display: block;}
    
    /*연혁슬라이드*/
    .history_slide_pc .slidepin {
      width: 100%;
      height: auto;
    }

    .history_slide_pc .pin-slide {
      width: 80%;
      text-align: left;
      font-size: 25px;
      background: #ffffff;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      margin: 100px auto;
    }

    .history_slide_pc .pin-slide img {
      display: block;
      width: 100%;
      height: 40vw;
      object-fit: cover;
      border-radius: 20px;
    }

    .history_slide_pc .slide1{position: sticky;
    top: 100px; left: 0;}
    .history_slide_pc .slide2{position: sticky;
      top: 125px; left: 0;}
    .history_slide_pc .slide3{position: sticky;
        top: 150px; left: 0;}
    .history_slide_pc .slide4{position: sticky;
          top: 200px; left: 0;}

    .history_slide_pc .history_textbox{width: 100%; height: 20vw;
  display: flex; margin-bottom: 20px;}
  .history_slide_pc .history_textbox .title{width: 30%;
      margin: 0; font-size: 4vw;}
      .history_slide_pc .history_textbox .text{font-size: 1.8vw;
    font-weight: normal; color: #666;width: 70%;margin: 0;
    line-height: 1.5;}
    .history_slide_pc .history_textbox .text span{color: #333;
   font-weight: 600;}

   /*사업 부분 슬라이드*/
   .business{width: 90%; margin-bottom: 30px;}
   .textBox .text_tit{font-size: 40px; background-size: 20px;
    padding-left: 15px; padding-top: 15px; box-sizing: border-box;}
    .textBox .text_txt{padding-left: 15px;}
   .textBox{padding: 20px; box-sizing: border-box;
    margin-bottom: 5%;}

   /*텍스트 강조부분*/
   .hanssemtext{display: block; width: 90%; height: auto;
  margin: 0 auto; padding: 0 0 150px 0; box-sizing: border-box;
  box-sizing: border-box; overflow: hidden;}
  .hanssemtext .han{font-size: 7vw;
     margin-bottom: 5px; color: #111; font-weight: 700;
     /*animation: slideup 1s ease-out forwards ;*/}
     .hanssemtext .working{font-size:5vw; font-weight: 700;
      color: #d9d9d9;}
      .hanssemtext .always{font-size:5vw; font-weight: 700;
        color: #d9d9d9;}
  /* .hanssemtext .bg{position: absolute;
    top: 0; left: 0; color: #111; z-index: 900;
  width: 0; overflow: hidden; */
    .hanssemtext .bg{display: none;
    }
    /* .hanssemtext .working{color: #d9d9d9;
      animation: slideup 1.5s ease-out forwards; animation-delay: 1s;}
    .hanssemtext .always{color: #d9d9d9;
      animation: slideup 1.5s ease-out forwards; animation-delay: 2s;}

    @keyframes slideup{
      0%{transform: translateY(20px); opacity: 0;}
      50%{transform: translateY(10px); opacity: 1;}
      100%{transform: translateY(0); opacity: 1;}
    } */

    
/* .hanssemtext .bg1{animation: typing1 1s forwards; }
.hanssemtext .bg2{animation: typing2 2s forwards;
animation-delay: 1s;}
.hanssemtext .bg3{animation: typing3 3s forwards;
  animation-delay: 3s;}*/
  /* .hanssemtext span{color: #d01818;} */

  
  /*텍스트 적히는 효과*/
  /* @keyframes typing1{
    0%{width: 0;}
    50%{width: 50%;}
    100%{width: 100%;}
  }
  @keyframes typing2{
    0%{width: 0;}
    50%{width: 50%;}
    100%{width: 100%;}
  }

  @keyframes typing3{
    0%{width: 0;}
    50%{width: 50%;}
    100%{width: 100%;}
  } */

  /*아코디언메뉴*/
  .csr_textbox{width: 60%; margin: 0 auto;}
  .csr_tit{font-size: 22px;}
  .csr_txt{font-size: 30px;}
  .csr .viewmorebtn a{width: 15%;}
  .csr_content{display: flex; width: 98%;
  margin: 0 auto; justify-content: space-between;}
  .csr_content li{width: 23.5%;}
  .csr_content li a{font-size: 1.8vw;}

  /*테블릿 advantage부분*/
  .advantage{width: 90%;}
  .advantage_wrap{display: flex; justify-content: space-between;}
  .ad_box{display: block; width:24%;}
  .ad_box .imgbox{width: 100%; height: 34vw;}
  .ad_box .ad_text{width: 100%;}
  .ad_text .ad_tit{font-size: 1.5vw;}
  .ad_text .ad_txt{font-size: 1.2vw;}
  .ad_box:nth-child(2n){margin-top: 50px;}

  /*news&media부분*/
  .news{width: 90%; display: flex; justify-content: space-between;}
  .news_wrap{display: block;
     width: 50%; margin-bottom: 0;}
  .news_slide{width: 50%;}
  .news_wrap .viewmorebtn{width: 30%; padding-left: 25px;}
.news_wrap .viewmorebtn a{display: block; width: 100%;
  height: 30px; font-size: 12px;
  line-height: 30px;
   border: 1px solid #000000;
  border-radius: 20px; text-align: center;}
  .news_slide .swiper {padding-top: 20px;
  box-sizing: border-box; width: 80%;}
/*바로가기배너부분*/
.shortcut_wrap{display: flex; justify-content: space-between;}
.shortcut_wrap li{width: 50%; height: 250px;}
.shortcut_wrap li a{}


}/*테블릿 끝*/

/*pc시작*/
@media all and (min-width:1440px){

    .swiper-slide .mbanner{display: none;}
    .swiper-slide .pcbanner{display: block;}

    .swiper {
        width: 100%;
        height: 100vh;
      }
    
    .bannertextBox .tit{font-size: 3.5vw;}
    .bannertextBox .txt{font-size: 1.1vw;}
    .bannertextBox .pointtxt{font-weight: 700;
    font-size: 1.2vw;}
      
    .history{padding-top: 246px;
    box-sizing: border-box;}
    /* .his_text{height: 50vh;} */
    .history .date{margin-bottom: 30px;}
    .history .maintext{font-size: 4vw;}
    .history .maintext .reddot{background-size: 4.5% 25%;}
    .history .viewmorebtn{margin-top: 100px;
    margin-bottom: 300px;}
    .history .viewmorebtn a{width: 12%; font-size: 20px; 
      height: 50px; line-height: 50px; border-radius: 50px;}
    
    /* .history_slide_pc .pin-slide img{
      width: 65%; height:400px;
      margin: 0 auto;

    }
     */

     .history_slide_pc .slidepin{
      height: auto;/*임의값*/
     }
     .history_slide_pc .pin-slide {
      width: 60%; 
     }
     .history_slide_pc .pin-slide img{
      height: 25vw;
     }
     .history_slide_pc .history_textbox .title{font-size: 2vw;}
      .history_slide_pc .history_textbox .text{font-size: 1vw;}


      .business{width: 85%;}
      .textBox{ 
        margin-bottom: 80px;}
      .textBox .text_tit{font-size: 60px;
        background-size: 30px;
        padding-left: 30px;
      padding-top: 30px;}
      .textBox .text_txt{padding-left: 30px;
      margin-top: 15px; font-size: 20px;
    line-height: 1.5;}

     /*사업 부분 슬라이드*/
.business-swiper .swiper-slide {
  height: 50vh;
}

.business-swiper .swiper-slide img:hover{
  filter:brightness(70%);
  
}


.business-swiper .swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 40vh;
  object-fit: cover;
  transition: all 0.5s;}

/*텍스트 강조부분*/
  .hanssemtext{width: 85%; margin: 0 auto;
     padding: 100px 0 200px 0; text-align: center;}
  .hanssemtext .textpoint{font-size:4vw; font-weight: 700;}
  .hanssemtext .han{font-size: 5vw; font-weight: 800;
  margin-bottom: 10px;}
  .hanssemtext .bg{}
  /*csr*/
  .csr{height: 100vh; padding-top: 120px;
  box-sizing: border-box; }
  .csr_wrap{width: 85%; margin: 0 auto;}
  .csr_tit{font-size:25px;}
  .csr_txt{font-size: 60px;}
  .csr_content li{height: 14vw;}
  .csr .viewmorebtn {margin: 100px 0}
  .csr .viewmorebtn a{width: 12%;}
  .csr_content li a{font-size: 1.3vw;}

  /*advantage*/
  .advantage{width: 85%;}
  .ad_box{width: 22%;}
  .advantage_wrap{width: 80%;
  margin: 0 auto;}
  .ad_box .imgbox{height: auto;}
  .ad_box .imgbox img{object-fit: contain;}
  .ad_text .ad_tit{font-size: 1vw;}
  .ad_text .ad_txt{font-size: 0.8vw;}
  
  /*news&media부분*/
  .news{width: 85%; margin-top: 250px;}
  .news_wrap{width: 40%;}
  .news_slide{width: 60%;}
  .news_slide .swiper-slide {font-size: 18px;}
  .news_wrap .viewmorebtn{width: 24%; padding-left: 30px;}
  /*바로가기배너부분*/
  .shortcut_wrap li{height: 300px;}
  .shortcut_wrap li a{font-size: 20px;}



}/*pc 끝*/

