@media (max-width: 1600px) {
    #index_swiper.swiper-container {
        overflow: hidden;
        max-height: 90%;
        height: 90%;
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1280px) {
    .top_right_menu {
        display: none;
    }
}
@media (max-width: 991px) {
    .sub_three_nav ul li a, .sub_three_nav ul li a:visited {
    font-weight: 400;
    font-size: 13px;
    display: block;
    padding: 16px;
    padding-left: 15px;
    color: #000;
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    /* font-weight: 400; */
    text-transform: capitalize;
    line-height: 24px;
}
    .sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {
    display: block;
    padding: 12px !important;
    color: #c9c9c9 !important;
    border-bottom: 1px #2b2c30 solid;
    font-weight: 400;
    padding-left: 22px !important;
    font-size: 12px;
}
      .index-content .section-02 {
    padding-top: 60px;
    background-color: #fff;
    padding-bottom: 20px;
}
    .index-content .section-02 .title_wrap {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .index-content .section-02 .title_wrap h2 {
        font-size: 24px;
        color: #282828;
        position: relative;
        font-weight: 900;
        display: inline-block;
    }
    .index-content .section-02 .title_wrap h2:before {
        height: 1px;
        width: 100%;
        background-color: #000;
        position: absolute;
        margin-top: 30px;
        content: ""
    }
    .index-content .section-02 .title_wrap p {
        margin-top: 12px;
        font-size: 13px;
        color: #737373;
        line-height: 18px;
    }
     .index-content .section-02 .box_wrap .caption h3 {
    font-size: 12px;
    font-weight: 600;
}
    .index-content .section-02 .box_wrap .row {
        padding-left: 12px;
        padding-right: 12px;
    }
    .index-content .section-02 .box_wrap .col-xs-3 {
        padding-left: 3px;
        padding-right: 3px;
    }
.index-content .section-02 .box_wrap .caption p a.btn {

    display: none;
   
}
    .index-content .section-03 {
    padding-top: 40px;
    background-color: #f4f4f4;
    padding-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 15px;
        padding-left: 15px;
    
}
    .index-content .section-03 .title_wrap {
    margin-top: 0;
    padding-right: auto;
}
.index-content .section-03 .title_wrap h2 {
    font-size: 24px;
    font-weight: 900;
    color: #252525;
    margin-bottom: 0;
    
}
    .index-content .section-03 .title_wrap span.s-text {
    font-size: 12px;
    color: #999999;
}
.index-content .section-03 .title_wrap p {
    font-size: 13px;
    color: #474747;
    margin-top: 20px;
}  
    
    .index-content .section-03 .title_wrap a.btn {
        border: 1px solid #939393 !important;
    text-decoration: none;
    padding: 12px 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 36px;
    line-height: 9px;
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    z-index: 0;
    text-align: left;
}
    
      
    .index-content .section-03 .youtube {
        margin-top: 32px;
    }
    section.section_04 .box .title_wrap h3 {
    font-size: 20px;
} 

    section.section_04 .box {
    padding: 22px 32px;
}
    section.section_04 .box .tel span.text {
    font-size: 18px;
}
    


    
    
    
    
    
    
    
    
    
    
    
    #index_swiper.swiper-container .swiper-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 28%;
    margin: 0 auto;
    z-index: 999999;
}
    #index_swiper.swiper-container {
        max-height: 70%;
        height: 70%;
    }
    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-1 {
        background-position: 30% 0%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #index_swiper.swiper-container .swiper-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    #index_swiper.swiper-container .swiper-content h3 {
        font-size: 20px;

    }
    #index_swiper.swiper-container .swiper-content h1 {
        font-size: 42px;
        margin: 0 !important;
    }
    #index_swiper.swiper-container .swiper-content p {
        font-size: 16px;
        
    }
    #index_swiper.swiper-container .swiper-content a.btn-default {
        display: none;
    }
    
/*    서브 */
    #sub_content .page-header {
        margin-top: 40px;
        margin-bottom: 20px

    }
    #sub_content .page-header h1 {
    font-size: 24px;
    color: #272727;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 0;
    position: relative;
}
    #sub_content .page-header h1:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    content: "";
    margin-top: 30px;
    }
    @keyframes slidein001 {
  from {

   
    width:0px;
  height:2px;
  background:#fff; 
  left: 0;
  right: 0;
margin-top: 30px;
    
  }

  to {
    width: 100%;
    height:2px;
    background:#000;
       left: 0;
  right: 0;
      margin-top: 30px;

  }
}
    .b_line {
    font-size: 17px;
    color: #2d2b2b;
    font-weight: 900;    
    position: relative;
    display: inline-block;
}
.b_line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 27px;
}
    section.company_03 .list-box {
    margin-bottom: 0px;
}
.list-box dd {
    margin-top: 18px;
    line-height: 20px;
    
}
    section.company_03 .list-box dl.dl-horizontal dt {
    min-width: auto;
    width: auto;
    text-align: left;
    height: auto;
}

section.company_03 .list-box dl.dl-horizontal dd {
    padding-left: 0;
    padding-top: 12px;
}

 section .table_wrap caption {
    font-weight: 900;
    color: #000;
    font-size: 16px;
    /* padding-top: 15px; */
}   
    section .table_wrap .table th, section .table_wrap .table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
        font-size: 14px;
}
    section.company_05 .btn {
    font-size: 13px;
    border-radius: 0;
    border: 1px #000 solid;
    color: #000;
    font-weight: 600;
}
    section.company_05 p.sky {
    z-index: 9999999999999999999999999999999999999999;
    position: absolute;
    font-size: 13px;
    background-color: rgba(0,0,0, 0.7);
    color: #fff;
    padding: 6px 20px;
}
    section.service_01 .section04 p.images span.t-ker {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    padding: 6px 20px;
}
    section.service_01 .h4 {
    color: #2d2b2b;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 26px;
}
    section.service_01 .box_01 {
    border: 1px #ddd solid;
    padding: 30px 30px;
    margin-top: 20px;
}
    section.service_01 .section05 .text-wrap-01 {
        margin-top: 0;
    font-weight: 600;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
    }
    section.service_01 .section05 .text-wrap-01 span.red {
    color: #d41400;
    font-weight: 600;
    font-size: 13px;
}
    section.service_01 .section05 dl.dds dt {
    font-size: 13px;
    font-weight: 600;
}
    section.service_01 .section07 p.b-images span.t-ker {
    font-size: 13px;
    font-weight: 900;
    color: #000;
    position: absolute;
    padding: 8px 32px;
    margin-top: 24px;
    margin-left: 0;
}
    section.service_01 .section07 p.b-images span.t-ker:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000;
    margin-top: 26px;
}
    section.service_01 .b_line {
    color: #2d2b2b;
    font-weight: 900;
    position: relative;
    display: inline-block;
}
    .b_line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #000;
    margin-top: 0;
    }section.service_01 .section.section10 .box_wrap {
        margin-bottom: 40px;
    }
    section.service_01 .section.section10 .box_wrap img {
    margin: 0 auto;
        margin-bottom: 30px;
}
    section.service_01 .section03 p {
    float: left;
    margin-top: 20px;
}
    section.service_01 .section.section05 .b-images img {
        width: 100%;
    }
    section.service_01 .section.section05 .spac_01 .list-inline li {

    width: 100%;
    }
     section.service_01 .section.section05 .spac_01  img {
        width: 100%;

    }
    section.service_01 .section.section03 {
        padding: 0;
        margin: 0;
    }
    section.service_01 .section.section04 {
        margin-top: 15px;
    }
    section.service_01 .sm-s-15 { 
        margin-top: 10px
    }
    section.service_01 .section.section07 {
        margin-top: 15px;
    }
    section.service_01 .section.section03 .box_01,
    section.service_01 .section.section04 .box_01 {
    padding: 20px 20px;
    margin-top: 15px;
}
    section.service_01 ul.dot.type02 li {
    background: url(../../img/sub/dot_02.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0% 2px;
}
section.case > .box > h3 {
    font-size: 17px;
    color: #2d2b2b;
    font-weight: 900;
    border-bottom: 1px #000 solid;
    padding-bottom: 18px;
}
/*    서브마감 */
    .footer .footer-menu {
        padding-top: 25px;
        padding-bottom: 20px;
        background-color: #13161b;
        border-bottom: 1px #1f2226 solid;
    }
    .footer .footer-menu ul {
        padding-top: 18px;
        padding-bottom: 12px;
    }
    .footer .footer-menu ul li:before {
        color: #464646;
    }
    .footer .footer-menu ul li a {
        font-size: 13px;
        font-weight: 400;
        color: #f8f8f9;
        font-family: 'Nanum Barun Gothic', sans-serif;
    }
}
@media (max-width: 768px) {
      section.section_04 .box.custo {
    background: url("../../img/main/cs_bg.jpg"); 
    background-position: 70% 100%;
            background-size: 100%;
            background-repeat: no-repeat;
            background-color: #f5f5f4;

}
        #index_swiper.swiper-container .swiper-content h3 {
            font-size: 18px;
            margin-top: 90px;
        }
        #index_swiper.swiper-container .swiper-content h1 {
            font-size: 29px;
            margin-top: 90px;
        }
        
        #index_swiper.swiper-container .swiper-content p {
            font-size: 15px;
        }
    #index_swiper.swiper-container .swiper-content p br {
        display: none;
    }
    }
