@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: "Roboto", "notokr", sans-serif;
    letter-spacing: -0.033em;
}

a,
button {
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #008dcf;
    border-color: #008dcf;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0066b1;
    border-color: #0066b1;
}

/* 언어 전환 버튼 (다국어) */
.menu-top {
    padding: 5px 0 6px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.3);
}
.menu-top ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.menu-top ul > li {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.menu-top ul > li .lang {
    padding: 0 0 0 8px;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1;
    background-color: transparent;
    border: none;
    opacity: 0.75;
}
.menu-top ul > li .lang.active {
    color: #fff;
    font-weight: 500;
    opacity: 1;
}
.menu-top ul > li .lang:not(.active):hover {
    text-decoration: underline;
}
.menu-top ul > li .lang:focus {
    outline: none;
}
.navbar.bg-colored .menu-top {
    background: #f6f6f6;
}
.navbar.bg-colored .menu-top .lang {
    color: #333;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: transparent;
    position: absolute;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* 
.navbar-inverse .navbar-brand::after {
    content: "㈜본아슬란에스알에스";
    top: 99px;
    position: absolute;
    padding: 4px 0 0;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.26em;
    white-space: nowrap;
    line-height: 1em;
    border-top: 1px solid #fff;
    opacity: 0.95;
} */

/*.navbar-inverse .navbar-brand img{height:42px;margin-top:-5px;}*/
.navbar-inverse .navbar-brand img {
    width: 60px;
    margin-top: 2px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #fff;
}

body.en .navbar-inverse .navbar-nav .dropdown-menu > li#snb_71 {
    display: none;
}

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 5px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 7px;
        background: #fff;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.4);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
        color: #333;
        transition: none;
        font-weight: 500;
        text-align: center;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: rgba(0, 0, 0, 0);
        color: #0a9fe4;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
    .navbar-inverse .navbar-nav > li {
        padding: 35px 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 0;
    }
    .navbar-inverse .navbar-nav > li > a::after {
        content: "";
        bottom: -3px;
        left: 0;
        width: 0%;
        height: 1px;
        position: absolute;
        background-color: transparent;
        transition: all 0.3s;
        opacity: 0.8;
    }
    .navbar-inverse .navbar-nav > li > a:hover::after,
    .navbar-inverse .navbar-nav > li.open > a::after {
        width: 100%;
        background-color: #fff;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
    background: rgba(0, 0, 0, 0) !important;
    width: 10%;
}
.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
}

.carousel-caption {
    text-shadow: none;
    padding: 0;
    top: 55%;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #222;
    color: #c1c1c1;
    letter-spacing: 0;
}
#site footer .footer-info {
    padding: 40px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 26px;
}
#site footer .footer-info ul li.copy {
    font-size: 13px;
    color: #999;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 700px;
}
#mainCarousel .carousel-caption h1 {
    font-size: 65px;
    margin: 0 0 13px;
}
#mainCarousel .carousel-caption p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.85;
}
body.en #mainCarousel .carousel-caption p {
    display: none;
}
#mainCarousel .carousel-caption > .wrap-btn {
    margin-top: 52px;
}
#mainCarousel .carousel-caption > .wrap-btn a {
    width: 230px;
    display: inline-block;
    margin: 0 10px;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
    background: #fe7802;
    /*background: #008dcf;*/
    letter-spacing: 0;
}
/*
#mainCarousel .carousel-caption > .wrap-btn a + a{
  background: #fe7802;
}
#mainCarousel .carousel-caption > .wrap-btn a:hover {
    background: #0066b1;
    border-color: #0066b1;
}
*/
#mainCarousel .carousel-caption > .wrap-btn a:hover {
    background: #da5500;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 42px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 15px;
        word-break: keep-all;
    }
}

#section_7f39f8 {
    padding: 70px 0 40px;
    background: #f1f1f1;
}
#section_b53b3a {
    min-height: 400px;
}

#section_b53b3a .container {
    width: 100%;
    padding: 0;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

@media (min-width: 767px) {
    #section_7f39f8 div[class^="board_box_"] {
        width: 48%;
        margin: 0 1%;
    }
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 100px;
}

/* 메인 추가 스타일 */
.mainPage {
    padding: 100px 0 105px;
}
.mainPage.eng {
    display: none;
}
body.en .mainPage.eng {
    display: block;
}
body.en .mainPage.kor {
    display: none;
}
.mainPage h3 {
    margin: 0 0 60px;
    font-size: 42px;
    font-weight: 600;
    color: #222;
    text-align: center;
}
.mainPage .main-link {
    text-align: center;
}
.mainPage .main-link h4 {
    margin: 35px 0 20px;
    font-size: 24px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #000;
}
.mainPage .main-link a {
    text-decoration: none;
    display: block;
    padding-bottom: 35px;
    border-bottom: 4px solid #eee;
}
.mainPage .main-link .wrap-img {
    overflow: hidden;
}
.mainPage .main-link .wrap-img > img {
    transition: all ease 0.4s;
}
.mainPage .main-link .more {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 8px 20px;
    font-size: 13px;
    border: 1px solid #008dcf;
    font-weight: 400;
    color: #008dcf;
    text-align: left;
    letter-spacing: 0.02em;
}
.mainPage .main-link .more::before {
    content: "+";
    right: 12px;
    position: absolute;
    transition: all ease 0.3s;
    color: #008dcf;
    font-size: 20px;
    line-height: 0.9;
}
.mainPage .main-link a:hover img {
    transform: scale(1.1);
}
.mainPage .main-link a:hover .more {
    color: #fff;
    border-color: #008dcf;
    background: #008dcf;
}
.mainPage .main-link a:hover .more::before {
    color: #fff;
}
#section_7f39f8 div[class^="board_box_"] {
    border: 1px solid #ddd;
    background: #fff;
    border-top: 2px solid #008dcf;
    padding: 32px 30px 29px;
    min-height: 280px;
}
div[class^="board_box_"] .page-header {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
div[class^="board_box_"] .page-header h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.055em;
    color: #222;
}
.board_box_list ul li {
    position: relative;
    padding: 6px 0 6px 15px;
    font-size: 16px;
    color: #555;
}
.board_box_list ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #008dcf;
    position: absolute;
    left: 2px;
    top: 15px;
}
.board_box_list .info .hits,
.board_box_list .info .writer {
    display: none;
}
/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 350px;
    color: #fff;
    background: #111 url("/public/img/sub/back_page_top.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .wrap-title {
    padding: 185px 0 0;
    text-align: center;
}
.subPage > .pageTop .wrap-title > h2 {
    margin: 0;
    font-size: 54px;
    font-weight: 500;
    display: inline-block;
}
.subPage > .pageTop .wrap-title > h2:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #008dcf;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
}
.subPage > .pageTop .wrap-title > p {
    margin: 9px 0 0;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.03em;
}

/* Breadcrumb */
.subPage .breadcrumb {
    right: 15px;
    bottom: 18px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    background-color: transparent;
    opacity: 0.6;
    letter-spacing: 0.2px;
}

/* Link */
.subPage .link {
    background: #4e5052;
}
.subPage .link ul > li > a {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
}
.subPage .link ul > li.active > a {
    font-weight: 500;
    background: #008dcf !important;
    color: #fff;
}
.subPage .link ul > li > a::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: transparent;
    transition: all ease-in-out 0.15s;
}
.subPage .link ul > li.active > a::after {
    /* background: #1ea8bd; */
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    background: none;
}
.subPage .link ul > li:not(.active) > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.subPage > .contents {
    padding: 90px 0 120px;
}

.space-bottom {
    margin-bottom: 80px;
}

.page-title {
    margin-bottom: 80px;
}
.page-title > .title-lv-1 {
    position: relative;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-align: center;
}
.page-title > .title-lv-1::after {
    content: "";
    width: 40px;
    border-top: 1px solid #333;
    display: block;
    margin: 22px auto 0;
}
.page-title > p {
    margin: 40px 0 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #000;
    letter-spacing: -0.05em;
}

.title-lv-3 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 28px;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05em;
}
.title-lv-3::before {
    content: "";
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border: 4px solid #ed1c24;
    border-radius: 1px;
    transform: rotate(45deg);
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 6px;
    line-height: 1.6em;
}
.list-num > li {
    margin-bottom: 24px;
    padding-top: 10px;
    padding-left: 57px;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.035em;
}
.list-num > li:last-child {
    margin-bottom: 0;
}
.list-num > li .num {
    left: 0;
    top: 2px;
    position: absolute;
    font-size: 37px;
    font-weight: 600;
    color: #0ba2e8;
    line-height: 1em;
}
.list-style-1 > li {
    padding-left: 10px;
}
.list-style-1 > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 20px;
}
.list-dash {
    margin-top: 5px;
}
.list-dash > li::before {
    content: "-";
    left: 0;
    position: absolute;
}
.list-dash > li {
    margin-bottom: 0;
    padding-left: 10px;
}

/* 인사말 (페이지) */
#greeting .image {
    padding: 0 55px;
}
#greeting .text {
    padding: 0 35px;
    word-break: keep-all;
}
#greeting .text h4 {
    margin: -5px 0 40px;
    font-size: 30px;
    font-weight: 500;
    color: #008dcf;
    letter-spacing: -0.03em;
    line-height: 1.5;
}
#greeting .text p {
    margin: 0 0 35px;
    line-height: 1.8em;
}
#greeting .from {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    text-align: right;
    letter-spacing: 0.3em;
}
#greeting .from > .name {
    padding-left: 2px;
    font-size: 24px;
    letter-spacing: 0.2em;
    color: #333;
}
/* 영문 */
body.en #greeting .wrap-logo {
    margin-top: 60px;
}
body.en #greeting .wrap-logo > .left {
    float: left;
    width: 48%;
    text-align: center;
}
body.en #greeting .wrap-logo > .left p {
    display: inline-block;
    margin: 10px 0 0;
    padding: 6px 10px 4px;
    font-size: 14px;
    font-weight: 600;
    color: #008dcf;
    letter-spacing: 0.15em;
    line-height: 1em;
    text-align: center;
    background: #eee;
}
body.en #greeting .wrap-logo > .right {
    width: 52%;
    display: inline-block;
}
body.en #greeting .wrap-logo > .right p {
    margin: 85px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.01em;
    line-height: 1.35em;
}

/* VISION (페이지) */
#vision .vision-txt p {
    margin-bottom: 60px;
    line-height: 1.4;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.055em;
    color: #222;
    line-height: 1.5;
}
#vision .vision-txt span {
    color: #008dcf;
    display: block;
}
#vision .box-vision {
    min-height: 420px;
    position: relative;
    padding: 50px 50px 40px;
    word-break: keep-all;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 1px #eee;
}
#vision .box-vision::before {
    content: url("/public/img/sub/vision_icon1.png");
    position: absolute;
    top: 30px;
    right: 40px;
    width: 86px;
    height: 86px;
    padding: 18px;
    background: #2ba1e0;
    border-radius: 100%;
}
#vision .right .box-vision::before {
    content: url("/public/img/sub/vision_icon2.png");
}
#vision .box-vision h3 {
    margin: 0 0 51px;
    font-size: 36px;
    font-weight: 300;
    color: #008dcf;
    letter-spacing: -0.02em;
}
#vision .right .box-vision h3 {
    color: #fe7802;
}
#vision .right .box-vision:before {
    background: #fe7802;
}
#vision .left .box-vision {
    padding: 50px 30px 22px;
}
#vision .left .box-vision > h4 {
    float: left;
    width: 12%;
    margin: -2px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
}
#vision .left .box-vision > h4::before {
    content: "* ";
    color: #008dcf;
}
#vision .left .box-vision > .text {
    display: inline-block;
    width: 88%;
    margin-bottom: 35px;
    padding-left: 20px;
}
#vision .left .box-vision h5 {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 600;
}
#vision .left .box-vision h5 + p {
    /*margin-bottom: 40px;*/
    font-size: 15px;
    color: #555;
}
#vision #row1 .red {
    color: #000;
    font-weight: 500;
}
#vision .box-vision ul > li {
    margin-bottom: 20px;
}
#vision .box-vision ul > li {
    color: #555;
}
#vision .box-vision ul > li h5 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
/* 영문 */
body.en #vision .text > p:nth-child(2) {
    margin: 20px 0 0;
}
body.en #vision .text > ul {
    margin: 10px 0 20px;
}
body.en #vision .text > ul > li {
    margin-bottom: 2px;
}
body.en #vision .image {
    padding: 5px 45px 0;
}

/* 오시는길 (페이지) */
#location .page-title {
    margin-bottom: 50px;
}
#location p.addr {
    margin: 26px 0 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
#location p.addr > i {
    padding-right: 5px;
    color: #18a7ea;
}

/* Business 공통 스타일 */
.subPage[id^="business"] .box-text {
    margin-bottom: 60px;
    font-size: 24px;
    text-align: center;
    word-break: keep-all;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.045em;
    line-height: 1.6;
}
.subPage[id^="business"] .box-text > p {
    margin: 0;
}
.subPage[id^="business"] .wrap-biz > div {
    padding: 0;
}
.subPage[id^="business"] .box-feature {
    position: relative;
    padding: 75px 60px 74px;
    word-break: keep-all;
    background: #323438;
    background: linear-gradient(135deg, #525354, #25272b);
    overflow: hidden;
    min-height: 570px;
}
.subPage[id^="business"] .box-feature:after {
    content: "\f200";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 250px;
    position: absolute;
    right: -3%;
    bottom: 0%;
    color: #fff;
    opacity: 0.055;
}
#business2 .box-feature,
#business4 .box-feature {
    padding: 110px 60px 60px;
}
#business3 .box-feature {
    padding: 106px 60px 100px;
}
#business3 .box-feature li {
    letter-spacing: 0;
}
#business1 .box-feature:after {
    content: "\f3ed";
}
#business2 .box-feature:after {
    content: "\f66f";
}
#business4 .box-feature:after {
    content: "\f505";
}

/* 영문 Business 공통 */
body.en .box-text2 {
    padding: 35px;
    background: #f6f6f6;
}
body.en .subPage[id^="business"] .text p,
body.en .subPage[id^="business"] .text ul > li {
    font-size: 18px;
}
body.en .subPage[id^="business"] .text ul.list-style-1 > li::before {
    top: 12px;
}
/* People Training and Development */
body.en #business3 .text p:nth-child(1) > strong {
    color: #fe7802;
}
body.en #business3 .text p:nth-child(3) {
    margin: 20px 0 10px;
}
body.en #business3 .text p:nth-child(3) > strong {
    color: #1864ab;
}
body.en #business3 .text ul > li ul li {
    margin-bottom: 0;
}
body.en #business3 .text ul > li i {
    padding-right: 3px;
    font-size: 14px;
    color: #555;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    padding: 20px 15px;
    font-size: 16px;
}
.table.table_default thead th {
    padding: 13px 15px;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #888;
    font-size: 14px;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #777;
    border-radius: 0;
}
.board_data_view {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap {
    padding: 35px 10px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.05em;
    line-height: 1.25em;
}
.board_data_view .header_wrap .info {
    margin-top: 9px;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) {
    /* Small·Medium·Large devices */
    body.en #greeting .wrap-logo {
        margin-top: 40px;
    }
    body.en #greeting .wrap-logo > .left,
    body.en #greeting .wrap-logo > .right {
        width: 100%;
    }
    body.en #greeting .wrap-logo > .right p {
        margin: 20px 0 0;
        text-align: center;
    }
    .subPage[id^="business"] .box-feature {
        min-height: auto !important;
        padding: 30px 15px !important;
    }
}
@media (max-width: 767px) {
    /* Small devices (col-xs-*) 모바일 */
    #site {
        padding-top: 83px;
    }
    .menu-top {
        background-color: transparent;
    }
    .menu-top ul > li .lang {
        padding: 0 0 0 6px;
        font-size: 10px;
    }
    .navbar-inverse {
        position: fixed;
        background: rgba(0, 0, 0, 0.9);
        border-bottom: none;
    }
    .navbar-inverse .navbar-brand::after {
        top: 57px;
        margin-left: -2px;
        padding: 5px 0 0;
        font-size: 9px;
    }
    .navbar-inverse .navbar-brand img {
        width: 100px;
        margin-top: -35px;
    }
    .navbar-inverse .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav > .open {
        background-color: #000;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
        color: #fff;
        background: #4e5052;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 5px 25px;
        font-size: 15px;
        color: #fff;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #008dcf;
    }
    .carousel-caption {
        top: 45%;
        right: 5%;
        left: 5%;
    }
    #mainCarousel .carousel-caption > .wrap-btn {
        margin-top: 20px;
    }
    #mainCarousel .carousel-caption > .wrap-btn a {
        width: 200px;
        padding: 14px 15px;
        font-size: 14px;
    }
    #mainCarousel .carousel-caption > .wrap-btn a + a {
        margin-top: 10px;
    }
    .mainPage {
        padding: 60px 0;
    }
    .mainPage h3 {
        margin: 0 0 40px;
        font-size: 36px;
    }
    .mainPage .main-link + .main-link {
        margin-top: 30px;
    }
    .mainPage .main-link a {
        padding-bottom: 30px;
    }
    .mainPage .main-link h4 {
        margin: 30px 0 15px;
        font-size: 22px;
    }
    #section_7f39f8 {
        padding: 60px 15px 30px;
    }
    #section_7f39f8 div[class^="board_box_"] {
        min-height: 172px;
        padding: 30px 20px 27px;
    }
    div[class^="board_box_"] .page-header h4 {
        font-size: 22px;
    }

    #site footer .footer-info {
        padding: 30px 0;
    }
    #site footer .footer-info ul li {
        font-size: 12px;
        margin-right: 10px;
        line-height: 22px;
    }
    #site footer .footer-info ul li.copy {
        font-size: 12px;
    }

    .subPage > .pageTop {
        height: 200px;
    }
    .subPage > .pageTop .wrap-title {
        padding: 40px 0 0;
    }
    .subPage > .pageTop .wrap-title > h2 {
        font-size: 47px;
    }
    .subPage > .pageTop .wrap-title > p {
        font-size: 14px;
    }
    .subPage .breadcrumb {
        bottom: 15px;
        font-size: 11px;
    }
    .subPage .link {
        margin-top: 15px;
        background: #fff;
    }
    .subPage .link ul > li > a {
        padding: 12px 0;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        background: #fff;
        border: 1px solid #ccc;
    }
    .subPage .link ul > li.active > a {
        border-color: #008dcf;
    }
    .subPage .link ul > li:not(.active) > a:hover {
        background: #4e5052;
    }
    .subPage > .contents {
        padding: 55px 0 70px;
    }
    .page-title {
        margin-bottom: 50px;
    }
    .page-title > .title-lv-1 {
        font-size: 36px;
        word-break: keep-all;
    }
    #greeting > .pageTop .wrap-title > h2,
    #vision > .pageTop .wrap-title > h2,
    #organization > .pageTop .wrap-title > h2,
    #location > .pageTop .wrap-title > h2 {
        font-size: 33px;
    }
    #greeting .image,
    #greeting .text {
        padding: 0 15px;
    }
    #greeting .text h4 {
        margin: 50px 0 20px;
        font-size: 26px;
        line-height: 1.3;
    }
    #greeting .text p {
        margin: 0 0 20px;
    }
    #vision .vision-txt p {
        margin-bottom: 40px;
        font-size: 28px;
        word-break: keep-all;
        line-height: 1.3;
    }
    #vision .box-vision {
        min-height: auto;
        padding: 30px 15px 20px !important;
    }
    #vision .box-vision h3 {
        font-size: 33px;
    }
    #vision .left .box-vision > h4 {
        width: 20%;
        font-size: 20px;
    }
    #vision .left .box-vision {
        margin-bottom: 30px;
    }
    #vision .left .box-vision > .text {
        width: 80%;
        padding-left: 10px;
    }
    #location iframe {
        height: 300px;
    }
    #location p.addr {
        font-size: 19px;
    }
    .subPage[id^="business"] .box-text {
        margin-bottom: 40px;
        font-size: 21px;
    }
    .list-num > li .num {
        font-size: 33px;
    }
    .list-num > li {
        margin-bottom: 20px;
        padding-left: 52px;
        font-size: 16px;
    }
    .subPage[id^="business"] .box-feature:after {
        font-size: 200px;
    }
    #service_center > .pageTop .wrap-title > h2 {
        font-size: 42px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table .subject {
        width: 55%;
    }
    .board_wrapper .table .writer {
        width: 20%;
    }
    .board_wrapper .table .regdate {
        width: 25%;
    }

    .table.table_default tr th,
    .table.table_default tr td {
        padding: 12px;
        font-size: 14px;
    }
    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px;
    }
    .table.table_default tbody .subject a {
        font-size: 14px;
    }
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {
        margin-top: 20px;
    }
    .table_video dd,
    .table_blog2 dd {
        width: 100%;
    }
    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    body.en #vision .image {
        padding: 30px 15px 0;
    }
    body.en .box-text2 {
        padding: 20px;
    }
}
@media (min-width: 768px) {
    /* Medium·Large·Extra large devices */
}
@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium·Large devices */
    .container > .navbar-header {
        width: 100%;
        padding: 15px 0 10px;
        text-align: center;
    }
    .navbar-inverse .navbar-brand {
        float: none;
        height: auto;
        position: relative;
        display: inline-block;
        margin: 0 auto !important;
        padding: 0;
    }
    .navbar-inverse .navbar-brand::after {
        top: 50px;
        left: 0;
    }
    .navbar-inverse .navbar-collapse {
        text-align: center;
    }
    .navbar-inverse .navbar-right {
        float: none !important;
        display: inline-block;
        margin-right: 0;
        margin-bottom: -6px;
    }
    .navbar-inverse .navbar-nav > li {
        padding: 10px 5px;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .subPage > .pageTop {
        height: 380px;
    }
    .subPage > .pageTop .wrap-title {
        padding: 230px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* Medium devices (col-sm-*) */
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* Large devices (col-md-*) */
}
@media (min-width: 1200px) {
    /* Extra large devices (col-lg-*) */
    #vision #row1 > .left,
    #vision #row1 > .right {
        padding: 0 30px;
    }
}
/******* 모바일 최적화 끝 *******/
