@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('/skin/notokr/notokr.css');


html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    font-size: 16px;
    letter-spacing: -0.03em;
}

.body-layout.on {
    width: 100%;
    position: fixed !important;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/* layout */
.container_contents,
.sub-layout {
    width: 100%;
    padding: 0 !important;
}

.container_contents>.intro-html-layout {
    width: 100%;
    padding: 0 !important;
}

.mt-1em {
    margin-top: 1em;
}

.mt-2em {
    margin-top: 2em;
}

@media(min-width:992px) {
    .container_contents>.intro-html-layout {
        padding: 0 !important;
        margin-top: 90px;
    }
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

.navbar-brand img {
    margin: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        margin: 10px 15px !important;
    }

    .navbar-brand img {
        width: 110px;
    }

    .navbar-toggle {
        top:7px;
        margin: 12px 15px;
        padding: 10px;
        background: #a9131b !important;
        border: none !important;
        border-radius: 0;
    }
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav>li>a {
    background: none;
    color: #454545;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 10px;
    margin: 20px 20px;
    letter-spacing: -0.04em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #a9131b;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color: #a9131b;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        letter-spacing: -0.04em;
        padding: 28px 15px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 20px 25px;
        margin: 0;
        border-bottom: 1px solid #dedede;
    }
}
.menu-top{
    position:absolute;
    z-index: 1080;
    left:0;
    right:0;
    top: -2px;
    text-align:right;
}
.menu-top a{
    font-size:12px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background: #a9a9a9;
    letter-spacing: -0.03em;
    padding: 2px 10px;
    border-radius: 0 0 4px 4px;
}
.menu-top a:hover{
    background: #ba2534;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    min-width: 180px;
    padding: 0;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
}

.navbar-inverse .dropdown-menu>li>a {
    background: #f7f7f7;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.04em;
    padding: 8px 20px;
    margin: 2px 0;
    border-left: 2px solid #f7f7f7;
}

.navbar-inverse .dropdown-menu>li>a:focus,
.navbar-inverse .dropdown-menu>li>a:hover {
    background: #f7f7f7;
    color: #a9131b;
    border-left: 2px solid #a9131b;
}

/* 상단 서브 메뉴 설정 끝*/

/* main page */
/* main page slide*/
#main-slide {
    position: relative;
    height: calc(100vh - 90px);
}

.carousel-inner {
    height: 100%;
}

.item {
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url('/skin/img/slide/slide1.jpg') no-repeat 0 0;
    background-size: cover;
}

.slide2 {
    background: url('/skin/img/slide/slide2.jpg') no-repeat 0 0;
    background-size: cover;
}

.slide3 {
    background: url('/skin/img/slide/slide3.jpg') no-repeat 0 0;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    bottom: auto;
    font-size: 45px;
    text-align: left;
    margin: -240px 0 0;
    padding: 0;
}

.carousel-caption h1 {
    margin: 0;
    padding-top: 35px;
    padding-left: 55px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    letter-spacing: -0.045em;
    line-height: 1.25;
    position: relative;
}

/* .carousel-caption h1 {
	margin: 0;
    font-size: 50px;
    font-weight: 300;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.02em;
    line-height: 1.1;
    position: relative;
} */
.carousel-caption h1:before {
    content: url(/skin/img/slide/sl-logo.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.carousel-caption h1 span {
    font-size: 68px;
    font-weight: 500;
    display: block;
    letter-spacing: -0.05em;
}

.glyphicon-chevron-left:before {
    content: url(/skin/img/slide/sl-prev.png);
}

.glyphicon-chevron-right:before {
    content: url(/skin/img/slide/sl-next.png);
}

.carousel-control{
    width: 5%;
    opacity: 0.75;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        left: 10%;
        width: 100%;
        margin: -170px 0 0;
    }

    .carousel-caption h1 span {
        font-size: 55px;
    }

    .carousel-control {
        width: 10%;
    }
}

@media screen and (max-width: 767px) {
    #main-slide {
        height: 300px;
    }

    .carousel-caption {
        left: 6%;
        margin: -110px 0 0;
    }

    .carousel-caption h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    .carousel-caption h1 span {
        font-size: 30px;
    }
}

.main-snb {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translatex(-50%);
    width: 100%;
    max-width: 1050px;
}
#main-notice{
    margin-bottom:1px;
}

.main-snb .col-sm-3 {
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
}

.main-snb a.m-link {
    background: rgba(40, 40, 40, 0.9);
    display: inline-block;
    width: 100%;
    padding: 40px 15px;
    color: #e6e6e6;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: -0.02em;
}

.main-snb a.m-link:hover {
    background: rgba(169, 19, 27, 0.85);
}

.main-snb a.m-link i {
    background: rgba(255, 255, 255, 0.15);
    /* border: 1px solid #fff; */
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 40px;
    margin: 0 0 12px;
}

.main-snb a.m-link span {
    display: block;
}

.main-information .inner{
    position:relative;
    padding:20px;
    background:#fff;
}
.main-information .inner h5{
    margin:10px 0 10px;
    color:rgba(169, 19, 27, 1);
    font-size:20px;
}
.main-information .inner ul{
    
}
.main-information .inner li{
    font-size:14px;
    letter-spacing: -0.04em;
    font-weight:500;
    color:#666;
}
.main-information .inner li:first-child{
    margin-bottom:5px;
    font-weight:600;
}
.main-information .inner li i{
    margin-right:7px;
    color:rgba(169, 19, 27, 1);
}
.main-information .inner li .naver{
    margin-right:7px;
    font-weight:900;
    color:#03CF5D;
}
.main-information .inner li a{
    color:#333;
}
.main-information .inner li a:hover{
    text-decoration:underline;

}

/* sub page */
.sub-layout {
    margin-top: 90px;
}

.subpage,
.bbs-list-view-layout+.container {
    padding-bottom: 80px;
}

#community01,
#community02,
#community03,
#community04,
#community05 {
    padding-bottom: 0;
}

@media(min-width:767px) {
    .community-snb div {
        width: 20%;
    }


}

@media(max-width:767px) {
    .sub-layout {
        margin-top: 0px;
    }
}

/* sub page sub-top */
.sub-top-wrap {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
    background-size: cover;
}

.sub-top-header {
    width: 100%;
    height: 45px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    box-sizing: border-box;
}

.breadcrumb {
    height: 45px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    background: none;
    color: rgba(255,255,255,0.75);
    line-height: 45px;
    box-sizing: border-box;
}

.breadcrumb>li.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.5);
    content: "/\00a0";
}

.sub-top-body {
    height: 255px;
}

.sub-top-body h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 180px;
    letter-spacing: -0.035em;
}

.sub-top-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(169, 19, 27, 0.85);
}
.sub-top-footer ul{
    margin:0;
    padding:0;
}
.sub-top-footer ul:after{
    content:'';
    display:block;
    clear:both;
}
.sub-top-footer li{
    float:left;
    width:25%;
}
.sub-top-footer a {
    display:block;
    text-align:center;
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: -0.02em;
    line-height: 50px;
    color: rgba(255,255,255,0.7);
}

.sub-top-footer li.active {
    background: rgba(0, 0, 0, 0.25);
}

.sub-top-footer li.active a {
    color: #fff;
    font-weight: 500;
}

@media(max-width:767px) {
    .sub-top-wrap {
        position: relative;
        width: 100%;
        height: auto;
        background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 50%;
        background-size: cover;
    }

    .sub-top-body h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        line-height: 110px;
    }

    .sub-top-footer {
        position: static;
        height: auto;
        background: rgba(169, 19, 27, 0.85);
    }
}

/* subpage sub-content*/
.sub-content {
    padding: 60px 15px 0;
}
.sub-content .title h3 {
    margin: 0 0 50px;
    padding: 10px 0 30px;
    border-bottom: 1px solid #ddd;
    color: #a9131b;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.04em;
    position: relative;
}
.sub-content .title h3:before {
    content: '';
    background: #ac2f30;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -6px;
}

.sub-content .title .small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}

.sub-content section h4 {
    color: #333;
    margin: 40px 0 20px;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
    font-size: 28px;
}
.sub-content section > h4:first-child{
    margin-top: 0;
}

.sub-content section h4:before {
    /* content: ''; */
    background: #ac2f30;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}


.sub-content p {
    color: #333;
    font-size: 17px;
    /* font-weight: 300; */
    letter-spacing: -0.03em;
    line-height: 1.6;
    /*margin: 0 0 20px;*/
}

.sub-content p .strong-title {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px;
    display: inline-block;
    width: 100%;
}

.sub-title {
    margin-top: 1.5em;
}

@media(max-width:767px) {
    /* .sub-content .title {
        margin: 0 0 30px;
        padding: 10px 0 30px;
        border-bottom: 1px solid #e6e6e6;
        color: #a9131b;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: -0.04em;
        position: relative;
    } */

    .sub-content .title .small-cap {
        margin: 10px 0 0;
        font-size: 15px;
        font-weight: 300;
        display: block;
        color: #555;
    }

    .sub-content .sub-title {
        color: #333;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: -0.06em;
        margin: 40px 0 20px;
        padding: 0 15px 0;
        position: relative;
    }
}

/* table 설정 */
.table-bordered {
    border-top: 2px solid #ac2f30 !important;
}

.table-bordered thead th {
    background: #f7f7f7;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
}

.table-bordered tbody td {
    color: #555;
    font-size: 16px;
    line-height: 1.6 !important;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
}

.table>tbody+tbody {
    border-top: 2px solid #e1e1e1;
    background: #f7f7f7;
}

/* subpage about */
.profile-wrap .thumbnail {
    margin: 15px 0;
    padding: 0;
    height: 280px;
    border: 1px solid #d0d0d0;
    border-top:2px solid #a9131c;
    border-radius: 0;
    position: relative;
    box-shadow: 3px 3px 0 #eee;
}
.profile-wrap .thumbnail:before {
    /* content: ''; */
    background: #ac2f30;
    width: 20px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.profile-wrap .thumbnail img {
    float: left;
    width: 25%;
    height: auto;
    display: inline-block;
    margin: 35px 0 0 40px;
}

.profile-wrap .thumbnail .caption {
    width: 65%;
    display: block;
    float: right;
    padding: 35px 15px 0;
}

.profile-wrap .thumbnail .caption p {
    color: #666;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.4;
}

.profile-wrap .thumbnail .caption p.name {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}
@media(max-width:767px) {
    .profile-wrap .thumbnail {
        margin: 15px 0;
        padding: 0;
        height: max-content;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        position: relative;
    }

    .profile-wrap .thumbnail:after {
        content: "";
        display: block;
        clear: both;
    }

    .profile-wrap .thumbnail img {
        float: left;
        width: 20%;
        height: auto;
        display: inline-block;
        margin: 50px 0 0 35px;
    }
}

/* subpage info */
#info01 table th,
#info01 table td {
    text-align: center;
    vertical-align: middle;
}

/* subpage graduate */
.tb-history {
    margin: 0;
}

.tb-history tbody tr th,
.tb-history tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    padding: 12px 15px;
}

.tb-history tbody tr th {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #323232;
    font-weight: 500;
    text-align: center;
}

.tb-history tbody tr td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #555;
    font-weight: 300;
}

@media (max-width:767px) {
    .tb-history tbody tr th {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        color: #323232;
        font-weight: 500;
        text-align: center;
        font-size: 13px;
    }

    .tb-history tbody tr td {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        color: #555;
        font-weight: 300;
        font-size: 13px;
    }
}

/*footer*/
.footer_copy .text-center {
    padding: 0;
}

.footer_wrap {
    padding: 20px 0;
    background-color: #323232;
}

.footer_wrap+br {
    display: none !important;
}

@media screen and (max-width: 479px) {
    .footer_wrap .call_wrap .btn.btn-plug.btn-dot {
        display: inline-block;
    }
}

.footer_wrap .copy_wrap {
    text-align: left;
}

.footer_wrap .swr-line {
    border-top: 1px solid #3F474A;
    margin-top: 40px;
    margin-bottom: 35px;
}

.footer_wrap .copy_wrap span {
    color: #8C8C8C;
    font-size: 12px;
}

.footer_wrap .copy_wrap span[name="addr"] {
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .footer_wrap .copy_wrap span[name="addr"] {
        line-height: 1;
    }

}

.footer_wrap .copy_wrap span+span:before {
    content: '| ';
    margin: 15px;
    opacity: .5;
}

.footer_wrap .location_link {
    color: #8C8C8C;
    font-size: 12px;
}

.footer_wrap .copyright_wrap {
    text-align: right;
}

.footer_wrap .copyright_wrap span {
    color: #8C8C8C;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

@media(max-width:767px) {
    .footer_wrap .copyright_wrap span {
        color: #8C8C8C;
        font-size: 10px;
        display: block;
        margin-top: 10px;
    }
}

/* ----- 게시판 설정 ----- */
.dh-board {
    margin-bottom: 70px;
}

.form-horizontal {
    margin-bottom: 100px;
}

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
    padding: 16px 20px;
    color: #666;
    font-size: 15px;
}

.dh-board .table>thead>tr>th {
    background: #F8F8F8;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
}

.dh-board .table>tbody>tr>td {
    border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
    color: #555;
}

.dh-board>.table-hover {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
    color: #000;
}

.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
    text-align: center;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

.dh-board .dh-margin-top .pagination {
    margin-top: 0;
}

.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row {
    padding-left: 15px;
    padding-right: 15px;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
    color: #333;
    font-size: 23px;
    margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 8px 20px 8px;
    color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 300px;
}

.bbs-status-index-layout .regdate {
    display: none;
}

.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}

.label .glyphicon-lock {
    color: #666;
}

.label-danger,
.label-primary {
    color: #a9131b;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #a9131b;
    border: 1px solid #a9131b !important;
    color: #ffffff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	font-size: 15px;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	height: 35px;
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border-color:#333
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.btnRead {
    font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}

.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

.filter-items {
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}

.filter-items>a {
    margin: 0 2px !important;
}

.filter-items>a>.filter-label {
    background: #f7f7f7;
    border: 1px solid #dedede !important;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
    padding: 15px 20px;
}

.filter-items>a:hover>.filter-label,
.filter-items>a:focus>.filter-label {
    background: #fff;
    color: #a9131b;
    font-weight: 500;
}

.filter-items>a.on>.filter-label {
    color: #111;
}

.filter-items>a.on>.filter-label::after {
    content: '';
    display: block;
    background-color: #a9131b;
    width: 100%;
    height: 10px;
    z-index: 0;
    margin-top: -5px;
}

.filter-items>a>.filter-label span {
    z-index: 1;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .filter-items>a+a {
        margin-left: 7px;
    }

    .filter-items>a>.filter-label span {
        padding: 0 10px;
    }
}

/* calendar */
.contact-calendar-layout {
    padding: 0 0 80px;
}

.contact-calendar-layout .btn-danger {
    background: #a9131b;
    border: 1px solid #a9131b !important;
    border-radius: 0 !important;
    color: #e6e6e6;
    font-weight: 600;
    font-size: 12px !important;
    padding: 10px 15px !important;
    margin: 0 !important;
}

.contact-calendar-layout .btn-danger:hover,
.contact-calendar-layout .btn-danger:focus {
    background: #fff;
    color: #a9131b;
}

.fc-button-group button {
    background: #f7f7f7 !important;
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 20px !important;
    letter-spacing: -0.02em;
    line-height: 40px !important;
    height: 45px !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.fc-button-group .fc-state-active {
    background: #fff !important;
    color: #a9131b !important;
    font-weight: 500 !important;
}
/* personal setting 0.65v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.sub-content .img-caption{
	margin:10px 0;
	text-align:center;
	font-size: 18px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 3px;
    background: #5f5f5f;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; padding-left:30px;position:relative;margin-bottom:5px;}
.li-none > li .numbering{
    position: absolute;
    left:0;
}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li {
    list-style: disc!important;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}

.li-dash > li {
    padding-left: 16px;
    margin-left: 0;
}

.li-dash > li:before {
    content: "";
    width: 5px;
    height: 1px;
    background: #888;
    top: 11px;
}

.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #a9131b;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #a9131b;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative;
	margin-bottom: 10px;
	padding-left: 120px;
}
.li-pill li span {
    position: absolute;
    left: 0;
    padding: 6px 0;
    text-align: center;
    width: 110px;
    color: #444;
    line-height: 1.1;
    font-weight: 600;
    border-radius: 4px;
    background: #e8e8e8;
    font-size: 16px;
}
.btn-li{
	text-align: center;
}
.btn-li li{
	display:inline-block;
	vertical-align: top;
	padding:0 30px;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
    float: left;
    margin-bottom: 10px;
    padding: 15px 0px;
    border-top: 1px solid #ddd;
}
.trait-dl dt {
    border-color: #999;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 600;
    color: #333;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#a9131b;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #a9131b;
	background:#a9131b;
}
.more-btn:hover{
	color:#a9131b;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 190px;
    vertical-align: top;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
}
.circle-wrap .circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #333;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    min-width: 80%;
    letter-spacing: -0.035em;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6; font-size:16px;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #a9131b;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.03em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
    font-weight: 600;
    font-size: 17px;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#a9131b;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #a9131b;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.64v end */
.sub-content section{
    padding-bottom: 60px;
}

.img-wrap{
    margin:50px -5px;
}
.img-wrap > div{
    padding: 0 5px;
}
.footer_wrap .copy_wrap a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	padding-left: 10px;
}
.footer_wrap .copy_wrap strong {
    font-weight: 400;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.bbs-list-view-layout + .row,.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-blog-view-layout + .row,#mod_type_formForm,#insertForm,#calendar{
    visibility: hidden;
}
.intro-board-widget-layout{
    display:none;
}

#main-notice{
    /* float:right; */
    display:inline-block;
    height:276px;
    width:50%;
    padding:30px 40px;
    color:#fff;
    background: rgba(40, 40, 40, 0.9);
}
#main-notice .title h4{
    margin:0 0 20px;
    font-size:24px;
}
#main-notice .title h4 a{
    color:#fff;
    float:right;
}
#main-notice .page-header{
    display:none;
}
#main-notice .front-panel,
#main-notice .front-panel>.panel{
    padding:0;
    border:none;
    background:transparent;
}
#main-notice .panel-body{
    padding:0;
}
.row-separator,
#main-notice .list-row-contents{
    display:none;
}
#main-notice .dh-front-list2 h6 a span{
    color:#fff;
    font-size:16px;
    font-weight:400;
}
#main-notice .dh-front-list2-words{
    padding:0;
}
#main-notice .dh-front-list2 h6{
    position:relative;
}
#main-notice .dh-front-list2 h6:before{
    content:'';
    display:inline-block;
    margin:-2px 7px 0 0;
    vertical-align: middle;
    width:3px;
    height:3px;
    background:#fff;
    border-radius: 50%;
}
#main-notice .list-row-regdate{
    float:right;
}
/* subpage about */

#about01 .trait-dl dd, 
#about01 .trait-dl dt {
    border-top: none;
    padding: 0;
}

#about01 .trait-dl dd {
    margin-bottom: 30px;
}

#about01 .trait-dl dt {
    padding: 0 0 0 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    border-left: 5px solid #a9131b;
}

#about01 .trait-dl dd .li-dot {
    border: 1px solid #d8d8d8;
    padding: 25px 35px 26px;
    margin: 0;
    box-shadow: 3px 3px 0 #eee;
}

#about01 .trait-dl dd .li-dot li {
    font-size: 17px;
    letter-spacing: -0.025em;
    margin: 3px 0;
    color: #444;
}

#about01 .trait-dl dd .li-dot li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #a9131c;
    border-radius: 50%;
    top: 11px;
}
#about01 .circle-wrap .circle{
    border: 8px solid #BF220B;
    margin:0;
}
#about01 .circle-wrap .c1{/* background: #486fde; */}
#about01 .circle-wrap .c2{border-color: #394256;}
#about01 .circle-wrap .c3{border-color: #e46c58;}
#about01 .circle-wrap .c4{border-color: #617298;}
.edu-goal{
    margin-top:40px;
}
.edu-goal .card {
    position: relative;
    min-height: 121px;
    text-align: center;
    background: #BF220B;
    color: #fff;
    border: none;
    padding: 20px;
}
.edu-goal .card p {
    margin: 0;
    color: #fff;
    font-weight: 400;
}

#about01 .circle-wrap {
    margin:0;
}
#about01 .circle-wrap .circle + .circle {
    margin-left: 28px;
}
#about01 .circle-wrap .circle::before {
    content: "";
    width: 7px;
    height: 20px;
    border-left: 7px dotted #c8c9c9;
    position: absolute;
    left: 50%;
    bottom: -37px;
    margin-left: -5px;
}
#about01 .trait-dl dd .edu-goal > div:nth-child(2) .card {
    background: #394256;
}

#about01 .trait-dl dd .edu-goal > div:nth-child(3) .card {
    background: #e46c58;
    /* padding-top: 32px; */
}
#about01 .trait-dl dd .edu-goal > div:nth-child(4) .card {
    background: #617298;
}
#curriculum02 .clearfix {
    margin-bottom: 10px;
}

#curriculum03 .card-wrap .card:before{
    /* content: ''; */
    background: #ac2f30;
    width: 20px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.vision-t {
    display: block;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #222;
    padding: 21px 0;
    position: relative;
}
.vision-t::before {
    content: "";
    width: 30px;
    height: 100%;
    border: 15px solid #eee;
    position: absolute;
    left: 0;
    top: 0;
    border-right: none;
}

.vision-t::after {
    content: "";
    width: 30px;
    height: 100%;
    border: 15px solid #eee;
    position: absolute;
    right: 0;
    top: 0;
    border-left: none;
}

/* subpage teaching */
#process-table {
    border-top: none;
}
#process-table tbody th{
    color:#fff;
    border-color: #fff !important;
    border-right: 5px solid #fff;
}
#process-table thead th {
    background: #f0f0f0;
    border-right: 5px solid #fff;
    border-bottom: none !important;
    padding: 20px 15px !important;
    font-size: 17px;
}
#process-table td {
    font-size: 15px;
    padding: 20px 20px !important;
    color: #333;
}
#process-table td li{
    text-align:left;
}
#process-table .st1 th{background: #f19789;}
#process-table .st2 th{background: #e27867;}
#process-table .st3 th{background: #d86350;}
#process-table .st4 th{background:#bb4b39;}
#process-table .st5 th{background: #9c3322;}
#process-table .st6 th{background: #791c0d;}
.sub-content section h5{
    margin:50px 0 15px;
    color: #a9131c;
    font-size: 22px;
    font-weight: 600;
}
.sub-content section > h5:first-child {
    margin-top: 0;
}
#process-table .li-dash {
    margin-bottom: 0;
    margin-top: 3px;
}
ul .table-style{
    margin:10px 20px;
}
ul ul {
    padding-top: 3px;
    margin-bottom: 5px;
}
.table-style ul{
    margin-bottom: 0;
}
.table-style .li-disc > li {
    margin-bottom: 2px;
    line-height:1.4
}
.table-style .emp {
    color: #a9131b;
    display: block;
}
.table-style img {
    border-radius: 6px;
}
.pdf-btn {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 18px;
    border: 1px solid #666;
    border-radius: 4px;
    color: #666;
}
.pdf-btn:hover{
    color:#fff;
    border-color:#a9131b;
    background:#a9131b;
}
.table-style tbody .total th,
.table-style tbody .total td{
    background:#ffffce;
    color:#111;
}

#curriculum02 .program-wrap h5{
    margin-top:0;
}

.program-wrap .left-con img {
    border-radius: 6px;
}
.program-wrap .left-con {
    padding-left: 50px;
    margin-top: 40px;
}

.program-wrap .trait-dl {
    margin-top: 20px;
}

#curriculum03 .circle-wrap .c1{background: #BF220B;}
#curriculum03 .circle-wrap .c2{background: #394256;}
#curriculum03 .circle-wrap .c3{background: #e46c58;}
#curriculum03 .circle-wrap span{color:#fff;}

#curriculum03 .card-wrap {
    margin: 0 -6px;
}

#curriculum03 .card-wrap > div {
    padding: 0 6px;
}

#curriculum03 .card-wrap .card {
    text-align: center;
    min-height: 172px;
    border: 1px solid #d0d0d0;
    box-shadow: 3px 3px 0 #eee;
    margin-bottom: 12px;
}
#curriculum03 .card-wrap .card:hover{
    border-color:#BF220B;
}
#curriculum03 .card-wrap .card h5{
    margin-top:10px;
    font-size:16px;
    color:#333
}
#curriculum03 .card-wrap .card small{
    display:block;
    margin-top:10px;
    color:#888;
}
/* ---------- 로그인 ---------- */
.login-layout .panel-body > div.col-sm-12 {
	text-align: center;
}
.inner-box-msg {
	width: 100%;
	text-align:center;
	float: none;
	margin-bottom: 35px;
}
.inner-box-form {
    width: 100%;
	max-width: 440px;
    float: none;
    margin: 0 auto;
	overflow: hidden;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 100px auto 100px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    height: 38px;
    padding: 8px 12px;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #a9131b;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
	float: right;
	width: 120px;
    height: 33px;
    background: #6b6f75;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #6b6f75;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
	border-color:#55585d;
	background:#55585d;
}

.id-find-layout h2,
.pw-find-layout h2{
	text-align:center;
}

.login-layout p a {
    color: #666;
    font-size: 14px;
}
.login-layout p a:hover{
    text-decoration:underline;
}

.login-layout p {
    margin: 0 0 5px;
}

/* ---------- 회원가입 ---------- */

.join-layout,
.join-view-layout {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 0 100px;
}

.join-layout > .row{
    /* max-width: 1170px;
    margin: 0 auto; */
    padding: 30px 0 60px;
}

.join-view-layout > .row {
    /* max-width: 1170px;
    margin: 0 auto; */
    padding: 30px 0 60px;
}

.join-layout .jumbotron {
    background: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
	display: inline-block;
}
.join-layout .jumbotron p {
    display:none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .form-control:focus {
    border-color: #a9131b;
}
.join-agree-area .panel-footer {
    background: rgba(0,0,0,0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    border-bottom: none;
    line-height: 1;
    margin: 0 0 20px;
    color: #a9131b;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: rgba(0,0,0,0);
    padding: 0;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0,0,0,0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #6b6f75;
    background: #6b6f75;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #55585d;
}

@media (max-width:767px){
	.dh-board > .table-hover td, .dh-board > .table-hover th {
		padding: 10px !important;
		font-size: 12px;
		font-weight: 400;
	}
	.dh-margin-top {
		margin-top: 10px;
	}
	.join-layout .jumbotron {
		font-size: 24px;
		padding-top: 23px;
	}
	.join-layout .form-horizontal .panel-body .form-group {
		padding: 15px 0;
	}
	.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
		padding: 0;
	}
	.join-layout .form-horizontal .form-group .control-label {
		width: auto;
		background: rgba(0,0,0,0);
		padding: 0;
	}
	.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
		padding: 0;
	}
}   
.job-review {
    margin:0;
}
.job-review .right-con{
    padding-top:40px;
    border-top:2px solid #ddd;
    padding-left:60px;
    /* border-left:2px solid #ddd; */
}
.job-review .left-con{
    padding-top:30px;
    text-align:center;
    border-top:2px solid #a9131c;
}
.job-review .name{
    margin-top:10px;
    font-size:18px;
    color:#000;
    font-weight:500;
}

.job-review .des{
    font-size:14px;
    color:#555;
    line-height:1.35;
}
.job-review .clearfix{
    padding-bottom:50px;
}
.job-review img{
    border-radius:4px;
}

.job-review .left-con{
    padding-top:30px;
    text-align:center;
    border-top:2px solid #a9131c;
}
.job-review .name{
    margin-top:10px;
    font-size:18px;
    color:#000;
    font-weight:500;
}

.job-review .des{
    font-size:14px;
    color:#555;
    line-height:1.35;
}
.job-review .clearfix{
    padding-bottom:50px;
}
.job-review img{
    border-radius:4px;
}
.job-review .des{
    font-size:14px;
    color:#555;
    line-height:1.35;
}
.job-review .clearfix{
    padding-bottom:50px;
}
.job-review img{
    border-radius:4px;
}
.ul-style{
   border: 1px solid #ddd;   
   padding: 30px;
   font-weight: 500;
   background:#f5f5f5;
}

.sub-content p a{
    display: block;
    text-align: center;
    font-size: 14px;   
}
#teaching06 .mail{
    color:#999;
}
#teaching06 .mail:hover{
    color:#a9131c;
}
.non-edu .card{
    min-height:270px;
}
/* .proact{
    margin:0 -3px;
}
.proact > div{
    padding:0 3px;
} */

.proact .card-ttl{
    font-size:14px;
}
.proact .card {
    margin-bottom:5px;
    padding-bottom:0;
    /* min-height:150px; */
}
.proact .card p{
    font-size:15px;
    text-align: center;
}
.proact .card .card-ttl{
    margin-bottom:10px;
}
.proact  .sample-img{
    padding-top: 100%;
    background:#ddd;
}
.sub-content section h5.mt-0{
    margin-top:0;
}
.proact .right-con{
    padding-top:30px;
}
#main-notice .dh-front-list2 h6 a span.list-row-subject{
    display:inline-block;
    width:65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width:767px){
    .body-layout{
        padding-top:72px;
        font-size:14px;
    }
    .main-snb{
        position: static;
        transform:none;
    }
    .carousel-control{
        display:none;
    }
    #main-notice{
        width:100%;
        height:auto;
        padding:30px;
    }
    #main-notice .dh-front-list2 h6 a span.list-row-subject{
        display:inline-block;
        width:65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .main-snb a.m-link{
        padding: 30px 15px;
    }
    .main-snb a.m-link i{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }
    .main-snb a.m-link{
        font-size:16px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        border-color:#a9131b
    }
    .navbar-inverse .navbar-nav>li>a{
        padding:10px 20px;
        border:none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        padding:10px 30px;
    }
    .breadcrumb>li{
        font-size:13px;
    }
    .sub-top-footer li{
         float:none;
         width:100%!important;
    }
    .sub-top-body{
        height:135px;
    }
    .sub-content .title h3{
        font-size:28px;
    }
    #about01 .trait-dl dt{
        width:100%;
        margin-bottom:30px;
        font-size:22px;
    }
    #about01 .trait-dl dd{
        width:100%;
    }
    .vision-t{
        font-size:18px;
        padding:20px 30px;
    }
    #about01 .circle-wrap .circle + .circle{
        margin-left:0;
    }
    #about01 .circle-wrap .circle{
        margin-bottom:40px;
    }
    #about01 .circle-wrap .circle + .circle::before{
        position:absolute;
        left:50%;
        right:auto;
        top:-25px;
        transform:translateX(-50%);
    }
    #about01 .trait-dl dd .li-dot{
        padding:25px;
    }
    #about01 .trait-dl dd .li-dot li{
        font-size:15px;
    }
    .profile-wrap .thumbnail .caption{
        width:100%;
        padding:30px;
    }
    .sub-content{
        padding:60px 0 0;
    }
    .sub-content section h4{
        font-size:24px;
    }
    p, li, dt, dd {
        font-size: 14px;
    }
    .sub-content p{
        font-size: 15px;
    }
    .job-review .right-con{
        padding:40px 15px;
    }
    .job-review img{
        max-height:200px;
    }
    .trait-dl dt{
        width:100%;
    }
    .trait-dl dd{
        width:100%;
        padding-top:0;
        border:none;
    }
    .pdf-btn{
        margin-bottom:4px;
    }
    .program-wrap .left-con{
        padding-left:15px;
        padding-bottom:80px;
    }
    .circle-wrap .circle{
        width:100px;
        height:100px;
    }
    .circle-wrap .circle span{
        font-size:16px;
    }
    #curriculum03 .card-wrap .card{
        min-height:0;
    }
    .table-hover .writer,
    .table-hover .num,
    .table-hover .regdate,
    .table-hover .hits{
        display:none;
    }
    .dh-margin-top{
        text-align:center;
    }
}