@charset "utf-8";
@charset "utf-8";

main .content{margin: 60px auto; width: 1200px;}
main .content .content_inner{position: relative; width: 100%;}


/* 소개페이지 공통 타이틀. 컨텐츠 */
#info{display: inline-block; width: 100%; height: auto; margin-bottom: 60px;}
#info:last-child{margin-bottom: 0;}
#info .info_tit{display: inline-block; width: 100%; margin-bottom: 30px; border-bottom: 1px solid #dadbe0;}
#info .info_tit h3{display: flex; align-items: center; width: 100%; font-size: 20px; font-weight: 600; line-height: 1.3em; margin-bottom: 15px;}
#info .info_tit h3::before{content: ''; display: inline-block; width: 22px; height: 22px; background: url(/bigdata/resources/images/graph_title_icon.png) 100% 100% no-repeat; background-size: cover; margin-right: 6px;}
#info .info_con{display: inline-block; width: 100%;}
#info .info_con ul{display: inline-block; width: 100%; padding: 0 30px; box-sizing: border-box;}
#info .info_con ul li{position: relative; display: flex; align-items: center; width: 100%; font-size: 16px; line-height: 1.5em; margin-bottom: 15px; padding-left: 16px; box-sizing: border-box;}
#info .info_con ul li:last-child{margin-bottom: 0;}
#info .info_con ul li::before{content: ''; display: inline-block; position: absolute; top: 8px; left: 0; width: 8px; height: 8px; border-radius: 50%; background-color: #4079c8;}
#info .info_con ul li.before_none::before{display: none;}

#info .info_slide{display: inline-block; width: 100%; padding: 0 66px; box-sizing: border-box; position: relative;}
#info .info_slide .bxslider1 li{display: inline-block; width: 133px; margin: 0 10px;}
#info .info_slide .bxslider1 li a{display: flex; flex-direction: column; align-items: center;}
#info .info_slide .bxslider1 li a .img{width: 100px; height: 100px; background-color: #f8fafc; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.15);}
#info .info_slide .bxslider1 li a .txt{margin-top: 20px; font-size: 15px; text-align: center; line-height: 1.3em}


#info .info_slide .bx-wrapper{padding: 0 26px; box-sizing: border-box;}
#info .info_slide .bx-wrapper .bx-controls{position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%;}
.swiper-button-prev{left: 0 !important; width: 40px !important; height: 40px !important; background: url(/bigdata/image/file/108) center no-repeat !important; background-size: cover;}
.swiper-button-next{right: 0 !important; width: 40px !important; height: 40px !important; background: url(/bigdata/image/file/110) center no-repeat !important; background-size: cover;}




/* 미디어쿼리 1239 */
@media (max-width: 1239px){

    main .content{width: calc(100% - 40px);}

}

/* 미디어쿼리 1023 */
@media (max-width: 1023px){

    /* 소개페이지 공통 타이틀. 컨텐츠 */
    #info .info_con ul{padding: 0 15px;}

}



/* 미디어쿼리 599 */
@media (max-width: 599px){

    main .content{margin: 40px auto;}

    /* 소개페이지 공통 타이틀. 컨텐츠 */
    #info{margin-bottom: 40px;}
    #info .info_tit{margin-bottom: 20px;}


}


/* 미디어쿼리 449 */
@media (max-width: 449px){

    /* 소개페이지 공통 타이틀. 컨텐츠 */
    #info .info_con ul{padding: 0 10px;}

}