@charset "UTF-8";
/***********************************************************
******************** 제거해야되는 style ********************
************************************************************/
#main_study{border-bottom:none !important;}


/***********************************************************
******************** sdedu footer style ********************
************************************************************/
.blind{
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
footer{
    padding-bottom: 122px;
}
footer .util_area{
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
}
footer .util_inner{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .notice_area{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "noto4", 'noto4', "Malgun Gothic", "맑은 고딕";
    color: #7d7d7e;
}
footer .notice_area .title_area{
    margin-right: 34px;
}
footer .notice_area .title_area > a:hover{
    text-decoration: underline;
}
footer .notice_area .title_area span{
    font-size: 16px;
    color: #000;
    /* letter-spacing: -1px; */
    font-family: 'noto5';
}
footer .notice_area .list-content > a{
    display: flex;
    transition: all .3s;
    font-family: 'noto3';
}
footer .notice_area .list-content > a:hover{
    color: #3770e0;
    font-weight: bold;
}
footer .notice_area .date{
    display: block;
    margin-right: 15px;
}
footer .notice_area .detail{
    width: 264px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
footer .util_nav{
    display: flex;
    font-size: 16px;
    font-family: "noto4", 'noto4', "Malgun Gothic", "맑은 고딕";
    color: #7d7d7e;
}
footer .util_nav a:first-of-type{
    border-left: 1px solid #d0d0d0;
}
footer .util_nav > a{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #d0d0d0;
    padding: 20px;
    transition: all .3s;
}
footer .util_nav > a::after{
    content: '';
    display: block;
    margin-left: 40px;
    font-weight: 700;
    width: 8px;
    height: 15px;
    background-image: url("/_skin/sidae/popkon/main/2023/uit/icon.png");
    opacity: .7;
    background-position: -47px -7px;
    background-repeat: no-repeat;
}
footer .util_nav > a:hover{
    color: #3770e0;
    font-weight: bold;
}
footer .corp_service_area{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
}
footer .corp_inner .list_corp ul{
    display: flex;
    font-size: 15px;
    font-family: 'noto3', "Malgun Gothic", "맑은 고딕";
}
footer .corp_inner .list_corp ul li:first-of-type::before{
    content: '';
    width: 0;
    height: 0;
    margin: 0;
}
footer .corp_inner .list_corp ul li::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #000;
    margin: 0 10px;
}
footer .corp_inner .list_corp ul li a{
    transition: all .3s;
}
footer .corp_inner .list_corp ul li a:hover{
    color: #446fbe;
}
footer .corp_inner .list_corp ul li.point_color{
    color: #446fbe;
}
footer .corp_inner .list_corp ul li.point_color a:hover{
    color: #000;
}
footer .corp_inner .corp_info{
    margin-top: 24px;
}
footer .corp_inner p span{
    display: inline-flex;
    align-items: center;
}
footer .corp_inner p span::after{
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 8px;
    background-color: #000;
}
footer .corp_inner p span:last-of-type::after{
    width: 0;
    height: 0;
    margin: 0;
}
footer .corp_inner .corp_info .show-company-info{
    display: inline-block;
    margin-left:10px;
    background-color: #929396;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'noto2', "Malgun Gothic", "맑은 고딕";
    font-size: 12px;
}
footer .corp_inner .corp_info .copyright{
    margin-top: 18px;
}
footer .customer_service{
    margin-left: 80px;
}
footer .customer_service .select_box{
    position: relative;
    margin-top: 10px;
}
