.academy_list{
    margin-top: 100px;
}
.academy_list ul{
    /* font-size:0; */
    margin-bottom: -100px;
    overflow: hidden;
}
.academy_list li{
    /* text-align: center; */
    margin-bottom: 100px;
    width: 265px;
    float: left;
    text-align: center;
}
.academy_list li+li{
    margin-left: 46.6px;
}
.academy_list li:nth-child(4n+1)
{
    margin-left: 0;
}
.academy_list li a{
    display: block;
}
.academy_list li .thumb{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    background-position: center center;
    width: 265px;
    height: 265px;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%; 
    margin-bottom: 40px;
    position: relative;
}
.academy_list li .thumb:after{
    content:'';
    background-color: #fff;
    position: absolute;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    box-sizing: border-box;
    width: 37px;
    height: 37px;
    border:1px solid #ccc;
    background-repeat: no-repeat;
    background-image: url(/assets/images/common/icon_academy_arrow.png);
    background-position: center center;
    bottom:0;
    left:50%;
    transform: translate(-50%,50%);
}
.academy_list li .info strong{
    display: block;
    color:#333333;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.academy_list li .info .pro_name>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color:#333333;
}
.academy_list li .info .pro_name em{
    font-style: normal;
    color:#cccccc;
    margin:0 10px;
}
.academy_view {
    padding-left: 365px;
    position: relative;
    margin-top: 100px;
}
.academy_view .thumb{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    background-position: center center;
    width: 265px;
    height: 265px;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%; 
    position: relative;
    position: absolute;
    left:0;
    top:0;
}
.academy_view .academy_content .pro_name{
    font-size:0;
    margin-bottom: 50px;
}
.academy_view .academy_content .pro_name *{
    display: inline-block;
    vertical-align: middle;
}
.academy_view .academy_content .pro_name span{
    color:#333333;
    font-size:30px;
    font-weight: 700;
}
.academy_view .academy_content .pro_name em{
    font-size: 30px;
    color:#cccccc;
    margin:0 13px;
}
.academy_view .academy_content .box+.box{
    margin-top: 70px;
}
.academy_view .academy_content .box strong{
    display: block;
    font-size: 16px;
    line-height: 1.875em;
    color:#333;
}
.academy_view .academy_content .box div{
    font-size: 16px;
    line-height: 1.875em;
    color:#666666;
    word-break: keep-all;
}
.academy_view .academy_content a{
    font-size:0;
    border:1px solid #cccccc;
    width: 303px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    margin-top: 47px;
}
.academy_view .academy_content a *{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color:#666666;
}
.academy_view .academy_content a img{
    width: 22px;
    margin-right: 15px;
}


.guide{
    margin-top: 100px;
}
.info_box .fee_tb .col1{
    width: 19%;
    min-width: 80px
}
.info_box .fee_tb .col2{
    width: 58%;
    min-width: 120px
}
.info_box .fee_tb .col3{
    width: 22%;
    min-width: 80px;
}
.info_box .fee_tb2 .col1{
    width: 25%;
    min-width: 90px;
}

.guide .tel{
    background-image: url(/assets/images/common/tel_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border:1px solid #e5e5e5;
    margin-top: 100px;
}
.guide .tel a{
    display: block;
    text-align: center;
    padding:41px 0;
    font-size:0;
}
.guide .tel a *{
    display: inline-block;
    vertical-align: middle;
}
.guide .tel a span{
    font-weight: 700;
    font-size: 20px;
    color:#333333;
}
.guide .tel a p{
    font-size: 20px;
    color:#666666;
}
.guide .tel a p:before{
    content:'|';
    color:#999;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin:0 19px;
}

@media (max-width: 1220px) {
    .academy_list{
        font-size:0;
        text-align: center;
        margin-top: 80px;
    }
    .academy_list ul{
        width: 889px;
        margin:0 auto;
    }
    .academy_list ul li:nth-child(4n+1){
        margin-left: 46.6px;
    }
    .academy_list ul li:nth-child(3n+1){
        margin-left: 0;
    }
    .academy_list li .info strong{
        white-space: normal;
    }
    .academy_view{
        padding-left: 320px;
        margin-top: 80px;
    }

    .guide{
        margin-top: 80px;
    }
    .guide .tel{
        margin-top: 80px;
    }

}

@media (max-width: 1024px) {
    .academy_list ul{
        width: 720px;
    }
    .academy_list li{
        width: 220px;
    }
    .academy_list li .thumb{
        width: 220px;
        height: 220px;
    }
    .academy_list ul li:nth-child(4n+1),
    .academy_list li+li{
        margin-left: 30px;
    }
    .academy_list ul li:nth-child(3n+1){
        margin-left: 0;
    }
    .academy_list li .info strong{
        font-size: 20px;
    }
    .academy_list li .info .pro_name>*{
        font-size: 16px;
    }

    .academy_view .thumb{
        width: 220px;
        height: 220px;
    }
    .academy_view{
        padding-left: 260px;
    }
    .academy_view .academy_content .pro_name span,
    .academy_view .academy_content .pro_name em{
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .academy_list{
        margin-top: 35px;
    }
    .academy_list ul{
        width: 100%;
        max-width: 440px;
        margin-bottom: -50px;
    }
    .academy_list li{
        width: 50%;
        max-width: 220px;
        margin:0 0 50px !important;
        box-sizing: border-box;
    }
    .academy_list li:nth-child(2n){
        padding-left:10px;
    }
    .academy_list li:nth-child(2n+1){
        padding-right: 10px;
    }
    .academy_list li .thumb{
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin-bottom: 30px;
    }
    .academy_list li .thumb:after{
        width: 25px;
        height: 25px;
        background-size: 5px auto;
    }
    .academy_list li .info strong{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .academy_list li .info .pro_name>*{
        font-size: 12px;
    }
    .academy_list li .info .pro_name em{
        margin:0 4px;
    }

    .academy_view{
        margin-top: 35px;
    }
    .academy_view .thumb{
        width: 180px;
        height: 180px;
        position: static;
        margin:0 auto 30px;
    }
    .academy_view{
        padding-left: 0;
    }
    .academy_view .academy_content .pro_name{
        margin-bottom: 20px;
    }
    .academy_view .academy_content .pro_name span,
    .academy_view .academy_content .pro_name em{
        font-size: 18px;
    }
    .academy_view .academy_content .box strong,
    .academy_view .academy_content .box div{
        font-size: 14px;
        word-break: keep-all;
    }
    .academy_view .academy_content .box div br{
        display: none;
    }
    .academy_view .academy_content .box+.box{
        margin-top: 30px;
    }
    .academy_view .academy_content a{
        width: 230px;
        line-height: 40px;
        margin-top: 40px;
    }
    .academy_view .academy_content a span{
        font-size: 14px;
    }
    .academy_view .academy_content a img{
        margin-right: 10px;
    }

    .guide{
        margin-top: 35px;
    }
    .guide .tel{
        margin-top: 35px;
    }
    .guide .tel a{
        padding:20px;
    }
    .guide .tel a span,
    .guide .tel a p,
    .guide .tel a p:before{
        font-size: 14px;
    }
    .guide .tel a p:before{
        margin:0 10px;
    }
}


@media (max-width: 450px) {

}
/* 서브 메뉴 */
.page_tab_wrap .tab_slide li+li:nth-child(5) {
  margin-left: 0px;
  margin-right: 13px;
}
.page_tab_wrap .tab_slide li:nth-child(5)::before {
  display: none !important;
  content: none !important;
}