@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
}

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

sub {
    bottom: 0;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    word-break: keep-all;
    line-height: 1.3;
}

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

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.3;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.root_daum_roughmap .cont {
    display: none !important;
}

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #003e52;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 1430px) {
    .container {
        width: 1270px;
    }
}

/* 상단 로고*/
.navbar-brand {
    height: 90px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
}

.navbar-inverse.on .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: none;
}


/* 상단 메뉴 */
@media(min-width:768px) {
    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    #navbar-bg {
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: rgba(255, 255, 255, 0.75);
        transition: all 0.3s ease;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        padding-top: 30px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s ease;
    }

    .navbar-inverse.on {
        background: #fff;
    }
}

@media (min-width: 768px) {
    .navbar-inverse>.container {
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
    }

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

    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: center;
    }
}

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.sub-nav {
    background: #fff;
    box-shadow: 0 0 0 1px #9bb0b9;
}

.navbar-inverse.on {
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 1px #9bb0b9;
}

.navbar-header {}


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

.navbar-inverse .navbar-nav li a {
    position: relative;
}

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

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: var(--page-point-color);
}


.navbar-inverse.opened .navbar-nav li .dropdown-menu {
    transform-origin: center top;
    animation: menuOpen 0.35s forwards;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: left;
    padding: 7px 0px;
    font-size: 15px;
    color: #656565;
    font-weight: 600;
    letter-spacing: -0.025em;
    position: relative;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 40px 0 30px;
    width: fit-content;
}

.navbar-inverse .navbar-nav>li>a.act {
    position: relative;
}

.navbar-inverse .navbar-nav>li>a.act::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: var(--page-point-color);
}

.navbar-inverse.opened .navbar-nav>li>a.act::before {
    display: none;
}

.navbar-inverse.opened .navbar-nav>li:hover>a.act::before {
    display: block;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a {
    color: #333;
    font-weight: 600;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}

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

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: unset;
    padding: 0;
    bottom: 50px;
    transform: unset;
    right: 40px;
    left: unset;
    width: fit-content;
}

.carousel-caption h1 {
    margin-bottom: 0;
    display: none;
}

.carousel-caption p {
    font-size: 17px;
    font-weight: 300;
    text-shadow: none;
    line-height: 2;
    text-align: end;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
}

/* 슬라이드 버튼 */
.carousel-control {
    background: none !important;
    width: 5%;
    min-width: 90px;
}

.carousel-control .glyphicon::before {
    font-family: var(--icons);
    font-weight: 300;
    font-size: 40px;
}

.carousel-control.left .glyphicon::before {
    content: '\e314';
}

.carousel-control.right .glyphicon::before {
    content: '\e315';
}

.carousel-indicators {
    display: none;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 90px 0 120px;
}

.main-tit {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.main-tit h3 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    padding-bottom: 7px;
    position: relative;
    width: fit-content;
    text-align: center;
}

.main-tit h3::before {
    position: absolute;
    content: "";
    width: 55%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    background: #999;
}

.main-board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.pro-box {
    position: relative;
    overflow: hidden;
}

.pro-box img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.pro-box:hover img {
    transform: scale(1.15);
}

.pro-box p {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 57px;
    background: rgba(0, 0, 0, .55);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    transition: all 0.3s ease-in-out;
}

.pro-box:hover p {
    height: 100%;
}

/* 서브 페이지 */
.subpage {
    padding-top: 235px;
}

.subpage-header {
    position: relative;
    height: 350px;
    display: none;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 54px;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    display: none;
    border-bottom: 1px solid #dedede;
}

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

.snb li {
    flex: 0 1 25%;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 60px;
    color: #888;
}

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #000;
}

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

.subpage-content {
    padding: 0 0 150px;
}

.subpage-content .con {}

.title-h3 {
    margin-bottom: 70px;
}

.title-h3 h3 {
    font-size: 30px;
    color: var(--page-point-color);
    padding-bottom: 5px;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.title-h3 h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 300px;
    background: #aabdc3;
    height: 2px;
}

/* 소개 */
.intro-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.intro-wrap .img-box {}

.intro-wrap .img-box h4 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-shadow: -1.2px 0px #668B97, 0px 1.2px #668b97, 1.2px 0px #668b97, 0px -1.2px #668B97;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.intro-wrap .img-box h4 span {
    color: #668b97;
    letter-spacing: 0;
}

.img-inner {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    grid-auto-rows: 150px;
    grid-template-areas:
        'a a b b b b c c'
        'a a b b b b h h'
        'a a e e f f h h'
        'd d e e g g h h';
}

.img-inner .box {
    width: 100%;
}

.img-inner .box01 {
    grid-area: a;
}

.img-inner .box02 {
    grid-area: b;
}

.img-inner .box03 {
    grid-area: c;
}

.img-inner .box04 {
    grid-area: d;
}

.img-inner .box05 {
    grid-area: e;
}

.img-inner .box06 {
    grid-area: f;
}

.img-inner .box07 {
    grid-area: g;
}

.img-inner .box08 {
    grid-area: h;
}

.img-inner .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-inner .box01,
.img-inner .box08 {
    filter: grayscale(0.8);
    position: relative;
}

.img-inner .box01::before,
.img-inner .box08::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.15;
}

.img-inner .box03,
.img-inner .box04 {
    padding: 10px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--page-point-color);
    color: #fff;
}

.img-inner p {
    font-size: 28px;
    font-weight: 700;
}

.img-inner span {
    text-align: right;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
}

.img-inner .box03 img {
    width: auto;
    padding-top: 5px;
}

.img-inner .box04 img {
    width: auto;
    padding-bottom: 5px;
    float: right;
}

.img-inner .box04 p {
    text-align: right;
}

.img-inner .box04 span {
    text-align: left;
}

.intro-wrap .text-box {
    padding: 70px 75px 60px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.intro-wrap .text-box p {
    font-size: 18px;
    color: #212121;
    line-height: 1.5;
}

.intro-wrap .text-box p+p {
    margin-top: 25px;
}

.intro-wrap .text-box p.name {
    text-align: right;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.intro-wrap .text-box p span {
    display: inline-block;
    margin-left: 15px;
    font-size: 42px;
    font-family: "East Sea Dokdo";
    font-weight: 400;
}

/* 조직도 */
#ab02 .title-h3 {}

.group-wrap {}

.group-wrap .img-box {}

.group-wrap .img-box img {
    margin: auto;
}

/* CONTACT */
.map-wrap {}

.map-wrap h5 {
    color: #003e52;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 30px;
}

.map-wrap h5 span {
    font-size: 22px;
    font-weight: 600;
}

.map-wrap h5 span b {
    font-weight: 900;
    font-size: 26px;
    margin-right: 2px;
}

.map-wrap h5 span:last-child {
    color: #222;
    margin-left: 5px;
    font-weight: 700;
    font-size: 24px;
}

.map-info {
    position: relative;
}

.map-info .wrap_map {
    height: 750px !important;
}

.map-bg {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: rgba(0, 0, 0, .7);
    z-index: 3;
    display: flex;
    align-items: end;
    padding: 35px;
}

.map-bg ul {
    width: 100%;
}

.map-bg ul li {
    display: grid;
    grid-template-columns: 45px 1fr;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    align-items: center;
    padding: 16px 12px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.map-bg ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.map-bg ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.map-bg ul li span {
    --wght: 200;
    font-size: 30px;
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 80px 0 0 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
    position: relative;
    cursor: pointer;
    z-index: 4;
}

#bbsArea .table_blog2 .inner::before {}

#bbsArea .table_blog2 .inner:hover::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 1;
    height: auto;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: center;
    padding: 30px;
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 4;
}

#bbsArea .table_blog2 .inner:hover .bottom {
    opacity: 1;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-wrap: wrap;
}

#bbsArea .table_blog2 .inner .bottom .title .badge {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}

#partner01 #bbsArea .table_blog2 .inner .bottom .title a {
    font-size: 16px;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
}

#bbsArea .table_blog2 .inner .bottom .title a span:hover {
    color: #fff;
}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}

/* 뉴스 카테고리 및 검색 기능 */
#news01 .category_wrap {
    margin-bottom: 0;
    /* width: fit-content; */
}

#news01 .category_wrap ul {
    display: flex;
}

#news01 .category_wrap ul li {
    text-align: center;
    width: 100px;
}

#news01 .category_wrap ul li+li {
    margin: 0;
}

#news01 .category_wrap ul li a {
    padding: 0;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.01em;
}

#news01 .category_wrap ul li.on {}

#news01 .category_wrap ul li.on a {
    background: var(--page-point-color);
    color: #fff;
}

#news01 #bbsArea {
    position: relative;
}

#news01 .search_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    margin: 0;
}

#news01 .search_wrap .write_btn_wrap {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 35px;
}

/* 뉴스 상세페이지 */
#news01 .board_data_view .contents_wrap {
    padding: 0 15px 50px;
}

.board_blog2_view #board_data_view .contents_wrap * {
    line-height: 1.7 !important;
}

.board_blog2_view #board_data_view {
    border-top: 0;
    padding-top: 15px;
}

.board_blog2_view #board_data_view .header_wrap {
    padding: 0;
    border: 0;
}

.board_blog2_view #board_data_view .header_wrap .title {
    font-size: 38px;
    color: var(--page-point-color);
    font-weight: 600;
    margin-bottom: 50px;
}

.board_blog2_view #board_data_view .header_wrap .title span {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 400;
    color: #373737;
}

.board_blog2_view #board_data_view .header_wrap .info {
    display: none;
}

#news01 .search_wrap #search_kind {
    border: 0;
    border-radius: 0;
    color: var(--page-point-color);
}

#news01 .search_wrap #search_kind option {
    border-radius: 0 !important;
    color: var(--page-point-color);
}

#news01 .search_wrap #search_query {
    border: 0;
    width: 170px;
    padding: 5px;
}

#news01 .search_wrap input::placeholder {
    color: var(--page-point-color);
}

#news01 .search_wrap #search_btn {
    background: #fff;
    border: 0;
    color: var(--page-point-color);
    padding: 0;
}


/* 상품게시판 */
[id^=pro0] .search_wrap #search_kind,
[id^=pro0] .search_wrap #search_query,
[id^=pro0] .search_wrap #search_btn {
    display: none;
}

[id^=pro0] .slick-prev,
[id^=pro0] .slick-next {
    width: 50px;
    height: 50px;
}

[id^=pro0] .slick-prev {
    left: 35px;
    z-index: 1;
}

[id^=pro0] .slick-next {
    right: 35px;
}

[id^=pro0] .slick-prev:before,
[id^=pro0] .slick-next:before {
    font-family: var(--icons);
    opacity: 1;
    color: #fff;
    font-size: 50px;
}

[id^=pro0] .slick-prev:before {
    content: "\e314";
}

[id^=pro0] .slick-next:before {
    content: "\e315";
}

.board-top {
    padding-top: 40px;
    margin-bottom: 150px;
}

.board-top .board-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.board-top .board-list a {
    display: block;
    padding: 17px 10px;
    background: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    border: 1px solid #b6ccd5;
    color: #78909b;
}

.board-top .board-list a:hover,
.board-top .board-list a:focus {
    color: #103e53;
}

.board-top .board-list a+a {
    border-left: 0;
}

.board-top .board-list a.active {
    background: var(--page-point-color);
    color: #fff;
    font-weight: 600;
    border-color: var(--page-point-color);
}

.board-slide {}

.board-slide .img-box {}

.board-slide .img-box img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    background: #e0e0e0;
    position: relative;
}

.board-slide .img-box img::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    content: "IMAGE";
}

.board-info {
    text-align: center;
}

.board-info h6 {
    margin: 80px 0 50px;
    font-size: 24px;
    font-weight: 700;
}

.board-info p {
    font-size: 18px;
    color: #777;
}

.board-info p+p {
    margin-top: 10px;
}

.board_goods_list .table_pd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.board_goods_list .table_pd dd {}

.board_goods_list .table_pd .inner {
    position: relative;
    z-index: 4;
    cursor: pointer;
}

.board_goods_list .table_pd .inner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: transparent;
    transition: all 0.3s;
}

.board_goods_list .table_pd .inner:hover::before {
    background: rgba(0, 0, 0, .6);
}

.board_goods_list .table_pd .top {}

.board_goods_list .table_pd .top a {}

.board_goods_list .table_pd .top a span {}

.board_goods_list .table_pd .bottom {
    padding: 40px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    z-index: 4;
}

.board_goods_list .table_pd .inner:hover .bottom {
    opacity: 1;
}

.board_goods_list .table_pd .bottom .title {}

.board_goods_list .table_pd .bottom .title a {
    white-space: normal;
    font-size: 27px;
    text-align: center;
    line-height: 1.4;
}

.board_goods_list .table_pd .bottom a:hover {
    color: #fff;
}

.board_goods_list .table_pd .bottom .title a span {}

.board_goods_list .table_pd .bottom .title a span:hover {
    color: #fff;
}

.board_goods_list .table_pd .pd_preview {
    display: none !important;
}

.search_wrap {
    margin-bottom: 0;
}

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


/* 상품 상세 페이지 */
.pd_top_wrap {}

[id^=pro0] .pd_top_wrap .row {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}

/* 상품 상세페이지 메인 슬라이드 */
[id^=pro0] .board_pd_view .pd_img_main {
    height: 900px;
    /* margin: 0 auto; */
    width: 100%;
}

.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .thumb {
    aspect-ratio: unset;
    width: 100%;
}

[id^=pro0] .board_pd_view .pd_img_main :where(.next-btn, .prev-btn) {}

[id^=pro0] .board_pd_view .pd_img_main :where(.next-btn, .prev-btn)::before {
    background: transparent;
    border-radius: 0;
    font-family: var(--icons);
    font-size: 55px;
    font-weight: 300;
    opacity: 1;
    width: 55px;
}

[id^=pro0] .board_pd_view .pd_img_main .next-btn {}

[id^=pro0] .board_pd_view .pd_img_main .prev-btn {}

[id^=pro0] .board_pd_view .pd_img_main .next-btn::before {
    content: "\e315";

}

[id^=pro0] .board_pd_view .pd_img_main .prev-btn::before {
    content: "\e314";

}

.pd_top_wrap .row>div {}

.pd_top_wrap .row>.pd_col_lft {
    overflow: hidden;
    order: 2;
}

.pd_top_wrap .row>.pd_col_rgt {
    padding: 0;
}

/* 상품 상세페이지 서브 슬라이드 */
[id^=pro0] .board_pd_view .pd_slider_wrap .pd_img_sub .slick-slide .thumb {
    aspect-ratio: 1;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .slick-track {
    grid-template-columns: repeat(auto-fit, minmax(100px, min-content));
    gap: 15px;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .slick-track::before,
.board_pd_view .pd_slider_wrap .pd_img_sub .slick-track::after {
    display: none;
}

/* 상품 상세페이지 타이틀 */
.board_pd_view .pd_title_wrap {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    color: var(--page-point-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.board_pd_view .pd_title_wrap .title {
    letter-spacing: 0;
    font-size: 34px;
    font-weight: 700;
}

.board_pd_view .pd_title_wrap .info {}

.board_pd_view .pd_title_wrap .info span {}

.board_pd_view .none_button .pd_preview_wrap {
    flex: unset;
    overflow: hidden;
    padding: 0;
}

.board_pd_view .pd_preview_wrap #pd_preview_text {
    text-align: center;
    color: #666;
    font-size: 18px;
}



/* 상품게시판 하단 */
[id^=pro0] .board_pd_view ul.nav-tabs,
.pd_tabs_tp_wrap .tab-content {
    border: 0;
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 80px;
}

[id^=pro0] .board_pd_view ul.nav-tabs::before,
[id^=pro0] .board_pd_view ul.nav-tabs::after {
    display: none;
}

[id^=pro0] .board_pd_view ul.nav-tabs li {
    flex: unset;
    width: 100%;
}

[id^=pro0] .board_pd_view ul.nav-tabs li a,
[id^=pro0] .board_pd_view ul.nav-tabs li.active a {
    display: block;
    border: 0;
    padding: 0;
    height: auto;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0;
}

[id^=pro0] .board_pd_view ul.nav-tabs li a span {
    text-align: left;
    color: var(--page-point-color);
    padding-bottom: 9px;
    border-bottom: 1px solid var(--page-point-color);
}

.pd_tabs_tp_wrap {}

.pd_tabs_tp_wrap .tab-content {}

.pd_tabs_tp_wrap .tab-content>.tab-pane {
    display: block !important;
}

/* 상품게시판 상세 좌측 */
[id^=pro0] .board_pd_view .contents_wrap {
    padding: 0;
    height: 100%;
    border: 0;
}

[id^=pro0] .board_pd_view .contents_wrap table {
    width: 100% !important;
    border: 0;
}

[id^=pro0] .board_pd_view .contents_wrap p {
    line-height: 1.6;
}

[id^=pro0] .board_pd_view .contents_wrap p+p {
    margin-top: 10px;
}

/* 상품게시판 상세 우측 */
[id^=pro0] .board_pd_view .contents_wrap tr {
    border-bottom: 1px solid #ddd;
}

[id^=pro0] .board_pd_view .contents_wrap td {
    border: 0;
    padding: 15px 5px;
    font-size: 17px;
    color: #444;
}

[id^=pro0] .board_pd_view .contents_wrap td:nth-child(1) {
    width: 25%;
    font-weight: 700;
    font-size: 16px;
}

[id^=pro0] .board_pd_view .contents_wrap td:nth-child(2) {
    width: 75%;
}

.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li:not(.active) a:where(:hover, :focus) {
    background: #fff;
    cursor: default;
}

#pd_tp_view_0 h5+.contents_inner {
    margin-top: 30px;
}


/* LIST */
.board_wrapper .option_wrap .list_btn_wrap {
    right: calc(50% - 55px);
}

.board_wrapper .option_wrap .btn#list-back-btn {
    background: #fff;
    color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
    border-radius: 2px;
    padding: 6px 40px;
    font-size: 17px;
    font-weight: 500;
}

.board_wrapper .option_wrap .btn#list-back-btn:hover {
    background: var(--page-point-color);
    color: #fff;
}

/* 목록 게시판 */
#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    /* background: #dedede; */
}

#notice01 #bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

#bbsArea .board_list_list tbody td span.badge a {}

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {}

/* 주문폼 */
#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f9f9f9;
    border-color: #e5e5e5;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    padding: 18px;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: var(--page-point-color);
    color: #fff;
}

#site footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    letter-spacing: 0;
}

#site footer .footer-logo {}

.footer-logo p {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.footer-logo p small {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 0;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    position: relative;
}

.footer-info li:first-child {}

.footer-info li {
    font-size: 15px;
    margin-right: 10px;
    font-weight: 300;
    color: #ffffff;
}

.footer-info li.copy {
    margin-top: 10px;
    font-size: 11px;
    color: #ccc;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.footer-info li.login a {
    display: block;
    padding: 3px 11px;
    border: 1px solid #333;
    color: #333;
    border-radius: 2px;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* footer-family */
.footer-family {}

.footer-family .family-site {
    position: relative;
}

.footer-family .family-site>button {
    display: flex;
    position: relative;
    font-size: 13px;
    border-radius: 3px;
    padding: 3px 10px 3px 15px;
    color: #fff;
    font-weight: 500;
    align-items: center;
    gap: 15px;
    border: 0;
    min-width: 200px;
    justify-content: space-between;
}

.footer-family .family-site>button {
    outline: 0 !important;
    background: #01536d;
}

.footer-family .family-site.open button {
    background: #fff;
}

.footer-family .family-site>button:hover {
    background: #fff;
    color: var(--page-point-color);
}

.family-site .dropdown-menu {
    display: none;
    position: absolute;
    top: 26px;
    margin: 0;
    left: 0;
    border: 0;
    border-radius: 0;
}

.family-site.open .dropdown-menu {
    display: block;
    border-top: none;
    width: 100%;
    min-width: 100%;
    padding: 0;
}

.family-site .dropdown-menu li {
    line-height: 1;
    border-top: 0;
}

.family-site .dropdown-menu li+li {
    border-top: 1px solid #fff;
}

.family-site .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 15px;
    background: #f2f2f2;
    color: var(--page-point-color);
}


.family-site .dropdown-menu li:hover a {
    color: #333;
    text-decoration: underline;
    background: #f0f0f0;
}

.footer-family .family-site.open button {
    background: #01536d !important;
    color: #fff !important;
}

/* 푸터 - 대학교형 */
/* #site footer {
    margin-top: 0;
}

#site footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
    letter-spacing: -0.03em;
    background: #fff;
}

@media (min-width: 1440px) {
    #site footer .container {
        width: 1440px;
    }
}

#site .footer-wrap .footer-link {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

footer .footer-link ul {
    display: flex;
    gap: 50px;
}

footer .footer-link li {}


footer .footer-link li:hover::before {
    width: 100%;
}

footer .footer-link li a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

footer .footer-link li.privacy a {}

footer .footer-link li a:hover {
    color: #000;
}

footer .footer-info {
    padding: 50px 0;
}

.footer-info ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li:first-child {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
    color: #111;
    font-weight: 500;
}

.footer-info li {
    font-size: 16px;
    margin-right: 20px;
    color: #666;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
} */
/* 반응형 */

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav>li>a.act::before{
        display: none;
    }
    .carousel-control {
        font-size: 14px;
    }

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

    #mainCarousel .carousel-caption p {
        font-size: 12px;
        line-height: 1.5;
    }

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse.sub-nav .navbar-toggle:focus .icon-bar, .navbar-inverse.sub-nav .navbar-toggle:hover .icon-bar {
        background-color: #000;
    }
    .navbar-inverse.sub-nav .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-toggle .icon-bar

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        display: none;
        border-radius: 5px;
        overflow: hidden;
    }
    .navbar-inverse .navbar-nav {
        float: unset !important;
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 90px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: fit-content;
        width: 100%;
        left: 0;
        right: auto;
        border-radius: 7px;
        overflow: hidden;
        border: 0;
        padding: 0;
        box-shadow: none;
        margin-top: 0;
        padding-top: 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #000;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}

@media (max-width:991px) {

    .map-bg ul li {
        grid-template-columns: 1fr;
        gap: 10px;
        font-size: 14px;
        padding: 10px 5px;
    }
    .map-bg {
        padding: 15px;
        width: 35%;
    }
    .map-info .wrap_map {
        height: 550px !important;
    }
    [id^=pro0] .board_pd_view .pd_img_main {
        height: 550px;
        /* margin: 0 auto; */
        width: 100%;
    }
    .board_pd_view .pd_preview_wrap #pd_preview_text {
        font-size: 16px;
    }
    .board_pd_view .pd_title_wrap .title {
        font-size: 25px;
    }
    .board-slide .img-box img {
        height: 610px;
    }
    .navbar-inverse .navbar-nav {
        gap: 50px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 40px 0 30px;
        width: fit-content;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 35px 0 25px;
        width: fit-content;
    }

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

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

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

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

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

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

    .main-board {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .footer-info {
        justify-content: flex-start;
        position: relative;
    }

    #site footer {
        position: relative;
    }

    #site footer .footer-wrap {
        justify-content: unset;
        padding: 32px 0;
        flex-direction: column;
        gap: 15px;
    }

    .footer-family {
        position: absolute;
        top: 32px;
        right: 15px;
    }

    #mainCarousel .carousel-inner .item {
        height: 480px;
    }
    .mainpage section {
        padding: 80px 0 100px;
    }
    .pro-box img {
        height: 300px;
    }
    .pro-box p {
        height: 48px;
        font-size: 16px;
    }
    .intro-wrap .img-box h4 {
        font-size: 40px;
    }
    .subpage {
        padding-top: 165px;
    }
    .title-h3 h3 {
        font-size: 25px;
    }
    .title-h3 h3::before {
        width: 220px;
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .img-inner {
        grid-auto-rows: 115px;
    }
    .img-inner span {
        font-size: 16px;
        line-height: 1.4;
    }
    .img-inner .box03, .img-inner .box04 {
        padding: 10px 13px;
    }
    .intro-wrap {
        gap: 50px;
    }
    .intro-wrap .text-box {
        padding: 35px 25px 40px;
    }
    .intro-wrap .text-box p {
        font-size: 16px;
    }
    .intro-wrap .text-box p+p {
        margin-top: 18px;
    }
    .intro-wrap .text-box p span {
        margin-left: 10px;
        font-size: 30px;
    }
    .intro-wrap .text-box p.name {
        margin-top: 20px;
        font-size: 15px;
    }
    .board-top .board-list a {
        padding: 13px 8px;
        font-size: 16px;
    }
    .board-info h6 {
        margin: 40px 0 30px;
        font-size: 20px;
    }
    .board-info p {
        font-size: 16px;
        color: #777;
    }
    .board-top {
        padding-top: 40px;
        margin-bottom: 70px;
    }
    .board_goods_list .table_pd {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .board_goods_list .table_pd .bottom .title a {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .navbar-inverse.on .navbar-toggle:focus .icon-bar, .navbar-inverse.on .navbar-toggle:hover .icon-bar {
        background-color: #000;
    }
    .navbar-inverse.on .navbar-toggle .icon-bar{
        background-color: #000;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 8px 15px;
        color: #000;
    }
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle, .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle, .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
        color: var(--page-point-color);
        width: 100%;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.75);
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0 15px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        background-color: transparent;
    }
    #mainCarousel .carousel-inner .item {
        height: 390px;
    }
    .board_pd_view .option_wrap.mobile .list_btn_wrap a::before{
        display: none;
    }
    .board_pd_view .option_wrap.mobile {
        height: 45px;
        margin: 0 -15px 30px;
        top: 71px;
    }
}

@media (max-width:576px) {
    .img-inner .box03, .img-inner .box04 {
        padding: 5px 5px;
    }
    .img-inner {
        grid-auto-rows: 75px;
        gap: 5px;
    }
    .img-inner span {
        font-size: 9px;
        line-height: 1.3;
    }

    .img-inner .box03 img {
        width: auto;
        height: 16px;
    }
    .footer-logo p small {
        font-size: 12px;
        display: block;
        margin: 0;
    }
    .footer-family .family-site>button {
        min-width: 140px;
        font-size: 12px;
    }
    .pro-box p {
        height: 40px;
        font-size: 14px;
    }
    .map-bg ul li {
        grid-template-columns: 1fr;
        gap: 5px;
        font-size: 12px;
        padding: 10px 5px;
    }
    .map-bg {
        padding: 5px;
        width: 100%;
        padding: 0;
        position: relative;
    }
    .map-info .wrap_map {
        height: 400px !important;
    }
    .board_blog2_view #board_data_view .header_wrap .title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .board_blog2_view #board_data_view .header_wrap .title span {
        margin-bottom: 7px;
        font-size: 18px;
    }
    .search_wrap .write_btn_wrap {
        margin-top: 0;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    [id^=pro0] .board_pd_view .contents_wrap td {
        padding: 12px 5px;
        font-size: 14px;
    }
    [id^=pro0] .board_pd_view ul.nav-tabs, .pd_tabs_tp_wrap .tab-content {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    [id^=pro0] .board_pd_view .pd_img_main {
        height: 450px;
    }
   [id^=pro0] .pd_top_wrap .row {
        gap: 30px;
    }
    .board_pd_view .pd_preview_wrap #pd_preview_text {
        font-size: 14px;
    }
    .board_pd_view .pd_title_wrap {
        margin-bottom: 5px;
    }
    .board_pd_view .pd_title_wrap .title {
        font-size: 18px;
    }
    .board_goods_list .table_pd .bottom {
        padding: 25px;
    }
    .board_goods_list .table_pd {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .board-info p {
        font-size: 14px;
        color: #777;
    }
    .board-info h6 {
        margin: 25px 0 15px;
        font-size: 17px;
    }
    .board-slide .img-box img {
        height: 400px;
    }
    .board-top .board-list a {
        padding: 8px 3px;
        font-size: 12px;
    }
    .main-board {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .footer-logo p {
        font-size: 18px;
    }
    .footer-info li {
        font-size: 12px;
        margin-right: 7px;
    }
    .pro-box img {
        height: 235px;
    }
    .main-tit h3 {
        font-size: 23px;
    }
    .main-tit {
        margin-bottom: 35px;
    }
    .intro-wrap .img-box h4 {
        font-size: 20px;
    }
    .intro-wrap .text-box p {
        font-size: 14px;
    }
    .intro-wrap .text-box {
        padding: 25px 25px 30px;
    }
    .intro-wrap .text-box p.name {
        font-size: 13px;
    }
    .intro-wrap .text-box p span {
        margin-left: 10px;
        font-size: 25px;
    }
    .subpage {
        padding-top: 135px;
    }
    .subpage-content {
        padding: 0 0 100px;
    }
    .map-wrap h5 {
        font-size: 22px;
    }
    .map-wrap h5 span {
        font-size: 18px;
    }
    .map-wrap h5 span b {
        font-size: 21px;
    }
    .map-wrap h5 span:last-child {
        margin-left: 3px;
        font-size: 17px;
    }
    #news01 .category_wrap ul li a {
        padding: 0;
        border: 0;
        padding: 8px 13px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        letter-spacing: -0.01em;
    }
    #news01 .search_wrap {
        position: absolute;
        right: 0;
        top: unset;
        width: fit-content;
        display: flex
    ;
        justify-content: flex-end;
        z-index: 2;
        margin: 0;
    }
}