@charset "utf-8";
/* @import url('/public/font/notokr/notokr.css'); */

#site {
    padding-top: 90px;
}

@media (max-width: 768px) {
    #site {
        padding-top: 75px;
    }
}

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr',
        "NanumGothic", "나눔고딕",
        'NanumBarunGothic',
        'Apple SD Neo Gothic',
        'Malgun Gothic',
        'Gulim',
        sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

p {
    font-size: 15px;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

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

/* 레이아웃 조정 */
.navbar-inverse+.container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}


/* =============== 네비게이션 =============== */

.navbar-inverse {
    background: #fff;
    position: fixed;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.navbar-inverse .navbar-brand {
    margin: 29px 0 !important;
    padding: 0 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 36px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.03em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #2372c1;
}

.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: #2372c1;
}

@media (min-width: 768px) and (max-width: 1200px){
    .navbar-inverse .navbar-nav>li>a{
        padding: 35px 15px;
    }
}

/* PC */
@media screen and (min-width: 768px) {
    .navbar-right {
        margin-right: -25px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        background-color: rgba(0, 0, 0, 0.85);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 0;
        transform: translateX(-50%);
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        color: #FFF;
        padding: 17px 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        transition: all 0.25s;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #FFF;
        text-decoration: none !important;
        background-color: #2372c1;
    }
}



/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        margin: 20px 0 20px 15px !important;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 8px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #666 !important;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 21px 15px 21px 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse .navbar-collapse{
        border-top: 1px solid #eee;
    }

    .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;
    }
}


/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 600px;
}

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    display: none;
}

.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: 55px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 2px !important;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.carousel-caption {
    padding: 0;
    text-align: left;
    text-shadow: none;
}

.carousel-caption h1 {
    margin: 0;
    font-size: 87px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.carousel-caption h1 span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-left: 8px;
}

.carousel-caption p {
    margin: 30px 5px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    #mainCarousel .carousel-inner .item {
        height: 100vw;
    }

    #mainCarousel .carousel-caption {
        left: 10%;
        right: 10%;
        text-align: center;
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 42px;
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

    #mainCarousel .carousel-caption h1 span {
        font-size: 10px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 14px;
    }
}

/* 메인 - 컨텐츠 */
#section_32bb90 {
    padding: 70px 0;
    background: #f7f7f8;
}

.main-content {
    float: left;
    width: 66.666%;
}

.main-content .menu-link {
    margin: 0;
}

.main-content .menu-link>div:nth-child(1) .inner {
    background: #2e4b73;
}

.main-content .menu-link>div:nth-child(2) .inner {
    background: #2372c1;
}

.main-content .menu-link>div:nth-child(3) .inner {
    background: #ca8b50;
}

.main-content .menu-link>div:nth-child(4) .inner {
    background: #404040;
}


.main-content .menu-link .inner {
    position: relative;
    display: block;
    min-height: 225px;
    padding: 35px;
    background: #ddd;
}

.main-content .menu-link .inner h4 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    letter-spacing: -0.06em;
}

.main-content .menu-link .inner h4 span {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    letter-spacing: -0.015em;
    font-weight: 400;
    opacity: 0.6;
}

.main-content .menu-link .inner .icon {
    position: absolute;
    right: 35px;
    bottom: 40px;
    font-size: 75px;
    opacity: 0.4;
}

.main-content .menu-link .inner:hover .icon,
.main-content .menu-link .inner:hover h4 {
    color: #fff;
}

@media (min-width: 768px) {
    .main-content .menu-link>div {
        padding: 0;
    }
}

/* 메인 - 게시판 */
.board-wrap {
    float: left;
    width: 33.333%;
    height: 450px;
    border: 1px solid #ddd;
    background: #fff;
}

.board-wrap:after {
    content: "";
    clear: both;
    display: block;
}

.board_box_list[data-bd-id="bbs01"] {
    margin-bottom: 0 !important;
}

.board_box_list .page-header {
    margin: 0;
    padding: 60px 35px 40px;
    border-bottom: none;
}

.board_box_list .page-header a {
    width: 32px;
    height: 32px;
    margin-top: 0;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    color: #999 !important;
}

.board_box_list .page-header h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 500 !important;
    letter-spacing: -0.032em;
}

.board_box_list ul {
    margin: 0;
    padding: 0 35px 50px;
    font-size: 15px;
}

.board_box_list ul li {
    position: relative;
    padding: 15px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.03em;
}

.board_box_list ul li span {
    color: #999;
}

.board_box_list ul li:last-child {
    border-bottom: none;
}

.board_box_list ul li a:hover,
.board_box_list ul li a:focus {
    font-weight: 500;
    color: #2372c1;
}

@media (max-width: 768px) {
    #section_32bb90 {
        padding: 50px 0;
    }

    #section_32bb90>.container>.row {
        margin: 0;
    }

    .board-wrap {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .board_box_list {
        margin-bottom: 0 !important;
    }

    .board_box_list .page-header {
        padding: 30px 0 15px;
    }

    .board_box_list .page-header h4 {
        font-size: 24px;
    }

    .board_box_list ul {
        margin: 0;
        padding: 0 0 30px;
    }

    .board_box_list ul li {
        padding: 13px 0;
    }

    .main-content {
        width: 100%;
    }

    .main-content .menu-link {
        margin: 0 -15px;
    }

    .main-content .menu-link .inner {
        min-height: 200px;
        padding: 30px;
    }

    .main-content .menu-link .inner h4 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .main-content .menu-link{
        margin: 0;
    }
}


/* =============== 푸터 =============== */
.footer-wrap {
    padding: 30px 0;
    background: #333;
    color: #888;
    font-size: 13px;
}

.footer-wrap .company-name {
    margin: 0 0 10px;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .copy {
    margin: 0;
    font-size: 13px;
    color: #888;
}


/* =============== 게시판 =============== */

@media (max-width: 768px) {
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }
}

.btn.btn-primary {
    background-color: #2372c1;
    border: 1px solid #2372c1;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #1663b1;
    border: 1px solid #1663b1;
}

@media (min-width: 768px) and (max-width: 1200px){
    .search_wrap .btn{
        width: 100%;
    }
}


/* =============== 로그인 =============== */

.member_wrapper {
    margin: 0 auto;
    max-width: 1140px;
}

@media (max-width: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li+li::before {
        margin: 0 10px;
    }
}


/* =============== 서브페이지 =============== */
.sub-top {
    position: relative;
    height: 200px;
    background: url(/public/img/sub/sub-top-01.jpg)no-repeat center/cover;
}

.sub-top .tit-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-top .sub-top-tit {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    letter-spacing: -.03em;
    margin: 0;
}

.breadcrumb {
    margin: 15px 0 85px;
    padding: 0;
    background: transparent;
    display: block;
    text-align: center;
}

.breadcrumb li {
    font-size: 13px;
    color: #888;
}

.breadcrumb li.active {
    color: #000;
}

.breadcrumb li+li:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 6px;
    color: #ccc;
    font-size: 12px;
}

.sub-content {
    padding: 90px 0 120px;
}

.sub-content section {
    margin-bottom: 70px;
}

.sub-content section:last-child {
    margin-bottom: 0;
}

.sub-heading2 {
    margin: 0;
    font-size: 36px;
    color: #333;
    letter-spacing: -0.035em;
    font-weight: 600;
    display: block;
    text-align: center;
}

.sub-heading3 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.sub-heading3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 24px;
    background: #2372c1;
    transform: translateY(-50%);
}

.sub-heading4 {
    margin: 0 0 8px;
    font-size: 20px;
    letter-spacing: -0.035em;
    color: #2f2f2f;
}

.sub-heading5 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 600;
    color: #2472c1;
}

.submenu {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 80px;
}

.submenu ul {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
}

.submenu ul li {
    /* margin-bottom: 4px; */
    width: 100%;
}

.submenu ul li a {
    display: block;
    text-decoration: none;
    border: 1px solid #d8d8d8;
    padding: 20px 0;
    margin: 0 2px;
    color: #333;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 400;
    transition: all ease .25s;
    background: #f7f7f9;
}

.submenu ul li a:hover {
    color: #2372c1;
    border: 1px solid #2372c1;
}

.submenu ul li.active a {
    background: #2372c1;
    color: #fff;
    border: 1px solid #2372c1;
}

@media (max-width: 768px) {
    .sub-top {
        height: 150px;
    }

    .sub-top .sub-top-tit {
        font-size: 34px;
    }

    .sub-content {
        padding: 50px 0;
    }

    .sub-heading2 {
        font-size: 28px;
    }

    .breadcrumb {
        margin: 15px 0 50px;
    }

    .submenu ul {
        display: block;
    }

    .submenu ul li a {
        padding: 15px;
        margin: 0 0 5px;
        font-size: 15px;
    }

    .sub-heading3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .sub-heading3:before {
        top: 3px;
        transform: none;
    }
}

/* about */
.greeting {
    /* margin-left: 30px; */
}

.greeting-top {
    position: relative;
    font-size: 30px;
    margin: 0 0 40px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #2f2f2f;
}

.greeting-top span {
    color: #2372c1;
}

.greeting p {
    margin: 0 0 25px;
    line-height: 1.65;
    letter-spacing: -0.03em;
    color: #666;
}

.greeting p b {
    font-weight: 500;
}

.greeting .name {
    margin: 30px 0 0;
    text-align: right;
    font-size: 17px;
    font-weight: 400;
    color: #111;
}

.greeting .name span {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}

#about01 .img {
    padding-left: 70px;
}


.member-wrap .ps {
    margin: 20px 0 0;
    text-align: right;
    font-size: 14px;
}

.table-style {
    width: 100%;
    border-top: 2px solid #2372c1;
}

.table-style thead tr th {
    padding: 15px !important;
    background: #f7f7f9;
    border-bottom: 1px solid #ccc;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tbody tr th,
.table-style tbody tr td {
    padding: 15px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center;
}

.table-style tr th {
    background: #f7f7f9;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.table-style tr td {
    font-size: 15px;
    color: #666;
}

#about01 .table-style thead tr th {
    background: #ddd;
}

#about02 .table-style tr th {
    text-align: left;
    width: 25%;
}

#about02 .table-style tr td {
    text-align: left;
}

#about02 .table-style tr td a {
    text-decoration: underline;
    color: #2372c1;
}

.emph {
    font-weight: 500;
    color: #444;
}

.li-style li {
    position: relative;
    padding-left: 15px;
    line-height: 1.4;
    font-size: 16px;
}

.li-style li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #ddd;
    font-size: 15px;
}

#about02 .li-style li {
    font-size: 15px;
}

.history-table {
    width: 100%;
}

.history-table tbody tr th,
.history-table tbody tr td {
    padding: 25px 0px;
}

.history-table tbody tr th {
    font-size: 40px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #2372c1;
    vertical-align: top;
    line-height: 1;
    border-top: 2px solid;
}

.history-table tbody tr td {
    position: relative;
    padding: 38px 30px 40px;
}

.history-table tbody tr td:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 30px;
    top: 0;
}

.history-table tbody tr td p {
    display: table;
    margin-bottom: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.6;
}

.history-table tbody tr td p .day {
    display: table-cell;
    min-width: 45px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #2372c1;
}

.history-table tbody tr td img {
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#daumRoughmapContainer1581989664854 {
    width: 100% !important;
    border-radius: 0;
}

.location-table {
    margin: 20px 0 0;
    width: 100%;
    border-top: 2px solid #2372c1;
}

.location-table tr th,
.location-table tr td {
    padding: 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.location-table tr th {
    color: #333;
    background: #f7f7f9;
    font-weight: 500;
}

.location-table i {
    display: inline-block;
    margin-right: 5px;
    color: #2372c1;
}

@media (max-width: 768px) {
    .greeting-top {
        margin: 0 0 30px;
        font-size: 22px;
    }

    #about01 .img {
        margin-top: 30px;
        padding-left: 15px;
    }

    .history-table tbody tr th,
    .history-table tbody tr td {
        display: block;
    }

    .history-table tbody tr th {
        font-size: 22px;
        text-align: center;
    }

    .history-table tbody tr td {
        padding: 20px 0 30px;
    }

    .history-table tbody tr td:before {
        left: 0;
        width: 100%;
    }

    .history-table tbody tr td p {
        font-size: 15px;
    }

    .history-table tbody tr td p .day {
        min-width: 45px;
    }

    #daumRoughmapContainer1581989664854 {
        max-height: 350px !important;
    }

    .location-table i {
        display: none;
    }

    .location-table colgroup>col:first-child {
        width: 30%;
    }
}

/* vision */

#vision01 .table-style tbody tr td {
    font-size: 14px;
    padding: 13px 10px !important;
}

#vision01 .table-style tbody tr th {
    width: 20%;
}

.vision-item {
    padding: 50px;
    border: 1px solid #ddd;
}

.vision-item ul {
    line-height: 1.6;
    font-size: 16px;
    margin: 30px 0 0;
}

.vision-item ul li {
    position: relative;
    padding-left: 10px;
}

.vision-item ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    background: #555;
}

/* business */
.business-info {
    /* border: 1px solid #ddd; */
}

.business-info p {
    padding: 0;
    margin: 0 0 38px;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.8;
}

.business-info img {
    margin-top: 50px;
    margin-bottom: 50px;
}

#business205 .business-info {
    padding: 30px;
}

#business204 img {
    margin: 30px auto 80px;
}

.table-info {
    margin: 20px 0 50px;
}

.table-info p {
    margin: 0;
    text-align: right;
}

.table-info p span {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
}

span.color1 {
    color: red;
}

span.color2 {
    color: #1663b1;
}

span.color3 {
    color: green;
}

.efect-wrap p {
    margin: 0;
    padding: 25px;
    border: 1px solid #ddd;
    text-align: center;
}

@media (max-width: 768px) {
    .efect-wrap p {
        margin-bottom: 5px;
    }

    .efect-wrap>div:last-child p {
        margin-bottom: 0;
    }

    .business-info img{
        margin-top: 0;
    }
}

/* board */
.board_wrapper {
    margin-top: 0;
}

.table_default,
.board_data_view {
    border-top: 2px solid #2372c1;
}

.table.table_default thead th {
    background: #f6f6f8;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.table.table_default tr th,
.table.table_default tr td {
    letter-spacing: -0.03em;
    padding: 16px 15px;
}

.table.table_default tr td,
.table.table_default tr td a {
    color: #666;
}

.table.table_default tr td a:hover {
    color: #2372c1;
}

@media (max-width: 768px){
    .table.table_default > colgroup{
        display: none;
    }

    .board_data_view .header_wrap .title{
        font-size: 20px;
    }

    .board_data_view .header_wrap .info span{
        font-size: 12px;
    }
}