.tit_dep_sub_s {
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding: 7px 0 0 0;
    color: #FF000A;
}


.school_info_wrap {
    margin-bottom: 50px;
    /*
   background: #c3ece6;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px 30px;
    text-align: center;
    font-family: 'NanumSquare'!important;
    */
}

.school_info_wrap > .school_btn_wrap {
    width: 100%;
    margin: 10px auto 0px;
}

.school_btn_wrap::after {
    display: block;
    content: '';
    clear: both;
}

.school_btn_wrap > ul {
    float: left;
    width: 33.333%;
}

.type3 .tab_style4.school_tab {
    width: 100%;
    background: url(https://inpsyt.co.kr/resources/images/common/bg_tab_type5.png) repeat-x 0 70px;
}

.type3 .tab_style4.school_tab li {
    width: 24.9%;/*수정 2025.01.02[기존 19.87%]*/
    border: 1px solid #d4d4d4;
}

.type3 .tab_style4.school_tab li:last-child { /* 대학교 검사 상세보기 미노출 2025.01.02*/
    display:none;
}

/*
.type3 .tab_style4.school_tab li:first-child {
    width: 20%;
}
*/

.type3 .tab_style4.school_tab li a {
    width: 100%;
    padding: 0px;
    border: none;
    line-height: normal;
    display: block;
    padding-top:13px;
    box-sizing: border-box;
    height:70px;
    line-height: 23px;
    font-size: 14px; /* 211221 폰트 사이즈 수정 11px > 14px*/
    /*
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    */
}
.type3 .tab_style4.school_tab li a>span{
    font-size:16px;
    font-weight:600;
}
.school_info_wrap.school_new{
    margin-bottom:10px;
    position:relative;
}

/* 모바일  css */
@media screen and  (max-width:680px) {
    .type3 .tab_style4.school_tab{
        background:none;
    }
    .type3 .tab_style4.school_tab li:first-child{
        width:46%;
        height:65px;
        margin-bottom:1.5%;
    }
    .type3 .tab_style4.school_tab li{
        width:46%;
        height:65px;
        margin-bottom:1.5%;
    }
    .type3 .tab_style4.school_tab li a{
        box-sizing: border-box;
        height:65px;
    }

}
/*
.type3 .tab_style4.school_tab li a:hover {
    height:80px;
}

.tab_hover {
    display: none;
}
*/

.clear {
    *zoom: 1;
}

.clear:after {
    clear: both;
}

.clear:before,
.clear:after {
    display: block;
    content: '';
    line-height: 0;
}


#container.new .tab_style1.m-list03 li {
    height: 60px;

}

#container.new .tab_style1 li a {
    width: 100%;
    padding: 0px;
    height: 60px;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;

}

#container.new .tab_style1 li a.on {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}
/* 모바일 수정 */
@media screen and (max-width:767px){
    .potential_wrap,
    .psychology_wrap{
        padding:0 15px;
    }
}

@media screen and (max-width:680px) {
    #container.new.bg03 .tab_style1 ul {
        background-image: none;
    }
    #container.new .tab_style1.m-list03 li{
        height:85px;
    }
    #container.new.bg03 .tab_style1 li:nth-child(4){
        border-right: 1px #018049 solid;
    }
    #container.new.bg03 .tab_style1 li:nth-child(1) a{
        background-image: url(../images/edu/school_kind.png);
    }

    #container.new.bg03 .tab_style1 li:nth-child(2) a {
        background-image: url(../images/edu/school_psychology.png);
        font-size:12px !important;
        padding:40px 12px 10px 12px !important;
    }

    #container.new.bg03 .tab_style1 li:nth-child(3) a {
        background-image: url(../images/edu/school_test.png);
        font-size:12px !important;
        /* padding:40px 15px 10px 15px; */
    }

    #container.new.bg03 .tab_style1 li:nth-child(4) a {
        background-image: url(../images/edu/school_board.png);
    }

    #container.new.bg03 .tab_style1 li:nth-child(5) a {
        background-image: url(../images/edu/school_missing.png);
        font-size:12px !important;
        /* padding:55px 12px 10px 12px; */
    }

}

@media screen and (max-width:360px) {
    #container.new.bg03 .tab_style1 li a{
        height:85px;
    }
}

/* 잠재능력진단검사 */
.potential_tab>li{
    float:left;
    width:24%;
    font-size:18px;
    font-weight:600;
    text-align:center;
    color:#004149;
    box-sizing: border-box;
    cursor: pointer;
    margin-right:1%;
    /*opacity: 0.5;
    border:1px solid #004149;
    border-radius: 15px 15px 0 15px ;
    background-color:rgba(0,66,74,0.1);

    padding:7px 0;*/
}
.potential_tab>li:hover{
    /*opacity: 1;*/
}
.potential_tab>li:last-child{
    margin-right:0;
}

.potential_tab>li>img{
    display: block;
    width:100%;
}
.potential_title{
    margin-top:3%;
}
.info_img{
    border:3px solid #004149;
  margin-top: 3%;
}

.info_img>li>img{
    width:100%;
    vertical-align: middle;
    padding-top:3px;
}
.info_img>li.on{
    display: block;
}
.info_view{
    margin-top:3%;
}
.info_view>li{
    float:left;
    margin-right:2%;
    width:32%;
}
.info_view>li:hover{
    cursor: pointer;
}
.info_view>li:last-child{
    margin-right:0;
}

.info_view>li>a{
    display: block;
    width:100%;
}

.info_movie{
    position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; margin-top:3%;
}
.info_movie iframe,
.info_movie object,
.info_movie embed {position:absolute; top:0; left:0; width:100%; height:100%;}

/* .info_movie>div{
    margin: 0 auto;
    width:100%;
}
.info_movie>div>ifram{
    min-height: 500px;
}*/
.procedures{
    margin-top:30px;
}




/* 심리·정서, 사회성 회복 지원 프로그램 */

.psychology_wrap .info_img{
    border:3px solid #0768ac;
   margin-top:0;
}

.psychology_wrap .info_view>li{
    float:left;
    margin-right:2%;
    width:49%;
}
.psychology_wrap .info_view>li>img{
    opacity: 0.5;
}
.psychology_wrap .info_view>li.on>img{
    opacity: 1;
}
.psychology_wrap .info_view>li:hover{
    cursor: pointer;
}
.psychology_wrap .info_view>li:hover>img{
    opacity: 0.7;
}
.psychology_wrap .info_view>li:last-child{
    margin-right:0;
}

.psychology_wrap .info_view>li>a{
    display: block;
    width:100%;
}

.psychology_wrap .contact{
    margin-top:3%;
}

.psychology_wrap .download_wrap{
    margin-top:6%;
}

.psychology_wrap .download_wrap>ul>li{
    display: inline-block;
    width:49%;
    margin-right:1%;
}
.psychology_wrap .download_wrap>ul>li:nth-of-type(2),
.psychology_wrap .download_wrap>ul>li:nth-of-type(4){
    margin-right:0;
}

.psychology_wrap .download_wrap>ul>li:nth-of-type(3),
.psychology_wrap .download_wrap>ul>li:nth-of-type(4){
    margin-top:2%;
}