.top-color{
    background-color: #d7b197;
    height: 35px;
    width: 100%;
    display: flex; justify-content: center; align-items: center;
    color: #fff;
    position: absolute; top: 0; left:0;
}
.top-color2{background-color: #e29b69;}
.top-color3{background-color: #6c935e;}
.top-color p{bottom: -7px;}
.sub-title2{color: #e29b69}
.sub-title3{color: #6c935e}

.section1{
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
}
/* .section1 .main-filter{
    position: absolute; top:0; left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.3);  
    z-index: 50;
} */
.section1 .img-box{
    /* width: 100%;
    height: calc(100vh - 171px); */
    padding-right: 0;
    padding-left: 0;
      /* border: 1px solid green; */
      width: 100%;   
      height: 100vh;
      /* overflow: hidden; */
}
.slide-1 .img-box{}

.section1 .box{   
    width: 100%;
    color:white;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);  
    left:0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    z-index: 55;
    padding-left: 13%;
}
.section1 .box .sub-title{
    font-size: 18px;
    /* letter-spacing: .5px; */
    font-weight: 600;
}

.section1 .box h1{  
    top: 100px;
    opacity: 0;    
    text-align: start;
}
.section1 .box h1 span{
    font-size: 3.5rem;     
    font-weight: 300;
    color: #3d3d3d;  
}
.section1 .img-box .box p{margin-bottom: 8px;} 

.btn-main::before {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    background: #f5f5f5;
    height: .5px;
    right: 20%;
    /* top: 100px; */
    top: -.5px;
    transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1); 
    /* opacity: 0;  */
}
.btn-main::after {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    background: #f5f5f5;
    height: .5px;
    left: 20%; 
    bottom: .2px;
    transform: skewX(45deg);
    -webkit-transintion: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);    
}

.section1 img{width: 100%; height: 100%; object-fit: cover;}
.section1 .sub-orange{
    display: flex;
    margin-bottom: 5px;
    top: 100px;
    opacity: 0;  
}

.section1 .owl-item.active .box .sub-orange{
    opacity: 1;
    top: 0px;
    transition: all 0.6s ease-in-out;
}
.section1 .owl-item.active .box h1{
    opacity: 1;
    top: 0px;  
    transition:  0.9s  ease-in-out;
}
.section1 .owl-item.active .box .eltdf-btn{
    opacity: 1;
    top: 0px;  
    transition:  1.2s  ease-in-out;
}
/* .owl-carousel .owl-item img{display: flex !important;} */
@font-face {
    font-family: 'SDSwagger';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/swagger/SDSwagger.ttf') format("truetype");
    font-display: swap;
}


/* NEW BUTTON */
.section1 .owl-item .box .eltdf-btn {
    background: #ffffff;
    padding: 11px 54px;
    border-radius: 30px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 15px; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: block; 
    z-index: 1;
    opacity: 0;
    top: 100px;
}

/* owl-SLIDE */
.slide-1{
    /* border: 2px solid pink; */
    /* height: 100vh; */
    /* overflow: hidden; */
} 

.slide-1 .owl-dots{
    /* border:1px solid red; */
    position: absolute;
    bottom:10px;
    left:0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.slide-1 .owl-dot{
    /* border:1px solid blue; */
    width: 18px;
    height: 3px;
    margin: 3px; 
    background-color: rgba(238, 238, 238, .5) !important;
}
.slide-1 .owl-dot.active{
    background-color: #ffffff !important;
}

/* next, prev btn */
.slide-1 .owl-nav{
    /* position: absolute; */
    display: none;
    top: 42.5%;
    width: 100%;
}
.slide-1 .owl-nav button{
    width:50px;
    height: 50px;
    border-radius: 50%;           
    /* border:1px solid black !important; */
    position: absolute;
}
.slide-1 .owl-nav button.owl-prev{
    background-image: url(img/arrow-lef.png) !important;            
    background-size: contain !important;    
    background-position: -1px 2.5px;         
    left: 145px;   
}
.slide-1 .owl-nav button.owl-next{    
    background-image: url(img/arrow-rig.png) !important;
    background-size: contain !important; 
    background-position: 2px 2.5px;   
    right: 145px;
}
.slide-1 .owl-nav span{
    display: none;
}
.slide-1 .owl-nav button.owl-prev:hover{
    border: .3px solid white;
    border-radius: 50%;
}
.slide-1 .owl-nav button.owl-next:hover{
    border: .3px solid white;
    border-radius: 50%;
}

@keyframes fadeOut {
    from {      
        opacity: 1;
        transform: scale(1.05);
      }
      to {   
        opacity: 0;    
        transform: scale(1);
      }
  }
  @keyframes fadeIn {
    from {     
        opacity: 0; 
        transform: scale(1);
      }
      to {   
        opacity: 1;  
        transform: scale(1.05);
      }
  }
  .slide-1 .owl-item img{
    transform: scale(1);  
    opacity: 0;
    transition: transform 5s ease;
  }
  .slide-1 .owl-item.active img{ 
    opacity: 1;
    transform: scale(1.05);
  }
  .slide-1 .owl-item.active.animateOut {
    animation: fadeOut 2.5s;
  }
  .slide-1 .owl-item.animateIn {
    animation: fadeIn 2.5s;
  }
  .mainimg-2{display: none !important;}






@media(max-width:1000px){  
    .slide-1 .owl-nav button{display: none;} 
    #right_quick{bottom: 62%;}
    .slide-1 .box h1 span{font-size: 4rem;}
    .section1 .img-box{    height: 700px; }
    .section1 .box{top:47%;}
}

@media(max-width: 780px){
    .section1 .img-box{    height: 600px;}
    .slide-1 .box h1 span{font-size: 2rem;}
    .slide-1 .box .sub-title{font-size: 16px;}
    .section1 .box .line {
        width: 38px;    
        margin: 15px 15px;
    }
    .section1 .img-box .box p{margin-bottom: 5px;} 
    .maintit{display: none;}
    .section1 .owl-item .box .eltdf-btn{
        padding: 5px 47px;
        font-size: 14px;        
    }
    .slide-1 .owl-dots{
        padding-left: 59px;
        text-align: start;
    }
    .sub-title2{color: #ffd7bb}
    .top-color{display: none;}
}

@media(max-width:475px){     
    .section1{    height: 600px;}  
    /* .section1 .img-box{overflow: hidden;} */
    .slide-1 .owl-dot{    
        width: 20px !important; 
        height: 3px !important;  
    }
    .slide-1 .owl-dots{
        height: 30px; 
        bottom: -67% !important;           
    }
    /* .slide-1{height: 350px !important;}    */
    /* .owl-carousel .owl-item img{padding-bottom: 60px;} */
    .slide-1 .box {top: 70%}
    /* .slide-1 .box .eltdf-btn{display: none;} */

    .btn-top{    bottom: 84px !important;
        right: 8px !important;}    
    .mainimg-2{display: block !important;}
    .mainimg{display: none !important;}
}


/* 소개 */
.sec_intro{text-align: center; margin-top: 80px;}
.found{
    width: 100%; margin-bottom: 108px;
}
.found img:last-child{display: none;}
.sec_intro h1{font-weight: 700; letter-spacing: -1.6px; font-size: 40px;}
.sec_intro h1 span{color: #e48a03; line-height: 52px;}
.sec_intro .tit{font-size: 25px; margin-top: 60px; font-weight: 700; margin-bottom: 20px;}
.sec_intro .start{display: flex; justify-content: space-between; margin-top: 80px;
    margin-bottom: 155px;}
.sec_intro .starts{
    border: 1px solid #E5E5E5; 
    border-radius: 0.4444444444rem;    
    width: 49%;
    padding: 40px 0;
    display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.sec_intro .starts .tit{
    margin-top: 0;
}
.sec_intro .starts p{width: 62%; margin-bottom: 0;}
.sec_intro .tit-tit1{
    margin-bottom: 6px;
}
.sec_intro .tit-tit{
    font-weight: 400; font-size: 17px;
}

.sec_intro .volun{
    display: flex;
    justify-content: center; align-items: center; 
    margin-top: 60px;
}
.sec_intro .volun_item{
    display: flex;
    justify-content: center; align-items: center;
    flex-direction: column; margin-right: 49px;
    width: 33.33%;
}
.sec_intro .volun_item p{
    height: 60px;
}
.sec_intro .volun_item p span{color: #e38a32}

.sec_intro .volun .volun_item:last-child{margin-right: 0;}
.sec_intro .volun h4{margin-top: 19px; font-weight: 600;}
.sec_intro .volun .icon_wrap1{top: 5px}

.sec_intro .icon_wrap{width: 80px; height: 80px; border-radius: 3px; overflow: hidden;  }
.sec_intro img{width: 100%; height: 100%; object-fit: cover;}

.sec_intro .intro_pic{margin-top: 150px;}
.sec_intro .intro_pic .tit{margin-bottom: 80px;}

.sec_intro .intro_pic ul{
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;  
}
.sec_intro .intro_pic ul li{border-radius: 3px; overflow: hidden;}
.sec_intro2{background-color: #f5f5f5; padding: 120px 0;}
.sec_intro2 .icon_wrap{width: auto; height: auto;}
.sec_intro2 p{margin-top: 25px; font-size: 20px; font-weight: 500;}
.sec_intro2 .tit{
    display: inline-block;
    padding: 1px 135px; background-color: #d8d1c6; border-radius: 50px;
    margin-top: 87px; margin-bottom: 0;
}
.sec_intro2 ul{margin-top: 60px; padding-left: 0;}
.sec_intro2 ul li{  
    background-size: cover;
    border-radius: 3px; overflow: hidden;
    display: flex;
    align-items: center; justify-content: center;
}

.sec_intro2 .police_txt{  
    position: absolute;
    top:0; left: 0;
    width: 100%; height: 100%;
    display: flex; justify-content: center; align-items: center;
}

.sec_intro2 h4{
    font-size: 29px;
    margin-bottom: 0;
    padding: 0 31%;
    /* text-align: start;
    position: absolute; top: 33.4%; right: 5%; */
}
.sec_intro2 h4 span{
    color: #cd7939;
}

@media (max-width: 1500px){ 
    .sec_intro2 h4{font-size: 20px;}
}
@media (max-width: 780px){ 
.found img:last-child{display: block;}
.found img:first-child{display: none;}
.found{margin-bottom: 55px;}
.sec_intro{margin-top: 0; padding-bottom: 70px;}
.sec_intro .start{display: block; margin-top: 30px; margin-bottom: 30px;}
.sec_intro .starts{width: 100%;}
.sec_intro .start1{margin-bottom: 25px}
.sec_intro .starts p{width: 80%; }
.sec_intro .volun{margin-top: 25px;}
.sec_intro .volun_item{width: 100%; margin-bottom: 27px;
    border: 1px solid #E5E5E5; margin-right: 0;
    border-radius: 0.4444444444rem; 
    padding: 28px 0;   
}
.sec_intro .volun_item:last-child{margin-bottom: 0;}
.sec_intro .volun_item p{padding: 0 9%; height: auto;}
.sec_intro .tit{margin-top: 80px;}
.sec_intro .tit-tit{padding: 0 14%;}
.sec_intro .intro_pic{margin-top: 90px;}
.sec_intro .intro_pic .tit{margin-bottom: 25px;}
.sec_intro .intro_pic ul{grid-template-columns: repeat(1, 1fr);}
.sec_intro h1{font-size: 35px;}
.sec_intro2{padding: 70px 0;}
.sec_intro2 ul{margin-top: 34px;}
.sec_intro2 ul li{
    height: auto;
    background: none;
    flex-direction: column;
    /* background-size: cover;
    border-radius: 3px; overflow: hidden;
    display: flex;
    align-items: center; justify-content: center; */
}
.sec_intro2 ul li h4{font-size: 18px; margin-top: 28px; line-height: 26px; padding: 0 3%;}
.sec_intro2 .volun_item {
    margin-bottom: 0; border: none; padding: 20px 0;
}
.sec_intro2 .volun_item p{font-size: 17px; padding: 0 2%;}
.sec_intro2 .tit{margin-top: 21px;}



}
@media (max-width: 500px){ 
    .sec_intro .volun{display: block}
}

/* 가치 */
.gap{
    width: 100%; 
    height: 600px;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
}
.gap .sec5-filter{
    background-color:rgba(3, 3, 3, 0.8);
    width:100%;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;     
}
.gap .middle-banner{ 
    width: 100%; 
    height: 100vh;
    background: url(img/Tbg1.png) fixed no-repeat;
    background-size: cover; 
}
.gap .section5{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 600px;
    display: flex; 
    justify-content: center; 
    align-items: center;       
}
.gap .section5 .sec5-wrap{
    width: 65%;
}
.gap h5{
    font-size: 22px; text-align: center; margin-bottom: 1px;
}
.gap .tit{
    font-size: 50px; font-weight: 700; text-align: center;
}

.gap .col-lg-3{
    display: flex; 
    justify-content: center; 
    align-items: center;  
    flex-direction: column;
    background-color: #ffffff3b;
    border-radius: 3px;
    width: 24%;
    padding: 4% 0;
}  
.gap .row{margin-top: 67px;
    display: flex; 
    justify-content: space-between; 
    align-items: center;  
}

.gap .section5 h1{
    font-size: 24px; margin-bottom: 0;
    letter-spacing: -0.6px;
    text-shadow: 1px 1px 5px rgba(3, 3, 3, 0.5);}


.gap i{font-size: 30px; margin-bottom: 17px;}


.won{ width: 100%; }
.won img{height: 100%; width: 100%; object-fit: cover;}

@media (max-width: 780px){ 
    .gap h5{font-size: 16px; margin-bottom: 10px;}
    .gap .tit{font-size: 32px; line-height: 45px;}
}
@media (max-width: 500px){ 
    .gap .middle-banner{
        background: url(img/Tbg_mob.jpg) fixed no-repeat;}
}

.section6{padding: 16px 0 90px; }
.section6 h1{margin-bottom: 60px; }
.section6 .acts{
    display: flex;
    align-items: center; justify-content: space-between;
}
.section6 h4{font-size: 23px; line-height: 50px; letter-spacing: -.5px; top:5px; font-weight: 500;}
.section6 .acts .act{
    background-color: #ede7dc; margin-right: 25px;
    margin-bottom: 50px; cursor: pointer;
}
.section6 .acts .act:last-child{
    margin-right: 0;
}
.section6 p{
    padding: 0 3% 25px; line-height: 25px;
    display: none;
}
.section6 .act_bg{display: none;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #978a72e8;
    transition: all .2s ease;

}
.section6 .act:hover .act_bg{
    display: flex;    align-items: center; justify-content: center;
}
.section6 .act_bg h6{font-size: 22px; line-height: 37px; color: #fff;}

@media (max-width: 500px){ 
    .section6 .acts{
        display: block;
    }
    .section6 .acts .act{
        margin-right: 0;
    }
    .section6 h4{margin-top: 7px;}
    .section6{padding: 90px 0 40px; }
    .section6 p{      
        display: block;
    } 
}





/* form */
.wrapper5 {
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center; justify-content: space-between;}
.wrapper5 .inner2 img{width: 100%; height: 100%; object-fit: cover;}
.inner1{width: 40%; height: 100%; display: flex;
    align-items: center; justify-content: center;}
.inner2{width: 60%;
    background-image: url('img/Tform.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
    height: 100%;}

.inner1 h3 {   
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    color: #333;
}

.wrapper5 form {    width: 60%;}

.form-group {    display: flex; }
.form-wrapper {    margin-bottom: 17px;}
.form-group .form-wrapper:first-child {    margin-right: 20px; }
.form-wrapper3{    margin-top: 9px; padding-left: 23px;
}
.form-wrapper3 label{
    border-bottom: 1px dashed #5c5c5cb4;
    padding-bottom: .3px; cursor: pointer;
}

.form-group .form-wrapper2{width: 92%;}

.form-wrapper label {
    margin-bottom: 2px;
    display: block; }

.form-control {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 31px;
    padding: 0 20px;
    border-radius: 6px;
    background: none; }
.form-control2{height: 200px; padding-top: 4%;}

.form-control:focus {    border: 1px solid #438093; }

.wrapper5 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 20px; }
    select option[value=""][disabled] {
    display: none; }

.usage{
    display: none;
    background-color: #fff;
    width: 60%; height: 519px;   
    position: absolute; bottom: 24%; right: 50%;
    transform: translate(50%, 0);
    letter-spacing: -1px;  
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
    border-radius: 5px;
    word-break: keep-all;
}
.usage-in{
    padding: 13% 14%;
    display: flex;
    align-items: center; justify-content: center;
    flex-direction: column;
}
.usage h4{font-size: 22px; text-align: center; font-weight: 700; margin-bottom: 2px;}
.usage h6{font-size: 14px; text-align: center; margin-bottom: 32px;}
.usage ul{padding-left: 7%; margin-bottom: 32px;}
.usage ul li{list-style:circle;}
.usage h5{font-size: 15px; margin-bottom: 32px;}
.usage-border{
    position: absolute; width: 95%; height: 97%; border:.7px solid #6d6c6c3d;
    top: 1.5%; left: 2.5%;    border-radius: 5px;
}
.closed{ 
    width: 90%;
    background-color: rgb(188 213 209);
    border-radius: 50px;
    padding: 5px 50px;
    cursor: pointer;
    text-align: center;
}

.wrapper5 button {
    border: none;
    width: 172px;
    height: 40px;
    margin: auto;
    margin-top: 29px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #438093;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
.wrapper5 button:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #145d74;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
.wrapper5 button:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  
.wrapper5 .checkbox {
    position: relative; }
.wrapper5 .checkbox label {
      padding-left: 22px;
      cursor: pointer; }
.wrapper5 .checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
.wrapper5 .checkbox input:checked ~ .checkmark:after {
      display: block; }
  
.wrapper5 .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: Material-Design-Iconic-Font;
    color: #000;
    font-size: 10px;
    font-weight: bolder; }
.wrapper5 .checkmark:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none;
      content: '\f26b'; }
  
@media (max-width: 991px) {
    .wrapper5 .inner1 {
      min-width: 768px; } }
@media (max-width: 780px){ 
        .wrapper5 {display: block;
            background-image: none !important;
            height: auto;
        }
        .wrapper5 .inner1 {
            background: url('img/Tformbig_mob.jpg') center bottom !important;
            width: 100%; padding-bottom: 85px;
            min-width: auto;           
        } 
        .wrapper5 .inner2 {width: 100%; height: 368px;}
        .usage{width: 90%; height: 589px;}

    
    }
@media (max-width: 767px) {
    .wrapper5 form {
        width: 100%;
        padding-right: 29px;
        padding-left: 29px; padding-top: 80px;}
}









/* menu */
@media (max-width: 1744px){
    .gap .section5 h1{font-size: 17px;}
    .gap i {font-size: 20px}
    .gap .row{margin-top: 30px;}
}
@media (max-width: 1347px){
    .gap .section5 .text2{
        font-size: 20px;
    }
}
@media (max-width: 1347px){
    .section5 .row .col-lg-5{
        padding-left: 8%;
    }
}
@media (max-width: 1147px){
    .section5 .row .col-lg-5{
        padding-left: 7%;
    }
}
@media (max-width: 1103px){
    .gap .section5 .text2{
        font-size: 17px;
    }
}

@media (max-width: 991px){
    .gap .section5 .txt-group{padding: 14% 14% 0;}
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1400px;}  
    .gap .section5 .row{
        height: auto; width: 100%; margin-right: 0; margin-left: 0;
    }
    .gap .section5 .row .steak{flex-direction: row;}
    .gap .steak{padding: 8% 0;}
    .section5 .row .col-lg-5,     .section5 .row .col-lg-7{
        padding-left: 0;
    }
    .gap .col-lg-3{width: 23.5%;}
}
@media (max-width: 896px){
    .gap .section5 .txt-group {
        padding: 6% 14% 0;
    }
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1275px;}
}
@media (max-width: 840px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1200px;} 
}
@media (max-width: 796px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1139px;} 
    .gap .section5 .sec5-wrap{width: 94%;}
}
@media (max-width: 700px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 1090px;} 
    .gap .section5 .txt-group {
        padding: 17% 0% 0 14%;
    }
}
@media (max-width: 590px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 600px;} 
}
@media (max-width: 555px){
    .gap .img-rotate-wrap {
        width: 87%;
    }
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 550px;} 
}
@media (max-width: 515px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 510px;} 
}
@media (max-width: 418px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 496px;} 
    .gap .section5 .text2 {
        font-size: 17px;
    }
    .gap .txt-group h1, .about-three .about-three__right h1{
        font-size: 25px;
    }
    .section5 .text2 i {
        font-size: 17px;        
    }    
}
@media (max-width: 387px){
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 500px;} 
}
@media (max-width: 351px){
    .gap .section5 .text2 {
        font-size: 15px;
    }
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 863px;} 
    .retro-layout .h-entry .date{font-size: 13px;}
}
@media (max-width: 332px){
    .gap .section5 .text2 {
        font-size: 14px;
    }   
    .section5 .text2 i {
        font-size: 14px;       
    }   
    .gap, .gap .section5, .gap .middle-banner, .gap .sec5-filter {height: 900px;} 
}
@media (max-width: 292px){     
    .section5 .text2 i {
        font-size: 13px;        
    }    
    .gap .sub-title{font-size: 16px;}
    .gap .sub-title::after {  left: 183px;    }
}

