<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");

* {
    word-break: keep-all;
}

#site {
    font-family: "Roboto", "notokr", sans-serif;
    display: none;
}

#site &gt; #app {
    display: none;
}

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

[v-cloak] {
    display: none;
}

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

/* variables */
:root {
    --gms: "Material Symbols Outlined";
    /* grade */
    --gradLow: "GRAD"-25;
    --gradZero: "GRAD" 0;
    --gradHigh: "GRAD" 200;
    --opsz: "opsz" 48;
    /* fill icon */
    --gms100_Fill: "FILL" 1, "wght" 100, var(--opsz);
    --gms200_Fill: "FILL" 1, "wght" 200, var(--opsz);
    --gms300_Fill: "FILL" 1, "wght" 300, var(--opsz);
    --gms400_Fill: "FILL" 1, "wght" 400, var(--opsz);
    --gms500_Fill: "FILL" 1, "wght" 500, var(--opsz);
    --gms600_Fill: "FILL" 1, "wght" 600, var(--opsz);
    --gms700_Fill: "FILL" 1, "wght" 700, var(--opsz);
    /* outlined icon */
    --gms100_Out: "FILL" 0, "wght" 100, var(--opsz);
    --gms200_Out: "FILL" 0, "wght" 200, var(--opsz);
    --gms300_Out: "FILL" 0, "wght" 300, var(--opsz);
    --gms400_Out: "FILL" 0, "wght" 400, var(--opsz);
    --gms500_Out: "FILL" 0, "wght" 500, var(--opsz);
    --gms600_Out: "FILL" 0, "wght" 600, var(--opsz);
    --gms700_Out: "FILL" 0, "wght" 700, var(--opsz);
    /* nav */
    --navHeight: 100px;
}

/* =================================== material symbol =================================== */
.material-symbols-outlined {
    font-variation-settings: var(--gms300_Out), var(--gradZero);
    user-select: none;
}

/*=================================== reset =================================== */

img {
    flex-shrink: 0;
    image-orientation: from-image;
}

.img-box {
    position: relative;
}

:is(ol, ul, li, dl) {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
}

:is(p, h1, h2, h3, h4, h5, h6, dt dd, th, td, li) {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: -0.025em;
}

:is(a, a:hover) {
    text-decoration: none;
}

button {
    border-radius: 0;
    background: transparent;
    border: 0;
}

br {
    visibility: visible;
    opacity: 0;
}

:where(.container, .row) {
    position: relative;
}

.row::before,
.row::after,
.container::before,
.container::after {
    content: none;
    display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row &gt; * {
    float: inherit;
}

/*=================================== common =================================== */
:is(.li-dash, .li-cir) {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

:is(.li-dash, .li-cir) li {
    display: grid;
    grid-template-columns: min-content auto;
    font-size: 16px;
}

.li-dash li::before {
    content: "-";
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

.li-cir li::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 5px;
    background-color: #333;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

/* =================================== navbar =================================== */
/* reset start*/
#gnbauth i {
    display: none;
}

.navbar .caret {
    display: none;
}

:where(.navbar-header, .navbar &gt; .container) {
    display: flex;
}

.navbar-inverse &gt; .container {
    justify-content: space-between;
}

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

.navbar-inverse .navbar-nav &gt; li &gt; a:is(:hover, :focus),
.navbar-inverse .navbar-nav &gt; li:is(:hover, :focus) .dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

/* reset end */
.lang-btn {
    display: none;
}

.container .lang-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lang-btn span.material-symbols-outlined {
    opacity: 0.8;
    font-size: 22px;
    color: #fff;
}

:is(.scroll) .lang-btn span.material-symbols-outlined {
    color: #000;
}

.lang-btn button {
    padding: 0 9px;
    line-height: 0.8;
    font-size: 15px;
    color: #fff;
    font-weight: 900;
}
:is(.scroll) .lang-btn button.active {
    color: #000;
}

:is(.scroll) .lang-btn button {
    color: #bbb;
}

.lang-btn button + button {
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}

:is(.scroll) .lang-btn button + button {
    border-left-color: #dbdbdb;
}

.lang-btn button.active {
    font-weight: 500;
}

.lang-btn button:not(.active) {
    opacity: 0.75;
}

/* 상단 메뉴 */
.navbar-inverse {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0px 0px;
    /* box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1); */
    margin-bottom: 0;
    border: 0;
}

/* nav 로고 */
.navbar-brand {
    display: flex;
    transition: width 0.3s;
    width: 110px;
    height: auto;
    margin: 0 !important;
    padding: 0;
    justify-content: center;
    align-items: center;
}

/* nav 대메뉴*/
.navbar-inverse .navbar-nav &gt; li &gt; a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0;
}

/* nav 서브메뉴 dropdown-menu background */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #fff;
}

/* nav 서브메뉴 dropdown-menu color */
.navbar-inverse .navbar-nav :is(li.open, li) .dropdown-menu &gt; li &gt; a {
    color: #333;
}

/* nav 대메뉴&amp;서브메뉴 hover,focus 모바일 제외 */
@media (hover: hover) {
    /* nav 대메뉴 클릭&amp;후버 시 */
    .navbar-inverse .navbar-nav &gt; li &gt; a:is(:hover, :focus),
    .navbar-inverse .navbar-nav &gt; li:is(:hover, :focus) .dropdown-toggle {
        background: none;
        color: #111;
    }

    /* nav 서브메뉴 dropdown-menu hover */
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:hover {
        color: #fff !important;
        background: #3170e3;
    }
}

/* desktop */
@media (min-width: 768px) {
    #site {
        padding-top: 0;
    }

    .navbar &gt; .container {
        height: 70px;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        width: 100%;
        padding: 0 50px;
        align-items: center;
        justify-content: center;
    }

    /* pc nav 높이 */
    .navbar-inverse {
        height: var(--navHeight);
    }

    .navbar-inverse :is(.container, .navbar-right, .navbar-right &gt; li, .navbar-right &gt; li &gt; a) {
        height: 100%;
    }

    .navbar-inverse.scroll :is(.container, .navbar-right, .navbar-right &gt; li, .navbar-right &gt; li &gt; a) {
        height: 100%;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right &gt; li) {
        float: inherit !important;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right &gt; li &gt; a) {
        display: flex;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        justify-content: center;
        align-items: center;
        padding: 30px 35px;
    }

    /* nav 서브메뉴 dropdown-menu  */
    .navbar-inverse .navbar-nav .dropdown-menu {
        top: calc(50% + 30px);
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 5px;
        text-align: center;
        border: 1px solid #999;
    }

    /* nav 서브메뉴 dropdown-menu 목록*/
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a {
        padding: 10px 25px;
        font-size: 15px;
        line-height: 1;
    }

    /* top &amp; scroll */
    :is(.navbar-inverse, .navbar-inverse.top) {
        transition: 0.3s;
        height: 110px;
        background-color: transparent;
    }

    :is(.navbar-inverse, .navbar-inverse.top) .navbar-brand img {
        filter: invert(1);
    }

    :is(.navbar-inverse, .navbar-inverse.top) .navbar-nav &gt; li &gt; a {
        font-weight: 500;
        color: #fff;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a:is(:hover, :focus),
    .navbar-inverse .navbar-nav &gt; li:is(:hover, :focus) .dropdown-toggle {
        color: #fff;
    }

    .navbar-inverse.scroll {
        height: var(--navHeight);
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse.scroll .navbar-brand {
        width: 110px;
    }

    .navbar-inverse.scroll .navbar-brand img {
        filter: inherit;
    }

    .navbar-inverse.scroll .navbar-nav &gt; li &gt; a {
        color: #333;
    }

    .navbar-inverse.scroll .navbar-nav &gt; li &gt; a:is(:hover, :focus),
    .navbar-inverse.scroll .navbar-nav &gt; li:is(:hover, :focus) .dropdown-toggle {
        opacity: 1;
        color: #000;
    }
}

/* mobile */
@media (max-width: 767px) {
    #site {
        --navHeight: 80px;
        padding-top: var(--navHeight);
    }

    .container .lang-btn {
        position: absolute;
        right: 55px;
        top: 32px;
    }

    .container .lang-btn button.active {
        color: #000;
    }

    .container .lang-btn button + button {
        border-left: 1px solid #dbdbdb;
    }

    .container .lang-btn button {
        color: #bbb;
        font-size: 14px;
        padding: 0 7px;
    }

    .container .lang-btn span.material-symbols-outlined {
        color: #000;
        font-size: 17px;
    }

    .lang-btn button + button {
        border-left: 1px solid rgba(255, 255, 255, 0.75);
    }

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

    .navbar-inverse &gt; .container {
        flex-direction: column;
        padding: 0;
    }

    .navbar-inverse .dropdown-menu {
        float: inherit;
        padding: 0;
    }

    .navbar-inverse :is(.navbar-right, .navbar-collapse) {
        padding: 0;
        margin: 0 !important;
    }

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

    /* nav 메뉴 버튼*/
    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

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

    .navbar-inverse .navbar-toggle:is(:hover, :focus) {
        background: none;
        border-color: #444;
    }

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

    .navbar-inverse :is(.navbar-collapse, .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;
    }

    /* nav 메뉴*/
    .navbar-inverse .navbar-header {
        justify-content: space-between;
        width: 100%;
        height: var(--navHeight);
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }

    /* nav 로고*/
    .navbar-inverse .navbar-brand {
        order: 1;
        width: 100px;
        margin: 0 0 0 15px !important;
    }

    /* nav 대메뉴, 드롭다운 메뉴 공통 */
    .navbar-inverse :is(.navbar-nav &gt; li &gt; a, .navbar-nav &gt; li.open &gt; ul.dropdown-menu &gt; li &gt; a) {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        height: 50px;
        padding: 0 15px;
    }

    /* nav 서브메뉴 */
    .navbar-inverse .navbar-nav &gt; li.open &gt; ul.dropdown-menu &gt; li &gt; a {
        height: 45px;
        padding: 0 20px;
    }

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

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

    /* nav 드롭다운 메뉴 클릭시 */
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:is(:hover, :focus) {
        color: #fff;
        background: #3170e3;
    }
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 40px 0 50px;
    background-color: #212121;
}

.footer-wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: min-content;
    align-items: flex-start;
}

/* left logo */
.footer-logo img {
    opacity: 0.25;
    margin-right: 30px;
}

/* default */
.footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    color: #ccc;
    gap: 0 15px;
}

.footer-info li {
    letter-spacing: 0;
}

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

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

.footer-info li.copyright {
    margin-top: 10px;
    font-size: 11px;
    color: #888;
}

.footer-login {
    margin-left: auto;
}

.footer-login .login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 35px;
    background: transparent;
    color: #aaa;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

.footer-login .login-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}

#scrolltop {
    padding: 0;
    aspect-ratio: 1;
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    width: 50px;
    display: none;
    text-align: center;
    color: #fff;
    background: #000;
}

#scrolltop .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrolltop .inner :is(i, span) {
    font-size: 24px;
}

/* mobile footer*/
@media (max-width: 767px) {
    .footer-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-login {
        margin-left: inherit;
    }

    #scrolltop {
        width: 40px;
        height: 40px;
        right: 0px;
        bottom: 50px;
    }

    #scrolltop .inner :is(i, span) {
        font-size: 18px;
    }
}

/* no_content */
.maintenance {
    background: #f4f4f4;
    padding: 120px 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;
}

/* =================================== mainCarousel =================================== */

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

#mainCarousel .carousel-inner .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}

/* caption */
.carousel-caption {
    top: 49%;
    padding: 0;
}

.carousel-caption h1 {
    position: relative;
    font-size: 78px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
}

.carousel-caption h1 span {
    font-weight: 200;
    letter-spacing: -0.034em;
}

.carousel-caption p {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.01em;
}

/* control */
.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 10%;
}

.carousel-control:is(.right, .left) {
    background: transparent;
    justify-content: center;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left span {
    margin-left: 0;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
    font-family: var(--gms);
    font-weight: 100;
}

.glyphicon.glyphicon-chevron-right::before {
    content: "\e5e1";
}

.glyphicon.glyphicon-chevron-left::before {
    content: "\e2ea";
}

.carousel-control :is(.glyphicon-chevron-left, .glyphicon-chevron-right, .icon-next, .icon-prev) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    font-size: 54px;
}

/* indicators */
.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators :is(li, li.active) {
    aspect-ratio: 1/1;
    width: 13px;
    height: auto;
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    backdrop-filter: blur(10px);
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: none;
}

/* =================================== mainpage common =================================== */
/* section */
.mainpage section.main-service {
    position: relative;
    padding: 100px 0 120px;
}

.mainpage section.main-service .container {
    /* width: 80%; */
    padding: 0;
}

.mainpage section.main-service h3 {
    font-size: 45px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 70px;
    letter-spacing: -0.01em;
    font-style: italic;
}

.service-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-wrap .item {
    /* overflow: hidden; */
    position: relative;
    aspect-ratio: 1;
}

.service-wrap .item img {
    /* transition: .5s; */
}

.service-wrap .item:hover img {
    /* transform: scale(1.1); */
}

.service-wrap .item .text {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.service-wrap .item h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
}

.service-wrap .item h4::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 0 auto 20px;
}

.service-wrap .item .img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* slick custom */
.mainpage section.main-partner {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.mainpage section.main-partner h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
}

.partner-wrap {
    position: relative;
}

.li-partner {
    overflow: hidden;
    margin-bottom: 0 !important;
}

.li-partner &gt; div {
    margin-left: -10px;
    margin-right: -10px;
}

.li-partner li {
    padding: 5px 20px;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #eee;
}

.partner-wrap button:is(.prev-btn, .next-btn) {
    position: absolute;
    padding: 0;
    top: 24px;
    width: 30px;
}

.partner-wrap button:is(.prev-btn, .next-btn)::before {
    color: #bbb;
    font-family: var(--gms);
    font-weight: 200;
    font-size: 24px;
}

.partner-wrap button.next-btn {
    right: -45px;
}

.partner-wrap button.prev-btn {
    left: -45px;
}

.partner-wrap button.next-btn::before {
    content: "\e5e1";
}

.partner-wrap button.prev-btn::before {
    content: "\e2ea";
}

.partner-wrap .slick-dots {
    position: static;
    grid-column: span 3;
    margin-top: 20px;
}

.partner-wrap .slick-dots li {
    margin: 0;
}

/* wrap */

/* =================================== subpage header =================================== */
/* default */
.subpage-header {
    position: relative;
    height: 400px;
    background: center / cover no-repeat url(/public/img/sub/sub-top01.jpg);
}

/* background */
/* .subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
} */

/* .subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
} */

/* .subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
} */

/* .subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
} */

/* .subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
} */

.subpage-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

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

.subpage-header .subpage-title h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: 120px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    gap: 20px;
    font-size: 13px;
}

.breadcrumb &gt; li {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb &gt; li.active {
    color: #fff;
}

.breadcrumb &gt; li + li:before {
    content: "\e5cc";
    font-family: var(--gms);
    font-weight: 400;
    position: absolute;
    left: -24px;
    display: block;
    font-size: 18px;
    line-height: 1;
}

/* =================================== snb =================================== */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #eee;
}

.snb :where(ul, li &gt; a) {
    display: flex;
}

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

.snb li {
    /* flex: 0; */
    margin: 0 2%;
}

.snb li &gt; a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #888;
    min-width: 80px;
}

.snb li.active a {
    position: relative;
    background: #fff;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #000;
}

/* =================================== subpage =================================== */
.subpage-content section {
    padding: 110px 0 150px;
    min-height: 700px;
}

.subpage-content :where(li, p, dd) {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    color: #444;
}

.subpage-content .se-title {
    margin-bottom: 70px;
    display: none;
}

.subpage-content .se-title h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.subpage-content .se-title h3 + :where(p, li) {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 30px;
    line-height: 1.6;
    font-weight: 400;
    color: #333;
}

.subpage-content h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.4;
    color: #000;
    letter-spacing: -0.01em;
    padding-left: 0;
}

.subpage-content h5 {
    font-weight: 900;
    font-size: 20px;
    color: #333;
}

.subpage-content h6 {
    font-weight: 500;
    font-size: 20px;
    color: #555;
}

.subpage-content :where(h4, h5, h6) + * {
    margin-top: 15px;
}

/* =================================== subpage content =================================== */
/* 01 */
.greet-wrap .img-box {
    position: relative;
    margin-bottom: 80px;
}

.greet-wrap .img-box .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);

    display: flex;
    justify-content: center;
    align-items: center;
}

.greet-wrap .img-box .text &gt; img {
    filter: invert(1);
    width: 190px;
}

.greet-wrap .img-box .text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    font-style: italic;
    letter-spacing: 0.034em;
}

.greet-wrap .text-box {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 120px;
}

.greet-wrap p {
    font-size: 17px;
    padding: 0 20px 0 0;
}

.subpage:lang(ko) .greet-wrap p:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.034em;
}

.subpage:lang(en) .greet-wrap p:nth-child(1) {
    font-weight: 500;
    font-size: 20px;
}
.subpage:lang(en) .greet-wrap p b {
    display: block;
}
.greet-wrap p + p {
    margin-top: 30px;
}

#ab01 .se02 {
    background-color: #eee;
}

.com-wrap {
    margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.com-wrap .item {
    padding: 20px 10px;
    height: 145px;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
}

.com-wrap .item span.material-symbols-outlined {
    font-size: 44px;
    margin-bottom: 10px;
    display: block;
}

.com-wrap .item h5 {
    font-size: 17px;
    font-weight: 700;
    width: 38%;
    flex: inherit;
    text-align: center;
    line-height: 1.2em;
}

.com-wrap .item h5::before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    right: 0;
}

.com-wrap .item p {
    margin: 0;
    flex: 1;
    text-align: center;
    padding-left: 15px;
    font-size: 15px;
}

.history-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.history-wrap .item {
    position: relative;
    width: 50%;
    border-color: #ddd;
    padding-bottom: 70px;
}

.history-wrap .item h4 {
    position: static;
    margin-top: -15px;
    line-height: 1;
    font-size: 45px;
    font-weight: 900;
}

.history-wrap .item ul {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .history-wrap .item h4::before {
        z-index: 10;
        content: "";
        display: block;
        position: absolute;
        top: -7px;
        width: 12px;
        aspect-ratio: 1;
        border-radius: 50%;
        box-sizing: content-box;
        background-color: #000;
        border: 12px solid #f9f9f9;
    }

    .history-wrap .item::before {
        content: "2022";
        display: block;
        font-size: 240px;
        position: absolute;
        font-weight: 200;
        letter-spacing: -0.1em;
        top: 70px;
        left: 0;
        color: #f8f8f8;
    }

    .history-wrap .item:nth-child(2)::before {
        content: "2021";
        right: 0;
        left: auto;
    }

    .history-wrap .item:nth-child(3)::before {
        content: "2020";
    }

    .history-wrap .item:nth-child(odd) {
        text-align: right;
        border-right-width: 1px;
        border-right-style: solid;
        padding-right: 50px;
    }

    .history-wrap .item:nth-child(odd) h4::before {
        right: -19px;
    }

    .history-wrap .item:nth-child(odd) .li-cir {
        gap: 5px 0;
    }

    .history-wrap .item:nth-child(odd) .li-cir li {
        grid-template-columns: auto min-content;
    }

    .history-wrap .item:nth-child(odd) .li-cir li::before {
        margin-left: 10px;
        margin-right: 5px;
        grid-column: 2;
        grid-row: 1;
    }

    .history-wrap .item:nth-child(even) {
        align-self: flex-end;
        border-left-width: 1px;
        border-left-style: solid;
        padding-left: 50px;
    }

    .history-wrap .item:nth-child(even) h4::before {
        left: -19px;
    }

    .history-wrap .item:nth-child(even) .li-cir li::before {
        margin-left: 5px;
        margin-right: 10px;
    }
}

/* 02 */
.pd-wrap .btn_wrap {
    position: relative;
}

.pd-wrap .board_pd_view .pd_preview_wrap #pd_preview_text {
    white-space: normal;
}

.pd-wrap .table_pd #pd_preview_text ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pd-wrap .table_pd &gt; dd:not([class]):only-child {
    grid-column: span 3;
}
.pd-wrap .board_pd_view li[class^="pd_btn_item"] a {
    font-size: 18px;
}

.pd-wrap .board_pd_view li[class^="pd_btn_item"] .down-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    align-items: center;
    background-color: #fff;
    padding: 0 30px 0 30px;
    font-weight: 700;
    gap: 15px;
    border: 1px solid #999;
    color: inherit;
    font-size: 16px;
}

.pd-wrap .board_pd_view li[class^="pd_btn_item"] .down-btn:hover {
    background-color: #000;
    color: #fff;
}

.pd-wrap .down-btn::after {
    content: "\f090";
    font-family: var(--gms);
    font-size: 24px;
}

/* 03 */
/* 상품 게시판 내용 */
.board_pd_view .pd_img_main .slick-track {
    /* width: 100% !important; */
    height: 100%;
    margin: 0;
}
/* default */
.pd-wrap .table_pd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px 30px;
    margin: 0;
}

.pd-wrap .table_pd dd {
    width: 100%;
    padding: 0;
}

.table_pd .inner .top {
    border-color: #ddd;
}

.pd-wrap .table_pd .inner .bottom {
    gap: 15px;
}

.pd-wrap .table_pd .inner .bottom .pd_preview {
    background-color: #f7f7f7;
    height: auto;
    max-height: 117px;
}

.pd-wrap .board_pd_view .pd_preview_wrap::-webkit-scrollbar-thumb {
    background: #222;
}

/* 상품 hover */
.pd-wrap .table_pd .inner span.thumb {
    transition: 0.5s;
}

@media (min-width: 768px) {
    .pd-wrap .table_pd .top a::after {
        transition: 0.35s;
        opacity: 0;
        content: "\e147";
        font-family: var(--gms);
        font-weight: 200;
        font-size: 74px;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        line-height: 0;
    }

    .pd-wrap .table_pd .top a:hover::after {
        opacity: 1;
    }
}

/* 미리보기 스타일링 */
.table_pd .inner .bottom .title {
    gap: 5px 0;
}

.pd-wrap .table_pd .inner .bottom .title .badge {
    padding: 4px 8px 4px;
}

.pd-wrap .table_pd #pd_preview_text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0;
    margin: 18px;
    font-size: 14px;
}

.pd-wrap .table_pd .inner .bottom .title a {
    width: 100%;
    font-size: 23px;
}

.pd-wrap .table_pd .inner .bottom .title a:hover span {
    color: #000;
    text-decoration: underline;
}

.board_pd_view .pd_title_wrap .badge {
    padding: 4px 8px 4px;
}

.pd_slider_wrap &gt; div {
    /* opacity: 0; */
}

.pd-wrap .table_pd #pd_preview_text * {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    font-size: inherit;
}

.pd-wrap .table_pd #pd_preview_text h5 {
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
    color: #333;
}

.pd-wrap .table_pd #pd_preview_text ul {
    display: block;
    margin-bottom: 15px;
}

.board_pd_view .pd_preview_wrap #pd_preview_text * {
    margin: inherit;
    padding: inherit;
}

.pd-wrap .board_pd_view .pd_top_wrap .pd_col_rgt {
    padding-top: 0px !important;
}

.pd-wrap .board_pd_view .pd_title_wrap .title {
    font-size: 32px;
}

.pd-wrap .board_pd_view .pd_preview_wrap h5 {
    font-size: 16px;
    margin-bottom: 5px !important;
    font-weight: 700;
}

.pd-wrap .board_pd_view .pd_preview_wrap * + h5 {
    margin-top: 20px !important;
}

.pd-wrap .board_pd_view .pd_preview_wrap p {
    font-size: 18px;
}

.pd-wrap .board_pd_view .pd_preview_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pd-wrap .board_pd_view .pd_preview_wrap li {
    display: grid;
    grid-template-columns: min-content auto;
    font-size: 16px;
}

.pd-wrap .board_pd_view .pd_preview_wrap li::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 4px;
    background-color: #333;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

.board_pd_view .pd_title_wrap {
    padding-bottom: 0;
    border-bottom: 0;
}

.board_pd_view .pd_preview_wrap {
    background: #f8f8f8;
    padding: 20px 30px;
}

.pd-wrap .board_pd_view .table-view {
    border: 0;
}

.pd-wrap .board_pd_view .table-view caption {
    text-align: right;
}

.pd-wrap .board_pd_view .table-view :is(tbody, thead) :is(th, td) {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    vertical-align: middle;
}

.pd-wrap .board_pd_view .table-view &gt; tbody &gt; tr &gt; th.slash,
.pd-wrap .board_pd_view .table-view &gt; thead &gt; tr &gt; th {
    border-bottom: 0;
    background-color: #777;
    /* border-color: #555; */
    color: #fff;
}

.pd-wrap .board_pd_view .table-view &gt; tbody &gt; tr &gt; th.slash span:nth-child(1) {
    margin-top: 20px;
}

.pd-wrap .board_pd_view .table-view &gt; tbody &gt; tr &gt; th {
    background: #f7f7f7;
}

/* 상세, 작성 페이지 초기화 */
.subpage.pd_view .subpage-content section {
    padding-top: 80px;
}

.subpage.pd_view .se-title {
    display: none;
}

.subpage.pd_view:not(.pd_write) .adv {
    display: block;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #222;
}

.subpage.pd_view .snb {
    display: none;
}

.adv {
    display: none;
}

.li-adv {
    display: grid;
    height: 55px;
    grid-template-columns:
        /* max-content  */ repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
    color: #fff;
}

.pd_info_wrap .li-adv {
    background-color: #000;
    color: #fff;
    height: 60px;
    margin-bottom: 25px;
    padding: 0 10px;
    gap: 10px;
}

.pd_info_wrap .li-adv li {
    color: inherit;
    font-size: 15px;
    gap: 8px;
}

.pd_info_wrap .li-adv li span {
    font-size: 24px;
}

.li-adv li#back-btn {
    aspect-ratio: 1;
    display: none;
}

.li-adv li#back-btn #list-back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.li-adv li#back-btn #list-back-btn::before {
    content: "\e5c4";
    font-family: var(--gms);
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    line-height: 1;
}

.li-adv li {
    display: flex;
    height: 100%;
    gap: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
}

.li-adv li span {
    font-size: 28px;
}

/* 제품소개&gt;판넬&gt;IDP-10(오배수) */
.pd02_40 .pd_info_wrap .li-adv li:last-child {
    display: none;
}

.subpage.pd_view .subpage-header {
    display: none;
}

/* 03 */
.cert-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.cert-wrap .wp-title {
    text-align: center;
    grid-column: span 3;
}

.cert-wrap h4 {
    line-height: 1;
    margin-bottom: 10px;
}

.cert-wrap .wp-title p {
    margin-top: 0;
}

.cert-wrap .item h5 {
    word-break: break-all;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
}

.cert-wrap .item {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px;
    gap: 15px;
    border: 1px solid #ddd;
    color: #222;
    border-radius: 2px;
}

.cert-wrap .item:hover {
    background-color: #111;
    color: #fff;
}

.cert-wrap .down-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    align-items: center;
    color: inherit;
}

.cert-wrap .down-btn::before {
    /* content: 'DOWNLOAD'; */
}

.cert-wrap .down-btn::after {
    text-align: center;
    content: "\f090";
    font-family: var(--gms);
    font-size: 24px;
    background: #eee;
    width: 36px;
}

.cert-wrap .item:hover .down-btn::after {
    background: #4884df;
}

/* 04 */

/* map */
#cs01 .board_wrapper .table.board_write_table tbody tr th {
    color: #fff;
    font-weight: 400;
}

#cs01 .board_wrapper .table.board_write_table .text-muted,
#cs01 .board_wrapper .table.board_write_table label {
    color: #fff;
    letter-spacing: 0;
}

#cs01 .board_wrapper .table.board_write_table .custom_checkbox + span a {
    color: #91ceeb;
    font-weight: 400;
}

#cs01 .board_wrapper .table.board_write_table .custom_checkbox + span::before {
    color: #fff;
}

:is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"])
{
    width: 100% !important;
    height: 450px !important;
    padding: 0 !important;
}

iframe[src^="https://www.google.com/"]
{
    background-color: #e5e3df;
    margin-bottom: -6px;
}

#cs01::before {
    z-index: -1;
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background: center / cover no-repeat url(/public/img/sub/cs01-se01.jpg);
}

#cs01 section {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
}

#cs01 .se01 {
    position: relative;
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: #eee; */
}

#cs01 .se01 h2 {
    font-size: 54px;
    line-height: 1;
    margin-top: 120px;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

#cs01 .se02 {
    background-color: #fff;
}

#cs01 .se04 {
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.li-sns {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.li-sns a {
    display: flex;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 54px;
    font-size: 27px;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
}

.form-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
}

.form-wrap :is(table, th, tr, td) {
    border: 0 !important;
}

.form-wrap .board_wrapper {
    margin-bottom: 0 !important;
}

.csinfo-wrap {
    padding: 110px 0 120px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csinfo-wrap .item {
    text-align: center;
}

.csinfo-wrap .item + .item {
    border-left: 4px dotted #eee;
}

.csinfo-wrap .item span.material-symbols-outlined {
    font-size: 72px;
}

/* 05 */

/* table */

/* =================================== board, bbs =================================== */
.page-header h4 {
    display: inline-block;
}

.page-header a.pull-right i::before {
    content: "\e145";
    font-family: var(--gms);
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

:is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: none;
}

.bbs-area :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: block;
}

@media (max-width: 767px) {
    .pd_view_wrapper {
        display: none;
    }
}

[class^="board_box"] {
    margin-bottom: 0 !important;
}

[id^="pd"] .se01 {
    padding-top: 80px;
}

.category_wrap ul {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 70px;
}

.category_wrap li {
    margin: 0 !important;
    text-align: center;
}

.category_wrap li.on a {
    border: 0;
    background: #eee;
}

.category_wrap li a {
    color: #888;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 0;
    letter-spacing: 0;
    border: 1px solid #ddd;
    padding: 15px;
    min-width: 120px;
    border-radius: 30px;
}

.category_wrap li a:hover {
    color: #333;
    border-color: #999;
}

.category_wrap li.on :where(a, a:hover, a:focus) {
    color: #333;
    font-weight: 600;
}

:is(.table_video, .table_blog2) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 20px;
    margin: 0;
}

:is(.table_video, .table_blog2) &gt; dd {
    width: 100%;
    padding: 0;
}

:where(.table_video, .table_blog2, .table_pd) .inner {
    border: 0;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    background-size: cover;
}

:is(.table_video, .table_blog2) dd {
    margin-bottom: 0;
}

:is(.table_video, .table_blog2) dd .inner .bottom {
    margin-top: 15px;
    padding: 0;
}

:is(.table_video, .table_blog2) dd:not([class]) {
    width: 100%;
    grid-column: span 3;
}

:is(.table_video, .table_blog2) dd .inner .bottom {
    padding: 15px 20px;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding: 0;
}

:is(.table_video, .table_blog2) dd :is(.inner .bottom) .title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info {
    display: flex;
    gap: 10px;
}

:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info span {
    padding: 0;
}

.bbs-area .reply_wrap h4 {
    font-size: 22px;
    text-align: left;
}

.bbs-area .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 5px;
}

.board_wrapper {
    margin-top: 0 !important;
}

.board_wrapper .text-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

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

.board_wrapper .text-center .btn + .btn {
    margin: 0;
}

.btn.btn-primary {
    font-family: "notokr";
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
}

.btn.btn-primary:is(:hover, :focus) {
    background-color: #222;
    border-color: #222;
}

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

.member_wrapper h1 {
    margin-top: 0;
}

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

.table_blog dd::after,
.table_blog dd .right .info {
    display: none;
}

.table_blog dd {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding: 25px 25px;
}

.table_blog dd a {
    font-weight: 500;
}

.table_blog dd .right {
    width: auto;
    flex-grow: 1;
    padding-top: 10px;
}

.table_blog dd .right .text p {
    padding: 0;
}

.table_blog dd .left a .thumb {
    aspect-ratio: 5/3;
    width: 250px;
    height: auto;
}

.table_blog dd :where(.left, .right) {
    width: auto;
    height: auto;
}

.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 :is(th, td) {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

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

.table.table_default tr td:only-child {
    display: table-cell;
}

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

input.form-control {
    font-family: "notokr", sans-serif;
}

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

.board_wrapper:not(.pd_bd_wrapper) .table.board_write_table :is(.input-group.input-group-big, .form-control.form-control-big, .btn, .form-control):not(.file_add) {
    width: 50%;
}

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

.board_wrapper .table.board_write_table tbody tr th {
    background-color: transparent;
    font-size: 15px;
    font-weight: 700;
}

.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 {
    font-size: 25px;
    letter-spacing: -0.02em;
}

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

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

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

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

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

:is(#form_history_list, #form_history_nologin) .board_wrapper {
    padding: 0;
    background: transparent;
    min-height: auto;
}

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

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

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

#mainPopup {
    position: relative;
    top: calc(var(--navHeight) - 140px);
}

.main_popup {
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
}

.main_popup_optional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 7px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    backdrop-filter: blur(10px);
}

.main_popup_optional :is(label, div) {
    opacity: 0.8;
}

.main_popup_optional :is(label, div):is(:hover, :focus) {
    opacity: 1;
}

.main_popup_optional :is(label, div, span) {
    float: inherit !important;
    line-height: 1;
}

.main_popup_optional label {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.main_popup_optional label span.material-symbols-outlined {
    font-size: 18px;
    margin-right: 2px;
}

.main_popup button.close {
    opacity: 1;
    margin: 0;
    height: auto;
    color: inherit;
    font-size: 22px;
}

.main_popup span.material-symbols-outlined {
    font-variation-settings: var(--gms100_Out);
    font-size: inherit;
}

.main_popup_contents {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* login */
:is(#find_btn, #login_btn) {
    margin-top: 25px;
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7;
}

:is(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - var(--navHeight));
}

@media (max-height: 761px) {
    :is(#find_idpw, .login_wrapper) {
        height: auto;
    }
}

:is(#find_idpw, .login_wrapper) .container {
    width: 100%;
}

.join_wrapper .member_wrapper {
    width: auto;
}

:is(#find_idpw, .join_wrapper, .login_wrapper) .member_wrapper {
    padding: 50px 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: inherit;
    background: #fff;
}

:is(#find_idpw, .login_wrapper) .member_wrapper {
    width: 400px;
    margin: 0 auto;
}

.member_wrapper .form-group {
    position: relative;
    margin: 0 !important;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: #007cbe;
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important;
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    transform: translateY(1px);
    font-variation-settings: var(--gms400_Out);
    font-size: 18px;
    color: #000;
}

.member_wrapper .form-group &gt; label:nth-child(1) {
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.member_wrapper .form-group &gt; div:nth-child(2) {
    flex: 1;
}

.member_wrapper .form-group &gt; * {
    width: auto;
    padding: 0 !important;
}

.member_wrapper :is(#login_form, fieldset) {
    display: flex;
    flex-direction: column;
}

.member_wrapper :is(#login_form, #login_form input) {
    font-size: 13px;
}

.member_wrapper #login_form input {
    border: 0;
    padding-left: 0;
}

.member_wrapper h1 + p {
    line-height: 1.35;
}

.member_wrapper h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    gap: 0 15px;
}

.member_wrapper .login_extra ul li a {
    font-size: 13px;
}

.member_wrapper .login_extra ul li + li {
    margin-left: 0;
}

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

.member_wrapper .login_extra {
    margin-top: 30px;
}

/* =================================== mobile =================================== */
/* mainpage */
@media (max-width: 767px) {
    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: 700px;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 43%;
    }

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

    .carousel-caption h1 span {
        display: block;
        font-size: 1em;
    }

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

    .carousel-caption p br {
        display: none;
    }

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

    .carousel-indicators :is(li, li.active) {
        aspect-ratio: 1;
        width: 10px;
        margin: 0 6px;
    }

    .service-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 60px;
    }

    .partner-wrap button:is(.prev-btn, .next-btn) {
        display: none !important;
    }

    .mainpage section.main-partner h3 {
        text-align: center;
    }

    .mainpage section.main-service h3 {
        text-align: center;
        padding: 0 15px;
        font-size: 32px;
        margin-bottom: 30px;
    }
}

/* subpage */
@media (max-width: 767px) {
    .snb li &gt; a {
        height: 55px;
        font-size: 16px;
    }

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

    .subpage-header {
        height: 150px;
    }

    #cs01 .se01 h2,
    .subpage-header .subpage-title h2 {
        margin-top: 10px;
        font-size: 42px;
    }

    .greet-wrap p {
        padding-right: 0;
    }

    .greet-wrap .img-box {
        display: flex;
        position: relative;
        overflow: hidden;
        aspect-ratio: 4/3;
        margin-left: -15px;
        margin-right: -15px;
    }

    .greet-wrap .img-box img {
        object-fit: cover;
        object-position: 30%;
    }

    .greet-wrap .img-box .text h4 {
        text-align: center;
        padding: 0 40px;
        font-size: 28px;
    }

    .greet-wrap .text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .greet-wrap .text-box img {
        width: 50%;
        margin: 0 auto;
    }

    .greet-wrap .text-box .text {
        text-align: center;
    }

    .com-wrap {
        margin-top: 80px;
        display: flex;
        flex-direction: column;
    }

    .history-wrap {
        gap: 60px;
        margin-bottom: 0;
    }

    .history-wrap .item {
        width: 100%;
        padding-bottom: 0;
    }

    .history-wrap .item h4 {
        margin-top: 0;
        font-size: 36px;
    }

    #cs01 .se01 {
    }

    #cs01 .se01 h2 {
        margin-top: 60px;
    }

    .form-wrap {
        padding: 20px;
    }

    #cs01 .board_wrapper .table.board_write_table tbody tr th {
        padding-bottom: 0 !important;
    }

    .csinfo-wrap {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .csinfo-wrap .item + .item {
        border: 0;
    }
    .li-sns {
        gap: 15px;
    }

    .li-sns a {
        width: 50px;
    }

    :is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"])
    {
        aspect-ratio: 1;
        height: auto !important;
    }
}

/* 상품 게시판 */
@media (max-width: 767px) {
    .subpage.pd_view .subpage-content section {
        padding-top: 0;
    }

    .pd-wrap .board_pd_view .option_wrap {
        top: var(--navHeight);
    }
    .board_pd_view .pd_top_wrap .row {
        display: flex;
        flex-direction: column;
    }
    .pd-wrap .table_pd {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 15px;
    }

    .pd-wrap .table_pd .inner .bottom .title a {
        font-size: 17px;
    }

    .pd-wrap .table_pd .inner .bottom .pd_preview {
        max-height: 100px;
    }

    .pd-wrap .table_pd #pd_preview_text {
        margin: 12px;
        font-size: 12px;
    }

    .pd-wrap .table_pd .inner .bottom .title .badge {
        font-size: 11px;
    }

    .pd-wrap .table_pd .inner .bottom {
        padding-top: 15px;
    }

    .pd-wrap .board_pd_view .pd_title_wrap .title {
        font-size: 28px;
    }

    .pd_info_wrap .li-adv {
        padding: 15px 10px;
        height: auto;
    }

    .pd_info_wrap .li-adv li {
        flex-direction: column;
        gap: 5px;
        font-size: 13px;
        color: #fff;
    }

    .board_pd_view .pd_preview_wrap {
        max-height: 300px;
        padding: 20px;
    }

    .pd-wrap .board_pd_view .pd_preview_wrap li,
    .pd-wrap .board_pd_view .pd_preview_wrap h5 {
        font-size: 15px;
    }

    .board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .slick-slide {
        width: 100% !important;
        background-color: transparent;
    }
    .board_pd_view .pd_img_main {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .board_pd_view .pd_img_main .slick-dots {
        display: none !important;
    }
}

/* bbs, etc */
@media (max-width: 767px) {
    .category_wrap ul {
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }

    .category_wrap li {
        margin: 0;
        white-space: nowrap;
    }

    .category_wrap li a {
        padding: 13px 20px;
        font-size: 14px;
        min-width: inherit;
    }

    .member_wrapper {
        padding: 70px 15px;
    }

    .privacy_body {
        padding: 0 30px;
    }

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

    .table_default .subject {
        width: 100%;
    }

    .board_wrapper:not(.pd_bd_wrapper) .table.board_write_table :is(.input-group.input-group-big, .form-control.form-control-big, .btn, .form-control):not(.file_add) {
        width: 100%;
    }

    :is(.table_video, .table_blog2) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 30px;
    }

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

    .board_data_view .download_wrap tr {
        display: flex;
        flex-direction: column;
    }

    .board_data_view .download_wrap tr &gt; * {
        width: 100%;
    }

    .board_data_view .download_wrap tr th {
        padding-bottom: 10px;
    }

    .board_data_view .download_wrap tr li a {
        word-break: break-all;
    }

    .board_data_view .download_wrap tr li + li {
        margin-top: 10px;
    }

    .board_wrapper div.text-center {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

    .board_wrapper .text-center :is(.btn.btn-lg, .btn + .btn) {
        flex: 1;
        min-width: inherit;
    }

    .table.board_write_table tbody tr th span:nth-of-type(2) {
        margin-left: 10px;
    }

    .table.board_write_table tbody tr th span:only-child {
        margin: 0;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
        margin-left: 0 !important;
    }

    .main_popup_contents {
        padding: 10px;
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        position: relative;
        height: auto;
        padding: 60px 0;
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) .member_wrapper {
        padding: 40px 20px 40px;
    }

    :is(#find_idpw, .join_wrapper, .login_wrapper) .container {
        width: 100%;
        padding: 0 15px;
    }

    .member_wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .member_wrapper .form-group div:last-child {
        width: 100%;
    }

    .member_wrapper {
        padding-top: 50px;
    }

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

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

/* bbs-reset */
:is(.form-wrap, form) #list_btn {
    display: none;
}

.board_data_view .contents_wrap {
    padding-left: 0;
    padding-right: 0;
}

.board_data_view .contents_wrap p {
    font-size: inherit;
}

.board_data_view .contents_wrap :is(li, dl) {
    margin: inherit;
    padding: inherit;
    list-style-position: inside !important;
}

.board_data_view .contents_wrap ul li {
    list-style-type: disc !important;
}

.board_data_view .contents_wrap ol li {
    list-style-type: decimal !important;
}

.board_pd_view .pd_img_main {
    width: 100%;
    height: 100%;
}
.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .thumb {
    z-index: 500;
    position: relative;
    min-width: 0;
    flex: 1;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    object-position: center;
}
</pre></body></html>