@charset "utf-8";
@import url('/skin/notokr/notokr.css');
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

/* 폰트 설정 */

.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, span, div, input, textarea, button, ol, ul, li, a {
    word-break: keep-all;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

a {
    color: #bbb;
}

a:hover,
a:focus {
    color: #2099e9;
}

/* layout */

.container_contents {
    width: 100%;
    padding: 0;
}

.mt-2em {
    margin-top: 2em;
}

.mb-2em {
    margin-bottom: 2em;
}

/* mainpage */

/* main-top */

#main-top {
    width: 100%;
    background: #2099e9;
}

.top-menu {
    margin: 0;
}

.top-menu li {
    float: left;
    padding: 0 20px;
    font-size: 12px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    font-weight: 300;
}

.top-menu li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.top-menu a:hover {
    color: #fff;
}

/* navbar setting */

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: relative;
}

.navbar {
    margin-bottom: 0;
}

.navbar-inverse {
    background: #fff;
    border-bottom: none;
}

.navbar-brand {
    margin: 42px 0;
    padding: 0 15px;
}

.navbar-brand img {
    margin-top: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #222;
    font-size: 18px;
    padding: 50px 35px;
    letter-spacing: -0.04em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #0088a5;
    background: rgba(0,0,0,0);
}

.divider-vertical+li,
.divider-vertical+li+li {
    display: none;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > li:hover > a .caret,
.navbar-inverse .navbar-nav > li:focus > a .caret {
    visibility: visible;
}

.navbar-inverse .navbar-nav > li > a .caret {
    visibility: hidden;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid rgba(0,0,0,0);
    border-left: 4px solid rgba(0,0,0,0);
    border-top: none;
    color: #2a2a2a;
}

.navbar-inverse .dropdown-menu {
    background: #2a2a2a;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 20px 0;
    border: none;
}

@media (min-width: 768px) {
  .navbar .navbar-nav > .dropdown > .dropdown-menu {
	left:50%;
	right:auto;
	transform:translate(-50%, 0);
  }
}

.navbar-inverse .dropdown-menu>li>a {
    background: rgba(255, 255, 255, 0);
    margin: 0;
    padding: 10px 20px;
    color: #ccc;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.04em;
    text-align: center;
}

.navbar-inverse .dropdown-menu>li>a:focus,
.navbar-inverse .dropdown-menu>li>a:hover {
    color: #e0ae45;
    background: transparent;
}

@media(min-width:992px) {
    .navbar-nav>li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 15px;
        background: #ddd;
        margin-top: -7px;
    }
    .navbar-nav>li:first-child::before {
        display: none;
    }
}

@media (max-width:767px) {
    .navbar-inverse .navbar-toggle {
        background: #fff;
        border: none;
        margin-top: 14px;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-inverse {
        height: auto;
    }
    .navbar-brand {
        padding: 15px;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .navbar-brand img:last-child {
        max-width: 100px;
    }
    .navbar-collapse {
        background: #2099e9;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 10px 15px;
        border-bottom: 1px solid #78b3dd;
        color: #fff;
    }
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        color: #fff;
        background: #226ba6;
    }
    .navbar-nav .open .dropdown-menu {
        background: #226ba6;
        padding: 10px 0;
    }
    .dropdown-menu>li {
        float: none;
        width: 100%;
        opacity: 1;
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        opacity: 0.7;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        opacity: 1;
        text-decoration: underline;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
}

/* menu top */

.menu-top{
	background:#0088a5;
}
.menu-top > .container{
	
}
.lang-wrap{
	float:right;
}
.lang-wrap{
	margin-bottom:0;
}
.lang-wrap li{
	float:left;
	border-right:1px solid rgba(255,255,255,0.5);
    padding: 5px 0;
}
.lang-wrap li:last-child{
	border-right:none;
}
.lang-wrap li a{
	padding:5px 20px;
	background:rgba(255,255,255,0.2);
	font-weight:500;
	border:none;
	color:#fff;
	font-size:13px;
}
.lang-wrap .active{
	background:#fff;
	color:#0088a5;
}

/* main content */

.intro-html-layout {
    padding: 0;
}

.carousel-inner .item {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.carousel-inner .slide01 {
    background-image: url(/skin/img/slide/slide1.jpg);
}

.carousel-inner .slide02 {
    background-image: url(/skin/img/slide/slide2.jpg);
}

.carousel-inner .slide03 {
    background-image: url(/skin/img/slide/slide3.jpg);
}

.carousel-control {
    opacity: 0.2;
}

#main-slide .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    text-shadow: none;
}

#main-slide .carousel-caption p {
    letter-spacing: -0.05em;
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 500;
     word-break: keep-all;
}

#main-slide .slide01 .carousel-caption p {
    display: block;
    position: absolute;
    top: 15%;
    left: 5%;
}

#main-slide .slide01 .carousel-caption p span{
    font-size: 40px;
    font-weight: 600;
}

#main-slide .slide02 .carousel-caption p {
    display: block;
    position: absolute;
    bottom: 110px;
    left: 0;
    padding:15px 30px;
    background: rgba(0,0,0,0.4);
}

#main-slide .slide03 .carousel-caption {
    color: #222;
}

#main-slide .slide03 .carousel-caption p {
    display: block;
    position: absolute;
    width: 100%;
    margin: 20px 0;
    line-height: 1.5;
    color:#fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align:center;
}

.carousel-indicators {
    margin-bottom:  0;
    bottom: 40px;
}

.carousel-indicators li {
    width: 80px;
    height: 6px;
    background: rgba(202, 202, 202, 0.5);
    border-radius: 0;
    border: none;
    margin: 0 7px;
}

.carousel-indicators li.active {
    width: 80px;
    height: 6px;
    background: #e0ae45;
    margin: 0 7px;
}


@media(max-width :991px) {
    #main-slide .carousel-caption p {
        font-size: 17px;
        line-height: 1.5;
    }
    
    #main-slide .slide01 .carousel-caption p span{
        font-size: 25px;
    }
    
    .carousel-indicators li{
        width: 40px;
    }
    
    .carousel-indicators li.active{
        width: 40px;
    }
}

@media(max-width: 500px) {
    #main-slide .carousel-caption p {
        font-size: 13px;
        line-height: 1.5;
    } 
    
    #main-slide .slide01 .carousel-caption p span{
        font-size: 17px;
    }
}

.dh-front-blog>.col-md-4>.thumbnail {
    min-height: 0;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.dh-front-blog>.col-md-4>.thumbnail .caption {
    padding: 15px;
}

.dh-front-blog>.col-md-4>.thumbnail .caption h5 {
    margin: 0;
    padding: 0 !important;
    text-align: center;
    font-size: 16px;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 140px;
}

.blog-row-contents {
    display: none;
}

@media (max-width:767px) {
    .carousel-inner .item {
        height: 300px;
    }
}

@media(min-width:768px) {
    .dh-front-blog .col-md-4 {
        width: 50%;
    }
}

.main-menu {
    padding: 50px 0 35px;
}
.shortcut {
    position: relative;
}
.shortcut > .row {
    margin: 0;
    border: 1px solid #ddd;
    border-right:none;
}


.short {
    min-height: 170px;
    transition: all .2s ease-out;
    padding: 25px;
    border-right: 1px solid #ddd;
}

@media (max-width:767px) {
    .shortcut > .row{
        border:none;
    }
    .short {
        border:1px solid #ddd;
    }
}

.short i {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 42px;
    margin-bottom: 10px;
    color: #5b5f67;
    display: inline-block;
    padding-left: 3px;
}

.short .col-sm-7 {
    padding: 0;
}

.short .img-circle {
    max-width: 100px;
    margin-top: 15px;
}

.short h4 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #0088a5;
    letter-spacing: -0.04em;
}

.short span {
    letter-spacing: -0.04em;
    color: #666;
    display: block;
}

.short h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.short .more {
    transition: all .2s ease-out;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 45px;
    height: 45px;
    background: #ddd;
    text-indent: -9999px;
    border-radius: 0;
}

.short .more:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/skin/img/main/short_icon.png) no-repeat center;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.short:hover .more {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.short:hover i {
    color: #0088a5;
}

.short:hover .more {
    background: #626262;
}

.short .col-sm-5 {
    width: 60%;
}

.short .col-sm-7 {
    width: 40%;
}

@media (max-width:767px) {
    .shortcut {
        top: 0;
    }
    .short {
        min-height: 170px;
        padding: 25px 30px;
    }
    .short .col-sm-5 {
        width: 40%;
        float: left;
    }
    .short .col-sm-7 {
        width: 60%;
        float: left;
        min-height: 120px;
    }
    .short .img-circle {
        max-width: 90px;
    }
    .short h4 {
        margin: 0 0 8px;
        font-size: 20px;
        font-weight: 400;
    }
    .short h5 {
        font-size: 14px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .short .col-sm-5 {
        display: none;
    }
    .short .col-sm-7 {
        width: 100%;
        text-align: center;
    }
    .short .more {
        left: 0;
        width: 100%;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .short {
        padding: 30px 20px;
    }
}

.main-contact {
    padding-bottom: 50px;
}

.main-contact .container > .row {
    margin: 0;
}

.main-contact .map {
    padding: 0;
}

.main-contact .map .row > div {
    padding: 0;
}

.main-contact .map .row {
    margin: 0;
}

.main-contact .map .row .col-sm-3 {
    background: #0088a5 url(/skin/img/sub/sideMenu_title_bg.png) no-repeat right 80px;
    min-height: 160px;
    padding: 20px 0 0 16px !important;
}

.main-contact .map h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.04em;
    margin: 0;
}

.main-contact .row .text-area {
    padding: 30px 50px 0;
    min-height: 160px;
    background: #626262;
    color: #fff;
    font-size: 15px;
    overflow:hidden;
    letter-spacing: -0.04em;
}

.main-contact .row .text-area:after {
    content: "\f279";
    font-family: FontAwesome !important;
    position: absolute;
    right: 30px;
    bottom: -56px;
    font-size: 135px;
    opacity: 0.07;
    color: #000;
}

.main-contact .row .text-area p {
    margin: 6px 0;
}

.main-contact .row .text-area p.tel,.main-contact .row .text-area p.fax  {
    color: #e0ae45;
    font-size: 18px;
    margin-bottom: 0;
}
/* 
.intro-board-widget-layout {
    position: relative;
    top: -95px;
    max-width: 1170px;
    margin: 40px auto 0;
}
 */
.intro-boardbox .page-header {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.intro-boardbox-type-bbs h4 {
    font-size: 20px;
}

.intro-boardbox-type-bbs a[type="button"] {
    transition: all .2s ease-in-out;
}

.intro-boardbox-type-bbs a[type="button"]:before {
    content: "more";
    position: absolute;
    right: 20px;
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
    opacity: 0;
    transform: rotate(-45deg) translateY(23px);
    transition: all .2s ease;
}

.intro-boardbox-type-bbs h4:hover a[type="button"] {
    transform: rotate(45deg);
}

.intro-boardbox-type-bbs h4:hover a[type="button"]:before {
    transform: rotate(-45deg) translateY(23px);
    right: 30px;
    opacity: 1;
}

.intro-boardbox-type-bbs .front-panel {
    padding: 0;
}

.intro-boardbox-type-bbs .front-panel>.panel {
    border: none;
    box-shadow: none;
}

.intro-boardbox-type-bbs .panel-body {
    padding: 0px 5px;
}

.intro-boardbox-type-bbs .dh-front-list2 h5 {
    display: none;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
    color: #2099e9;
}

.intro-boardbox-type-bbs .dh-front-list2 h6 a,
.intro-boardbox-type-bbs .dh-front-list2 h6 a span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #666;
    text-decoration: none !important;
}

.intro-boardbox-type-bbs .dh-front-list2 h6 a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.intro-boardbox-type-bbs .dh-front-list2 .list-row-subject:before {
    content: "";
    background: #aaa;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.list-row-subject {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 13px;
}

.list-row-regdate {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 25%;
    text-overflow: ellipsis;
}

.dh-front-list2-words .row-separator,
.dh-front-list2-words small {
    display: none;
}

.dh-front-list2-words a .list-row-subject:hover {
    color: #2099e9 !important;
    text-decoration: underline;
}

@media(min-width:992px) {
    .intro-boardbox-type-bbs {
        width: 33.3333%;
    }
}

@media (max-width:767px) {
    .intro-board-widget-layout {
        top: 0;
        margin: 30px auto;
    }
}

.intro-boardbox-type-bbs:nth-child(3)>p {
    padding: 40px 30px;
    margin: 0;
    background-image: url('/skin/img/main/m_board_bg.jpg');
    background-size: cover;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.8;
}

/* main bottom */

#main-bottom {
    display: none;
    width: 100%;
    padding: 25px 0;
    box-sizing: border-box;
    background: #f6f6f6;
}

.nav-bottom>div {
    border-left: 1px solid #dedede;
    padding: 20px 10px;
}

.nav-bottom>div:first-child {
    border: none;
}

.nav-bottom i {
    margin: 0 0 10px;
    font-size: 34px;
    color: #888;
}

.nav-bottom a p {
    color: #888;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.04em;
}

.nav-bottom a:hover,
.nav-bottom a:hover p,
.nav-bottom a:hover i {
    color: #2099e9;
    text-decoration: none !important;
}

/* subpage */

.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.subpage-header {
    width: 100%;
    height: 260px;
    padding: 100px 0;
    background: url(/skin/img/sub/subpage-header-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    letter-spacing: -0.04em;
}

.subpage-header h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 32px;
}

.subpage-header p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    opacity: 0.8;
}

.subpage-header+.container {
    margin: 60px auto 80px;
}

.snb ul li {
    position: relative;
    width: 100%;
    height: 44px;
    margin-bottom: 6px;
    line-height: 44px;
    box-sizing: border-box;
    transition: all .2s ease-out;
    letter-spacing: -0.06em;
}

.snb ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 15px;
    padding: 0 20px;
    background: #f8f8f8;
    border-radius: 4px;
}

.snb ul li:hover a,
.snb ul li.active a {
    color: #2099e9;
    text-decoration: none;
}

.snb ul li i {
    display: inline-block;
    position: absolute;
    right: 20px;
    line-height: 50px;
    font-size: 10px;
}

.snb ul li a:after {
    content: '\f054';
    color: #aaa;
    font-family: 'fontawesome';
    display: inline-block;
    position: absolute;
    right: 20px;
    line-height: 50px;
    font-size: 10px;
}

.subpage-content {
    padding-bottom: 30px;
}

.subpage-content>h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0 40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.breadcrumb {
    position: absolute;
    right: 15px;
    top: 11px;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: right;
    font-size: 12px;
}

.subpage-content .sub-content-title,
.subpage-content h4 {
    margin: 0 0 20px;
    color: #2099e9;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}

.sub-content-title .gray {
    display: block;
    margin-bottom: 15px;
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1;
}

.subpage-content .sub-content-title+h5 {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.02em;
    margin: 5px 0 0;
}

.subpage-content .des {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}

.subpage-content .small-title {
    margin: 0 0 20px;
    padding-left: 26px;
    color: #222;
    font-size: 20px;
    background: url(/skin/img/sub/ico-title.png) no-repeat left center;
    letter-spacing: -0.04em;
    line-height: 1;
}

.dh-board,
#insertForm[novalidate="novalidate"],
.dh-view-box,
#calendar {
    display: none;
}

@media(min-width:768px) {
    /*pc tablet*/
    .snb {
        width: 25%;
        padding-right: 40px;
    }
    .subpage-content {
        padding: 0;
        width: 75%;
    }
}

@media(max-width:767px) {
    /* mobile */
    .subpage-header+.container {
        margin: 30px auto;
    }
    .subpage-content {
        margin-top: 30px;
    }
    .subpage-content .description {
        font-size: 13px;
    }
    .subpage-content h3 {
        font-size: 26px;
        font-weight: 500;
        letter-spacing: -0.02em;
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .subpage-content .sub-content-title {
        font-size: 18px;
        line-height: 24px;
    }
    .subpage-content .sub-content-title+h5 {
        font-size: 15px;
        line-height: 22px;
    }
    .sub-content-title .gray {
        font-size: 13px;
    }
    .snb ul li {
        line-height: 1;
        height: auto;
        padding: 10px;
        border: 1px solid #ddd;
        margin: 0 0 4px;
    }
    .snb ul li a {
        font-size: 14px;
    }
    .snb ul li:hover,
    .snb ul li.active {
        background: #2099e9;
        border: #2099e9;
    }
    .snb ul li:hover a,
    .snb ul li.active a {
        color: #ffffff;
    }
    .snb ul li i {
        line-height: 1.5;
    }
    .breadcrumb {
        font-size: 11px;
    }
    .subpage-content h4 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .subpage-content .small-title {
        font-size: 15px;
        padding-bottom: 3px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .subpage-header {
        height: 110px;
        padding: 24px 0;
    }
    .subpage-header h2 {
        margin: 0 0 5px;
        font-size: 30px;
    }
    .subpage-header p {
        font-size: 14px;
    }
}

/* subpage about02 */

.major-info-wrap {
    background: #f3f3f3;
    margin: 0;
}

.major-info-wrap>div {
    padding: 0;
}

.major-info-wrap .des-area {
    padding: 25px;
}

.major-info-wrap .des-area .description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* subpage about05 */

.professor .col-sm-6>div {
    min-height: 200px;
    margin: 0 0 30px;
    padding: 24px 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.professor .thumbnail {
    position: relative;
    border-radius: 0;
}

.professor .thumbnail img {
    float: left;
    width: 100px;
    height: 130px;
    object-fit: cover;
    margin-right: 20px;
    margin-bottom: 20px;
}

.professor .caption {
    float: left;
    width: calc(100% - 120px);
    padding: 0;
    margin: 0;
}

.professor p {
    line-height: 1.4;
    color: #666;
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: -0.02em;
}

.professor p.email {
    margin: 0;
}

.professor p:before {
    content: "-";
    padding-right: 5px;
}

.professor .name:before {
    content: none;
}

.professor .name {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 15px;
    color: #333;
}

.name .small {
    font-size: 0.7em;
    color: #999;
}

@media (max-width:1200px) and (min-width:768px) {
    .professor .col-sm-6>div {
        min-height: 370px;
    }
    .professor .thumbnail img {
        float: none;
        margin-left: 0;
    }
    .professor .caption {
        float: none;
        width: 100%;
    }
}

/* subpage info01 */

.info01-box {
    background-color: #226ba6;
    background-image: url(/skin/img/sub/info01-box-bg.png);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.info01-box .sub-content-title {
    color: #fff;
    margin-bottom: 10px !important;
}

.info01-box .sub-content-title em {
    color: #fee95c;
    font-style: inherit;
}

.info01-box .sub-content-title .gray {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 10px;
}

.info01-box .description {
    color: #fff;
}

.info01-box a.btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    padding: 8px 30px;
    background: rgba(0, 0, 0, 0);
    transition: 0.2s;
}

.info01-box a.btn:after {
    content: url(/skin/img/main/ico-arrow.png);
    padding-left: 7px;
}

.info01-box a.btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* subpage table */

.table {
    border: none;
    border-top: 2px solid #626262;
    border-bottom: 2px solid #ccc;
}

.table tr th,
.table tr td {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding: 12px 15px !important;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1.6 !important;
}

.table tr th {
    color: #222;
    background: #f6f6f6;
}

/* subpage major 01 */

#major01 h5 {
    margin-top: 1em;
}

#major01 table th {
    text-align: center;
    vertical-align: middle;
}

#major01 table tr th:first-of-type {
    border-left-color: transparent;
}

#major01 table tr td:last-of-type,
#major01 table thead tr th:last-of-type {
    border-right-color: transparent;
}

#major01 table tbody tr:last-of-type td,
#major01 table tbody tr:last-of-type th {
    border-bottom: 1px solid #333;
}

/* subpage major03 */

#major03 p {
    text-align: center;
}

#major03 .step {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

#major03 .step:last-of-type {
    border-bottom: none;
}

#major03 .step:after {
    content: "";
    display: block;
    clear: both;
}

.roadmap-title {
    display: inline-block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    padding-top: 25px;
}

.roadmap-title span {
    display: block;
    font-size: 0.9em;
    color: #fff;
    opacity: 0.5
}

.roadmap-ttl1 {
    background: #444444;
}

.roadmap-ttl2 {
    background: #3f5065;
}

.roadmap-ttl3 {
    background: #226ba6;
}

.roadmap-ttl4 {
    background: #2099e9;
}

.roadmap-box {
    margin-top: 30px;
}

.roadmap-box>div {
    height: max-content;
    padding: 0;
    border: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 16px;
}

.roadmap-box p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
}

.roadmap-box ul {
    padding: 10px 0;
    font-size: 14px;
}

.roadmap-box li:before {
    content: "·";
    display: inline;
    margin: 0 5px;
}

.chevron-blue {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    font-size: 40px;
    color: #2099e9;
    margin: 20px 0;
}

#curriculum01 .text-danger,
#job02 .text-danger {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

#job02 .text-danger a {
    color: #2099e9;
}

@media (max-width:767px) {
    .subpage-content .table-bordered th,
    .subpage-content .table-bordered td {
        font-size: 13px;
    }
}

/* subpage life02 */

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 200px;
    max-height: none;
    box-shadow: none;
    border: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

.thumb-hidden>a>img {
    transition: all .5s ease-out;
}

.thumb-hidden:hover>a>img {
    transform: scale(1.2);
    transform-origin: center center;
}

/* subpage job3 */

dt {
    margin-top: 2em;
    margin-bottom: 1em;
}

dd {
    line-height: 1.3;
    color: #666
}

/* subpage list bbs */

.dh-board>.table-hover {
    margin: 0 0 20px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.dh-board>.table-hover th,
.dh-board>.table-hover td {
    padding: 14px;
    font-weight: 400;
}

.dh-board>.table-hover th {
    border-bottom: 1px solid #333;
    background: #f3f3f3;
}

.dh-board>.table-hover td {
    border-bottom: 1px solid #ddd;
    color: #666;
}

.dh-board>.table-hover td strong a {
    font-weight: 400;
    color: #666;
}

.table-hover>tbody>tr:hover {
    background: #fff;
}

.dh-board>.table-hover .subject strong a:hover {
    color: #2099e9;
    text-decoration: underline;
}

.dh-board>.table-hover td label {
    color: #fff;
}

.dh-view-box {
    margin: 0;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
    margin: 0;
    padding: 15px;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.dh-view-box>.row>.dh-view-info {
    background: #f3f3f3;
    color: #888;
    line-height: 1;
    padding: 8px 10px 1px;
}

.dh-view-box>.row>.dh-view-info span strong {
    color: #888;
    font-weight: 500;
}

/* subpage claendar */

#calendar .fc-head {
    background: #f3f3f3;
}

#calendar .fc-button-group button {
    background: #f3f3f3;
    border-radius: 0;
    box-shadow: none;
    border-color: #ddd;
    text-shadow: none;
    padding: 6px 15px;
    font-size: 13px;
    height: auto;
}

#calendar .fc-button-group .fc-state-active {
    background: #2099e9;
    color: #fff;
}

#calendar .fc-head .fc-day-header {
    padding: 5px;
    font-weight: 500;
}

#calendar+.text-center .btn-danger {
    background: #226ba6;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
}

#calendar+.text-center .btn-danger:hover {
    background: #2981c7;
}

@media (max-width:767px) {
    .dh-board>.table-hover th,
    .dh-board>.table-hover td {
        padding: 12px;
        font-size: 13px;
    }
}

/* footer */

.footer_copy>div {
    padding: 30px 0;
    background: #e3e3e3;
}

#footer-wrap {
    text-align: left;
}

#footer-wrap li,
#footer-wrap span {
    font-size: 13px;
    color: #888;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-top: 5px;
}

#footer-wrap ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#footer-wrap li {
    float: left;
    display: inline-block;
    border-right: 1px solid #aaa;
    padding-right: 10px;
    margin-right: 10px;
    text-align: left;
}

#footer-wrap ul > li:last-child {
    border: none;
}

#footer-wrap span {
    text-align: right;
    display: block;
}

#footer-wrap .f-copyright{
    font-size: 12px;
}

@media(min-width: 768px){
    #footer-wrap .row {
        display: flex;
    }
    
    #footer-wrap .f-logo{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
    }
}
/************** 서브 페이지 영역 시작 *****************/

.sub-layout {
    width: 100%;
    padding: 0;
}

.menuTitleBox {
    height: 178px;
    padding: 0;
}

.menuTitle {
    padding: 72px 40px;
}

.menuTitle h2 {
    margin: 0;
    letter-spacing: 2px;
    font-size: 31px;
    font-weight: 600;
}

.back-menuTitle,
.back-menuTitle-board {
    background-image: url('/skin/img/sub/back_menuTitle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.back-menuTitle-board {
    margin: 0;
    text-align: center;
}

/* 페이지 경로 */

.title-route>div {
    padding: 10px 40px;
}

.title-route ol {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.title-route li {
    padding-right: 5px;
    float: left;
    font-size: 12px;
}

.title-route h4 {
    display: none;
}

/* 본문 영역 */

.contents {
    padding: 0 15px;
}

.right_wrap p {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1.75;
}

.kmpa_summary .right_wrap p span,
.kmpa_purpose .right_wrap p span {
    color: #298fdc;
    font-weight: 600;
    letter-spacing: -0.05em;
}

/* Desktop */

/*************** 서브 페이지 영역 끝 ******************/

/**************** 게시판 영역 시작 ********************/

.dh-view-box {
    padding-left: 15px;
    padding-right: 15px;
}

/* 게시판 텍스트 스타일 */

.dh-view-box .page-header h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.bbs-list-index-layout,
/* 게시판 - 리스트 */

.bbs-list-view-layout,
.bbs-list-add-layout,
.bbs-list-edit-layout,
.bbs-list-view-layout+div,
.bbs-blog-index-layout,
/* 게시판 - 블로그 */

.bbs-blog-view-layout,
.bbs-blog-add-layout,
.bbs-blog-edit-layout,
.bbs-blog-view-layout+div,
.bbs-text-index-layout,
/* 게시판 - 텍스트 */

.bbs-text-view-layout,
.bbs-text-add-layout,
.bbs-text-edit-layout,
.bbs-text-view-layout+div,
.bbs-pds-index-layout,
/* 게시판 - psd */

.bbs-pds-view-layout,
.bbs-pds-add-layout,
.bbs-pds-edit-layout,
.bbs-pds-view-layout+div,
.img-bbs-default-index-layout,
/* 이미지 게시판 */

.img-bbs-default-view-layout,
.img-bbs-default-add-layout,
.img-bbs-default-edit-layout,
.img-bbs-img-slide-index-layout,
/* 이미지 게시판 (슬라이드) */

.img-bbs-img-slide-view-layout,
.img-bbs-img-slide-add-layout,
.img-bbs-img-slide-edit-layout,
.vod-index-layout,
/* 비디오 게시판 */

.vod-view-layout,
.vod-add-layout,
.vod-edit-layout,
.vod-view-layout+div {
    padding-left: 15px;
    padding-right: 15px;
}

/*
    Desktop
    index: 목록, view: 글 내용, add: 글 작성, edit: 글 수정, ~ +div: 댓글
*/

@media (min-width: 768px) {
    .bbs-list-index-layout,
    /* 게시판 - 리스트 */
    .bbs-list-view-layout,
    .bbs-list-add-layout,
    .bbs-list-edit-layout,
    .bbs-list-view-layout+div,
    .bbs-blog-index-layout,
    /* 게시판 - 블로그 */
    .bbs-blog-view-layout,
    .bbs-blog-add-layout,
    .bbs-blog-edit-layout,
    .bbs-blog-view-layout+div,
    .bbs-text-index-layout,
    /* 게시판 - 텍스트 */
    .bbs-text-view-layout,
    .bbs-text-add-layout,
    .bbs-text-edit-layout,
    .bbs-text-view-layout+div,
    .bbs-pds-index-layout,
    /* 게시판 - psd */
    .bbs-pds-view-layout,
    .bbs-pds-add-layout,
    .bbs-pds-edit-layout,
    .bbs-pds-view-layout+div,
    .img-bbs-default-index-layout,
    /* 이미지 게시판 */
    .img-bbs-default-view-layout,
    .img-bbs-default-add-layout,
    .img-bbs-default-edit-layout,
    .img-bbs-img-slide-index-layout,
    /* 이미지 게시판 (슬라이드) */
    .img-bbs-img-slide-view-layout,
    .img-bbs-img-slide-add-layout,
    .img-bbs-img-slide-edit-layout,
    .vod-index-layout,
    /* 비디오 게시판 */
    .vod-view-layout,
    .vod-add-layout,
    .vod-edit-layout,
    .vod-view-layout+div {
        width: 1170px;
        margin: 0 auto;
    }
    /* 댓글 영역 */
    .bbs-list-view-layout+div .page-header,
    .bbs-blog-view-layout+div .page-header,
    .bbs-text-view-layout+div .page-header,
    .bbs-pds-view-layout+div .page-header,
    .img-bbs-default-view-layout+div .page-header,
    .img-bbs-img-slide-view-layout+div .page-header,
    .vod-index-layout+div .page-header {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .bbs-list-view-layout+div .page-header h4,
    .bbs-blog-view-layout+div .page-header h4,
    .bbs-text-view-layout+div .page-header h4,
    .bbs-pds-view-layout+div .page-header h4,
    .img-bbs-default-view-layout+div .page-header h4,
    .img-bbs-img-slide-view-layout+div .page-header h4,
    .vod-index-layout+div .page-header h4 {
        margin: 40px 0 20px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: normal;
    }
    .dsq-brlink {
        display: none;
    }
}

/***************** 게시판 영역 끝 *********************/

.subPage .topArea {
    display: table;
    width: 100%;
    height: 220px;
    background: url('/skin/img/sub/subTop.jpg') no-repeat;
}

.subPage .topArea .inner {
    color: #fff;
/*     display: table-cell; */
/*     vertical-align: middle; */
}

.subPage .topArea .inner .row {
    margin: 0 auto;
}

.subPage .topArea .inner .title_area h2 {
    margin: 60px 0 0;
    font-size: 26px;
    letter-spacing: -0.04em;
    line-height: 40px;
}

.subPage .right_wrap .title ul {
    display: inline-block;
    float: right;
    padding: 0;
}

.subPage .right_wrap .title ul li {
    display: inline-block;
    color: #888;
    font-size: 13px;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.subPage .right_wrap .title ul li i {
    padding: 0 5px;
}

.subPage .right_wrap .title ul li span.active {
    color: #0088a5;
}

@media screen and (max-width:768px){
.subPage .right_wrap .title ul{
        display:none;
    }
}

@media screen and (min-width:1170px) {
    .subPage .topArea .inner .row {
        width: 1170px;
    }
    
    
}

.subPage .contents {
    margin: 0 auto;
}

.subPage .left_wrap {
    padding-left: 15px;
    padding-right: 20px;
}

.subPage .left_wrap .sideMenu .sideMenu_title {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.04em;
    padding: 80px 30px 25px;
    background: #0088a5 url(/skin/img/sub/sideMenu_title_bg.png) no-repeat right 20px;
}

.subPage .left_wrap .sideMenu ul {
    margin-bottom: 0;
    padding: 20px 30px 30px;
    background: #626262;
}

.subPage .left_wrap .sideMenu ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #777;
    letter-spacing: -0.03em;
}

.subPage .left_wrap .sideMenu-en ul li a{
    font-size: 13px;
    letter-spacing: -0.07em;
}

.subPage .left_wrap .sideMenu ul li.on a {
    color: #efc672;
    position: relative;
}

.subPage .left_wrap .sideMenu ul li.on a::after {
    content: '\f054';
    font-size: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 13px;
    right: 5px;
    opacity: 0.5;
}

.subPage .left_wrap .sideMenu .area {
    height: 220px;
    background: #626262 url(/skin/img/sub/sideMenu_area_bg.png) no-repeat 50% 50%;
}

.subPage .right_wrap {
    padding-bottom: 40px;
}

.subPage .right_wrap .title h3 {
    color: #222;
    font-size: 30px;
    letter-spacing: -0.04em;
    margin: 50px 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #ddd;
}

/* .subPage .right_wrap .title h3:before {
    display:inline-block;
    content:url("/skin/img/sub/icon01.jpg");
    margin-right: 10px;
}
 */


@media (min-width:1170px) {
    .subPage .contents {
        width: 1170px;
    }
}

@media (min-width:768px){
    .subPage .left_wrap {
        width: 20%;
        float: left;
    }
    .subPage .right_wrap {
        width: 80%;
        float: right;
        padding-bottom: 110px;
        padding-left: 40px;
    }
    .sideMenu {
        margin-top: -30px;
    }
}
/*----------- about01 --------------*/

#about01 .section1 h4 {
    font-weight: 600;
    font-size: 20px;
    color: #0088a5;
    letter-spacing: -0.04em;
    margin: 25px 0 25px;
}

#about01 .right_wrap p {
    margin-bottom: 20px;
    word-break: keep-all;
}

#about01 .right_wrap h4{
    word-break: keep-all;
    
}

#about01 .section1 .content p:nth-child(6),
#about01 .ceo {
    text-align: right;
    margin-bottom: 0;
    font-size: 20px;
}

#about01 .ceo span {
    margin-left: 5px;
    color: #222;
    font-weight: 600;
}

/*----------- about02 --------------*/

#about02 .table {
    margin: 20px 0 0;
}

/*----------- member--------------*/

@media (min-width: 768px) {
    .member-info div {
        margin-left: 15px;
    }
}

.member {
    margin-bottom: 60px;
}

section:last-child .member {
    margin-bottom: 0px;
}

.member-title {
    padding: 30px 0;
}

.member-title h5 {
    font-size: 24px !important;
    letter-spacing: -0.04em !important;
}

.member-title h5 span {
    font-weight: 400;
    color: #222;
    margin-left: 8px;
}

.member-title h5 p {
    font-size: 14px;
    margin-top: 5px;
    color: #0088a5;
    font-weight: 400;
    margin: 12px 0 0;
    line-height: 1;
    display: none;
}

.member-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.04em;
    margin: 0 0 10px;
}

.member-content {
    margin-bottom: 20px;
}

.member-content ul {
    padding-left: 0;
}

.member-content ul li {
    margin-bottom: 5px;
    position: relative;
    letter-spacing: -0.03em;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    padding-left: 12px;
}

.member-content ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

#member04 .highlight{
    font-weight: 500;
    color:  #ff1a1a;
}
/*----------- field --------------*/

#field01 section {
    padding: 25px 8px;
    border-top: 2px solid #626262;
    border-bottom: 2px solid #ddd;
}

#field01 section>span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #0088a5;
    letter-spacing: -0.04em;
    margin: 0px 0 10px;
}

#field01 section ul {
    margin-left: 12px;
    padding: 0;
}

#field01 section ul li {
    position: relative;
    padding-left: 14px;
    letter-spacing: -0.04em;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 5px;
}

#field01 section ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

#field01 section>span i {
    padding-right: 10px;
    font-family: "FontAwesome" !important;
    font-style: normal;
}
#field01 section+section {
    border-top: none;
}
/*----------- ready(hire 페이지. 준비중) --------------*/
#hire01 .section1 h4 {
    font-weight: 600;
    font-size: 20px;
    color: #0088a5;
    letter-spacing: -0.04em;
    margin: 25px 0 25px;
    line-height: 1.5;
}

#hire01 .section1 h5{
    font-size: 20px;
    font-weight: 600;
}

#hire01 section ul {
    padding: 0;
}

#hire01 section ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    padding-right: 5px;
}

#hire01 section ul li {
    position: relative;
    letter-spacing: -0.04em;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}

/*----------- login --------------*/
.login-layout, .id-find-layout, .pw-find-layout {background: #fff}
.login-layout .inner-box-wrapper, .id-find-layout .inner-box-wrapper, .pw-find-layout .inner-box-wrapper {width: 100%; max-width: 1170px; margin: 0 auto; padding: 30px 0 0;}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
    margin: 0;
    padding: 0px 0px 80px;
}
.login-layout .panel-body h2, .id-find-layout .panel-body h2, .pw-find-layout .panel-body h2 {margin: 0; color: #222; font-size: 22px; font-weight: 500; letter-spacing: -0.02em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 13px; color: #444; margin: 0;}
.login-layout .inner-box-form form label, 
.id-find-layout .inner-box-form form label, 
.pw-find-layout .inner-box-form form label {
    font-size: 16px;
    letter-spacing: -0.03em;
}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background: #fff !important; border: 1px solid #ddd;}

.login-layout .form-control, 
.id-find-layout .form-control, 
.pw-find-layout .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}
.login-layout .form-control:focus, 
.id-find-layout .form-control:focus, 
.pw-find-layout .form-control:focus {
    border-color: #bbb;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: right;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 0;
    border: none;
    border-radius: 0;
    background: #0088a5;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.3s ease;
    letter-spacing: -0.03em;
}
.login-layout .btn-warning:hover, 
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #222;
}
.login-layout form > div > p > a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #666;
    margin-top: 18px;
}
.login-layout form > div > p > a:hover {color: #222;}
.login-layout form > div > p > a:after {content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #ddd;}
.login-layout form > div > p:last-child > a:after {content: "";}
.id-find-layout .panel-body, .pw-find-layout .panel-body {margin-top: 40px;}

.maintenance { margin-top: 5px; background: #f5f5f5; padding: 150px 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;}