#contain {
    min-width: 1000px;
}

.sub #contain {
    padding-top: 70px;
}

header, #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: none;
    height: auto;
}

header, #header .line-bottom {
    height: 1px;
    width: 100%;
    background: url("../../img/new/main/header_line.png") repeat-x;
}

#header-contents {
    background: #ffffff;
    display: table;
    margin: 0 auto;
    width: 1000px !important;
    position: relative;
}

#header-contents > div {
    vertical-align: middle;
}

#header-contents .logo {
    /*position: absolute;
    top: 20px;
    left: 0;*/
    float: left;
    margin-top: 20px;
}

#header-contents .nav-wrap {
    height: 70px;
    float: right;
}

#header-contents .nav-wrap .lang {
    float: left;
    display: table;
    margin: 15px 0 15px /*20px*/10px;
    border: 1px solid #000000;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    background: url("../../img/new/main/bg_lang.png") no-repeat 90px center;
}

#header-contents .nav-wrap .lang a {
    font-size: 16px;
    font-weight: 700;
    color: #030303;
    display: block;
    padding: 10px 50px 10px 18px;
}

#navi-bar {
    display: table;
    float: left;
}

#navi {
    display: table;
}

#navi li {
    float: left;
    position: relative;
    text-align: center;
    /*min-width: 101px;*/
}

#navi > li > a div:after {
    background: #ffffff;
    color: #ffffff;
    content: "";
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    -ms-transition: width 0.2s ease 0s;
    -webkit-transition: width 0.2s ease 0s;
    -moz-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s;
    transition: width 0.2s ease 0s;
    width: 0;
}

#navi > li:hover > a div:after,
#navi > li > a:hover div:after {
    background-color: #00abe4;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

#navi li a {
    color: #010101;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 21px 0;
    padding: 5px 28px;
}

#navi li:nth-child(3) a {
    padding: 5px 40px;
}

#navi li:nth-child(4) a {
    padding: 5px 33px;
}

#navi li .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

#navi li .sub-menu li {
    float: none;
    width: auto;
    min-width: 101px;
    margin: 10px 0;
}

#navi li .sub-menu li a {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#navi li .sub-menu li a:hover {
    color: #00abe4;
    font-weight: 700;
}

#visual .visual-wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    height: auto !important;
}

#visual .visual-wrap .txt-wrap {
    background: none !important;
    position: absolute;
    width: 1000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#visual .sub.visual-wrap .txt-img {
    background: none;
    position: absolute;
    left: 50%;
    top: 180px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    width: auto;
}

#visual .sub.visual-wrap {
    /*margin: 70px auto 0;*/
    /*max-height: 735px;*/
}

#visual .visual-wrap #bx-pager {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    z-index: 11;
}

#visual .visual-wrap #bx-pager a {
    background: #ffffff;
    display: block;
    width: 11px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
}

#visual .visual-wrap #bx-pager a ~ a {
    margin-left: 7px;
}

#visual .visual-wrap #bx-pager a.active {
    width: 84px;
}

#visual .visual-wrap li {
    height: 722px;
}

#visual .sub.visual-wrap li {
    height: 735px;
}

#visual .visual-wrap li > div {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
}

#visual .visual-wrap li:nth-child(1) > div,
#visual .visual-wrap li:nth-child(2) > div {
    background-image: url("../../img/new/main/main_visual_01.png");
}

#visual .visual-wrap li:nth-child(3) > div {
    background-image: url("../../img/new/main/main_visual_02.png");
}

#visual .visual-wrap li:nth-child(4) > div {
    background-image: url("../../img/new/main/main_visual_03.png");
}

#visual .visual-wrap li div .info {
    position: absolute;
    top: 156px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000px;
    min-height: 232px;
}

#visual .visual-wrap li:nth-child(2) div .info {
    background: url("../../img/new/main/main_visual_01_info-01.png") no-repeat left top;
}

#visual .visual-wrap li:nth-child(3) div .info {
    background: url("../../img/new/main/main_visual_02_info-01.png") no-repeat left top;
}

#visual .visual-wrap li:nth-child(4) div .info {
    background: url("../../img/new/main/main_visual_03_info-01.png") no-repeat left top;
}

#visual .visual-wrap li:nth-child(2) div .info a {
    background: url("../../img/new/main/main_visual_01_info-02.png") no-repeat;
}

#visual .visual-wrap li:nth-child(3) div .info a {
    background: url("../../img/new/main/main_visual_02_info-02.png") no-repeat;
}

#visual .visual-wrap li:nth-child(4) div .info a {
    background: url("../../img/new/main/main_visual_01_info-02.png") no-repeat;
}

#visual .visual-wrap li div .info a {
    display: block;
    margin-top: 160px;
    width: 155px;
    height: 50px;
}

#middle-rank .rank-wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#middle-rank .rank-wrap li {
    float: left;
    /*height: 195px;*/
    /* width: 11.111111111111111%; */
  /*width: 12.5%; */
    position: relative;
    /*min-width: 180.88px;*/
}

#middle-rank .rank-wrap li:hover {
    background-color: #ffba00;
}

/*#middle-rank .rank-wrap li:hover:nth-child(6) a {
    background-color: #00abe4;
}*/

#middle-rank .rank-wrap li:nth-child(1) a {
    background: transparent url('../../img/new/main20200814/icon_rank_01.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:nth-child(2) a {
    background: transparent url('../../img/new/main20200814/icon_rank_02.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:nth-child(3) a {
    background: transparent url('../../img/new/main20200814/icon_rank_03.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:nth-child(4) a {
    background: transparent url('../../img/new/main20200814/icon_rank_04.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:nth-child(5) a {
    background: transparent url('../../img/new/main20200814/icon_rank_05.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:nth-child(6) a {
    background: transparent url('../../img/new/main20200814/icon_rank_06.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:nth-child(7) a {
    background: transparent url('../../img/new/main20200814/icon_rank_07.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:nth-child(8) a {
    background: transparent url('../../img/new/main20200814/icon_rank_08.png') no-repeat center 30%;
}
/*
#middle-rank .rank-wrap li:nth-child(9) a {
    background: transparent url('../../img/new/main/icon_rank_09.png') no-repeat center 30%;
}

#middle-rank .rank-wrap li:nth-child(10) a {
    background: transparent url('../../img/new/main/icon_rank_10.png') no-repeat center 30%;
}
#middle-rank .rank-wrap li:last-child {
    display: none;
}
*/

#middle-rank .rank-wrap li a {
    color: #ffffff;
    display: block;
    height: 0;
    font-size: 20px;
    font-weight: 700;
    padding-top: 100%;
}

#middle-rank .rank-wrap li a div {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

#latest-board .latest-wrap {
    margin: 67px auto 66px;
    width: 1000px;
}

#latest-board .info-01 li {
    border: 1px solid #b8bec6;
    float: left;
    min-width: 319px;
}

#latest-board .info-01 li ~ li {
    margin-left: 21px;
}

#latest-board .info-01 li a {
    color: #0b0a0a;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

#latest-board .info-01 li:nth-child(1) a .pic {
    background: url("../../img/new/main/latest_img_01.png") no-repeat center;
    /*width: 476px;*/
    height: 150px;
}

#latest-board .info-01 li:nth-child(2) a .pic {
    background: url("../../img/new/main/latest_img_02.png") no-repeat center;
    /*width: 476px;*/
    height: 150px;
}

#latest-board .info-01 li:nth-child(3) a .pic {
    background: url("../../img/new/main/latest_img_03.png") no-repeat center;
    /*width: 476px;*/
    height: 150px;
}

#latest-board .info-01 li a .title {
    background: url("../../img/new/main/icon_arrow_right.png") no-repeat 440px center;
    padding: 12px;
}

#latest-board .info-02 {
    margin-top: 48px;
}

#latest-board .info-02 .board {
    float: left;
    margin-right: 21px;
}

#latest-board .info-02 .board:last-child {
    margin-right: 0;
}

#latest-board .info-02 .board .board-wrap {
    width: 317px;
}

#latest-board .info-02 .board .board-wrap .list {
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    border: 1px solid #cdcdcd;
    min-height: 140px;
    padding: 0 18px;
}

#latest-board .info-02 .board .board-wrap .list li {
    margin: 9px 0;
}

#latest-board .info-02 .board .board-wrap .list li a {
    color: #0b0a0a;
    font-size: 14px;
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

#latest-board .info-02 .board .board-wrap .sbj {
    border-bottom: 2px solid #7d7d7d;
    padding-bottom: 5px;
}

#latest-board .info-02 .board .board-wrap .sbj .bnm {
    color: #0b0a0a;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

#latest-board .info-02 .board .board-wrap .sbj .more {
    color: #00abe4;
    display: block;
    font-size: 13px;
    font-weight: 700;
    float: right;
    line-height: 20px;
}

#latest-board .info-02 .board .comp-get {
    margin-top: 24px;
}

#latest-board .info-02 .board .comp-get a div {
    /*float: left;*/
    padding: 17px 18px;
}

#latest-board .info-02 .board .comp-get .review {
    background-color: #d9d9d9;
    background-image: url("../../img/new/main/icon_review.png");
    background-repeat: no-repeat;
    background-position: 85px 80px;
    width: 148px;
    height: 143px;
}

#latest-board .info-02 .board .comp-get .job {
    background-color: #00abe4;
    background-image: url("../../img/new/main/icon_job.png");
    background-repeat: no-repeat;
    background-position: 80px 75px;
    width: 148px;
    height: 143px;
    margin-left: 25px;
}

#latest-board .info-02 .board .comp-get a {
    color: #0b0a0a;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

#app {
    background: #3a3a3a;
}

#app .app-wrap {
    height: 220px;
    width: 1000px;
    margin: 0 auto;
}

#app .app-wrap ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-top: 40px;
}

#app .app-wrap ul li {
    /*float: left;
    width: 25%;*/
}

#app .app-wrap ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-align: center;
}

#app .app-wrap ul li a .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
}

#app .app-wrap ul li:nth-child(1) a .icon {
    background: url("../../img/new/main/icon_market.png") no-repeat center;
}

#app .app-wrap ul li:nth-child(2) a .icon {
    background: url("../../img/new/main/icon_blog.png") no-repeat center;
}

#app .app-wrap ul li:nth-child(3) a .icon {
    background: url("../../img/new/main/icon_kakao.png") no-repeat center;
}

#app .app-wrap ul li:nth-child(4) a .icon {
    background: url("../../img/new/main/icon_youtube.png") no-repeat center;
}

#app .app-wrap a p {
    margin-top: 21px;
    line-height: 1.3;
}




#footer .footer-wrap {
    background: #ffffff;
    display: table;
    margin: 66px auto 0;
    width: 1000px !important;
    min-height: 386px;
    position: relative;
}

#footer .footer-wrap > div {
    float: left;
}

#footer .map {
    width: 50%;
}

#footer .map > ul li {
    width: 98px;
}

#footer .map > ul > li {
    float: left;
    /*margin-right: 100px;*/
    position: relative;
}

#footer .map > ul > li > a {
    color: #0b0a0a;
    font-size: 16px;
    font-weight: 700;
}

#footer .map > ul > li > ul {
    position: absolute;
    top: 20px;
    left: 0;
}

#footer .map > ul > li > ul > li {
    margin-top: 10px;
}

#footer .map > ul > li li a {
    color: #595959;
    font-size: 13px;
    font-weight: 700;
}

#footer .map > ul > li > ul > li > ul > li {
    margin-top: 5px;
}

#footer .map > ul > li > ul > li > ul > li:first-child {
    margin-top: 15px;
}

#footer .map > ul > li li li a {
    font-size: 12px;
    font-weight: 400;
}

#footer .line-center {
    background-color: #b5b5b5;
    float: none !important;
    position: absolute;
    top: 0;
    left: 48%;
    width: 1px;
    height: 239px;
}

#footer .info {
    width: 50%;
}

#footer .info .addr {
    margin-top: 6px;
}

#footer .info .addr,
#footer .info .addr a {
    color: #0b0a0a;
    font-size: 14px;
}

#footer .info .addr span {
    display: inline-block;
    margin-top: 10px;
}

#footer .info .addr span + span {
    margin-left: 15px;
}

#footer .info .btn-wrap {
    margin-top: 18px;
    position: relative;
}

#footer .info .btn-wrap a {
    background-color: #333333;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    float: left;
    width: 159px;
    height: 43px;
    line-height: 43px;
    padding-left: 9px;
    position: relative;
}

#footer .info .btn-wrap a:nth-child(2) {
    margin: 0 11px;
}

#footer .info .btn-wrap a:nth-child(4) {
    clear: both;
    margin-top: 11px;
}

#footer .info .btn-wrap a:nth-child(5) {
    margin-top: 11px;
    margin-left: 11px;
}

#footer .info .btn-wrap a:nth-child(5) {
    background-color: #00abe4;
}

#footer .info .btn-wrap a span {
    position: absolute;
    right: 9px;
}



#footer .info .btn-wrap a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .info .btn-wrap .link {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 340px;
    border: 1px solid #d5d5d5;
}
#footer .info .btn-wrap .link li {
    background: #ffffff;
    width: 100px;
    height: 27px;
}
#footer .info .btn-wrap .link li:nth-child(2) {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
#footer .info .btn-wrap .link a {
    background: #ffffff url("../../img/new/arrow_right.png") no-repeat 83px center;
    display: block;
    color: #000;
    text-align: center !important;
    width: 100px;
    height: 27px;
    line-height: 27px;
    padding: 0 !important;
    margin: 0 !important;
}
#footer .info .btn-wrap .link a:hover {
    color:#00abe4;
}





#footer .info .copy {
    color: #0b0a0a;
    font-size: 13px;
    font-weight: 400;
    margin-top: 19px;
}




@media screen and (min-width: 700px) and (max-width: 1400px) {
    #middle-rank .rank-wrap li a {
        background-position: 50% 33% !important;
        background-size: 18% !important;
        font-size: 16px;
    }
}







/* 에듀테크 s */
#edu .bg-wrap {background:white;}
#edu .bg-wrap.yellow {background:#ffd929;}
#edu .cont-wrap {margin:0 auto;width:1000px;font-family:"Nanum Gothic", sans-serif;padding: 85px 0 78px;/*min-height:868px;*/box-sizing:border-box;}
#edu .cont-wrap .title {color:#0b0a0a;font-size:31px;font-weight:800;text-align:center;}
#edu .cont-wrap .desc {color:#0b0a0a;font-size:18px;text-align:center;margin:30px auto 0;line-height:1.5;width:/*875px*/ 100%;}
#edu .cont-wrap .desc .bold {font-weight:700;}
#edu .cont-wrap .desc .br {display:block;}
#edu .cont-wrap .img {margin-top:45px;text-align:center;position:relative;}
#edu .cont1 .img .btn-wrap {position:absolute;left:50%;bottom:47px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#edu .cont1 .img .btn-wrap a {background:url("../../img/new/sub/edu_01_img2.png") no-repeat 0 0;display:block;font-size:0;width:387px;height:119px;}
#edu .cont2 .img ul {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;}
#edu .cont2 .img ul li:nth-child(2) {margin:0 29px;}
#edu .cont2 .img ul li:nth-child(4) {margin:53px 0 37px;}
#edu .cont2 .img ul li:nth-child(6),
#edu .cont2 .img ul li:nth-child(8) {margin-left:8px;}
#edu .cont2 .img ul li:nth-child(7),
#edu .cont2 .img ul li:nth-child(8) {margin-top:8px;}
#edu .cont2 .movie-wrap {margin:42px auto 0;height:563px;position:relative;}
#edu .cont3 .img {display:flex;}
#edu .cont3 .img ul {display:flex;flex-wrap:wrap;}
#edu .cont3 .btn-wrap a {background:url("../../img/new/sub/edu_03_img6.png") no-repeat 0 0;display:block;font-size:0;width:387px;height:119px;margin:60px auto 0;}
#edu .cont4 .img .btn-wrap a {background:url("../../img/new/sub/edu_04_img2.png") no-repeat 0 0;display:block;font-size:0;width:387px;height:119px;margin:0 auto;}
/* 에듀테크 e */




/* 인공지능 s */
#ai .bg-wrap {background:white;}
#ai .bg-wrap.yellow {background:#ffe88b;}
#ai .cont-wrap {margin:0 auto;width:1000px;font-family:"Nanum Gothic", sans-serif;padding: 85px 0 78px;/*min-height:868px;*/box-sizing:border-box;}
#ai .cont-wrap .title {color:#0b0a0a;font-size:31px;font-weight:800;text-align:center;}
#ai .cont-wrap .desc {color:#0b0a0a;font-size:18px;text-align:center;margin:30px auto 0;line-height:1.5;width:800px;}
#ai .cont-wrap .desc .bold {font-weight:700;}
#ai .cont-wrap .img {margin-top:45px;text-align:center;position:relative;}
#ai .cont-wrap .color {text-align:center;margin-top:40px;}
#ai .cont-wrap .color span {color:#0b0a0a;font-size:17px;font-weight:700;}
#ai .cont-wrap .color span.line-space {display:inline-block;margin:0 10px;}
#ai .cont-wrap .btn-wrap {margin-top:133px;}
#ai .cont-wrap .btn-wrap ul {display:flex;justify-content:space-between;}
#ai .cont-wrap .btn-wrap ul li:nth-child(2) {margin: 0 17px;}
/* 인공지능 e */




/***************************************** new 2019 *****************************************/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.bgc-blue-01 { background-color:#00abe4; }
.bgc-blue-02 { background-color:#008bbc; }
.bgc-blue-03 { background-color:#005674; }
.bgc-orange { background-color:/*#ffba00*/ #c600ff; }
.bgc-gray-01 { background-color:#979797; }
.bgc-gray-02 { background-color:#3a3a3a; }
.bgc-gray-03 { background-color:#626262; }
/***************************************** new 2019 *****************************************/


/* 예외처리 */
#header {margin-left:0;}
#latest-board .info-01 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#latest-board .info-02 .board .comp-get .review,
#latest-board .info-02 .board .comp-get .job {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer {background:none;border-top:2px solid #a0a0a0;font-weight:inherit;letter-spacing:inherit;}

body.sub div#content {
    margin-top: 70px;
}

#bo_v header {
    position: relative !important;
    height: auto !important;
}
