@charset "utf-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: keep-all;
}

ol,
ul,
li,
dl {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    margin: 0;
}

span[class^="material-icons"] {
    vertical-align: middle;
    line-height: 1;
}

br {
    visibility: visible;
    opacity: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    position: relative;
    line-height: 1;
    /* font-family: 'GmarketSansMedium'; */
}

a {
    color: #408cff;
    text-decoration: none;
}

a:hover {
    color: #408cff;
    text-decoration: none;
}


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

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

.li-dash li {
    position: relative;
}

.li-dash li::before {
    content: "-";
    margin-right: 6px;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

.nav-top {
    background: #222;
}

.nav-top .btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}

.nav-top .btn-wrap button.lang {
    padding: 3px 5px;
    font-size: 12px;
    letter-spacing: .5px;
    border: 0;
    background: transparent;
    color: #aaa;
}

.nav-top .btn-wrap button.lang.active {
    color: #fff;
    /* background: #1563b3; */
}

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

/* 상단 메뉴 */
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar>.container {
    display: flex;
    justify-content: space-between;
}


.navbar>.container::before,
.navbar>.container::after {
    display: none;
}

.navbar-inverse {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 0;
    border: 0
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 0;
    height: auto;
    width: 250px;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav>li>a {
    position: relative;
    z-index: 10;
    transition: .25s;
    margin: 0 35px;
    padding: 40px 0;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.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;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle {
    position: relative;
}



/* 드롭다운 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #eee;
}

/* 드롭다운 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #666;
}

/* 드롭다운 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
    color: #444;
}

@media (min-width: 768px) {
    .navbar .container {
        width: 97%;
    }

    .navbar-inverse {
        transition: .25s;
        background: transparent;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-inverse.before .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-inverse.after .navbar-nav>li>a {
        color: #333;
    }

    .navbar-inverse.before {
        background: rgba(255, 255, 255, 0.0);
    }

    .navbar-inverse.after {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    }


    .navbar-inverse.after .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse.after .navbar-nav .dropdown.open:focus .dropdown-toggle {
        color: #333;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 25px 0;
        text-align: left;
        background: #226abb;
        box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
        min-width: 200px;
        transition: all 0.25s;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        position: relative;
        font-size: 15px;
        padding: 8px 50px 8px 30px;
        color: #d8ecf7;
        transition: all 0.25s;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a::after {
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 11px;
        position: absolute;
        right: 30px;
        top: 12px;
    }

    /* pc nav 드롭다운 후버 */
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #135196;
        color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after {
        transition: .3s;
        content: '';
        display: block;
        position: absolute;
        width: 0%;
        opacity: 0;
        height: 2px;
        bottom: 34px;
        background: #fff;
    }

    .navbar-inverse.after .navbar-nav>li>a::after,
    .navbar-inverse.after .navbar-nav .dropdown.open .dropdown-toggle::after {
        background: #333;
    }

    .navbar-inverse .navbar-nav>li>a:hover::after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after {
        width: 100%;
        opacity: 1;
    }
}

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

    .nav-top .btn-wrap {
        margin-right: 0;
    }

    .navbar-header {
        display: flex;
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 0;
        width: 100vw;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 180px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse {
        background: #fff;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 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: #444;
    }

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

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

    /* menu */
    .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;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 15px;
        color: #222;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #226abb;
    }

    /* 드롭다운 폰트 */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    /* 드롭다운 메뉴 클릭시 */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a {
        margin: 0;
        font-size: 18px;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .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: #222;
    }
}



@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}

.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* =================================== main carousel =================================== */

/* 캐러셀 */
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-caption {
    top: 55%;
    left: 10%;
    right: 10%;
    text-shadow: none;
}

.carousel-caption h1 {
    position: relative;
    font-size: 56px;
    letter-spacing: 7px;
    word-spacing: 15px;
    font-weight: 600;
    line-height: 1.85;
    font-family: 'GmarketSansMedium';
    margin: 0;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 300;
    padding-top: 20px;
}

.carousel-control {
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .0);
}

/* =================================== main content =================================== */
.mainpage section {
    padding: 120px 0;
}

.mainpage h2 {
    font-weight: 500;
    font-size: 46px;
    color: #1f1f1f;
    margin: 0 0 70px;
    text-align: center;
    letter-spacing: 4px;
}

.mainpage section:nth-child(even) h2 {
    color: #fff;
}

.mainpage .se01 {
    background: url(/public/img/main/main-ab-bg.jpg) no-repeat center / cover;
}

.mainpage .se02 {
    background: url(/public/img/main/main-ic-bg.jpg) no-repeat center / cover;
}

.mainpage .se04 {
    background: url(/public/img/main/main-ct-bg.jpg) no-repeat center / cover;
}

.main-about-wrap {
    display: flex;
    flex-wrap: wrap;
}

.main-about-wrap .text {
    padding-left: 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.main-about-wrap .text p.top {
    font-size: 32px;
    font-weight: 500;
    color: #1563b3;
    letter-spacing: -0.065em;
    margin-top: 40px;
}

.main-about-wrap .text p.in-btn {
    display: flex;
    justify-content: space-between;
}

.main-about-wrap .text .more-btn {
    background: #1c4ea5;
    color: #fff;
    padding: 7px 17px;
    border-radius: 50px;
    display: none;
}

.main-about-wrap .text .more-btn span {
    margin-left: 7px;
    font-size: 14px;
}

.main-about-wrap .text p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.55;
    color: #333;
    letter-spacing: -0.035em;
}

.main-about-wrap .text p+p {
    margin-top: 20px;
}

.mainpage .se02 h2 {
    margin-bottom: 20px
}

.main-icon-wrap .inner {
    margin-top: 60px;
}

.main-icon-wrap .inner .img-box {
    position: relative;
    width: 180px;
    height: 180px;
    /* padding: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #6894bb;
    margin: 0 auto;
}

.main-icon-wrap .inner p {
    margin-top: 18px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 1.45;
}

.main-bbs-wrap {
    margin: 0;
}

.main-bbs-wrap .page-header {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}

.main-bbs-wrap .page-header h4 {
    display: inline-block;
    font-size: 28px;
    font-weight: 500 !important;
    letter-spacing: -0.05em;
}

.main-bbs-wrap .page-header i {
    font-size: 18px;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 6px;
}

.main-bbs-wrap .bbs-news {
    padding-right: 25px;
}

.main-bbs-wrap .bbs-archive {
    padding-left: 25px;
}

.main-bbs-wrap .board_box_list ul li {
    font-size: 17px;
    border-bottom: 1px solid #eaeaea;
    padding: 13px 0;
    letter-spacing: -0.035em;
}

.main-bbs-wrap .board_box_list ul li a:hover {
    text-decoration: underline;
    color: #2265b0
}

.board_box_list .info {
    font-size: 15px;
    letter-spacing: 0;
}

.main-bbs-wrap .board_box_list ul li .hits,
.main-bbs-wrap .board_box_list ul li .writer {
    display: none;
}

.main-contact-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.main-contact-wrap>div:first-child {
    padding-right: 0;
}

.main-contact-wrap>div:last-child {
    padding-left: 0;
}

.main-contact-wrap .info {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-right: 0;
    padding-right: 60px;
}

.main-contact-wrap dl {
    width: 100%;
    color: #fff;
    font-size: 17px;
    margin-bottom: 40px;
}

.main-contact-wrap dl:last-child {
    margin-bottom: 0;
}

.main-contact-wrap dt {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.main-contact-wrap dt span {
    margin-right: 10px;
    font-size: 23px;
    color: #51b1ec;
}

.main-contact-wrap dd {
    color: #c9c9c9;
    padding-left: 37px;
}

.main-contact-wrap .map,
.main-contact-wrap .root_daum_roughmap,
.wrap_map {
    height: 100% !important;
}

/* =================================== sub common =================================== */
/* sub-header */

.breadcrumb {
    position: absolute;
    z-index: 50;
    right: 15px;
    bottom: -40px;
    background: none;
    margin: 0;
    padding: 0;
    letter-spacing: -0.025em
}

.breadcrumb>li.active,
.breadcrumb>li {
    color: #888;
    font-size: 12px;
}

.breadcrumb>li.active {
    color: #333;
    font-weight: 500;
}

.breadcrumb>li+li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding: 0 9px;
}

.sub-header-wrap {
    height: 500px;
    position: relative;
    /* overflow: hidden; */
}

.sub-header-wrap.visual01 {
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center / cover;
}

.sub-header-wrap.visual02 {
    background: url(/public/img/sub/sub-top02.jpg) no-repeat center / cover;
}

.sub-header-wrap.visual03 {
    background: url(/public/img/sub/sub-top03.jpg) no-repeat center / cover;
}

.sub-header-wrap.visual04 {
    background: url(/public/img/sub/sub-top04.jpg) no-repeat center / cover;
}

.sub-header-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
}

.sub-header-wrap.visual04::before {
    background: rgba(0, 0, 0, 0.5)
}

.sub-header-wrap>.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    position: relative;
    height: 100%;
}

.sub-header-wrap h2 {
    margin-top: 60px;
    font-size: 62px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.013em;
    text-shadow: 0 0 20px rgb(0 0 0 / 40%);
}

.snb {
    position: relative;
    z-index: 10;
    margin-top: -70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.snb ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.snb li {
    flex: 1;
    text-align: center;
    margin: 0;
}

.snb li>a {
    position: relative;
    font-size: 17px;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 70px;
    text-align: center;
    letter-spacing: -0.03em;
}

.snb li+li>a::after {
    content: '';
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translate(0, -50%);
}

.snb li.active>a {
    font-weight: 500;
    color: #fff;
    background: #2265b0;
    z-index: 1;
}

/* subpage-content */

.subpage-content section>.row {
    margin-bottom: 100px;
}

.subpage-content>.container>.row:last-child {
    margin-bottom: 0;
}

.subpage-content section {
    padding: 80px 0 50px;
}

.subpage-content h3 {
    font-weight: 600;
    font-size: 44px;
    color: #111;
    margin: 100px 0 0;
    text-align: center;
    letter-spacing: -0.03em;
}

.subpage-content h3::after {
    content: '';
    width: 42px;
    height: 3px;
    border-radius: 2px;
    background: #111;
    display: block;
    margin: 25px auto 0;

}

.subpage-content h4 {
    font-weight: 600;
    font-size: 30px;
    color: #2f2f2f;
    margin-bottom: 40px;
    /* padding-left: 20px; */
    letter-spacing: -0.045em;
}

.subpage-content h4::before {
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    /* background: #1f7eb8; */
    /* border-bottom: 12px solid #203c57; */
}

.subpage-content h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 16px;
    color: #2265b0;
    letter-spacing: -0.03em;
}

.subpage-content h5::before {
    content: '';
    width: 5px;
    height: 17px;
    background: #2265b0;
    position: absolute;
    left: 3px;
    top: 3px;
    transform: skew(-20deg, 0);
}

/* =================================== subpage =================================== */
/* 01 */
.sub-greet-wrap {
    margin-top: 20px
}

.sub-top-wrap p {
    text-align: center;
    margin-top: 55px;
    font-size: 20px;
    line-height: 1.65;
    color: #333;
    letter-spacing: -0.035em;
}

.sub-greet-wrap .top {
    letter-spacing: -0.035em;
    color: #2265b0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 40px;
    padding-right: 150px;
}

.sub-greet-wrap .col-sm-4 {
    position: relative;
}

.sub-greet-wrap .col-sm-4::before {
    content: '';
    width: 90px;
    height: 90px;
    background: #1f7eb8;
    background: linear-gradient(135deg, #2ba1e8, #1f7eb8);
    position: absolute;
    right: 0;
    bottom: -15px;
    opacity: 0.95;
    box-shadow: 10px 10px 17px rgb(0 0 0 / 15%);
}

.sub-greet-wrap p {
    font-size: 16px;
    line-height: 1.65;
    color: #666;
    margin-bottom: 30px;
}

.sub-greet-wrap .name {
    margin-bottom: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
}

.sub-greet-wrap .name img {
    margin-left: 14px;
    /* transform: translateY(12px); */
}

.sub-greet-wrap .text {
    padding-left: 45px;
}

.sub-map-wrap .li-map {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 0;
}

.sub-map-wrap .li-map li {
    position: relative;
    /* padding-left: 60px; */
    padding: 15px 15px 15px 60px;
    width: 50%;
    border-bottom: 1px solid #ddd;
}

.sub-map-wrap .li-map li span {
    position: absolute;
    width: 50px;
    color: #1c4ea5;
    font-weight: 600;
    left: 0;
}

/* 02 */
.sub-type-wrap {
    position: relative;
}

.sub-type-wrap .inner {
    border: 1px solid #ddd;
    background: #f9f9f9;
    overflow: hidden;
    margin-top: 30px;
}

.sub-type-wrap>div:nth-child(2) .inner {
    margin-top: 0;
}

.sub-type-wrap img {
    margin: 75px auto;
}

.sub-type-wrap p {
    text-align: center;
    padding: 13px 0;
    background: #fff;
    font-size: 20px;
    color: #333;
    border-top: 1px solid #e5e5e5;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.sub-type-wrap .down {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: -80px;
}

.down .btn {
    font-size: 15px;
    padding: 14px 20px;
    /* border-radius: 4px; */
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font-weight: 500;
    min-width: 180px;
    text-decoration: none;
    text-align: center;
}

.down .btn::after {
    content: '\f358';
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    margin-left: 10px;
}

.down .btn+.btn {
    margin-left: 10px;
}

.down .btn:hover {
    border-color: #2265b0;
    background: #2265b0;
    color: #fff;
}

.sub-color-wrap div[class^='solid'] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.sub-color-wrap .solid01 {
    background: #1F7EB8;
}

.sub-color-wrap .solid02 {
    background: #203C57;
}

.sub-color-wrap .inner {
    /* text-align: center; */
}

.sub-color-wrap .inner ul {
    padding: 20px 0px 0;
    text-align: center;
}

.sub-color-wrap .inner ul li {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.sub-color-wrap .inner ul li span {
    font-weight: 500;
    color: #333;
    margin-right: 10px;
    width: 35px;
    display: inline-block;
}

.sub-color-wrap .inner ul li.hex {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.sub-color-wrap .inner ul li+li {}

/* 03 */
.sub-member-wrap .inner {
    margin-bottom: 60px;
    margin-top: 30px;
    border-top: 2px solid #999;
    border-bottom: 1px solid #e4e4e4;
}

.sub-member-wrap div:last-child .inner {
    margin-bottom: 0;
}

.sub-member-wrap p {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.sub-member-wrap dl {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.sub-member-wrap dl:last-child {
    margin-bottom: 0;
}

.sub-member-wrap dt,
.sub-member-wrap dd {
    padding: 25px 2px;
}

.sub-member-wrap dt {
    width: 15%;
    /* text-align: center; */
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 600;
    line-height: 1.6;
}

.sub-member-wrap dd {
    width: 85%;
    font-size: 16px;
}

.sub-member-wrap li {
    margin-bottom: 5px;
    color: #666;
}

.sub-member-wrap li:last-child {
    margin-bottom: 0;
}

.sub-member-wrap dl.down dt {
    padding-top: 30px;
}

.sub-member-wrap dl.down li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.sub-member-wrap li .btn {
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
}

.sub-process-wrap .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 60px 60px;
}

.sub-process-wrap .inner .item {
    flex: 1;
}

.sub-process-wrap .item+.item {
    margin-left: 30px;
}

.sub-process-wrap .item p {
    margin-top: 18px;
    font-weight: 500;
    color: #333;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.05em;
}

.sub-process-wrap .item .img-box {
    position: relative;
    box-sizing: border-box;
    width: 170px;
    height: 170px;
    /* padding: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
}

.sub-process-wrap .item .img-box::after {
    content: '\f054';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #3f89dc;
}

.sub-process-wrap .item:last-of-type .img-box::after {
    content: none;
}

.sub-process-wrap p.email {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

.sub-process-wrap p.email span {
    color: #2265b0;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* 04 */

/* 05 */

/* table */
.sub-table-wrap {
    margin-top: 30px;
}

.sub-table-wrap:first-child {
    margin-top: 0;
}

.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
}

.sub-table-wrap .table-style thead th {
    background: #0c3274;
    color: #fff;
    border: 0;
}

.sub-table-wrap .table-style tbody th {
    background: #efefef;
}

/* bbs */
.sub-bbs-wrap {
    padding-top: 20px
}

.form-control {
    height: 50px;
    font-size: 16px;
    border-radius: 0;
}

.bbs-area {
    display: flex;
    flex-wrap: wrap;
}

.bbs-area>* {
    width: 100%;
}

.bbs-area .pagination_wrap {
    order: 3;
}

.bbs-area .board_wrapper {
    order: 2;
    margin: 0;
}

.bbs-area .search_wrap {
    order: 1;
    margin: 0 0 50px;
    display: flex;
    padding: 30px 250px;
    background: #f2f2f2;
}

.bbs-area .search_wrap #search_kind {
    /* flex: 1; */
    position: relative;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 40px;
    background-size: 23px;
    background-position: calc(100% - 10px) 13px;
}

.bbs-area .search_wrap #search_query {
    flex: 1;
    border-left: 0;
    border-right: 0;
    position: relative;
}

.bbs-area .search_wrap #search_kind:focus,
.bbs-area .search_wrap #search_query:focus {
    border-color: #d5d5d5;
}

.bbs-area .search_wrap #search_btn {
    /* flex: 1; */
    border-radius: 0;
    border-left: 0;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    background: #333;
    color: #fff;
    font-size: 16px;
}

.bbs-area #delete_btn,
.bbs-area #write_btn,
.bbs-area #list-back-btn,
.bbs-area #reply_btn {
    border-radius: 0;
}

.bbs-area .write_btn_wrap {
    position: relative;
    margin-left: 10px;
}

.bbs-area .search_wrap #write_btn {
    background: #2265b0;
    color: #fff;
    height: 50px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.bbs-area .search_wrap #write_btn:hover {
    background: #135298;
}

.bbs-area .table_default {
    border-top: 1px solid #aaa;
}

.member_wrapper {
    padding: 200px 0 150px;
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 60px 0;
    background-color: #2b567b;
    color: #b4c1cc;
}

.footer-logo img {}

.footer-info {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    margin: 30px 0 20px;
    line-height: 1.5;
    display: flex;
    flex-flow: row wrap;
}

.footer-info li {
    text-align: center;
}

.footer-info li:first-child {
    width: 100%;
}

.footer-info li:nth-child(2) {
    margin-right: 15px;
}

.copyright {
    text-align: center;
    font-size: 11px;
    margin: 0;
    letter-spacing: 0;
    opacity: 0.6;
}

/* =================================== map, board, bbs =================================== */
/* bbs btn */

.bbs-area h4 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    padding: 0;
}

.bbs-area h4::before {
    content: none;
}

.bbs-area .title h4 {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

.board_data_view .header_wrap {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap .title {
    font-size: 32px;
    font-weight: 500;
}

.board_data_view .header_wrap .info {
    margin-top: 28px;
}

.board_data_view .header_wrap .info span {
    line-height: 0.9;
    display: inline-block;
    font-size: 14px;
}

.board_data_view .header_wrap .info span+span {
    border-left: 1px solid #e0e0e0;
    padding-left: 11px;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn+.btn {
    min-width: 200px;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.btn.btn-primary {
    border: 0;
    background: #2265b0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #135298;
}

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

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

.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: 180px;
}

.table.table_default {
    border-top: 2px solid #333;
}

.table.table_default tr th,
.table.table_default tr td {
    padding: 22px 5px;
    font-size: 16px;
    line-height: 1.3;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #999;
    color: #333;
}

.table.table_default tr td.subject {
    color: #333;
}

.badge {
    font-size: 13px;
    padding: 5px 12px;
    margin-right: 5px;
    font-weight: 500;
    border-radius: 50px;
}

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

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

.board_wrapper {
    margin-top: 0;
}


.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

/* =================================== mobile =================================== */
@media (max-width: 767px) {
    #site footer {
        padding: 50px 0;
    }

    .footer-info {
        width: 90%;
        margin: 20px auto;
    }

    .footer-info li {
        margin-bottom: 5px;
    }

    .copyright {
        width: 80%;
        margin: 0 auto;
    }
}

/* main */
@media (max-width: 767px) {
    .carousel-caption {
        left: 5%;
        right: 5%;
    }

    .carousel-caption h1 {
        font-size: 28px;
        line-height: 1.65;
    }

    .carousel-control {
        font-size: 14px;
    }

    #mainCarousel .carousel-inner .item {
        height: 500px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    .mainpage section {
        padding: 70px 0;
    }

    .mainpage h2 {
        font-size: 32px;
        margin: 0 0 50px;
    }

    .main-about-wrap .text {
        padding-left: 0;
        text-align: center;
    }

    .main-about-wrap .text p.top {
        margin-top: 25px;
    }

    .main-icon-wrap .inner {
        margin-top: 25px;
    }

    .main-icon-wrap .col-sm-4+.col-sm-4 {
        margin-top: 40px;
    }

    .main-icon-wrap .inner .img-box {
        width: 150px;
        height: 150px;
    }

    .main-icon-wrap .inner .img-box img {
        width: 70px;
    }

    .main-bbs-wrap .bbs-news {
        padding-right: 15px;
    }

    .main-bbs-wrap .bbs-archive {
        padding-left: 15px;
    }

    .main-contact-wrap {
        display: block;
    }

    .main-contact-wrap>div:first-child {
        padding-right: 15px;
    }

    .main-contact-wrap>div:last-child {
        padding-left: 15px;
    }

    .main-contact-wrap .info {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .main-contact-wrap dl {
        margin-bottom: 25px;
    }

    .main-contact-wrap {
        margin-top: 0;
    }
}

/* sub */
@media(max-width:767px) {
    .sub-header-wrap {
        height: 250px;
    }

    .sub-header-wrap h2 {
        margin-top: 10px;
        font-size: 48px;
    }

    .snb {
        margin-top: 60px;
        border: 0;
        background: transparent;
    }

    .snb ul {
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .snb li {
        flex: auto;
        width: 100%;
    }

    .snb li>a {
        line-height: 60px;
        color: #333;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        right: 0;
    }

    .subpage-content section {
        padding: 60px 0 50px;
    }

    .subpage-content h3 {
        margin: 80px 0 0;
        font-size: 36px;
    }

    .sub-greet-wrap .col-sm-4 {
        padding: 0 30px;
    }

    .sub-greet-wrap .col-sm-4::before {
        right: 15px;
    }

    .sub-greet-wrap .text {
        padding-left: 0;
        text-align: center;
    }

    .sub-greet-wrap .top {
        font-size: 24px;
        margin-top: 40px;
        padding-right: 0;
    }

    .sub-greet-wrap .name {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .sub-type-wrap .down {
        position: relative;
        right: 0;
        top: 0;
        justify-content: flex-start;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .down .btn {
        width: auto;
        min-width: inherit;
    }

    .sub-top-wrap p {
        font-size: 18px;
    }

    .sub-color-wrap .col-sm-6+.col-sm-6 {
        margin-top: 50px;
    }

    .sub-member-wrap dt {
        width: 27.5%;
    }

    .sub-member-wrap dd {
        width: 73.5%;
    }

    .sub-member-wrap dl.down li+li {
        margin-top: 10px;
    }

    .sub-process-wrap .inner {
        justify-content: center;
    }

    .sub-process-wrap .item+.item {
        margin: 50px 0 0 0;
    }

    .sub-process-wrap .inner .item {
        position: relative;
    }

    .sub-process-wrap .item .img-box {
        margin: 0 auto;
        position: static;
    }

    .sub-process-wrap .item .img-box::after {
        content: '\f078';
        right: auto;
        bottom: -35px;
        top: auto;
        transform: translateY(0);
    }

    .sub-process-wrap p.email {
        padding: 0 10x;
    }

    .bbs-area .search_wrap {
        padding: 15px;
    }

    .bbs-area .search_wrap {
        position: static;

    }

    .search_wrap .write_btn_wrap {
        margin: 0;
        position: absolute;
        bottom: -20px;
        right: 15px;
        top: auto;
    }

    .bbs-area .search_wrap #search_kind {
        width: 90px;
        font-size: 14px;
    }

    .bbs-area .search_wrap #search_btn {
        width: 50px;
        text-align: center;
        padding: 0;
        font-size: 14px;
    }

    .bbs-area .search_wrap #search_query {
        font-size: 14px;
    }

    body:lang(en) #sign01 .sub-member-wrap dl {
        display: block;
    }

    body:lang(en) #sign01 .sub-member-wrap dl dt,
    body:lang(en) #sign01 .sub-member-wrap dl dd {
        width: 100%;
    }

    body:lang(en) #sign01 .sub-member-wrap dl dt {
        padding-bottom: 0;
    }
}

/* bbs */
@media(max-width:767px) {

    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }


    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }

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

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

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

    .member_wrapper h1 {
        font-size: 30px;
    }

    .bbs-area .board_wrapper .text-center {
        padding-top: 30px;
        display: flex;
        width: 100%;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg,
    .bbs-area .board_wrapper .text-center .btn+.btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .member_wrapper {
        padding-top: 50px;
    }

    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .member_wrapper .login_extra ul li+li::before {
        content: none;
    }
}