
.sub_wrap{}

.sub2_tap{
    text-align: center;
    margin-top: 38px;
    margin-bottom: 60px;
    border-bottom: 1px solid #252f3e;
}
.sub2_tap:after{
    display:block;
    clear:both;
    content:"";
}
.sub2_tap li{
    display: inline-block;
    float: left;
}
.sub2_tap a{
    display: block;
    width: 110px;
    height: 110px;
    transition: all .5s;
    width: 130px;
    height: 55px;
    background: #e2e2e2; text-align:center; line-height:55px; font-size:16px;
}
.sub2_tap li.on a{
    background:#252f3e; color:#fff;

}
.sub2_tap li:hover a{
    background:#252f3e; color:#fff;
}
.sub2_cont{
    padding-bottom: 95px;
}
.sub2_cont:after{
    display:block;
    clear:both;
    content:"";}

.sub2_cont .text_box{
    float: left;
}
.sub2_cont .text_box .t1{
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 25px;
}
.sub2_cont .text_box .t2{
    font-size: 17px;
    font-weight: 300;
}
.sub2_cont .text_box .t2 span{
    font-size: 25px;
    font-family: 'NanumMyeongjo';
    font-weight: bold;
    padding-left: 15px;
}
.sub2_cont .text_box .t3{
    font-size: 17px;
    font-weight: 200;
    line-height: 1.7;
    margin-top: 52px;
    margin-bottom: 34px;
}
.sub2_cont .profile{}
.sub2_cont .profile .tlt{
    width: 97px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #393939;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 15px;
}
.sub2_cont .profile .list{}
.sub2_cont .profile .list li{
    font-size: 17px;
    position:relative;
    padding-left: 10px;
    line-height: 1.8;
    font-weight: 200;
}
.sub2_cont .profile .list li:after{content:"";display:block;width:4px;height:4px;background:#0054a6;position:absolute;top: 14px;left: 0px;}
.sub2_cont .img_box{
    float: right;
}


@media (max-width: 1200px) {
    .sub2_cont .text_box{width:100%;}
    .sub2_cont .text_box .t3 br{display:none;}
    .sub2_cont .img_box{width:100%;text-align:center;margin-top: 20px;}
}

@media (max-width: 768px) {
    .sub2_tap{
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .sub2_tap li{
        margin: 0 2px;
    }
    .sub2_tap a{width: 111px;height: 47px;background-size: cover !important;line-height: 47px;font-size: 14px;}
    .sub2_cont .text_box .t1{font-size: 18px;margin-bottom: 15px;line-height: 1.5;}
    .sub2_cont .text_box .t2{font-size:16px;}
    .sub2_cont .text_box .t2 span{font-size:20px;}
    .sub2_cont .text_box .t3{font-size:15px;margin-top: 20px;}
    .sub2_cont .img_box img{width:100%;}
    .sub2_cont .profile .tlt{font-size:15px;}
    .sub2_cont .profile .list li{font-size:15px;}
}