.subhead_wrap .wrap .title_logo{
    background-image: url("/resources/newimg/vn/info/logo.png");
}
h2{
    text-align: left;
}
/* 회사소개 */
.info_wrap .texts{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_wrap .texts .message_img{
    background-image: url("/resources/newimg/vn/info/company_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 550px;
    height: 677px;
}
.info_wrap .texts_wrap{
    margin-right: 50px;
    width: 600px;
}
.info_wrap .message_wrap p{
    font-size: 1rem;
    margin-bottom: 10px;
}
.info_wrap .name{
    text-align: right;
}


.info_slide{
    margin-top: 100px;
}


/* 히스토리 */
section#com_history{
    margin:0 auto;
    box-sizing:border-box;
    clear:both
 }
 article.history_tab{
    padding:20px 0 0 0;
    margin:0 auto
 }
ul.tab_category{
    margin: 0 auto;
    background: url("/resources/newimg/info/bg_historyline.png") repeat-x center center;
    display: flex;
    justify-content: space-evenly;
    padding: 0px 70px;
    width: 800px;
}
ul.tab_category li{
    float:left;
    width:96px;
    margin-right: 39.3px;
    background:#fff;
    border:1px solid rgba(27,119,160,0.3);
    border-radius:30px;
    box-sizing:border-box;
    text-align:center
}
ul.tab_category li:last-child{
    margin:0;
    width:125px
}
ul.tab_category li a{
    display:inline-block;
    width:96px;
    color:#0080b6;
    padding:8px 15px 9px 15px;
    border-radius:30px;
    box-sizing:border-box;
    text-align:center;
    font-size:.825em;
    cursor:pointer;
    transition:.25s
}
ul.tab_category li:last-child a{
    width:125px
}
ul.tab_category li a:hover{
    background:rgba(0,128,182,0.9);
    color:#fff
}
ul.tab_category li a:focus,.tab_active{
    background:#0080b6;
    color:#fff!important
}
div.tab_content{
    display:none;
    -webkit-animation:fadeEffect .5s;
    animation:fadeEffect .5s;
}
#info_sec3_img{
    margin: 50px auto;			
}

div.tab_content{
    display:none;
    -webkit-animation:fadeEffect .5s;
    animation:fadeEffect .5s;
}
div.tab_content p{
    display: block;
    font-size: 2.2em;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    margin: 30px;
}
div.tab_content span{
    display:block;
    font-size:.9em;
    line-height:180%;
    letter-spacing:-0.5px;
    margin:0 0 20px 0;
    word-break:keep-all;
    color:#3f3f3f
}
div.tab_content span b{
    display:block;
    width:30px;
    float:left;
    color:#0080b6
}

#y2020{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
#y2019, #y2018, #y2017, #y2016, #y2015 ,#y2007y2014{
    width: 100%;
    box-sizing: border-box;
}
.y2011,.y2009,.y2007,.y2013{
    width:450px;
}
.y2010,.y2008,.y2012{
    width:450px
}

.second-half{
    width:450px;
}
.first-half {
    width: 450px;
}
.halfArea1, .halfArea2, .halfArea3, .halfArea4, .halfArea5, .halfArea6{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.halfArea7{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

/* 슬라이드 */
#info_slide .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }

#info_slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

#info_slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
 #info_slide .swiper-horizontal>.swiper-pagination-progressbar,  #info_slide .swiper-pagination-progressbar.swiper-pagination-horizontal{
    bottom: 0;
    top: unset;
 }
 .info_mySwiper > div > div{
    position: relative;
 }
 .info_mySwiper > div > div > p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
    padding: 10px 0;
 }

 /* 찾아오시는 길 */
 #maps .img_area{
    background-image: url("/resources/newimg/info/section6.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
 }
 #maps p{
    margin-top: 10px;
 }



@media all and (max-width:1023px){

    h2{
        text-align: center;
    }

    #com_history, #info_slide{
        display: none;
    }


    /* 헤더 */
    .submenu_wrap li:nth-child(2),.submenu_wrap li:nth-child(3){
        display: none;
        
    }

    .submenu_wrap li{
        margin: 0 5px;
    }

    .submenu_wrap{
        justify-content: center;
    }

    
    /* ceo 인사말 */
    .info_wrap .texts_wrap{
        margin: 0 auto;
        width: auto;
    }
    .info_wrap .texts{
        display: unset;
    }
    .info_wrap .message_wrap p{
        text-align: center;
    }
    .info_wrap .message_img{
        display: none;
    }
    
    .info_wrap .info_slide{
        padding-bottom: 50px;
    }
}
@media all and (max-width:767px){
    .block2{
        display: block;
    }
    .info_wrap .message_wrap p{
        font-size: 0.8rem;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none !important;
    }
}
@media all and (max-width:479px){
    .info_slide{
        margin-top: 50px;
    }
}
@media all and (max-width:280px){
    .block2{
        display: inline;
    }
    .info_wrap .message_wrap p{
        font-size: 0.7rem;
    }
    #maps h2{
        text-align: left;
    }
}

