@import url('/skin/font/notokr/notokr.css');
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@700&display=swap');

.body-layout {
    color: #555;
    font-size: 16px;
    font-family: 'notokr', sans-serif;
    letter-spacing: -0.033em;
}

/*상단 메뉴 설정 시작*/
.navbar {
    border-bottom: 1px solid #ddd;
    /* 하단 테두리 */
    background: none repeat scroll 0% 0% #ffffff;
    /* 배경 색 */
}

.navbar.mouseover {
    background: #fff;
}

.topmarginLay_a {
    margin-top: -22px;
}

.gnb {
    transition: all .3s ease;
    background: #fff;
}

.navbar.mouseover .gnb {
    border-top: 1px solid #e0e0e0;
}

@media screen and (max-width:767px) {
    .topmarginLay_a {
        height: 41px !important;
    }
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    margin: 0;
    /* width: 165px; */
}

/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-nav {
    line-height: 0;
}

.navbar-inverse .navbar-nav>li {
    line-height: 0;
}

.navbar-inverse .navbar-nav>li>a {
    position: relative;
    margin: 0;
    padding: 38px 30px;
    font-size: 17px;
    font-weight: 500;
    color: #111;
    text-shadow: none;
    background-color: transparent;
    line-height: 1;
    letter-spacing: -0.035em;
}

.navbar-inverse .navbar-nav>li:focus>a,
.navbar-inverse .navbar-nav>li:hover>a {
    color: #e7367a;
}

.navbar-inverse .navbar-nav>li>a:before {
    content: "";
    width: 0;
    height: 3px;
    background: #e7367a;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    transition: all 0.3s
}

.navbar-inverse .navbar-nav>li:hover>a:before {
    width: calc(100% - 56px);
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu>li>a {
    background-color: rgba(0, 0, 0, 0);
    color: #222;
    padding: 5px 0px;
    margin: 0;
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: -0.055em;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #e8367a;
    background-color: transparent;
    background-image: none;
    font-weight: 500;
    text-decoration: underline;
}

.caret {
    display: none;
}

@media (min-width: 768px) {
    .dropdown-menu {
        top: 120px;
        left: 50% !important;
        right: auto !important;
        height: 0;
        text-align: center;
        transform: translateX(-50%);
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
    }
}

/* 상단 서브 메뉴 설정 끝*/

/* mobile menu */
.navbar-inverse .navbar-toggle {
    border: none;
    margin-top: 10px;
    margin-right: 20px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    border: none;
    background-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    width: 25px;
    background-color: #4a4a4a;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #e7367a;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    color: #e7367a;
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fbaccb;
    }
}

/* //mobile menu */

/* 하단 카피라이트 설정 시작*/
body>.navbar-fixed-bottom .text-center {
    background: #ffffff;
    /*배경 색*/
    color: #999999;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-align: center;
    /*텍스트 정렬*/
}

.footer_copy {
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding: 30px 0;
    background: #333;
}

.footer_copy .text-center {
    background-color: #333333;
    /*배경 색*/
    color: #999999;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-align: center;
    /*텍스트 정렬*/
}

/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span {
    background-color: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 36px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

p.intro_span {
    background-color: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.flex-caption span.intro-title {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 36px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.flex-caption span.intro-text {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

/*인트로 텍스트 설정 끝*/

.navbar-inverse .navbar-brand {
    padding: 0 15px;
    margin-top: 24px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .divider-vertical {
    display: none;
}

.flexslider {
    border: 0px solid #FFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    border-top: 5px solid #333;
    border-radius: 0px !important;
}

.flex-caption span {

    text-shadow: horizontal-offset vertical-offset blur color;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);

}

.flex-caption span.intro-title {
    padding: 5px !important;
    margin: 0px !important;
}

.mainthumbs {
    margin-top: 17px;
    padding: 10px;
    margin-bottom: 30px;
}

.mainthumbs div>img {
    width: 65%;
    border: 10px solid #dfdfdf;
}

.mainthumbs div h4 {
    margin-top: 17px;
    font-weight: bold;
}

.mainthumbs div p {
    font-size: 11px;
}

.maintxt {
    border-radius: 0px;
}

.maintxt p {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}


.footer_copy .text-center {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    padding: 30px 20px;
    margin: 0px;
    text-align: center;
    border-top: 5px solid #333;
}

.intro-widgetbox {
    margin-top: 25px;
}

.skin-page-title {
    border-radius: 0px;
    border-right: 13px solid #333;
}

.skin-page-title p {
    margin: 0px 0px 0px;
}

.page-company {

    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
    border-radius: 0px;
    background: url('/skin/img/i-company.jpg');
    background-size: cover;
    background-position: center;

}

.page-company>.panel-body {

    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 45px 10px;

}

.none-radius {
    border-radius: 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}

.none-radius img {
    border: 10px solid #dfdfdf;
}

.reset-padding {
    padding: 10px 0;
}


/******************************************
*************************Customizing******/

.menu-top {
    position: relative;
    padding: 15px 0px 10px;
    text-align: right;
}

.menu-top img {
    float: right;
    cursor: pointer;
    margin-left: 5px;
}

.menu-top #chanKor {
    right: 34px;
}

.menu-top #chanEng {
    right: 0px;
}

/* //Menu Top (language button) */

/* Html (slide) */
.carousel-caption {
    text-align: left;
    margin: 0 auto;
    padding: 0 15px;
    bottom: 50px;
}

.pull-center {
    display: none;
}

.fill {
    height: 480px
}

.fill h1 span,
.fill p span {
    background-color: inherit;
    text-shadow: none;
    opacity: 1;
    padding: 0;
}

.fill h1 {
    margin: 0 0 10px;
}

.fill h1 span {
    font-weight: 600;
    font-size: 52px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    line-height: 1;
}

.fill p span {
    font-size: 23px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    padding-left: 3px;
}

.carousel-caption .fill h1 {
    margin-bottom: 20px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.carousel-indicators li.active {
    margin: 0 4px;
}

/* //Html (slide) */

/* Main menu mobile */
@media screen and (max-width:767px) {
    .navbar-inverse .navbar-brand {
        padding: 10px 15px;
    }

    .navbar-brand img {
        max-width: 120px;
    }

    .navbar-collapse {
        background: #4a4a4a;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .nav>li {
        border-bottom: 1px solid #666666;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 20px;
        font-size: 15px;
        color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #ffffff;
        background: #383838;
    }

    .navbar-inverse .navbar-nav>li:hover>a:before {width: 100%;}

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        background-color: #383838;
        background-image: none;
        box-shadow: none;
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
        background: #565656;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #e4e4e4;
        font-size: 14px;
    }
}

/* Common Styles */
.container_slide,
.container_contents {
    width: 100%;
    padding: 0;
}

/* board */
.intro-widget-layout {
    width: 100%;
    padding: 0 8px;
}

.intro-widget-layout>p {
    display: none;
}

.intro-widget-layout .intro-widgetbox {
    width: 100%;
    float: right;
    padding: 0px;
}

.intro-widget-layout .intro-widgetbox:nth-child(2),
.intro-widget-layout .intro-widgetbox:nth-child(4) {
    margin-top: 20px;
}

.intro-widgetbox {
    margin: 24px 0px 0px;
    border-bottom: 1px solid #a7a7a7;
    padding: 0px 5px;
}

.intro-widgetBoardbox {
    border: none;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 0;
}

.intro-widgetBoardbox>a {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #a7a7a7;
}

.intro-widgetBoardbox>a:hover {
    border-bottom: 1px solid #a7a7a7 !important;
    padding-right: 0;
}

.intro-widgetBoardbox>a>h5 {
    font-size: 16px;
    padding: 0px 0px;
    color: #4a4a4a;
    margin: 0 0 15px;
    line-height: 1;
}

.intro-widgetBoardbox .fa-angle-right:before {
    content: "more" !important;
    font-size: 13px;
    font-weight: 600;
    color: #e7367a;
}

.intro-widget-list-box>ul {
    margin: 0 !important;
    padding: 9px 0;
    line-height: 1;
    font-size: 12px;
}

.intro-widget-list-box>ul>li {
    padding: 0;
}

.intro-widget-list-box>ul>li a {
    padding: 8px 0;
}

.intro-widget-list-box>ul>li>a:hover {
    color: #e7367a;
}

.widget-list-row-regdate {
    color: #aaa !important;
}

.intro-widget-list-box>ul>li+li {
    border-top: none;
}

/* //board */
/* Main contents mobile */
@media screen and (max-width:991px) {
    #mainsec01 {
        margin-top: 0
    }

    #mainsec01>.row>.col-md-3 {
        overflow: hidden;
        float: none;
    }

    .link .linkTable {
        margin: 20px 0;
    }

    #mainsec01 .center {
        margin-bottom: 20px;
    }

    #mainsec01 .center_box {
        background-image: none;
        min-height: 100px;
        padding: 25px 25px 15px;
    }

    #mainsec01 .center .col-md-6 {
        padding: 0 15px !important;
    }

    #mainsec01 .contact_box img {
        margin: 0 0 20px;
    }
}

/* -- */


.footer-social-layout {
    display: none;
}

/* footer */
.footer_copy .text-center {
    padding: 0px;
    border-top: none;
    background-color: #333;
    float: none;
}

.footer {
    width: 100%;
    display: inline-block;
    border-top: none;
}

.footer .logo {
    float: none;
    display: inline-block;
}

.footer .logo img {
    float: right;
}

.footer .info {
    color: #999;
    font-size: 11px;
    text-align: center;
}

.footer .info span {
    padding-right: 0px;
    display: inline-block;
}

.footer .info span.copy {
    padding: 5px 0 0;
    font-size: 11px;
}

.footer .info p {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: -0.2px;
}

.footer .wrap-login {
    right: -60px;
    bottom: 0;
    position: absolute;
}
.footer .wrap-login > a {
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 300;
    color: #ccc;
    background: #000;
}
.footer .wrap-login > a:hover,
.footer .wrap-login > a:focus {
    text-decoration: none;
}
.footer .wrap-login > a:hover {
    color: #fff;
    background: #e53176;
    border-color: #e53176;
}

.footer .wrap-login > a {display: none;}
.footer .wrap-login > a.login {display: inline-block;}
.footer .wrap-login > a.join {display: inline-block;}

body.logined .footer .wrap-login > a.mypage {display: inline-block;}
body.logined .footer .wrap-login > a.logout {display: inline-block;}
body.logined .footer .wrap-login > a.login {display: none;}
body.logined .footer .wrap-login > a.join {display: none;}


@media screen and (min-width: 768px) {
    .footer {
        width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .footer {
        width: 955px;
    }

    .footer .logo {
        float: left;
    }

    .footer .info {
        text-align: left;
    }

    .footer .info span {
        padding: 0 6px;
    }
}

/* //footer */


/********************** subPage
******************************/

/*********************** common styles ***********************/
/************ 왼쪽 메뉴, 경로, 서브 타이틀, 본문 *************/
.sub-layout {
    width: 100%;
    padding: 0;
}

/* 서브 메뉴 */
ol.subMenu {
    padding-left: 0px;
    list-style-type: none;
    border-bottom: 2px solid #4a4a4a;
    border-top: 2px solid #4a4a4a;
}

ol.subMenu li {
    color: #4a4a4a;
    font-size: 14px;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

ol.subMenu a:first-child li {
    border-top-width: 0px;
    margin-top: -1px;
}

ol.subMenu li p {
    margin-bottom: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    font-size: 14px;
}

ol.subMenu a:last-child p {
    border-bottom: none
}

ol.subMenu li p:before {
    content: "";
    display: block;
    float: left;
    width: 8px;
    height: 2px;
    background: #aaa;
    margin-top: 9px;
    margin-right: 8px;
}

/* ol.subMenu li:hover p:before,
ol.subMenu li:hover p:before {
    backgound: #e7367a;
} */

ol.subMenu li.active p,
ol.subMenu li:hover p {
    color: #e7367a;
    font-weight: 600;
}

/* //서브 메뉴 */

/* 경로 (서브 타이틀 상단) */
.route {
    float: right;
    margin-top: 10px;
    list-style-type: none;
}

.route li {
    float: left;
    color: #999;
    font-size: 11px;
    font-weight: 500;
}

.route li:after {
    content: url('/skin/img/ico_route_arrow.png');
    padding: 0px 5px;
}

.route li:last-child {
    color: #cf2d68;
}

.route li:last-child:after {
    content: '';
}

/* //경로 (서브 타이틀 상단) */

/* 서브 타이틀 */
.subTitle {
    margin-bottom: 30px;
}

.subTitle h2 {
    margin-top: 0px;
    margin-bottom: 7px;
    color: #333333;
    font-weight: 700;
}

.subTitle p {
    font-size: 15px;
}

.subTitle .horizontal-line {
    /* 서브 타이틀과 본문 사이 수평 라인 */
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.subTitle .horizontal-line:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 1px;
    content: "";
    display: block;
    background-color: #cf2d68
}

.subTitle .horizontal-line:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 1px;
    content: "";
    display: block;
    background-color: #cf2d68
}


@media screen and (min-width: 768px) {

    .route,
    .subTitle {
        padding-right: 0px;
    }
}

@media screen and (min-width: 992px) {
    .route {
        margin-bottom: 13px;
    }
}

/* //서브 타이틀 */

/*  본문 (서브 타이틀 하단 - 게시판, 모듈 등에는 적용X) */
.content .innerDiv {
    padding: 0px;
}

.content h3 {
    margin-bottom: 25px;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.content p {
    font-size: 14px;
    line-height: 1.8;
    color: #616161;
}

.sub-title {
    font-weight: 600;
    color: #4a4a4a;
    margin: 0 0 15px;
    font-size: 20px;
}

.sub-title2 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #e7367a;
    font-weight: 600;
}

.sub-title2 i {
    margin-right: 8px;
}

.sub-title3 {
    color: #525252;
    font-size: 15px;
    margin: 0 0 20px;
    font-weight: 600;
}

.sub-title4 {
    display: inline-block;
    background-color: #f3f3f3;
    color: #333;
    font-weight: 600;
    padding: 8px 15px;
    margin: 0 0 15px;
    font-size: 16px;
}

.top-img,
.top-txt {
    margin-bottom: 25px;
}

.con {
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .content {
        padding-right: 0px;
    }

    .content h3 {
        font-size: 24px;
    }
}

/* 게시판, 모듈 상단 여백 조정 */
.img-bbs-default-index-layout .right,
.bbs-list-index-layout .right,
.bbs-list-view-layout .right,
.img-bbs-default-add-layout .right,
.bbs-list-add-layout .right,
.contact-mail-layout .right {
    padding-bottom: 0;
}

/* 게시판 */
.btn {
    border-radius: 0px;
    background-image: none;
}

#btnNew {
    z-index: 2;
    border-color: #4a4a4a;
    background-color: #4a4a4a;
    box-shadow: none;
}

.page-nav {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !important;
    font-weight: 500;
}

.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: #e63277;
    border: 1px solid #e63277;
    color: #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #fff;
}


.board .right {
    padding-bottom: 0px;
}

.dh-board {
    padding: 0px 15px;
    margin-bottom: 50px;
}

.dh-board * a {
    color: #4a4a4a;
}

.dh-board>.table-hover {
    margin: 0;
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ccc;
}

.dh-board>.table-hover th {
    background: #f3f3f3;
}

.dh-board>.table-hover th,
.dh-board>.table-hover td {
    padding: 13px 15px !important;
    font-size: 15px;
}

.dh-board table thead th {
    padding: 5px 8px;
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
}

.dh-board table tbody td {
    border-top: 1px solid #e3e3e3;
    color: #777;
}

.dh-board table tbody tr:first-child td {
    border-top-width: 0px;
}

.dh-board table tbody tr td.subject strong {
    font-weight: 500;
    color: #333;
}

.dh-board .label-primary {
    color: #6b695e;
    font-size: 12px;
    background-color: transparent;
}

.dh-board .label-primary:before {
    content: '[';
}

.dh-board .label-primary:after {
    content: ']';
}

.dh-board .dh-margin-top {
    margin-top: 30px;
}

.table-hover>tbody>tr:hover {
    background-color: #fff;
}

.dh-board table tbody tr td.subject a:hover {
    text-decoration: underline;
    color: #e63277
}

.input-group .input-group-btn .btn {
    text-shadow: none;
    background-color: #f3f3f3;
}

.btn .caret {
    display: inline-block;
}

.input-group .form-control {
    height: 34px;
    border-width: 1px 0px;
    border-color: #d3d3d3;
}

.bbs-blog-index-layout .dhb-txt-list {
    /* 블로그 목록에서 썸네일 이미지 영역 */
    border-right-width: 0px;
}

.bbs-list-view-layout+.row,
/* 댓글 영역(리스트 게시판) */
.bbs-blog-view-layout+.row {
    /* 댓글 영역(블로그 게시판) */
    margin-right: 0px;
    padding-left: 15px;
}

.bbs-list-view-layout+.row .page-header,
/* 댓글, 댓글 작성 텍스트 */
.bbs-blog-view-layout+.row .page-header {
    margin-bottom: 0px;
    border-bottom-width: 0px;
}

.btn-comment-edit,
/* 댓글 수정, 삭제 버튼 */
.btn-comment-edit-by-se,
.btn-comment-del {
    margin-left: 5px !important;
    padding: 0px;
    border-width: 0px;
    border-bottom: 1px solid transparent;
    outline: none;
}

.btn-comment-edit:focus,
.btn-comment-edit:hover,
.btn-comment-edit:active,
.btn-comment-edit-by-se:focus,
.btn-comment-edit-by-se:hover,
.btn-comment-edit-by-se:active,
.btn-comment-del:focus,
.btn-comment-del:hover,
.btn-comment-del:active {
    border-bottom: 1px solid #333333;
    background-color: transparent;
}

.bbs-list-view-layout+.row iframe,
.bbs-list-edit-layout iframe,
.bbs-blog-view-layout+.row iframe,
.bbs-blog-edit-layout iframe {
    height: 550px !important;
}

@media screen and (min-width: 768px) {

    .bbs-list-view-layout+.row iframe,
    .bbs-list-edit-layout iframe,
    .bbs-blog-view-layout+.row iframe,
    .bbs-blog-edit-layout iframe {
        height: 490px !important;
    }
}

@media screen and (min-width: 992px) {

    .bbs-list-view-layout+.row iframe,
    .bbs-list-edit-layout iframe,
    .bbs-blog-view-layout+.row iframe,
    .bbs-blog-edit-layout iframe {
        height: 460px !important;
    }
}

/* dh-view-box - 게시물 상세 페이지 */
.dh-view-box {
    margin: 0 0 110px;
    padding: 0 15px;
}

.dh-view-box .row {
    margin-right: 0px;
    margin-left: 0px;
}

.dh-view-box>.row>.page-header {
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #e3e3e3;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.dh-view-box>.row>.dh-view-info {
    /* 게시물 제목 하단에 작성자, 시간, 조회수 영역(리스트/블로그/비디오 게시판) */
    background: transparent;
    padding: 7px 15px 5px;
    border-bottom: 1px solid #d3d3d3;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 9px 0 0;
    color: #999;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #888;
    padding: 0 3px 0 0;
}

.dh-view-box .dh-attach+div {
    /* 첨부파일과 본문 사이 여백 */
    padding: 40px 20px 50px !important;
}

.dh-view-box .dh-line+div {
    /* 게시물 맨 하단에 '<', 목록, '>', 수정, 삭제 버튼 (리스트/블로그 게시판) */
    padding: 0px;
}

.dh-view-box .btn-group {
    width: 100%;
    margin-left: 0px;
}

.dh-view-box .btn-group .btnEdit {
    /* 수정, 삭제 버튼 오른쪽으로 위치 */
    margin-left: 0px;
}

.bbs-list-add-layout .subPage.board .subTitle,
/* 리스트 게시판(작성) */
.bbs-list-edit-layout .subPage.board .subTitle,
/* 리스트 게시판(수정) */
.bbs-blog-add-layout .subPage.board .subTitle,
/* 블로그 게시판(작성) */
.bbs-blog-edit-layout .subPage.board .subTitle,
/* 블로그 게시판(수정) */
.img-bbs-default-add-layout .subPage.board .subTitle,
/* 이미지 게시판(작성) */
.img-bbs-default-edit-layout .subPage.board .subTitle {
    /* 이미지 게시판(수정) */
    display: none;
}

@media screen and (max-width: 767px) {

    .bbs-list-add-layout .subPage.board .route,
    .bbs-list-edit-layout .subPage.board .route,
    .bbs-blog-add-layout .subPage.board .route,
    .bbs-blog-edit-layout .subPage.board .route,
    .img-bbs-default-add-layout .subPage.board .route,
    .img-bbs-default-edit-layout .subPage.board .route {
        padding-left: 0px;
    }
}

.bbs-list-add-layout h2,
/* 리스트 게시판(작성) */
.bbs-list-edit-layout h2,
/* 리스트 게시판(수정) */
.bbs-blog-add-layout h2,
/* 블로그 게시판(작성) */
.bbs-blog-edit-layout h2,
/* 블로그 게시판(수정) */
.img-bbs-default-add-layout h2,
/* 이미지 게시판(작성) */
.img-bbs-default-edit-layout h2 {
    /* 이미지 게시판(수정) */
    margin: 0 0 35px;
    color: #333333;
    font-weight: 700;
}

.img-bbs-default-index-layout>.row {
    margin: 0px;
    padding: 0px 15px;
}

.img-bbs-default-index-layout>.row:nth-child(2)>.col-lg-12 {
    margin-top: 20px;
}

.img-bbs-default-index-layout>.row>.col-lg-12,
.img-bbs-default-index-layout .filter-items {
    padding: 0px;
}

.dh-front-gallery>.col-md-3 {
    float: left;
    width: 100%;
    padding-right: 0px;
    /* 이미지 게시판 미리보기 이미지 좌우 여백 */
    padding-left: 0px;
}

.dh-front-gallery>.col-md-3>a.thumbnail {
    margin: 0 0 10px
}

.filter-items .filter-label {
    /* 게시판 카테고리 */
    padding: 5px 8px;
    color: #6b695e;
    background: none repeat scroll 0% 0% #fff8d1;
}

.filter-items .filter-label:focus,
.filter-items .filter-label:hover {
    color: #fff8d1;
    background: none repeat scroll 0% 0% #6b695e;
}

.img-bbs-default-index-layout #btnNew {
    margin-bottom: 50px;
}

.dh-front-gallery .btnEdit,
.dh-front-gallery .btnDelete {
    color: #828282;
    border-width: 0px;
    box-shadow: none;
}

.dh-front-gallery .btnEdit:focus,
.dh-front-gallery .btnEdit:hover,
.dh-front-gallery .btnDelete:focus,
.dh-front-gallery .btnDelete:hover {
    background-color: #ffffff;
    text-decoration: underline;
    outline: none;
}

.dh-front-gallery .btnEdit:after {
    content: url('/skin/img/ico_vertical_line.gif');
    padding-left: 12px;
}

@media (min-width: 768px) {
    .dh-board #insertForm {
        /* 게시물 검색, 작성 버튼 영역(리스트/블로그/비디오 게시판) */
        width: 100%;
    }

    /* 게시물 작성/수정 페이지(리스트/블로그/이미지/비디오 게시판) 내부 시작 */
    #insertForm .control-label {
        /* 제목, 비밀글, 내용 등의 텍스트 */
        width: 110px;
        margin-bottom: 10px;
        text-align: left;
    }

    #insertForm label[for=contents]+div {
        /* 내용 아래 입력 박스(이미지 게시판 제외) */
        width: 100%;
    }

    #insertForm .col-sm-offset-2 {
        /* 확인버튼 */
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .bbs-blog-index-layout .dhb-txt-list {
        /* 블로그 목록에서 썸네일 이미지 영역 */
        border-right-width: 1px;
    }

    /* 댓글, 댓글 작성 개별 영역 */
    .bbs-list-view-layout+.row>.col-md-12,
    /* 리스트 게시판 */
    .bbs-blog-view-layout+.row>.col-md-12 {
        /* 블로그 게시판 */
        padding: 0px;
    }

    /* 게시물 작성/수정 페이지(리스트/블로그/이미지/비디오 게시판) 내부 끝 */

    .img-bbs-default-index-layout>.row {
        /* 이미지 게시판 카테고리와 이미지 영역 */
        width: 463px;
        float: right;
        padding-right: 0px;
    }

    .dh-front-gallery>.col-md-3 {
        width: 50%;
        padding-right: 20px;
    }
}

@media screen and (min-width: 992px) {

    .dh-board,
    .dh-view-box,
    /* 게시물 세부 페이지(리스트/블로그/비디오 게시판) */
    .bbs-list-view-layout+.row,
    /* 댓글 영역(리스트 게시판) */
    .bbs-blog-view-layout+.row,
    /* 댓글 영역(블로그 게시판) */
    #insertForm {
        /* 게시물 입력/수정 페이지(리스트/블로그/이미지/비디오 게시판) */
        max-width: 1170px;
        margin: 0 auto 70px;
    }

    .img-bbs-default-index-layout>.row {
        /* 이미지 게시판 카테고리와 이미지 영역 */
        width: 693px;
    }

    .dh-front-gallery>.col-md-3 {
        width: 33.333%;
    }
}

/* //게시판 */

/* Module - Mail Form */
.mod-mailFrm .right,
.mod-customFrm .right {
    /* 서브타이틀과 메일폼 사이 여백 */
    padding-bottom: 20px;
}

#mailForm {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 50px;
}

#mailForm .form-group {
    margin-bottom: 0px;
    padding: 15px 10px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #eeeeee;
}

#mailForm .form-group:first-child,
#mailForm .form-group:nth-child(5) {
    border-top: 1px solid #828282;
}

#mailForm .form-group label {
    /* 이름, 이메일, 제목, 내용, 정보수집 동의 내용 텍스트 */
    float: left;
    width: 19%;
    text-align: center;
}

#mailForm .form-group:nth-child(5) {
    padding-left: 0px;
    border-bottom-width: 0px;
    background-color: #ffffff;
}

#mailForm .form-group .form-control {
    /* 이름/이메일/제목/내용 입력란 */
    width: 80%;
    display: inline-block;
    font-size: 13px;
    border-radius: 0px;
}

#mailForm .form-group textarea {
    /* 내용 입력란 */
    max-width: 744px;
}

#mailForm label[for='mail_agree'] {
    /* 정보수집 동의 내용 */
    width: 100%;
    text-align: left;
    line-height: 18px;
}

#mailForm input[tyle='checkbox'] {
    /* 정보수집 동의 체크박스 */
    margin-top: 3px;
}

#mailForm p.error {
    /* 이름, 이메일, 제목, 내용, 정보수집 동의 유효성 검사 - This field is required. */
    padding-right: 5px;
    color: lightcoral;
    text-align: right;
}

#mailForm p[for='mail_agree'] {
    /* 정보수집 동의 유효성 검사 - This field is required. */
    width: 100%;
    padding-right: 15px;
}

.dh-view-box .btn-group .btn {
    width: auto;
    float: left;
}

@media screen and (min-width: 768px) {
    #mailForm {
        width: 448px;
        float: right;
        padding: 0px;
    }

    #mailForm label[for='mail_agree'] {
        width: 448px;
    }

    #mailForm input[value='Send Message'],
    #mod_type_formForm .save {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    #mailForm {
        width: 693px;
    }

    #mailForm label[for='mail_agree'] {
        width: 693px;
    }

    #mailForm input[value='Send Message'],
    #mod_type_formForm .save {
        width: 180px;
    }
}

/* //Module - Form Mail */

/* Module - Custom Form */
#mod_type_formForm {
    width: 100%;
    padding: 0px 15px;
}

#mod_type_formForm .q_number {
    width: 100%;
    display: inline-block;
    margin-top: -4px;
    padding: 10px 15px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #eeeeee;
}

#mod_type_formForm .q_number[value='1'] {
    border-top: 1px solid #828282;
}

#mod_type_formForm .q_number[value='6'] {
    border-bottom: 1px solid #828282;
}

#mod_type_formForm .q_number>.col-sm-12:nth-child(1) {
    width: 100%;
    float: left;
    padding-top: 5px;
    text-align: left;
}

#mod_type_formForm .q_number .fa {
    display: none;
}

#mod_type_formForm .q_number h3 {
    color: #828282;
    font-size: 13px;
}

#mod_type_formForm .q_number small {
    display: block;
    padding-left: 5px;
    color: #008ad2;
    font-size: 12px;
    font-weight: 600;
}

#mod_type_formForm .q_number input[type='text'],
#mod_type_formForm .q_number textarea {
    margin-bottom: 5px;
    border-radius: 0px;
}

#mod_type_formForm .q_number input[type='checkbox'] {
    margin-bottom: 5px;
    margin-left: 10px;
}

#mod_type_formForm .q_number input[type='checkbox']:first-child {
    margin-left: 0px;
}

#mod_type_formForm .q_number input[type='radio'] {
    margin-top: 19px;
    margin-bottom: 0px;
    margin-left: 10px;
}

#mod_type_formForm .q_number input[type='radio']:first-child {
    margin-left: 0px;
}

#mod_type_formForm .q_number textarea {
    height: 200px;
}

#mod_type_formForm .q_number>.col-sm-12:nth-child(2) {
    width: 0px;
}

#mod_type_formForm .q_number.q_5>.col-sm-12:nth-child(2),
#mod_type_formForm .q_number.q_6>.col-sm-12:nth-child(2) {
    width: 80%;
    float: left;
    padding-top: 7px;
    color: #a29f8d;
    font-size: 12px;
    font-weight: 600;
}

#mod_type_formForm .q_number>.col-sm-12:nth-child(3) {
    width: 100%;
    float: right;
    color: #828282;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    #mod_type_formForm {
        width: 448px;
        float: right;
        padding: 0px;
    }

    #mod_type_formForm .q_number>.col-sm-12:nth-child(1) {
        width: 20%;
        text-align: center;
    }

    #mod_type_formForm .q_number>.col-sm-12:nth-child(3) {
        width: 80%;
    }

    #mod_type_formForm .q_number.q_5>.col-sm-12:nth-child(2) {
        float: right;
    }
}

@media screen and (min-width: 992px) {
    #mod_type_formForm {
        width: 677px;
    }
}

/* //Module - Custom Form */
/* login */
.login-layout .panel {
    margin-bottom: 40px;
}

/* Member Join */
.join-agree-layout {
    margin-bottom: 40px;
}

.member-join h2 {
    color: #333;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

#joinForm input {
    border-radius: 0px;
}

#joinForm label {
    /* padding: 0px 15px; */
    color: #333;
}

#joinForm label[for='join_user_agree'],
#joinForm label[for='join_priv_agree'] {
    padding-right: 0px;
    color: #828282;
}

#joinForm textarea {
    box-shadow: none;
    border-radius: 0px;
}

#joinForm .panel {
    border-radius: 0px;
}
#joinForm .text-danger {
    color: #e53277;
}

#joinForm .input-group .form-control {
    border-width: 1px;
}

/* //Member Join */

/********** 공통 스타일 *********/
a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.7;
}

/*******************************/

/********** 메인 시작 **********/
.mainPage {
    padding: 70px 0 70px;
    text-align: center;
}

.mainPage h3 {
    margin: 0 0 5px;
    font-size: 36px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.08em;
}

.mainPage h3+p {
    margin: 0 0 40px;
    color: #f5498b;
    font-size: 15px;
    letter-spacing: 0.015em;
    font-weight: 500;
}

.mainPage .box-service>a {
    text-decoration: none;
}

.mainPage .box-service>a::after {
    content: '+';
    right: 15px;
    bottom: 85px;
    position: absolute;
    padding: 6px 12px;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1em;
    background: rgba(255, 25, 113, 0.8);
    z-index: 100;
}

.mainPage .box-service>a:hover::after {
    background: rgba(255, 25, 113, 1);
}

.mainPage .box-service .wrap-img {
    position: relative;
    overflow: hidden;
}

.mainPage .box-service .wrap-img::before,
.mainPage .box-service .wrap-img::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
    z-index: 100;
}

.mainPage .box-service .wrap-img::before {
    top: 10px;
    left: 10px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.mainPage .box-service .wrap-img::after {
    right: 10px;
    bottom: 10px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.mainPage .box-service>a:hover .wrap-img::before,
.mainPage .box-service>a:hover .wrap-img::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-color: #fff;
}

.mainPage .box-service .wrap-img>img {
    transform: scale(1);
    transition: all 0.3s;
}

.mainPage .box-service>a:hover .wrap-img>img {
    transform: scale(1.1);
    opacity: .8;
}

.mainPage .box-service .text>h4 {
    margin: 24px 0 6px;
    font-size: 20px;
    letter-spacing: -0.055em;
    font-weight: 600;
}

.mainPage .box-service .text>p {
    font-size: 14px;
}

/* 게시판 */
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 0 100px;
}

.intro-board-layout {
    width: 100%;
}

.intro-boardbox {
    width: 50%;
}

.intro-boardbox:nth-child(1) {
    padding: 0 20px 0 0;
}

.intro-boardbox:nth-child(2) {
    padding: 0 8px 0 20px;
}

.intro-boardbox .dh-front-blog {
    margin: 0 -5px;
}

.intro-board-widget-layout .page-header {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 0 20px;
}
.intro-board-widget-layout .page-header h4{
    margin:0;
    font-size:20px;
    font-weight:600;
}
.intro-board-widget-layout .page-header h4 a {
    padding: 5px 5px;
    font-size: 15px;
    color: #555 !important;
}

.dh-front-list2 h5 {
    display: none;
}

.dh-front-list2 h6 {
    margin: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.dh-front-list2 h6 a:hover,
.dh-front-list2 h6 a:focus,
.dh-front-list2 h6 a:hover span,
.dh-front-list2 h6 a:focus span {
    color: #e63277;
    text-decoration:underline;
}

.dh-front-list2 h6 a .list-row-regdate {
    color: #888;
    letter-spacing: 0;
}

.dh-front-list2 h6 a .row-separator {
    display: none;
}

.dh-front-list2 h6 a .list-row-regdate {
    float: right;
}

.front-panel>.panel {
    border: 0;
}

.intro-board-widget-layout .panel-body {
    min-height: 173px;
    padding: 29px 20px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 0 #eee;
}

.dh-front-list2-words {
    margin-top: 15px;
}

.dh-front-blog>.col-md-4 {
    padding: 0 5px;
}

.dh-front-blog>.col-md-4>.thumbnail {
    min-height: auto;
    margin: 0;
    transition: none;
}

.dh-front-blog>.col-md-4>.thumbnail:hover {
    border-color: #e63277;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 130px;
    border: none;
}

.dh-front-blog>.col-md-4>.thumbnail>.caption {
    text-decoration: none;
}

.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.dh-front-blog .blog-row-contents {
    display: none;
}

/* SNS 링크 */
.borad_bottom {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
}

.borad_bottom a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    color: #333;
    letter-spacing: -0.04em;
    font-weight: 500;
    transition: all 0.25s;
}
.borad_bottom a:hover {
    transform: translateY(-10px);
    text-decoration:none;
}

.borad_bottom a>img {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 4px;
    padding: 4px;
    background: #01c73c;
    border-radius: 20px;
}

.borad_bottom a>i {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    padding: 0;
    color: #fff;
    background: #f00075;
    border-radius: 50%;
    display: block;
    font-size: 35px;
    text-align: center;
    line-height: 70px;
}

.borad_bottom a>.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #34bf0e;
    padding-top: 21px;
    margin: 0 auto 15px;
}

.borad_bottom > span {
    margin: 0 20px;
    display: inline-block;
}

.borad_bottom .youtube a>i {
    background: #f80000;
}

/*******************************/

/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}

.subPage>.pageTop {
    height: 240px;
    color: #fff;
    background: #333 url('/skin/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.subPage>.pageTop>.container {
    height: 100%;
    position: relative;
}

.subPage>.pageTop .wrap-title {
    padding: 80px 0 0;
    text-align: center;
}

.subPage>.pageTop .wrap-title>h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.05em;
}

/* Breadcrumb */
.subPage .breadcrumb {
    margin: 18px 0 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    background-color: transparent;
}

.subPage .breadcrumb>li {
    position: relative;
}

.subPage .breadcrumb>li:first-child::before {
    content: '\f015';
    top: -14px;
    left: -10px;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
}

/* Link */
.subPage .link {
    margin-top: -50px;
}

.subPage .link ul {
    background: rgba(0, 0, 0, 0.58);
}

.subPage .link ul>li>a {
    position: relative;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.04em;
}

.subPage .link ul>li.active>a {
    font-weight: 500;
    color: #fff;
    z-index: 1;
    background: #e63277;
}

.subPage .link ul>li:not(.active)>a:hover {
    background: rgba(0, 0, 0, 0.4);
}

.subPage>.contents {
    padding: 55px 0 100px;
}

.space-bottom {
    margin-bottom: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

.title-lv-1 {
    position: relative;
    margin: 0 0 110px;
    font-size: 36px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.055em;
    line-height: 1;
    text-align: center;
}

.title-lv-1::before {
    content: '';
    left: 50%;
    bottom: -30px;
    width: 45px;
    height: 4px;
    position: absolute;
    background: #e63277;
    transform: translateX(-50%);
    border-radius: 60px;
}

.title-lv-3 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 20px;
    font-size: 28px;
    color: #222;
    letter-spacing: -0.04em;
}

.title-lv-3::before,
.title-lv-3::after {
    content: '';
    left: 2px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 10px;
}

.title-lv-3::before {
    top: 6px;
    background: #e63277;
}

.title-lv-3::after {
    top: 18px;
    background: #656464;
}

.title-lv-4 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.045em;
}

.title-lv-4::before {
    content: '';
    top: 2px;
    left: 2px;
    width: 3px;
    height: 18px;
    position: absolute;
    background: #e63277;
}

.list-default {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.list-default>li {
    position: relative;
    margin-bottom: 5px;
}

.list-style-1>li {
    padding-left: 14px;
}

.list-style-1>li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ec357b;
    border-radius: 30px;
}

.list-dash>li {
    padding-left: 12px;
}

.list-dash>li::before {
    content: '-';
    left: 0;
    position: absolute;
}

.list-num>li {
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #333;
}

.list-num>li .num {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    padding: 6px 4px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background-color: #656565;
    border-radius: 3px;
    letter-spacing: 0;
}

.list-num2>li {
    padding-left: 30px;
}

.list-num2>li .num {
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1em;
    text-align: center;
    background-color: #656565;
    border-radius: 2px;
    white-space: nowrap;
}

table.tb-default>thead>tr>th,
table.tb-default>tbody>tr>th,
table.tb-default>tbody>tr>td {
    padding: 14px 13px;
    font-size: 15px;
    word-break: keep-all;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    border-color: #e6e6e6;
    vertical-align: middle;
    letter-spacing: -0.02em;
}

table.tb-default>thead>tr>th,
table.tb-default>tbody>tr>th {
    text-align: center;
}

table.tb-style-1 {
    border-top: 2px solid #4a4a4a;
}

table.tb-style-1>thead>tr>th,
table.tb-style-1>tbody>tr>th {
    font-weight: 600;
    letter-spacing: -0.02em;
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

table.tb-style-2>thead>tr>th,
table.tb-style-2>tbody>tr>th {
    font-weight: 600;
    letter-spacing: -0.02em;
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

table.tb-style-2>thead>tr:first-child>th {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 20px;
    text-align: left;
    letter-spacing: -0.045em;
    background: #e32870;
    border-color: #e32870;
}

table.tb-style-2>tbody>tr>td {
    text-align: center;
}

table.tb-style-2>tbody>tr>td ul {
    text-align: left;
}

.box-text {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding: 30px 35px;
    word-break: keep-all;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.box-text .list-style-1 li {
    font-size: 15px;
    letter-spacing: -0.02em;
}

.box-text .name {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
}

.box-text p:last-child {
    margin-bottom: 0;
}

.box-text .col-sm-6 {
    padding: 0;
}

/* 체리유학원 소개 (페이지) */
#introduction #row1 .text {
    padding: 6px 50px 0;
    word-break: keep-all;
}

#introduction #row1 .text h4 {
    margin: 0 0 40px;
    font-size: 34px;
    letter-spacing: -0.07em;
    line-height: 1.425;
    font-weight: 400;
    color: #484848;
}

#greeting #row1 .text h4:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #e63277;
    display: block;
    margin-bottom: 30px;
    margin-top: 8px;
    margin-left: 2px;
    border-radius: 50%;
    box-shadow: 15px 0 0 #777777;
}

#introduction #row1 .text h4 span {
    color: #e53176
}

#introduction #row1 .text p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

#introduction #row1 {
    margin-bottom: 60px;
}

#introduction #row2 {
    margin-left: 0;
    margin-right: 0;
}

#introduction #row2>div {
    padding: 0;
}

#introduction .vision-mission {
    width: 100%;
    display: inline-block;
    padding: 35px 30px;
    word-break: keep-all;
    border: 2px solid #fff;
    background: #f3f3f3;
}

#introduction .vision-mission>.wrap-icon {
    float: left;
    width: 20%;
}

#introduction .vision-mission>.wrap-icon i {
    padding: 20px;
    font-size: 30px;
    color: #4a51b7;
    text-align: center;
    background: #fff;
    border: 4px solid #c8c9ec;
    border-radius: 100%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

#introduction .vision-mission>.wrap-text {
    width: 80%;
    padding-left: 3px;
    padding-top: 2px;
    display: inline-block;
}

#introduction .vision-mission h4 {
    margin: 0px 0 12px;
    font-size: 20px;
    font-weight: 600;
}

#introduction .vision-mission p {
    margin: 0;
    line-height: 1.55;
    font-size: 15px;
}

#introduction .history-block {
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 1px dashed #d3d3d3;
}

#introduction .history-block>.image {
    float: left;
    width: 20%;
    padding: 30px 0 0;
    text-align: center;
}

#introduction .history-block>.image img {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 2px 2px 0 #eee;
}

#introduction .history-block>.image i {
    font-size: 65px;
    color: #e2e2e2;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 2px 2px 0 #eee;
}

#introduction .history-block>.detail {
    width: 80%;
    display: inline-block;
    padding: 32px 50px 0;
}

#introduction .history-block>.detail .year {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
}

/* 대표 인사말 (페이지) */
#greeting #row1 .image {
    padding: 0 15px 0 30px;
}

#greeting #row1 .text {
    padding: 0 15px 0 65px;
    word-break: keep-all;
}

#greeting #row1 .text h4 {
    font-size: 34px;
    letter-spacing: -0.07em;
    line-height: 1.425;
    font-weight: 400;
    color: #484848;
    margin: 0px 0 40px;
}

#greeting #row1 .text h4 span {
    color: #e53176
}

#greeting #row1 .text p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.65;
}

#greeting .from {
    margin-top: -20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: right;
}

#greeting .from > .name {
    padding-left: 3px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Noto Serif KR', serif;
    color: #222;
}

/* 학비별 안내 (페이지) */
#intl_school1 .box-text ul>li span {
    padding-right: 3px;
    font-weight: 600;
    color: #e63277;
}

#intl_school1 .tb-style-1>thead>tr>th:nth-child(1) {
    width: 120px;
}

#intl_school1 .tb-style-1>thead>tr>th:nth-child(2) {
    width: 32%;
}

#intl_school1 .tb-style-1>thead>tr>th:nth-child(3),
#intl_school1 .tb-style-1>thead>tr>th:nth-child(4) {
    width: 10%;
}

#intl_school1 .tb-style-1>tbody>tr>td.logo {
    height: 105px;
}

#intl_school1 .tb-style-1>tbody>tr>td {
    font-size: 14px;
    padding: 15px;
}

#intl_school1 .tb-style-1>tbody>tr>td:nth-child(3),
#intl_school1 .tb-style-1>tbody>tr>td:nth-child(4) {
    text-align: center;
}

/* 기숙사 학교 안내 (페이지) */
#intl_school2 .box-school+.box-school {
    margin-top: 60px;
}

#intl_school2 .box-school>h4.name {
    margin: 5px 0 22px;
    font-size: 34px;
    letter-spacing: -0.02em;
    line-height: 1.425;
    font-weight: 600;
    color: #e63277;
}

#intl_school2 .box-school>.images>div {
    padding: 2px;
}

#intl_school2 .box-school>.box-text {
    margin: 30px 0 0;
}

#intl_school2 .box-school>.box-text p {
    margin-bottom: 20px;
}

#intl_school2 #row2 .box-text:not(#box1):not(#box2) {
    height: 257px;
}

/* 가디언 서비스 (페이지) */
#guardian_service #row1 p {
    max-width: 600px;
    margin-bottom: 30px;
    line-height: 1.7;
    margin: 0 auto 30px;
    text-align: justify;
}

#guardian_service #row1 p.video {
    margin-bottom: 30px;
    font-size: 34px;
    color: #999;
    text-align: center;
    background: #f3f3f3;
    max-width: 854px;
    height: 480px;
    line-height: 480px;
}
#guardian_service #row1 h4 {
    position: relative;
    display: inline-block;
    margin: 65px 0 45px;
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 1.425;
    font-weight: 600;
    color: #e63277;
    text-align: center;
}
#guardian_service #row1 h4::before,
#guardian_service #row1 h4::after {
    content: '';
    top: 5px;
    width: 25px;
    height: 15px;
    position: absolute;
}
#guardian_service #row1 h4::before {
    left: -35px;
    background: url('/skin/img/sub/icon_quote_left.png') no-repeat;
}
#guardian_service #row1 h4::after {
    right: -30px;
    background: url('/skin/img/sub/icon_quote_right.png') no-repeat;
}

#guardian_service .warp-images {
    margin: 0 -5px;
}

#guardian_service .images>div {
    padding: 5px;
}

#guardian_service .images img {
    padding: 5px;
    border: 1px solid #ddd;
}

/* 영어캠프 공통 스타일 */
.subPage[id^='eng_camp'] .box-text {
    margin: 30px 0 80px;
}

.subPage[id^='eng_camp'] #row1 .images>div {
    padding: 2px;
}

.subPage[id^='eng_camp'] #row1 table>thead>tr>th:first-child {
    width: 150px;
}

.subPage[id^='eng_camp'] #row1 table>tbody>tr>td ul {
    margin-bottom: -5px;
}

/* 국제학교 스쿨링 캠프 (페이지) */
#eng_camp1 .wrap-images {
    margin: 0 -5px;
}

#eng_camp1 .images>div {
    padding: 5px;
}

#eng_camp1 .images img {
    border: 1px solid #d3d3d3;
    padding: 5px;
}
#eng_camp1 .box-text {
    margin: 0 0 50px;
}
#eng_camp1 .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 30px 10px 0;
}
#eng_camp1 .logo .name {
    margin: 0;
    font-size: 17px;
}
#eng_camp1 .logo .img {
    margin: 0 0 15px;
}
#eng_camp1 .logo .img img {
    height: 60px;
    display: inline-block;
}
#eng_camp1 .logo .img img:nth-child(2) {
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
}
#eng_camp1 table.tb-style-2>thead>tr:first-child>th {
    text-align: center;
}
#eng_camp1 #row3 table > thead > tr:nth-child(2) th {
    width: calc(100% / 7);
    color: #fff;
    background: #656565;
    border-color: #888;
}
#eng_camp1 #row3 table > tbody > tr:not(:nth-child(2)):not(:last-child) > td {
    background: #f4fce3;
}
#eng_camp1 #row3 table > tbody > tr > td.bg-gr {
    background: #c3fae8 !important;
}
#eng_camp1 #row3 table > tbody > tr > td.bg-yl {
    background: #fff9db !important;
}
#eng_camp1 #row4 table > thead > tr:nth-child(2) th {
    width: 30%;
    color: #fff;
    background: #656565;
    border-color: #888;
}
#eng_camp1 #row4 table > thead > tr:nth-child(2) th:nth-child(2) {
    width: 40%;
}
#eng_camp1 #row4 table > tbody > tr > th+td {
    width: 15%;
    color: #333;
    background: #f4fce3;
}
#eng_camp1 #row4 table>tbody>tr:not(:last-child)>td {
    text-align: center;
}
#eng_camp1 #row4 table>tbody>tr>td h5 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 600;
}
#eng_camp1 #row4 table>tbody>tr:not(:last-child)>td ul {
    display: inline-block;
    text-align: left;
}

/* 주니어 어학연수 (페이지) */
#eng_camp2 .contents h4 {
    margin-top: 50px;
}

#eng_camp2 table p.sm {
    margin: 12px 0 0;
    font-size: 14px;
}

#eng_camp2 #row2 table>thead>tr>th {
    width: calc(100%/7);
}

#eng_camp2 #row2 table>tbody>tr>th {
    padding: 10px;
    background-color: #f6f6f6;
}

#eng_camp2 #row2 table>thead>tr:first-child>th {
    background: #656565;
    border-color: #888;
    color: #fff;
}

#eng_camp2 #row2 table>tbody>tr>td {
    text-align: center;
}

#eng_camp2 #row2 table>tbody>tr>td:nth-child(6),
#eng_camp2 #row2 table>tbody>tr>td:nth-child(7) {
    background: #ffeff4;
    color: #e63277;
}

#eng_camp2 #row3 table>tbody>tr>td {
    text-align: center;
}

#eng_camp2 #row3 table>tbody>tr>td h5 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 600;
}

#eng_camp2 #row3 table>tbody>tr>td ul {
    display: inline-block;
    text-align: left;
}

/* 답사프로그램 (페이지) */
[id^="exploration"] #row1 p {
    margin-bottom: 20px;
}
[id^="exploration"] #row1 p+img {
    margin-top: 35px;
}
#exploration1 .table-responsive {
    margin-top: 30px;
}

/* 이주정착 프로그램 (페이지) */

/* 비자안내 (페이지) */
#exploration3 #row1 table {
    margin: 30px 0 0;
}

#exploration3 #row1 table>thead>tr>th {
    width: 21%;
}

#exploration3 #row1 table>thead>tr>th:first-child {
    width: 16%;
}

#exploration3 #row1 table>tbody>tr>td {
    text-align: center;
}

#exploration3 #row2 h4 {
    margin-top: 45px;
}

#exploration3 #row5 h4 {
    margin: 45px 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.045em;
}

#exploration3 #row3 .box-text,#exploration3 #row5 .box-text {
    margin: 10px 0 20px;
}

#exploration3 #row5 .box-text>h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
}

#exploration3 #row5 .box-text p+h5 {
    margin-top: 25px;
}

#exploration3 #row6 h4 {
    margin-top: 40px;
}

#exploration3 #row6 h5 {
    margin: 25px 0 10px;
    font-size: 15px;
    font-weight: 600;
}

/* 게시판 공통 스타일 */
.bbs-list-index-layout .title-lv-1,
.bbs-list-edit-layou .title-lv-1,
.bbs-list-view-layout .title-lv-1,
.bbs-list-add-layout .title-lv-1,
.bbs-blog2-index-layout .title-lv-1,
.bbs-blog2-edit-layou .title-lv-1,
.bbs-blog-view-layout .title-lv-1,
.bbs-blog-add-layout .title-lv-1 {
    margin: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    padding: 0 10px;
    background: #fff;
    border: none;
}

.dh-board .dhb-txt-box-type-b>.row {
    margin: 0 0 30px;
    border: 1px solid #ddd;
}

.dh-board .dhb-txt-box-type-b>.row:hover {
    border: 1px solid #e63277;
}

.dh-board .dhb-txt-box-type-b>.row>div {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: 0;
    height: 200px;
    max-height: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden>a>img {
    height: 100%;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

.dhb-txt-box-type-b-text-layout h4 {
    margin: 0;
    padding: 17px 15px;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.04em;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
}

.join-layout {
    max-width: 1140px;
    margin: 100px auto;
}

/* ---------- 로그인 ---------- */
.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: 40px auto 60px;
    border: 1px solid #e3e3e3;
    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 #ddd;
}
.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;
}

/* ---------- 회원가입 ---------- */
.join-layout > .row{
    max-width: 1170px;
}

.join-view-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-layout .jumbotron {
    background: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0 0 15px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e3e3e3;
}
.join-layout .jumbotron h1 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    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 .panel-footer {
    background: rgba(0,0,0,0);
    border: none;
    padding: 0;
    margin-top: 55px;
}
.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 {position: relative;margin: 0 0 25px;padding: 0 0 0 20px;font-size: 28px;color: #222;letter-spacing: -0.04em;background: rgba(0,0,0,0);border-bottom: none;line-height: 1.2;}
#joinForm .panel-heading::before,
#joinForm .panel-heading::after {
    content: '';
    left: 2px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 10px;
}

#joinForm .panel-heading::before {
    top: 6px;
    background: #e63277;
}

#joinForm .panel-heading::after{
    top: 18px;
    background: #656464;
}

.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: 15px;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 15px;
}
.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 #4a4a4a;
    background: #4a4a4a;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #333;
}

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .body-layout {
        overflow-x: hidden;
        font-size: 15px;
    }
    .footer .logo img {margin-bottom: 10px;}
    .footer .wrap-login {
        position: static;
        margin-top: 15px;
    }
    .footer .wrap-login > a {font-size: 11px;}
    .intro-boardbox {width: 100%;}
    .intro-boardbox:nth-child(1) {padding: 0 0 30px;}
    .intro-boardbox:nth-child(2) {padding: 0;}
    .intro-board-widget-layout .panel-body {min-height: 143px;}
    #intl_school1 .tb-style-1>tbody>tr>td.logo {height: auto;}
    #intl_school1 .tb-style-1>tbody>tr>td.logo img {
        width: 70px;
        max-width: none;
    }
    .join-layout {padding: 0 15px;}
    .bbs-list-add-layout > form,
    .bbs-list-edit-layout > form,
    .bbs-blog-add-layout > form,
    .bbs-blog-edit-layout > form {
        padding: 0 15px;
    }
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    .navbar-inverse .navbar-toggle {
        margin-right: 15px;
        padding: 15px 10px;
    }
    .navbar-inverse .navbar-brand {margin-top: 7px;}
    .fill {height: 280px;}
    .carousel-caption {
        top: 50%;
        right: 5%;
        left: 5%;
        bottom: auto;
        text-align: center;
        transform: translateY(-50%);
    }
    .fill > .carousel-caption h1 span {font-size: 30px;}
    .fill > .carousel-caption p span {font-size: 21px;}
    .mainPage {padding: 40px 0 10px;}
    .mainPage h3 {font-size: 32px;}
    .mainPage h3+p {
        margin: 0 0 25px;
        font-size: 13px;
    }
    .mainPage .box-service {margin-bottom: 30px;}
    .mainPage .box-service>a::after {bottom: 69px;}
    .mainPage .box-service .text>h4 {
        margin: 20px 0 6px;
        font-size: 19px;
    }
    .dh-front-blog>div+div {margin-top: 15px;}
    .dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {height: 200px;}
    .borad_bottom > span {
        float: left;
        width: 33.3%;
        margin: 0;
    }
    .borad_bottom a {font-size: 13px;}
    .borad_bottom a>i {
        width: 60px;
        height: 60px;
        font-size: 32px;
        line-height: 60px;
    }
    .borad_bottom a>.circle {
        width: 60px;
        height: 60px;
    }
    .borad_bottom a>.circle img {width: 40px;}

    .footer_copy {padding: 20px 15px;}
    .footer .info p {
        font-size: 11px;
        line-height: 1.6;
    }
    .footer .info span {margin: 0 5px;}
    .footer .info span.copy {font-size: 10px;}
    .footer .info br+span:not(.copy) {display: none;}

    .subPage>.pageTop {height: 150px;}
    .subPage>.pageTop .wrap-title {padding: 60px 0 0;}
    .subPage>.pageTop .wrap-title>h2 {font-size: 38px;}
    .subPage .link {margin-top: 15px;}
    .subPage .link ul>li {border-bottom: none;}
    .subPage .link ul>li>a {
        margin-bottom: 0;
        font-size: 14px;
        color: #333;
        line-height: 42px;
        background: #fff;
        border: 1px solid #ddd;
        border-top: none;
    }
    .subPage .link ul>li:first-child>a {border-top: 1px solid #ddd;}
    .subPage .link ul>li.active>a {border-color: #e63277;}
    .subPage .link ul>li:not(.active)>a:hover {
        background: #f6f6f6;
        border-color: #ddd;
    }
    .subPage .breadcrumb {
        margin: 15px 0 0;
        font-size: 10px;
    }
    .subPage>.contents {padding: 60px 0;}
    .title-lv-1 {
        margin: 0 0 70px;
        font-size: 32px;
        word-break: keep-all;
    }
    .title-lv-3 {
        margin: 0 0 20px;
        font-size: 25px;
        line-height: 1.3;
        word-break: keep-all;
    }
    .title-lv-3::before, .title-lv-3::after {
        width: 7px;
        height: 7px;
    }
    .title-lv-3::after {top: 16px;}
    .title-lv-4 {
        font-size: 18px;
        line-height: 1.3;
        word-break: keep-all;
    }
    .space-bottom {margin-bottom: 40px;}
    .box-text {
        margin-bottom: 25px;
        padding: 20px;
    }
    .list-num>li {
        padding-left: 32px;
        font-size: 15px;
    }
    .list-num>li .num {
        width: 22px;
        height: 22px;
        padding: 5px 4px;
        font-size: 12px;
    }
    table.tb-default>thead>tr>th,
    table.tb-default>tbody>tr>th,
    table.tb-default>tbody>tr>td {
        font-size: 14px;
    }
    #introduction #row1 {margin-bottom: 40px;}
    #introduction #row1 .text {padding: 30px 15px 0;}
    #introduction #row1 .text h4 {
        margin: 0 0 25px;
        font-size: 30px;
    }
    #introduction #row1 .text p {font-size: 15px;}
    #introduction .vision-mission {
        padding: 30px 15px;
        text-align: center;
    }
    #introduction .vision-mission>.wrap-icon {
        width: 100%;
        margin-bottom: 15px;
    }
    #introduction .vision-mission>.wrap-text {
        width: 100%;
        padding: 0;
    }
    #introduction .history-block {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    #introduction .history-block:last-child {margin-bottom: 0;}
    #introduction .history-block>.image {
        width: 100%;
        padding: 0;
    }
    #introduction .history-block>.detail {
        width: 100%;
        padding: 22px 0 0 10px;
    }
    #introduction .history-block>.detail .year {
        margin: 0 0 13px;
        font-size: 22px;
    }
    #introduction .history-block>.image i {font-size: 55px;}
    #greeting #row1 .image {padding: 0 15px;}
    #greeting #row1 .text {padding: 30px 15px 0 15px;}
    #greeting #row1 .text h4 {
        margin: 0px 0 30px;
        font-size: 30px;
    }
    #greeting #row1 .text h4:before {margin-bottom: 20px;}
    #greeting #row1 .text p {
        margin: 0 0 25px;
        font-size: 15px;
    }
    #greeting .from {margin-top: 0;}
    #intl_school2 .box-school>h4.name {
        margin: 0 0 18px;
        font-size: 24px;
    }
    #intl_school2 .box-school+.box-school {margin-top: 40px;}
    #intl_school2 .box-school>.box-text p {margin-bottom: 10px;}
    .box-text .name {
        margin-bottom: 15px;
        font-size: 18px;
    }
    #intl_school2 #row2 .box-text:not(#box1):not(#box2) {height: auto;}
    .box-text .list-style-1 li {font-size: 14px;}
    #intl_school2 #row2 .text-right p {
        font-size: 14px;
        text-align: left;
    }
    #guardian_service #row1 p.video {
        height: 220px;
        font-size: 30px;
        line-height: 220px;
    }
    #guardian_service #row1 h4 {
        margin: 35px 0 30px;
        font-size: 23px;
    }
    #guardian_service #row1 h4::before,
    #guardian_service #row1 h4::after {top: auto;}
    #guardian_service #row1 h4::before {left: -35px;}
    #guardian_service #row1 h4::after {right: -35px;}
    #guardian_service #row1 iframe {height: 280px !important;}
    .subPage[id^='eng_camp'] #row1 .box-text {margin: 20px 0 40px;
    }
    table.tb-style-2>thead>tr>th {
        padding: 10px 18px;
        font-size: 18px;
    }
    #exploration3 #row5 h4 {
        margin: 35px 0 12px;
        font-size: 18px;
    }

    .dh-board > .table th.writer, .dh-board > .table th.hits,
    .dh-board > .table td.writer, .dh-board > .table td.hits {
        display: none;
    }
    .dh-view-box {
        margin: 0 0 60px;
        padding: 0;
    }
    .dhb-txt-box-type-b-text-layout h4 {
        padding: 15px 13px;
        font-size: 14px;
    }
    .dh-board > .table-hover th.num {
        white-space: nowrap;
    }
    .dh-board > .table-hover td.regdate {
        font-size: 11px;
    }
    .dh-view-box>.row>.page-header>h4 {
        font-size: 20px;
    }

    #eng_camp1 .logo {
        flex-direction: column;
        align-items: baseline;
        margin: 0 0 10px;
    }
    #eng_camp1 .logo .name {
        font-size: 16px;
    }
    #eng_camp1 .logo .img {
        margin-top: 15px;
    }
    #eng_camp1 .logo .img img {
        height: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar > .container {
        width: 100%;
    }
    .navbar-header {
        float: none;
        width: 100%;
        text-align: center;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        float: none;
        display: inline-block;
        margin: 30px auto 0!important;
    }
    .navbar-inverse .navbar-collapse {text-align: center;}
    .navbar-right {
        float: none !important;
        display: inline-block;
        margin-right: 0;
        margin-bottom: -5px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 30px 22px;
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav>li:hover>a:before {
        width: calc(100% - 26px);
    }
    .dropdown-menu {
        top: 90px;
    }
    .dropdown-menu>li>a {
        font-size: 12px;
    }
    .fill {
        height: 400px;
    }
    .carousel-caption {
        right: 5%;
        bottom: 70px;
        left: 5%;
    }
    .dh-front-blog>.col-md-4 {
        width: 33.3%;
    }
    #intl_school2 #row2 .box-text:not(#box1):not(#box2) {
        height: 370px;
    }
}
/************ 모바일 최적화 끝 ************/

@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;
	}
	.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;
	}
	.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;
	}
}