@charset UTF-8;
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
.noto{font-family: 'Noto Sans KR', sans-serif;}
.container{
    width: 1190px;
}
br.spbr{display: none;}
/*tab*/
#tab{
    width: 1190px;
    margin: 45px auto 0;
}
#tab .t_menu{}
#tab .t_menu p{
    float: left;
    width: calc(100% / 4);
    position: relative;
}
#tab .t_menu p a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #999;
    transition: 0.3s;
    padding-bottom: 10px;
    position: relative;
}
#tab .t_menu p a:hover{
    color: #448ccb;
}
#tab .t_menu p a::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #e3e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
}
#tab .t_menu p a.on::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #448ccb;
    position: absolute;
    bottom: 0;
    left: 0;
}
#tab .t_menu p a.on{
    color: #448ccb;
}

/*p05_02_sec1*/
.p05_02_sec1{position: relative;}
.p05_02_sec1 .samil_bg{
    position: absolute;
    top: 29%;
    left: 0;
}
.p05_02_sec1 .tri{
    display: block;
    margin: 95px auto 0;
}
.p05_02_sec1 .sub_sec{
    border-top: 1px solid #448ccb;
    position: relative;
    padding: 60px 30px 120px;
    word-break: keep-all;
}
.p05_02_sec1 .sub_sec .sec_title{
    width: 200px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #448ccb;
    font-weight: bolder;
    font-size: 18px;
    border: 1px solid #448ccb;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.p05_02_sec1 .sec_vision{
    margin-top: 90px;
}
.p05_02_sec1 .sec_vision .sec_subsec{}
.p05_02_sec1 .sec_vision .sec_subsec .sec_subtit{
    color: #0b5196;
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 20px;
}
.p05_02_sec1 .sec_vision .sec_subsec .sec_subtit .small{
    font-size: 16px;
}
.p05_02_sec1 .sec_vision .sec_subsec .sec_list{}
.p05_02_sec1 .sec_vision .sec_subsec .sec_list li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    word-break: keep-all;
}
.p05_02_sec1 .sec_vision .sec_subsec .sec_list li::before{
    content: "";
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    background: #448ccb;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
}
.p05_02_sec1 .sec_vision .sec_subsec .sec_list li:nth-child(1)::before{
    content: "1";
}
.p05_02_sec1 .sec_vision .sec_subsec .sec_list li:nth-child(2)::before{
    content: "2";
}
.p05_02_sec1 .sec_vision .sec_subsec .sec_list li:last-child{
    margin-bottom: 50px;
}

.p05_02_sec1 .sec_vision .sec_subsec .sub_minitit{
    color: #0879bf;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.p05_02_sec1 .sec_vision .sec_subsec dl{}
.p05_02_sec1 .sec_vision .sec_subsec dl dt{
    font-weight: bold;
}
.p05_02_sec1 .sec_vision .sec_subsec dl dd{
    color: #666;
    margin-bottom: 30px;
}
.p05_02_sec1 .sec_vision .sec_subsec dl dd:last-child{
    margin-bottom: 30px;
}
.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(2) dd:nth-of-type(2),
.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(2) dd:nth-of-type(3),
.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(2) dd:nth-of-type(5),
.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(2) dd:nth-of-type(7){
    margin-bottom: 0;
}

.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(3) dd:nth-of-type(2),
.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(3) dd:nth-of-type(3),
.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(3) dd:nth-of-type(5){
    margin-bottom: 0;
}

.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(4) dd:nth-of-type(4){
    margin-bottom: 0;
}

.p05_02_sec1 .sec_vision .sec_subsec dl:nth-of-type(5) dd:nth-of-type(1){
    margin-bottom: 0;
}



.p05_02_sec1 .sec_student{}
.p05_02_sec1 .sec_student .select_process{
    display: block;
    margin: 0 auto;
}

.p05_02_sec1 .sec_support{
    text-align: center;
}
.p05_02_sec1 .sec_support .sec_disc{
    margin-bottom: 50px;
}
.p05_02_sec1 .sec_support .sec_account{}
.p05_02_sec1 .sec_support .sec_account .acc_title{
    width: 90px;
    height: 30px;
    margin: 0 auto 20px;
    line-height: 30px;
    color: #fff;
    background: #448ccb;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 900;
}
.p05_02_sec1 .sec_support .sec_account .account{
    font-size: 25px;
    font-weight: bold;
    color: #448ccb;
}
.p05_02_sec1 .sec_support .sec_account .account .small{
    font-size: 17px;
    color: #333;
    font-weight: normal;
}





/*mobile*/
@media screen and (max-width: 600px){
    .container{
        width: 95%;
    }
    .p05_02_sec1 .samil_bg{
        width: 27%;
    }
    br.spbr{display:block;}
    .p05_02_sec1 .board_list li span.visible_sp{
        display: none;
    }
    #tab{
        width: 90%;
        margin: 35px auto 0;
    }
    #tab .t_menu p{
        padding-bottom: 7px;
    }
    #tab .t_menu p a{
        font-size: 16px;
    }
    
    .p05_02_sec1 .tri{
        margin: 60px auto 0;
        width: 100%;
    }
    .p05_02_sec1 .sub_sec {
    padding: 40px 15px 100px;
}
    .p05_02_sec1 .sub_sec .sec_title{
        width: 150px;
        height: 28px;
        font-size: 15px;
        line-height: 28px;
        top: -16px;
    }
    
    .p05_02_sec1 .sec_vision .sec_subsec .sec_list li{
        font-size: 14px;
        word-break: keep-all;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .p05_02_sec1 .sec_vision .sec_subsec .sec_list li:last-child{
        margin-bottom: 40px;
    }
    .p05_02_sec1 .sec_vision .sec_subsec .sec_list li::before{
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
    }
    .p05_02_sec1 .sec_vision .sec_subsec .sec_subtit{
        font-size: 22px;
    }
    .p05_02_sec1 .sec_vision .sec_subsec .sec_subtit .small{
        font-size: 14px;
    }
    .p05_02_sec1 .sec_vision .sec_subsec .sub_minitit{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .p05_02_sec1 .sec_vision .sec_subsec dl dt{
        font-size: 14px;
    }
    .p05_02_sec1 .sec_vision .sec_subsec dl dd{
        font-size: 14px;
    }
    
    .p05_02_sec1 .sec_student .select_process{
        width: 100%;
    }
    
    .p05_02_sec1 .sec_support .sec_disc{
        font-size: 14px;
        margin-bottom: 40px;
    }
    .p05_02_sec1 .sec_support .sec_account .acc_title {
    width: 85px;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
}
    .p05_02_sec1 .sec_support .sec_account .account {
    font-size: 20px;
}
    .p05_02_sec1 .sec_support .sec_account .account .small{
        font-size: 14px;
    }
}
