@charset "utf-8";

/* 메인 */

#eduwrap {
    height: 100%;
    background: url(/platform/img/main/sub_01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#coopewrap {
    height: 100%;
    background: url(/platform/img/main/sub_02.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#superb {
    height: 100%;
    background: url(/platform/img/main/sub_04.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#boardwrap {
    height: 100%;
    background: url(/platform/img/main/sub_03.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

/* 공통 */

@media screen and (min-width:1301px){

    br.br_m{display: none;}
}
@media screen and (max-width:1300px){

    br.br_d{display: none;}
}

.sub_box {
    display:block;
    width:100%;
    word-break:keep-all;
}
.sub_box .mb10 {margin-bottom:10px !important}
.sub_box .mb20 {margin-bottom:20px !important}
.sub_box .mb30 {margin-bottom:30px !important}
.sub_box .mb40 {margin-bottom:40px !important}
.sub_box .mb50 {margin-bottom:50px !important}
.sub_box .mt10 {margin-top:10px !important}
.sub_box .mt20 {margin-top:20px !important}
.sub_box .mt30 {margin-top:30px !important}
.sub_box .mt40 {margin-top:40px !important}
.sub_box .mt50 {margin-top:50px !important}


.sub_box img {
    max-width:100%;
    margin:0;
    padding:0;
    vertical-align:middle
}



.sub_box .mo_view {
    display:none
}

.sub_box .text-box{
    padding: 0 0 0 5px
}
.sub_box p{
    line-height:1.4
}

.sub_box h4{
    font-size:17px;
    font-weight:700;
}

@media only screen and (max-width: 980px){
    .sub_box .pc_view {
        display:none !important
    }
    .sub_box .mo_view {
        display:inline-block;
    }
}

.sub_box .flex-div {
    display:flex;
    align-items: center;
}

.sub_box .img_box {
    border-radius:10px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    padding:70px;
    background:#fff;
    text-align:center
}

.sub_box .img_box2 {
    border-radius:10px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    padding:35px;
    background:#fff;
    text-align:center
}

.sub_box .text_box {
    border-radius:10px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    padding:70px;
    background:#fff;
}

@media only screen and (max-width: 980px){
    .sub_box .img_box {
        padding: 30px 10px;
    }
    .sub_box .text_box {
        padding: 20px;
    }
    .sub_box .img_box2 {
        padding: 30px 10px;
    }
}

.sub_box .btn_wrap {
    text-align:center
}

.sub_box .btn_wrap .btn01{
    text-align:center;
    max-width:390px;
    padding:15px 0;
    background:#6b7a8e;
    color:#ffffff;
    width:100%;
    font-size:16px;
    border-radius:8px;
}

.sub_box .btn_wrap .btn01:hover{
    background:#546478;
}

.sub_box .gray_text_box{
    background:#f8f8f8;
    border:solid 1px #dedede;
    box-shadow:5px 5px 5px rgba(0,0,0,0.05);
    border-radius:8px;
    padding:30px;
}

.sub_box .inline_list {
    text-align:center
}

.sub_box .inline_list li{
    display:inline-block;
    line-height:1.4
}

.sub_box .btn-type01{
    padding:12px 30px;
    background:#6b7a8e;
    color:#ffffff;
    border-radius:8px;
    display:inline-block;
}


@media only screen and (max-width: 980px){
    .sub_box .gray_text_box{
        padding:15px;
    }
}

@media only screen and (max-width: 760px){
    .sub_box .btn_wrap .btn01{
        width:100%;
    }
}

.sub_box .sub_text_list ul {
    padding-left: 15px;
}

.sub_box .sub_text_list ul>li {
    margin-bottom: 3px;
    line-height: 1.5;
    padding-left: 0.9em;
    text-indent: -0.9em;
}

.sub_box .sub_text_list ul>li:last-of-type {
    margin-bottom: 0;
}

.sub_box .sub_text_list ul>li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -4px 8px 0 0;
    background: var(--primary);
    border-radius: 50%;
    vertical-align: middle;
}

/* 테이블타입 01 */
.sub_box .table_type01{
    width:100%;
    border-top:solid 1px #ddd;
}

.sub_box .table_type01 tr{
    border-bottom:solid 1px #ddd;
}

.sub_box .table_type01 th{
    padding:15px;
    background:#ebeff5;
    color:#6b7a8e;
    font-weight:500;
    text-align:left;
}

.sub_box .table_type01 td{
    padding:15px;
    background:#fff;
    text-align:left;
    line-height:1.4
}

/* 테이블타입 02 */

.sub_box .table_type02{
    width:100%
}

.sub_box .table_type02 thead tr th {
    padding: 10px 5px;
    background: #EBEFF5;
    border-right: 1px solid #fff;
    text-align: center;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
}

.sub_box .table_type02 tbody tr {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.sub_box .table_type02 tbody tr td {
    padding: 11px 6px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
}

.sub_box .table_type02 thead tr th:last-of-type,
.sub_box .table_type02 tbody tr td:last-of-type {
    border-right: 0;
}

.sub_box .table_type02 tbody tr td.align-left {
    padding: 11px 15px;
    text-align: left;
}

.sub_box .table_type02 tbody tr td.align-right {
    text-align: right;
}

/* 테이블타입 03 */

.sub_box .table_div {
    display:table;
    width:100%;
}

.sub_box .table_div .table_div_row {
    display:table-row;
    width:100%;
}

.sub_box .table_div .table_div_row .table_div_cell_tit{
    display:table-cell;
    background: #EBEFF5 !important;
    border-right: 1px solid #fff;
    color: #6b7a8e;
    font-weight: 500;
    vertical-align: middle;
    padding: 11px 6px;
    text-align: center;
}

.sub_box .table_div .table_div_row .table_div_cell{
    padding: 11px 6px;
    border-right: 1px solid #ddd;
    border-bottom:solid 1px #ddd;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    display:table-cell;
    background:#fff;
}

.sub_box .table_div .table_div_row .table_div_cell_tit:last-of-type,
.sub_box .table_div .table_div_row .table_div_cell:last-of-type {
    border-right: 0;
}

@media only screen and (max-width: 980px){
    .sub_box .table_div,
    .sub_box .table_div .table_div_row{
        display:block;
    }
    .sub_box .table_div .table_div_row .table_div_cell_tit{
        display:inline-block;
        margin-right:-4px;
    }
    .sub_box .table_div .table_div_row .table_div_cell{
        display:inline-block;
        margin-right:-4px;
        border-right:0
    }
    .sub_box .table_div .table_div_row .table_div_cell_tit:nth-child(2){
        border-right:0
    }
}

/* 테이블타입 04 */

.sub_box .table_type04 {
    display:flex;
    column-gap:10px;
}

.sub_box .table_type04 .cell {
    width:calc(100% / 2);
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    border-radius:8px;
}

.sub_box .table_type04 .cell .table_type04_tit {
    text-align:center;
    padding:11px 10px;
    border-radius:8px 8px 0 0;
    width:100%;
    font-weight:500;
    color:#fff;
}

.sub_box .table_type04 .cell .table_type04_tit img {
    height:20px
}

.sub_box .table_type04 .cell .table_type04_tit.pink {
    background:#e667af
}

.sub_box .table_type04 .cell .table_type04_tit.blue {
    background:#8ab1e9
}

.sub_box .table_type04 .cell .table_type04_text {
    height: calc(100% - 39px);
    padding:40px 30px;
    border-radius:0 0 8px 8px;
    background:#fff;
}

.sub_box .table_type04 .cell .table_type04_img {
    text-align:center;
    margin-bottom:30px;
}

.sub_box .table_type04 .cell .gray_box {
    background:#f1f1f1;
    padding:10px 20px;
    line-height:1.5;
}

.sub_box .white_box {
    padding:20px;
    background:#fff;
    border:solid 1px #ddd;
}

.sub_box .white_box h5{
    font-weight:700;
    margin:0 0 10px 0;
    font-size:17px;
}

.sub_box .text_list_2 ul {
    padding-left: 5px;
}

.sub_box .text_list_2 ul>li {
    margin-bottom: 3px;
    line-height: 1.5;
    padding-left: 0.9em;
    text-indent: -0.9em;
}

.sub_box .text_list_2 ul>li:last-of-type {
    margin-bottom: 0;
}

.sub_box .text_list_2 ul>li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -4px 8px 0 0;
    background: var(--primary);
    border-radius: 50%;
    vertical-align: middle;
}

.sub_box .text_list_2.pink ul>li:before {
    background: #e667af;
}

@media only screen and (max-width: 1200px){
    .sub_box .table_type04 .cell .table_type04_text {
        padding:20px;
    }
}


@media only screen and (max-width: 980px){
    .sub_box .table_type04 {
        display:block;
        column-gap:0;
    }

    .sub_box .table_type04 .cell {
        width:100%;
        background:#fff;
        box-shadow:5px 5px 5px rgba(0,0,0,0.09);
        border-radius:8px;
    }

    .sub_box .table_type04 .cell:nth-child(1) {
        margin:0 0 20px 0;
    }

    .sub_box .table_type04 .cell .table_type04_img img{
        height:90px
    }

}

.sub_box .table_text_list>li {
    line-height:1.5;
}

.sub_box .table_text_list>li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -4px 8px 0 0;
    background: var(--primary);
    border-radius: 50%;
    vertical-align: middle;
}



/* 절차 */

.sub_box .process_list {
    background:#fff;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    border-radius:8px;
    padding:60px 40px;
    text-align:center
}

.sub_box .process_list li {
    display:inline-block;
    vertical-align:middle;
    position:relative;
}


.sub_box .process_list li span{
    position:absolute;
    width:100%;
    padding:0 29px 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height:1.2;
    font-size:18px;
}
.sub_box .process_list li:last-child  span{
    padding:0;
    top: 70%;
}

.sub_box .process_list li:last-child span img{
    width:auto;
    height:auto;
    margin:0;
    padding:0
}


@media only screen and (max-width: 1200px){
    .sub_box .process_list {
        padding:10px;
    }
}



@media only screen and (max-width: 980px){
    .sub_box .process_list li {
        width:33.3333%;
        margin-right:-4px;
    }

    .sub_box .process_list li span{
        font-size:16px;
    }

}


@media only screen and (max-width: 760px){
    .sub_box .process_list li:last-child{
        padding:0 25px 0 0
    }

    .sub_box .process_list li img{
        height:100px
    }
    .sub_box .process_list li span{
        font-size:15px;
        padding:0 20px 0 0;
    }

    .sub_box .process_list li:last-child img{
        height:100px
    }
    .sub_box .process_list li:last-child  span{
        padding:0 25px 0 0;
        top: 75%;
    }
}



.sub_box .nemo_process{
    display:flex;
    column-gap:10px;
}

.sub_box .nemo_process2{
    display:flex;
    column-gap:10px;
}



.sub_box .nemo_process .nemo_process_cell{
    width:calc(100% / 6);
    border-radius:8px;
    background:#fff;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    overflow:hidden;
    position:relative;
}


.sub_box .nemo_process2 .nemo_process_cell{
    width:calc(100% / 7);
    border-radius:8px;
    background:#fff;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    overflow:hidden;
    position:relative;
}



.sub_box .nemo_process_cell:last-child{
    background:var(--primary);
}

.sub_box .nemo_process_cell:last-child .text{
    bottom:10px
}

.sub_box .nemo_process_cell .icon{
    text-align:center;
    padding:30px 30px 60px 30px;
}

.sub_box .nemo_process_cell .text{
    text-align:center;
    padding:10px;
    background:var(--primary);
    color:#ffffff;
    font-weight:500;
    position:absolute;
    width:100%;
    bottom:0
}

.sub_box .nemo_process2 .nemo_process_cell .text{
    height:60px;
}

.sub_box .nemo_process2 .nemo_process_cell .text>div{
    position:relative;
    width:100%;
    height:100%;
}

.sub_box .nemo_process2 .nemo_process_cell .text>div>div{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:100%;
    line-height:1.2
}

.sub_box .nemo_process2 .nemo_process_cell:last-child .text{
    bottom:0;
}


@media only screen and (max-width: 980px){
    .sub_box .nemo_process{
        display:block;
    }

    .sub_box .nemo_process2{
        display:block;
    }
    .sub_box .nemo_process .nemo_process_cell{
        width:calc(33.3333% - 5px);
        margin-right:2px;
        display:inline-block;
        margin-bottom:5px
    }

    .sub_box .nemo_process2 .nemo_process_cell{
        width:calc(33.3333% - 5px);
        margin-right:2px;
        display:inline-block;
        margin-bottom:5px
    }

    .sub_box .nemo_process2 .nemo_process_cell:last-child{
        width:100%
    }


    .sub_box .nemo_process2 .nemo_process_cell .icon{
        padding-top:15px;
    }

    .sub_box .nemo_process2 .nemo_process_cell .text{
        height:50px;
    }


    .sub_box .nemo_process .nemo_process_cell .icon img{
        width:60px
    }

    .sub_box .nemo_process2 .nemo_process_cell .icon img{
        width:55px
    }

}




/* 인사말 */
.sub_box .company  {

}

.sub_box .company .company_tit  {
    padding:110px 0 30px 0;
    position:relative;

}


.sub_box .company .company_tit h4 {
    font-size:30px;
    font-weight:700;
    margin:0;
    padding:0;

}

.sub_box .company .company_tit span {
    position:absolute;
    right:25px;
    bottom:-3px;
}

.sub_box .company .company_tit span img{
    height:168px;
}


.sub_box .company .company_line{
    height:6px;
    background:var(--primary);
    border-radius:6px;
}


.sub_box .company .company_text{
    padding:50px 0 0 0;
    line-height:1.4;
}


.sub_box .company .company_text p{
    word-break:keep-all;
}

.sub_box .company .company_text p.right{
    text-align:right !important;
    font-size:18px !important;
    font-weight:700

}


@media only screen and (max-width: 1199px){
    .sub_box .company .company_tit  {
        padding:50px 0 20px 0;
    }

    .sub_box .company .company_tit h4 {
        font-size:18px;
    }


    .sub_box .company .company_tit span img{
        height:100px;
    }


    .sub_box .company .company_line{
        height:4px;
        border-radius:4px;
    }

    .sub_box .company .company_text{
        padding:30px 0 0 0;
    }
}


@media only screen and (max-width: 767px){

    .sub_box .company .company_text p.right{
        font-size:16px !important;
    }
}



/* 오시는길 */
.sub_box .table_div .table_div_row .map_table_left{
    width:20.3333%
}

.sub_box .table_div .table_div_row .map_table_right{
    width:13%
}

@media only screen and (max-width: 980px){
    .sub_box .table_div .table_div_row .map_table_left{
        width:40%;
        background:#f9f9f9
    }

    .sub_box .table_div .table_div_row .map_table_right{
        width:60%;

    }
}

/* 가족회사 */
.sub_box .family_icon {padding:0 24px 0 0}
.sub_box .family_text strong {padding:0 0 10px 0; display:inline-block}
.sub_box .family_text {line-height:1.4}




/* 산학기술공동개발 */
.sub_box .effect {
    display:flex;
    column-gap:10px;
}


.sub_box .effect .effect_row {
    width:calc(100% / 3);
    border-radius:8px;
    background:#fff;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    overflow:hidden;
    position:relative;
}




.sub_box .effect_row .photo {
}

.sub_box .effect_row .text {
    padding:20px;
    text-align:center;
    line-height:1.4;
}


@media only screen and (max-width: 980px){
    .sub_box .effect {
        display:block;
        width:100%;
    }

    .sub_box .effect .effect_row {
        display:block;
        width:100%;
        margin:0 0 10px 0;
    }


    .sub_box .effect .effect_row  .photo {
        width:40%;
        display:table-cell;
    }
    .sub_box .effect .effect_row .text {
        display:table-cell;
        width:60%;
        vertical-align:middle
    }
}

/* 비교교육과정 */

.sub_box .edu_container{}
.sub_box .edu_container .item{}


.sub_box .edu_container .item .edu_table {
    display:flex;
}

.sub_box .edu_container .item .edu_table ul{
    width:calc(50% - 5px);
    margin-right:5px
}
.sub_box .edu_container .item .edu_table ul li{
    margin-bottom:10px;

}
.sub_box .edu_container .item .edu_table ul:last-child{
    margin-left:5px;
    margin-right:0
}


.sub_box .edu_container .item .edu_table ul .edu{
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    border-radius:8px;
    overflow:hidden;
    border:solid 1px #ddd;
}


.sub_box .edu_container .item .edu_table ul .edu .edu_tit{
    color:#fff;
    padding:10px;
}
.sub_box .edu_container .item .edu_table ul .edu.blue .edu_tit{
    background:#8ab1e9
}

.sub_box .edu_container .item .edu_table ul .edu.pink .edu_tit{
    background:#e667af
}

.sub_box .edu_container .item .edu_table ul .edu .edu_info{
    position: relative;
    display:flex;
    padding:10px;
    background:#fff;
    border-bottom:solid 1px #ddd;
    line-height:1.2;
    padding-right:100px;
}

.sub_box .edu_container .item .edu_table ul .edu .edu_info img{
    height:16px;
    margin-right:7px
}

.sub_box .edu_container .item .edu_table ul .edu .edu_info span.days{
    position:absolute;
    right:10px;
    top:10px;
    padding:0 0 0 20px;
    line-height:16px;height:16px;
}


.sub_box .edu_container .item .edu_table ul .edu.blue .edu_info span.days{
    background:url(/platform/img/introduction/bist/clock_blue.svg) no-repeat;
    background-size:16px;
}


.sub_box .edu_container .item .edu_table ul .edu.pink .edu_info span.days{
    background:url(/platform/img/introduction/bist/clock_pink.svg) no-repeat;
    background-size:16px;
}


.sub_box .edu_container .item .edu_table ul .edu .edu_info span.small{
    font-size:6px;
}

.sub_box .edu_container .item .edu_module .edu_box	{
    background:#f1f1f1;
    padding:10px;
    line-height:1.2;
}

.sub_box .edu_module{
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    border-radius:8px;
}


.sub_box .edu_module .edu_module_tit {
    text-align:center;
    padding:11px 10px;
    border-radius:8px 8px 0 0;
    width:100%;
    font-weight:500;
    color:#fff;
}

.sub_box .edu_module .edu_module_tit img {
    height:20px
}


.sub_box .edu_module .edu_module_tit.pink {
    background:#e667af
}
.sub_box .edu_module .edu_module_tit.blue {
    background:#8ab1e9
}


.sub_box .edu_module .edu_module_text {
    padding:30px 30px 20px 30px;
    border-radius:0 0 8px 8px;
    background:#fff;
}

.sub_box .edu_module_textbox{
    border-radius:10px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.09);
    padding:35px;
    background:#fff;
    text-align:center
}

@media only screen and (max-width: 760px){
    .sub_box .edu_container .item .edu_table{
        display:block;
    }
    .sub_box .edu_container .item .edu_table ul{
        width:100%;
        margin-right:0
    }
    .sub_box .edu_container .item .edu_table ul:last-child{
        margin-left:0;
    }

    .sub_box .edu_module .edu_module_text {
        padding:15px 15px 10px 15px;
    }

    .sub_box .edu_module_textbox{
        padding:20px
    }
}





/* ai 미래인재매칭 */

.sub_box .e-port {
    display:flex;
    column-gap:5px;
}

.sub_box .e-port .cell{
    width:calc(100% / 7);
}

.sub_box .e-port .cell .tit{
    padding:15px;
    color:#fff;
    font-weight:700;
    background:#8ab1e9;
    border-radius:5px;
    text-align:center;
    margin:0 0 5px 0;
}

.sub_box .e-port .cell ul li{
    margin:0 0 5px 0;
    padding:15px;
    display:inline-block;
    text-align:center;
    background:#fff;
    border:solid 1px #8ab1e9;
    border-radius:5px;
    width:100%;
}

.sub_box .e-port .cell ul li span{

}



@media only screen and (max-width: 980px){
    .sub_box .e-port {
        display:block;
    }

    .sub_box .e-port .cell{
        width:100%
    }
    .sub_box .e-port .cell ul{
        margin:0 0 5px 0
    }
    .sub_box .e-port .cell ul li{
        width:calc(50% - 6px);
        display:inline-block;
        margin:0 2px 5px 2px;
    }

    .sub_box .e-port .cell ul li span{
        height:100%;
    }

}
