<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

@font-face {
    font-family: "S-CoreDream-3Light";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "S-CoreDream-5Medium";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "S-CoreDream-8Heavy";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: keep-all;
}
#site {
    padding-top: 0px;
    font-family: "Roboto", "notokr", sans-serif;
    font-size: 16px;
    display: none;
}

#main_wrapper {
    background: #f6f6f6;
}

.maintenance {
    margin-top: 150px;
    margin-bottom: 200px;
    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;
}

.nav-top-wrap a,
.navbar-inverse .navbar-nav &gt; li &gt; a {
    letter-spacing: -0.5px;
}

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

ul {
    padding: 0;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    border-style: none;
    border: 0;
}

section {
    padding-top: 80px;
}

section:last-child {
    padding-bottom: 100px;
}

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

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

ul.li-dash li {
    position: relative;
    padding-left: 15px;
    letter-spacing: -0.034em;
}

ul.li-dash li::before {
    content: "-";
    position: absolute;
    left: 0;
}

.category {
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.m-text {
    padding: 0;
    margin: 0;
}

.wrap-title {
    padding: 0;
    margin: 0;
}

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

#mainCarousel,
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}

#gnbauth {
    display: none;
}

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

/* 상단 메뉴 */
.nav-top-wrap {
    background: #fff;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 0;
}

.nav-top-wrap a {
    color: #333;
    font-size: 13px;
}

.nav-top-wrap a:hover {
    text-decoration: underline;
}

.nav-top-wrap li:nth-child(1n + 2)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #bebebe;
    transform: translateY(2px);
    margin-right: 10px;
    margin-left: 10px;
}

.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    border: 0;
}

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

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

.navbar-inverse .navbar-nav &gt; li &gt; a {
    font-family: "S-CoreDream-5Medium";
    position: relative;
    transition: 0.25s;
    padding: 20px 20px 35px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.034em;
}

.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
    color: #222;
}

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

@media (max-width: 767px) {
    .navbar-header {
        display: block;
    }

    .navbar &gt; .container {
        display: block;
    }

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        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: #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.open .navbar-toggle &gt; .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle &gt; .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.25rem;
        border-top: 0;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        border-top: 0;
        border: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a {
        transition: 0.15s;
        padding: 11px 25px;
        font-size: 15px;
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.85);
        letter-spacing: -0.02em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:focus {
        background: none;
        background: #00a4e3;
        color: #fff;
    }
}

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

/* =================================== main =================================== */
.main-wrap {
    padding-top: 120px;
}

.main-wrap section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 슬라이드 */

.main-carousel-wrap {
    padding: 30px 0 30px 15px;
}

#mainCarousel .carousel-inner .item {
    width: 100%;
    height: 770px;
    border-radius: 10px;
    border: 5px solid #dcdbfa;
    /* position: relative; */
}

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

.carousel-control.left &gt; span,
.carousel-control.right &gt; span {
    display: none;
}
.carousel-control.left {
    background: url(/public/img/slide/arrow_prev.png) no-repeat center / 35%;
    opacity: 0.2;
}
.carousel-control.right {
    background: url(/public/img/slide/arrow_next.png) no-repeat center / 35%;
    opacity: 0.2;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
    opacity: 0.4;
}

.main-board-wrap {
    padding: 30px 15px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

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

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

.carousel-caption {
    display: flex;
    flex-direction: column-reverse;
    text-shadow: none;
    top: 21%;
    width: 100%;
    left: 0;
}

.carousel-caption h1 {
    width: 100%;
    color: #005589;
    font-family: "S-CoreDream-8Heavy";
    font-weight: 400;
    letter-spacing: -0.04em;
}

.carousel-caption p {
    color: #00906c;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }
}

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

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

.main-board-wrap div[class^="board_box"] {
    background: #fff;
    padding: 25.75px 30px 15px;
    margin-bottom: 0px !important;
}

.main-board-wrap .page-header {
    margin: 0;
    padding-bottom: 15px;
}

.main-board-wrap .page-header h4 {
    color: #444;
    text-align: left;
    margin: 0;
    font-family: "S-CoreDream-5Medium";
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.main-board-wrap .page-header h4 a {
    display: inline-block;
    transform: translateY(-1px);
    line-height: 1;
}

.main-board-wrap div[class^="board_box"] .inner {
    border: 0;
}

.main-board-wrap div[class^="board_box"] .row &gt; .col-md-4 {
    width: 100%;
}

.main-board-wrap div[class^="board_box"] .bottom {
    padding: 17px 0 0;
}

/* .main-board-wrap div[class^="board_box"] a .thumb {
    height: 205px !important;
} */

.main-community02-wrap .board_box_blog2,
.main-community03-wrap .board_box_blog2,
.main-customer-wrap .inner {
    min-height: 290px;
}

.main-community02-wrap .board_box_blog2:hover .title a,
.main-community03-wrap .board_box_blog2:hover .title a {
    text-decoration: underline;
}

/* 공지사항 */
.main-community01-wrap .board_box_list a:hover {
    text-decoration: underline;
}

.main-community01-wrap .page-header,
.main-customer-wrap .page-header {
    margin-bottom: 20px;
}

.main-community01-wrap {
    padding-left: 10px;
    padding-bottom: 20px;
}

.main-community01-wrap .board_box_list {
    border-radius: 10px;
    min-height: 270px;
    border: 5px solid #dce5fa;
}

.main-community01-wrap .board_box_list ul li {
    padding: 5px 0 6px;
    font-size: 16px;
}

.main-community01-wrap .page-header,
.main-customer-wrap .page-header {
    border-bottom: 1px solid #707070;
}

/* .main-community01-wrap .regdate, */
.main-community01-wrap .writer,
.main-community01-wrap .hits {
    display: none;
}

.main-community01-wrap i.fas::before {
    content: "\f054";
}

/* 갤러리 */
.main-community02-wrap,
.main-community03-wrap {
    padding-right: 10px;
}

.main-wrap .page-header &gt; a {
    display: none;
}

.main-wrap .board_box_list[data-bd-id="community01"] .page-header &gt; a {
    display: block;
    margin-top: 1px;
}

.main-wrap .board_box_blog {
    border-radius: 10px 10px 0 0;
}

.main-community02-wrap .board_box_blog {
    /* border-top: 1px dashed #ccc; */
    border-radius: 10px 10px 0px 0px;
    border: 5px solid #dce5fa;
    border-bottom: 0;
}

.main-community03-wrap .board_box_blog {
    border-radius: 0px 0px 10px 10px;
    border: 5px solid #dce5fa;
    border-top: 1px dashed #ccc;
}

.main-wrap .board_box_blog2 .top {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
}

.main-wrap .table_blog dd .left a .thumb {
    width: auto;
}

.main-wrap dl.table_blog {
    margin-bottom: 0 !important;
}

.main-wrap .table_blog dd {
    padding: 0;
    margin-bottom: -30px;
    border-bottom: 0 !important;
}

.main-community03-wrap .table_blog dd {
    margin-bottom: 0;
}

.main-wrap .table_blog .slider-counter,
.main-wrap .table_blog .prev-btn,
.main-wrap .table_blog .next-btn {
    font-size: 18px;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: -40px;
}

.main-wrap .table_blog .slider-counter {
    top: -38px;
    font-size: 16px;
    right: 38px;
    color: #aaa;
    letter-spacing: 1px;
}

.main-wrap .table_blog .slider-counter span {
    color: #666;
    font-weight: 600;
}

.main-wrap .table_blog .next-btn {
    right: 0;
}

.main-wrap .table_blog .prev-btn {
    right: 18px;
}

.main-wrap .table_blog .slick-list {
    /* height: 215px !important; */
}

.main-wrap .table_blog dd .right .title {
    padding: 0;
    margin-bottom: 0;
}

.main-wrap .table_blog dd .right .title a span {
    font-size: 16px;
    font-weight: 500;
}

.main-wrap .table_blog dd .left a {
    position: relative;
}

.main-wrap .table_blog dd .left::after {
    display: none;
}

.main-wrap .table_blog dd .right {
    padding: 12px 0 0;
    border: 0;
}

.main-wrap .table_blog dd .right .info,
.main-wrap .table_blog dd .right .text {
    display: none;
}

.main-wrap .table_blog dd .right .title a:hover,
.table_blog dd .title a:focus {
    color: #333;
    text-decoration: underline;
}

.main-wrap .slick-dotted.slick-slider {
    padding: 0;
}

/* 연락처 */
.main-customer-wrap {
    padding-left: 10px;
}

.main-customer-wrap .inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #dce5fa;
    padding: 28px 30px 0;
}

.main-customer-wrap .inner .bg {
    user-select: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-customer-li {
    position: relative;
    z-index: 3;
    margin: 0px;
}

.main-customer-li li {
    font-size: 20px;
    font-weight: 500;
}

.main-customer-li .day {
    color: #025388;
    font-size: 18px;
    letter-spacing: -0.034em;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 22px;
}

.main-customer-li .off {
    font-size: 16px;
    color: #e15147;
    margin-top: 5px;
}

.main-customer-li .date {
    color: #333;
    line-height: 1.3em;
}

.main-customer-li .tel {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 32px;
    color: #025388;
    font-weight: 500;
    font-family: "S-CoreDream-5Medium";
    letter-spacing: -0.04em;
}

.main-board-wrap &gt; .row:nth-child(3) {
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 20px;
}

.main-link-box {
    padding: 0 6px;
}

.main-link-box .inner {
    /* transition: .25s; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    height: 153px;
}

.main-link-box .inner .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    margin-top: 5px;
    border: 3px solid #fff;
}

.main-link-box .inner .icon &gt; * {
    width: 30px;
}

.main-link-box.eteen .icon p {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}
.main-link-box.insta .inner {
    transition: none;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.main-link-box.insta .inner:hover {
    background: rgb(189, 27, 67);
}

.main-link-box.insta i {
    color: #fff;
    opacity: 0.9;
    font-size: 30px;
    text-align: center;
}

.main-link-box.facebook .inner {
    background: #567fd0;
}

.main-link-box.facebook .inner:hover {
    background: #416ec7;
}

.main-link-box.facebook .icon {
    background: #3965be;
}

.main-link-box.kakao .inner {
    background: #ffde5f;
}

.main-link-box.kakao .inner:hover {
    background: #ffd42a;
}

.main-link-box.kakao .icon {
    background: #ffeb6a;
}
.main-link-box.program i {
    color: #fff;
    opacity: 0.9;
    font-size: 24px;
    text-align: center;
}
.main-link-box.program .inner .icon {
    background-color: transparent;
}
.main-link-box.program .inner {
    background: #ff8d1a;
}

.main-link-box.program .inner:hover {
    background: #f07b07;
}

.main-link-box.program .icon {
    background: #ffa344;
}

.main-link-box.youtube .inner {
    background: #f86b6b;
}

.main-link-box.youtube .inner:hover {
    background: #ea4c4c;
}

.main-link-box.youtube .icon {
    background: #ff8989;
}

.main-link-box.eteen .inner {
    background: #20b0da;
}

.main-link-box.eteen .inner:hover {
    background: #009ac7;
}

.main-link-box.eteen .icon {
    background: #6fd3f0;
}

.main-link-box.gctv .inner {
    background: #04b49d;
}

.main-link-box.gctv .inner:hover {
    background: #068d7b;
}

.main-link-box.gctv .icon {
    background: #d3fff9;
}

.main-link-box .m-text {
    text-align: center;
    margin-top: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: -0.034em;
}

.main-link-box.kakao .m-text {
    color: #3c2722;
}

/* =================================== sub(all) =================================== */

.subpage {
    padding-top: 120px;
}

#email01.subpage {
    padding-top: 0;
}

.breadcrumb {
    margin: 30px 10px 0;
    padding: 0;
    font-size: 14px;
    float: right;
    background: none;
    letter-spacing: -0.25px;
}

.breadcrumb &gt; li + li:before {
    padding: 0 2px;
}

.breadcrumb &gt; li {
    color: #888;
}

.breadcrumb &gt; .active {
    color: #333;
}

.pageheader {
    font-family: "S-CoreDream-5Medium";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    position: relative;
    overflow: hidden;
}

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

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

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

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

.pageheader.visual05 {
    background: url(/public/img/sub/sub-top05.jpg) no-repeat center;
}

.pageheader::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.53);
}

.subheader-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.subheader-wrap h2 {
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: 0 0 50px 0;
    font-family: "S-CoreDream-3Light";
    letter-spacing: -0.06em;
}

.snb {
    margin-top: -55px;
    border-bottom: 1px solid #eee;
}

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

.snb .home {
    border-radius: 10px 0 0 0;
    background: #05b59d;
}

.snb .home a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.snb li:last-child {
    border-radius: 0 20px 0 0;
    border-right: 0;
}

.snb li {
    transition: 0.25s;
    position: relative;
    background: #fff;
    color: #808080;
    border-right: 1px solid #eee;
    flex: 1;
}

.snb li.home {
    min-width: 65px;
    flex: 0;
}

.snb li.home a {
    font-size: 18px;
}

.snb li:hover {
    background: #f8f8f8;
}

.snb li.home:hover a {
    color: #fff;
}

.snb li a {
    color: #333;
    line-height: 3.5;
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.06em;
}

.snb li.active {
    background: #fff;
}

.snb li.active a,
.snb li.active:hover a {
    font-weight: 700;
    color: #0072bc;
    background: #fff;
    border-radius: 0 20px 0 0;
}

.snb li:hover a {
    font-weight: 700;
    opacity: 1;
    color: #333;
}

.snb li.active:hover {
    background: #fff;
}

.snb li.home:hover {
    background: #ffa344;
}

h3.sub-content-title {
    font-family: "S-CoreDream-5Medium";
}

h3.sub-content-title {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: 700;
    letter-spacing: -0.034em;
    margin: 40px 0 0;
}

p.sub-section-text {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    margin: 0;
    letter-spacing: -0.06em;
}

.sub-section-title {
    line-height: 1.25;
    text-align: center;
    font-weight: 400;
    color: #444;
    position: relative;
    font-size: 22px;
}

.sub-wrap-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 1em;
    color: #333;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
    padding-left: 32px;
}

h5.sub-wrap-title::before {
    margin-right: 10px;
    background-image: url(/public/img/sub/wrap-symbol.jpg);
    background-size: 25px 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 15px;
    top: -2px;
}

/* =================================== subpage =================================== */
/* #group01 .se01,
#group02 .se01,
#group04 .se01,
#program06 .se01,
#program04 .se01,
#cafe01 .se01,
#program03 .se01,
#cafe02 .se01 {
    padding-top: 0;
} */

.subpage-content .se01 {
    padding-top: 50px;
}

.subpage-content section.sub-name-wrap:nth-child(2) {
    margin-top: 0px;
    border-top: 1px dashed #ccc;
}

.subpage-content section.top-dashed {
    margin-top: 80px;
    border-top: 1px solid #ccc;
}

.subpage-content section.top-dashed h3 {
    margin-bottom: 50px;
    margin-top: 0;
}

.subpage-content :is(.sub-goal-wrap, .sub-info-wrap, .sub-img-wrap, .sub-table-wrap) {
    margin-top: 60px;
}
.subpage-content :is(.sub-goal-wrap, .sub-info-wrap, .sub-img-wrap, .sub-table-wrap):first-child {
    margin-top: 0;
}
/* 인사말 */
#intro01 .se01,
#intro03 .se01 {
    padding-bottom: 150px;
    padding-top: 80px;
}

.greet-text .greet-title {
    font-size: 32px;
    margin-bottom: 25px;
    color: #0060a0;
    font-weight: 600;
    padding-right: 60px;
    letter-spacing: -0.034em;
    line-height: 1.4em;
}

.greet-text p {
    font-size: 16px;
}

.greet-text .m-text {
    letter-spacing: -0.02em;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.greet-text .m-text .color {
    color: #0c79c1;
    font-weight: 500;
}

.greet-text .name {
    font-weight: 700;
    color: #222;
    letter-spacing: -0.034em;
    margin-top: 30px;
    font-size: 17px;
}

.sub-greet-wrap .img-box img {
    border-radius: 10px;
}

.history-wrap {
    --cir-position: 14px;
    --cir-calc: calc(var(--cir-position) * -1);
    --border-width: 2px;
    --border-padding: 50px;
    --marker-padding: 15px;
    flex-direction: column;
    /* padding-left: 200px; */
    width: 50%;
    margin: 0 auto;
}

.history-wrap &gt; div {
    flex: 0 1 auto;
}

.history-wrap &gt; div.img-box {
    padding-left: 70px;
    padding-bottom: 100px;
    gap: 10px;
}

.history-wrap &gt; div.img-box img {
    flex: 0 1 auto;
    border-radius: 10px;
}

.history-wrap .col h5 {
    font-family: "S-CoreDream-5Medium";
    position: static;
    line-height: 1;
    color: #0060a0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 42px;
    margin-top: 0;
}

.history-wrap .col h5::before {
    content: "";
    position: absolute;
    top: 8px;
    left: var(--cir-calc);
    display: block;
    box-sizing: content-box;
    background-color: #0060a0;
    border: 7px solid #fff;
    width: 13px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.history-wrap .col {
    position: relative;
    width: 100%;
    border: 0;
    border-style: solid;
    border-color: #ccc;
    border-left-width: var(--border-width);
    padding-left: 80px;
    padding-bottom: 80px;
    text-align: left;
}

.history-wrap .col h5 + ul {
    margin-top: 20px;
}

.history-wrap .col li {
    font-family: "S-CoreDream-5Medium";
    position: relative;
    display: flex;
    gap: 10px;
    padding-left: var(--marker-padding);
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
}
.history-wrap .col li b {
    color: #000;
    width: 100px;
}
.history-wrap .col li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    display: block;
    background-color: #333;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
}

/* 사업명 */
.sub-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #0060a0;
    letter-spacing: -0.034em;
}

/* 사업목적 */
.sub-goal-wrap .goal-text {
    padding: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.06em;
    background: #fff url(/public/img/sub/tit_line.png);
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}

.sub-goal-wrap .goal-text::after {
    display: block;
    content: "";
    background: #fff;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
}

/* 사업개요 */
/* activity-li */
.sub-info-wrap .activity-li {
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.sub-info-wrap .activity-li &gt; li {
    border-bottom: 1px solid #eee;
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px 35px 20px 0;
}

.sub-info-wrap .activity-li &gt; li:nth-last-child(-n + 2) {
    border: 0;
}

.sub-info-wrap .activity-li li &gt; span {
    position: relative;
    font-weight: 500;
    color: #222;
    padding-left: 55px;
    display: inline-block;
    border-right: 1px dotted #ddd;
    min-width: 150px;
    margin-right: 20px;
    font-size: 17px;
    letter-spacing: -0.02em;
}

.sub-info-wrap .activity-li li &gt; span &gt; i {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 17px;
    width: 40px;
    height: 40px;
    background: #39a0e2 url(/public/img/sub/ptn.png);
    color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub-info-wrap .activity-li .date .off {
    padding-left: 7.5px;
    color: #e15147;
    font-weight: 500;
}

.sub-info-wrap .activity-li p.m-text {
    color: #333;
    font-size: 17px;
    letter-spacing: -0.034em;
}

.sub-info-wrap .activity-li p.m-text strong {
    padding-left: 7.5px;
    color: #005790;
    font-weight: 500;
    letter-spacing: -0.06em;
}

/* 오시는길 */
/* loaction-li */
/* .sub-map-wrap .map-view iframe {
    border-radius: 10px;
    pointer-events: none;
} */
.gm-style-pbc {
    display: none !important;
    pointer-events: none;
}

.sub-map-wrap .location-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    margin-top: 20px;
}

.sub-map-wrap .location-li &gt; li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    /* margin-right: 15px; */
}

.sub-map-wrap .location-li li &gt; span {
    position: relative;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    min-width: 95px;
    margin-right: 25px;
    width: 130px;
    background: #1687d0 url(/public/img/sub/ptn.png);
    padding: 28px 0 28px 30px;
    text-align: center;
    border-radius: 10px;
}

.sub-map-wrap .location-li li .m-text {
    width: calc(100% - 155px);
    font-weight: 500;
    line-height: 1.5em;
}

.sub-map-wrap .location-li li &gt; span &gt; i {
    position: absolute;
    font-size: 18px;
    color: #fff;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 600;
}

.sub-map-wrap .location-li .subway {
    font-weight: 600;
    color: #1787d0;
}

span[class^="bus"] {
    font-weight: 600;
    font-size: 17px;
}

span[class^="bus"]::after {
    content: " / ";
    color: #ddd;
}

span.bus03:nth-child(10):after {
    display: none;
}

.bus01 {
    color: #00a26c;
}

.bus02 {
    color: #3d5bab;
}

.bus03 {
    color: #ff0000;
}

/* 이미지 기본 */

.sub-img-wrap .img-box {
    margin-bottom: 30px;
}

.sub-img-wrap .img-box img {
    border-radius: 2px;
}

.sub-img-wrap .m-text {
    margin-top: 15px;
    text-align: center;
    color: #666;
}

/* slick 슬라이드 커스텀 */

.subpage-content .slick-list {
    border-radius: 10px;
}

.subpage-content .slick-list .slick-track {
    height: 700px !important;
}

#intro02 .subpage-content .slick-list .slick-track,
#cafe01 .subpage-content .slick-list .slick-track {
    height: 550px !important;
}

.slick-track .slick-slide {
    position: relative;
}

.slick-track .slide-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px 0 10px 0;
}

.sub-img-wrap {
    z-index: 5;
}

.sub-img-wrap .slick-dots {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.sub-img-wrap .slick-dots li {
    margin: 0 5px 5px;
}

.sub-img-wrap .slick-dots li button:before {
    color: #fff;
}

.sub-img-wrap .slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-slide img {
    width: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding: 0 20px;
}

.sub-img-slide {
    position: relative;
}

.sub-img-slide::after {
    border-radius: 50px;
    content: "";
    z-index: 2;
    position: relative;
    bottom: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    margin-top: -30px;
    height: 50px;
    background: #333;
}

.sub-img-slide .prev-btn,
.sub-img-slide .next-btn {
    z-index: 5;
    position: absolute;
    bottom: 10px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    margin: 0 25px;
}

.sub-img-slide .prev-btn {
    left: 35%;
}

.sub-img-slide .next-btn {
    right: 35%;
}

.sub-img-slide .prev-btn:active,
.sub-img-slide .next-btn:active {
    opacity: 0.75;
}

.sub-img-slide .prev-btn i,
.sub-img-slide .next-btn i {
    font-size: 24px;
    color: #fff;
}

/* cafe */
#cafe01 .img-box .m-text,
#cafe02 .img-box .m-text {
    margin-bottom: 5px;
    letter-spacing: -0.034em;
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    line-height: 1.4em;
}

.cafe-img-title {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px 8px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 15px;
}

.sub-table-wrap .table-bordered {
    border: 0;
}

.sub-table-wrap table tr td,
.sub-table-wrap table tr th {
    line-height: 1.5;
    padding: 15px;
    border-color: #ddd;
    vertical-align: middle;
    letter-spacing: -0.034em;
}

.sub-table-wrap table tr th {
    background: #f8f8f8;
    border-top: 1px solid #333 !important;
    border-bottom: 0;
    font-size: 18px;
}

.sub-table-wrap tr:nth-child(1) td:first-child,
.sub-table-wrap tr:nth-child(5) td:first-child,
.sub-table-wrap tr:nth-child(12) td:first-child {
    font-size: 16px;
    /* color: #333; */
    /* font-weight: 600; */
}

.sub-table-wrap .td-red {
    color: #e15147;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.li-dash.td-red {
    color: #333 !important;
    margin: 0;
    margin-top: 5px;
    padding: 15px;
    background: #f4f4f4;
    font-size: 15px;
}

/* #community01 .sub-board-wrap .regdate,
#community01 .sub-board-wrap colgroup col:nth-child(4) {
    display: none !important;
} */

.sub-board-wrap .table_blog {
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
}

.sub-board-wrap .table_blog dd {
    padding: 0 15px;
    border: 0;
    transition: 0.25s;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 33%;
}

.table_blog dd:hover {
    background: transparent;
}

.table_blog dd:hover .right {
    border-color: #3485d7;
}

.table_blog dd .text-center {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    display: inline-block;
    bottom: 25px;
}

.table_blog dd .left {
    order: 1;
    position: relative;
    width: 100%;
    /* height: 326px; */
}

.table_blog dd .left::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.table_blog dd .left a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.table_blog dd .left a .thumb {
    width: 100%;
    height: 100%;
    height: auto;
    padding-top: calc(3 / 5 * 100%);
    /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
    /* padding-top: 75% */
}

.table_blog dd .right {
    transition: 0.25s;
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    order: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table_blog dd .right .title {
    order: 1;
}

.table_blog dd .right .title a {
    display: block !important;
}

.table_blog dd .right .title a span {
    font-size: 18px;
    font-weight: 600;
}

.table_blog dd .right .text {
    order: 2;
    height: 100px;
    overflow: hidden;
    /* min-height: 150px; */
}

.table_blog dd .right .text p {
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: -0.25px;
    color: #555;
    line-height: 1.5em;
}

.table_blog dd .right .info {
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 0;
    order: 3;
    font-size: 14px;
}

.table_blog dd .right .info .regdate {
    display: none;
}

.table_blog dd .right .info .hits {
    position: absolute;
    right: 0;
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 30px 0;
    background-color: #53565c;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer-top {
    display: flex;
    border-bottom: 1px solid #6c6d70;
    margin: 0;
    padding-bottom: 20px;
    font-size: 15px;
}

.footer-top li a {
    color: #fff;
}

.footer-top li a:hover {
    text-decoration: underline;
}

.footer-top li:nth-child(1n + 2) {
    margin-left: 25px;
}

.footer-info {
    line-height: 1.75;
    margin: 20px 0 0 0;
    color: #d5d6d7;
    font-size: 14px;
}

.footer-info span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    opacity: 0.15;
    margin-bottom: -2px;
}

.copyright {
    color: #a5a7a9;
    margin: 0;
    font-size: 11px;
}
.form-quick {
    overflow: hidden;
    transition: 0.25s;
    position: fixed;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: -155px;
    top: 50%;
}

.form-quick:hover {
    right: 0px;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.1);
}
.form-quick:hover p {
    opacity: 1;
}

.form-quick a.inner {
    transition: 0.25s;
    display: flex;
    align-items: center;
    height: 75px;
    padding: 0px 20px 0 27px;
    background: #ffa344;
    color: #fff;
}
.form-quick a.inner i {
    display: inline-block;
    transform: translateY(-2px);
    margin-right: 15px;
    font-size: 26px;
}
.form-quick p {
    transition: 0.5s;
    opacity: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}
@media (max-width: 768px) {
    #site footer {
        padding-bottom: 90px;
    }
    .form-quick {
        top: inherit;
        bottom: 30px;
        right: 0;
    }
    .form-quick a.inner {
        height: 50px;
        padding: 0 20px;
    }
    .form-quick a.inner i {
        font-size: 16px;
        margin-right: 10px;
    }
    .form-quick p {
        opacity: 1;
        font-size: 14px;
    }
}

/* =================================== quickmenu =================================== */

.quick-title .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #13669d;
    height: 38px;
    border-radius: 15px 15px 0 0;
}

.quick-logo {
    margin-top: 3px;
    margin-bottom: 50px;
    border: 5px solid #93c9ec;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.1);
}

.quick-logo-box {
    background: #fff;
    padding: 0;
    position: relative;
}

.quick-logo-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    background: #eee;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.quick-logo-box a {
    padding: 15px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.quick-logo-box a::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #ddd;
}

.quick-logo-box:first-child a::after {
    display: none;
}

.quick-logo-box img {
    width: auto;
    height: 65px;
}

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

.member_wrapper #join_form #mb_custom_value_1.form-control-big {
    width: 150px !important;
}

/* bbs btn */

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

.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 &gt; 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;
    padding-left: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 16px;
    font-weight: 500;
}

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

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

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

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

@media (max-width: 767px) {
    .carousel-wrap {
        height: 500px;
    }
}

/* board 추가 css */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}

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

.board_data_view .contents_wrap p {
    font-size: 17px;
    letter-spacing: -0.02em;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

.board_data_view {
    border-top: 1px solid #333;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox + span a {
    font-weight: 500;
}

.table_blog2 dd .inner {
    border: none;
}

.member_wrapper h1 {
    border: none;
    margin-top: 0;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

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

.table.table_default tr td {
    color: #777;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}

.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}

.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}

.table_blog2 dd .inner .bottom .title a {
    font-size: 17px;
    font-weight: 500;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #a61325;
}

.table_video dd .inner,
.table_blog2 dd .inner {
    border: 0;
}

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}

.board_wrapper .text-center {
    margin-bottom: 50px;
}
#intro05 table {
    width: 100%;
    border-top: 1px solid #333;
}
#intro05 table th {
}
#intro05 table td {
}
#intro05 table td,
#intro05 table th {
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #ddd;
    font-size: 18px;
}
/* board 추가 css end */

@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }

    .table_default .subject {
        width: 75%;
    }

    .navbar-header {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .navbar-brand {
        width: auto;
        margin: 15px !important;
    }

    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-brand &gt; img {
        width: 180px;
    }

    .nav-top-wrap a {
        font-size: 12px;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 15px;
    }

    .dropdown {
        border-top: 1px solid #eee;
    }

    .dropdown:first-child {
        border: 0;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .navbar-collapse {
        padding: 0;
    }

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

    .navbar-nav .open .dropdown-menu {
        background: #333;
        border-radius: 0;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:active {
        background: #00a4e3;
    }

    .nav-top-wrap {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .snb ul {
        flex-wrap: wrap;
    }

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

    .main-wrap .table_blog dd .left {
        padding: 0;
    }

    .main-wrap .table_blog dd .right {
        padding: 9px 0 0;
    }

    .main-wrap {
        padding-top: 106px;
    }

    .subpage {
        padding-top: 106px;
    }

    .main-carousel-wrap {
        padding: 15px;
    }

    .carousel-caption p {
        font-size: 20px;
    }

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

    .main-board-wrap {
        padding: 0 15px;
    }

    .carousel-caption h1 {
        font-size: 34px;
    }

    .carousel-caption p {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .main-community02-wrap,
    .main-community03-wrap {
        padding-right: 15px;
    }

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

    .main-board-left {
        padding-bottom: 15px;
    }

    .main-community01-wrap {
        overflow: hidden;
        padding-bottom: 15px;
    }

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

    .main-board-wrap &gt; .row:nth-child(3) {
        margin-top: 15px;
    }

    .main-link-box {
        padding: 0 5px;
        padding-bottom: 10px;
    }

    .quick-logo {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .main-board-wrap .page-header h4 {
        font-size: 17px;
    }

    .copyright {
        float: left !important;
        margin-top: 10px;
    }

    .snb {
        margin-top: 15px;
        border: 0;
    }

    .pageheader {
        height: 100px;
    }

    .subheader-wrap h2 {
        font-size: 28px;
        margin: 0;
    }

    .snb ul {
        position: relative;
    }

    .snb li {
        border-right: 0;
        background: #eee;
        border-bottom: 1px solid #ddd;
    }

    .snb li.home {
        min-width: auto;
        width: 100%;
        height: 30px;
        flex: 1;
        border-radius: 10px 10px 0 0;
    }

    .snb li.home a {
        height: 100%;
        font-size: 16px;
    }

    .snb li a {
        line-height: 2.75;
        height: 45px;
    }

    .snb li.active {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .snb li:nth-child(2) {
        border-top: 1px solid #ddd;
    }

    .snb li:last-child {
        border-radius: 0 0 10px 10px;
    }

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

    h3.sub-content-title {
        font-size: 30px;
        margin: 100px 0 0;
    }

    .sub-section-title {
        font-size: 26px;
    }

    #intro01 .se01,
    #intro03 .se01 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .greet-text .greet-title {
        padding-right: 0;
        font-size: 26px;
        text-align: center;
    }

    .greet-text .m-text,
    .greet-text .name {
        text-align: center;
        font-size: 16px;
    }
    .history-wrap {
        width: 100%;
    }
    .history-wrap .col {
        padding-left: 30px;
    }
    .history-wrap .col h5 {
        font-size: 36px;
    }
    .history-wrap .col li {
        flex-direction: column;
        margin-bottom: 15px;
        gap: 5px;
    }
    .sub-info-wrap .activity-li li &gt; span &gt; i {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .sub-info-wrap .activity-li li &gt; span {
        min-width: 110px;
        padding-left: 40px;
    }

    .sub-info-wrap .activity-li &gt; li {
        padding: 15px;
        width: 100%;
    }

    .sub-goal-wrap .goal-text {
        padding: 30px;
        font-size: 18px;
    }

    .subpage-content .sub-goal-wrap,
    .subpage-content .sub-info-wrap,
    .subpage-content .sub-img-wrap,
    .subpage-content .sub-table-wrap {
        margin-top: 50px;
    }

    .subpage-content section.top-dashed {
        margin-top: 50px;
        padding-top: 50px;
    }

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

    .sub-map-wrap .location-li li {
        width: 100%;
    }

    .sub-map-wrap .location-li li &gt; span {
        width: 80px;
        padding: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .sub-map-wrap .location-li li &gt; span &gt; i {
        position: static;
        transform: translateY(0%);
        margin-right: 10px;
        font-size: 16px;
    }

    .sub-map-wrap .location-li li .m-text {
        width: 100%;
        margin: 15px 0;
    }

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

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

    .member_wrapper .text-center,
    .board_wrapper .text-center {
        display: flex;
        justify-content: center;
    }

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

    .main-wrap .table_blog .next-btn,
    .main-wrap .table_blog .prev-btn {
        padding: 0;
        top: -39px;
    }

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

.caret{
    display: none !important;
}</pre></body></html>