@charset "utf-8";
.About {width: calc(100% - 100px); margin: 100px 50px 0;}
.sec_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between; /*overflow: hidden;*/
}

.sec_wrapper .txt_area {
  flex: 1;
  width: 100%;
}
.sec_wrapper .txt_area .txtbox {
  /*padding:0 50px;*/
  padding: 0px;
}



.slide_up_large {
  animation: slide_down_large 0.5s cubic-bezier(0.7, 0, 0.35, 1) both;
}


@keyframes slide_down {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(100px);
    opacity: 1;
  }
}

@keyframes slide_down_large {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(200px);
    opacity: 1;
  }
}
@keyframes slide_up_large {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide_right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.sec_wrapper .txt_area .txtbox .plist li:last-child {
  margin-bottom: 0;
}


.sec_wrapper .txt_area .txtbox .plist li {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  float: left;
  background: #f5f5f5;
  padding: 40px 28px;
}


.sec_wrapper .txt_area .txtbox .plist li.bt {
  margin-top: 3%;
}
.sec_wrapper .txt_area .txtbox .plist li.bt::before {
  display: none;
}

.sec_wrapper .txt_area .txtbox .plist_1 {
  width: 100%;
  margin: 4px 3% 0 0;
}


.sec_wrapper.reverse .txt_area {
  order: 2;
}


/*-------------------------------------------------------------------
    ## About
-------------------------------------------------------------------*/


.About .sec_wrapper .txt_area .txtbox .plist { display: flex; flex-wrap: wrap;}

.About .sec_wrapper .txt_area .txtbox .plist li { padding: 40px 30px; /*cursor:pointer*/height: 800px}

.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1,
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2 {
  margin-right: 24px;
}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1,
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2,
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3 {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1 p,
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2 p,
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3 p {color: #8c67ef;font-size: 18px;font-weight: 600;line-height: 28px;margin-bottom: 16px;width: 100%;z-index: 1}

.About .sec_wrapper .txt_area .txtbox .plist li.about_p_68.about_values_1 strong,
.About .sec_wrapper .txt_area .txtbox .plist li.about_p_68.about_values_2 strong,
.About .sec_wrapper .txt_area .txtbox .plist li.about_p_68.about_values_3 strong {color: #fafafa;font-size: 48px;font-style: normal;font-weight: 600;line-height: 62px;margin-bottom: 12px;z-index: 1;display: flex;align-items: flex-end;}

.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1.about_p_68 span,
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2.about_p_68 span,
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3.about_p_68 span {font-size: 20px;font-weight: 400;line-height: 25px; color: #fafafa;  margin-bottom: 0; width: 100%; overflow: hidden;}

/*위 아래로 움직이는 애니*/
@keyframes up-down {
  from {
    transform: translatey(0px);
  }
  to {
    transform: translatey(-40px);
  }
}
.box_up_down {
  animation: up-down 1.4s infinite ease-in-out alternate;
}

@keyframes down-up {
  from {
    transform: translatey(-40px);
  }
  to {
    transform: translatey(0px);
  }
}
.box_down_up {
  animation: down-up 1.4s infinite ease-in-out alternate;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes fadeIn05 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}


.fade_in {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1.3s;
}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1 {width: calc(68% - 24px); background: #000 ; overflow: hidden; cursor: pointer;border-radius: 20px;transition: all 0.4s;height: 800px;    border: 10px solid #401799;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2 {width: calc(16% - 12px);background: #000 ; overflow: hidden; cursor: pointer;border-radius: 20px;transition: all 0.4s;height: 800px;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3 {width: calc(16% - 12px);background: #000 ;overflow: hidden; cursor: pointer;border-radius: 20px;transition: all 0.4s;height: 800px;}

.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1.about_p_16::before {  content: ""; position: absolute; inset: 0; background: url(/store/img/media_phone_11.jpg) no-repeat center; background-size: cover; opacity: 0.3;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1.about_p_68::before {  content: ""; position: absolute; inset: 0; background: url(/store/img/media_phone_11.jpg) no-repeat center; background-size: cover; opacity: 1;}

.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2.about_p_16::before {  content: ""; position: absolute; inset: 0; background: url(/store/img/media_phone_22.jpg) no-repeat center; background-size: cover; opacity: 0.3;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2.about_p_68::before {  content: ""; position: absolute; inset: 0; background: url(/store/img/media_phone_22.jpg) no-repeat center; background-size: cover; opacity: 1;}

.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3.about_p_16::before {  content: ""; position: absolute; inset: 0; background: url(/store/img/media_phone_33.jpg) no-repeat center; background-size: cover; opacity: 0.3;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3.about_p_68::before {  content: ""; position: absolute; inset: 0; background: url(/store/img/media_phone_33.jpg) no-repeat center; background-size: cover; opacity: 1;}

.About .sec_wrapper .txt_area .txtbox .plist li.about_p_16 { width: calc(16% - 12px);    border-radius: 20px;    border: 0;   }
.About .sec_wrapper .txt_area .txtbox .plist li.about_p_68 { width: calc(68% - 24px) !important;    border-radius: 20px;    border: 10px solid #401799;}

.about_no1,.about_no2,.about_no3 {width: calc(16% - 12px);}

.About .sec_wrapper .txt_area .txtbox .plist li.about_no1.about_p_16 p,
.About .sec_wrapper .txt_area .txtbox .plist li.about_no1.about_p_16 span,
.About .sec_wrapper .txt_area .txtbox .plist li.about_no2.about_p_16 p,
.About .sec_wrapper .txt_area .txtbox .plist li.about_no2.about_p_16 span,
.About .sec_wrapper .txt_area .txtbox .plist li.about_no3.about_p_16 p,
.About .sec_wrapper .txt_area .txtbox .plist li.about_no3.about_p_16 span {
  display: none;
}

.outline_size {
  width: 24px;
  height: 32px;
  margin-right: 5px;
  position: absolute;
  left: 12px;
}

/*.About .sec_wrapper .txt_area .txtbox .plist-wrap ul.about_Businness { display: flex; align-items: center; flex-wrap: nowrap;justify-content: space-between;}*/







@media (min-width: 768px) and (max-width: 1024px) {
 




}



@media (max-width: 767px) {
    .About {width: calc(100% - 20px); margin: 20px 10px 0;}

.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1.about_p_16::before,.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1.about_p_68::before {opacity: 1;background-size: 180%;background-position: center 70%;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2.about_p_16::before,.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2.about_p_68::before {opacity: 1;background-size: 180%;background-position: center 70%;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3.about_p_16::before,.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3.about_p_68::before {opacity: 1;background-size: 180%;background-position: center 70%;}
    
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_1,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_2,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_3 { width: 100% !important; padding:20px; height: 390px;}
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_3 {margin-bottom: 100px;}
  .About .sec_wrapper .txt_area .txtbox .plist li.about_no1 p,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_no1 span,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_no2 p,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_no2 span,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_no3 p,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_no3 span {
    display: block;
  }
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_1 p,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_2 p,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_3 p {font-size: 14px;line-height: 22px;justify-content: flex-end;align-items: flex-start;flex-direction: column;}
.About .sec_wrapper .txt_area .txtbox .plist li.about_no1.about_p_16 p, .About .sec_wrapper .txt_area .txtbox .plist li.about_no1.about_p_16 span, .About .sec_wrapper .txt_area .txtbox .plist li.about_no2.about_p_16 p, .About .sec_wrapper .txt_area .txtbox .plist li.about_no2.about_p_16 span, .About .sec_wrapper .txt_area .txtbox .plist li.about_no3.about_p_16 p, .About .sec_wrapper .txt_area .txtbox .plist li.about_no3.about_p_16 span {display: inline-block}    
    
    .About .sec_wrapper .txt_area .txtbox .plist li.about_p_68,.About .sec_wrapper .txt_area .txtbox .plist li.about_p_16
    {border: 5px solid #401799;}
    
    .About .sec_wrapper .txt_area .txtbox .plist li.about_p_68.about_values_1 strong,.About .sec_wrapper .txt_area .txtbox .plist li.about_p_16.about_values_1 strong,  
    .About .sec_wrapper .txt_area .txtbox .plist li.about_p_68.about_values_2 strong, .About .sec_wrapper .txt_area .txtbox .plist li.about_p_16.about_values_2 strong, 
    .About .sec_wrapper .txt_area .txtbox .plist li.about_p_68.about_values_3 strong,.About .sec_wrapper .txt_area .txtbox .plist li.about_p_16.about_values_3 strong
    {font-size: 23px;line-height: 30px; color: #fff;z-index: 1;font-weight: 600;    margin-bottom: 12px; letter-spacing: -0.7px;        width: 100%;}
    
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_1.about_p_68 span,.About .sec_wrapper .txt_area .txtbox .plist li.about_values_1.about_p_16 span,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_2.about_p_68 span,.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2.about_p_16 span,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_3.about_p_68 span,.About .sec_wrapper .txt_area .txtbox .plist li.about_values_3.about_p_16 span
    {font-size: 16px;line-height: 22px; color: #fff; opacity: 1!important}
  
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_1,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_2,
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_3 {
    background-position: top right;
    margin-right: 0 !important;
  }
  .About .sec_wrapper .txt_area .txtbox .plist li.about_values_1,.About .sec_wrapper .txt_area .txtbox .plist li.about_values_2 { margin-bottom: 24px; }
  
  

  .owl-theme .owl-nav {
    display: none;
  }
  

}


