@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=block');

* {
    word-break: keep-all;
}

#site {
    font-family: 'Roboto', 'notokr', sans-serif;
    letter-spacing: -0.02em;
}

#site>.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: 95px;
}

/* =================================== 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>* {
    float: inherit;
}

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

: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: 3px;
    background-color: #555;
    margin-top: 8px;
    margin-left: 1px;
    margin-right: 6px;
}

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

#login-wrap {
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

#login-wrap .container>ul {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* gap: 0 12px; */
    width: 50%;
    height: 30px;
    margin-right: 25px;
    margin-left: auto;
}

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

#login-wrap li a {
    color: #222;
    font-size: 13px;
    border-left: 1px solid #ddd;
    padding-left: 7px;
    margin-left: 7px;
}

#login-wrap li a:hover {
    color: #0c93d6;
}

#login-wrap li:first-child a {
    border: 0;
}

#lang-btn {
    display: flex;
    gap: 0 5px;
    padding-left: 5px;
}

#lang-btn button {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
}

#lang-btn button.active {
    color: #02a9cb;
    font-weight: 700;
}

.navbar .caret {
    display: none;
}

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

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

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

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

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

/* reset end */

/* 상단 메뉴 */
.navbar-inverse {
    position: absolute;
    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 {
    width: 230px;
    height: auto;
    margin: 0 !important;
    padding: 0;
}

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

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

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

/* nav 대메뉴&서브메뉴 hover,focus 모바일 제외 */
@media(hover:hover) {

    /* nav 대메뉴 클릭&후버 시 */
    .navbar-inverse .navbar-nav>li>a:is(:hover, :focus),
    .navbar-inverse .navbar-nav>li:is(:hover, :focus) .dropdown-toggle {
        background: none;
        color: #0c94d7;
    }

    /* nav 서브메뉴 dropdown-menu hover */
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: #0c94d7;
        color: #fff;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #0c94d7;
    }
}

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

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

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

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

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

    /* nav 대메뉴 */
    .navbar-collapse.collapse {
        display: flex !important;
        align-items: flex-end;
    }

    .navbar-inverse .navbar-nav {
        height: calc(var(--navHeight) - 35px) !important;
        margin-top: auto;
    }

    .navbar-inverse .navbar-nav>li>a {
        justify-content: center;
        align-items: center;
        padding: 0px 25px;
        height: 60px;
    }

    /* nav 서브메뉴 dropdown-menu  */
    #gnb_56 .dropdown-menu {
        display: none;
    }

    #gnb_57 .dropdown-menu {
        display: none;
    }

    #gnb_58 .dropdown-menu {
        display: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        /* top: calc(50% + 25px); */
        top: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        text-align: center;
    }

    /* nav 서브메뉴 dropdown-menu 목록*/
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1;
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    }

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

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

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

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

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

    .navbar-inverse.scroll {
        height: var(--navHeight);
        background-color: #fff;
    }

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

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

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

    .navbar-inverse.scroll .navbar-nav>li>a:is(:hover, :focus),
    .navbar-inverse.scroll .navbar-nav>li:is(:hover, :focus) .dropdown-toggle {
        opacity: 1;
        color: #1c54e4;
    } */
}

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

    #login-wrap .container>ul {
        width: 100%;
    }

    #login-wrap li a {
        font-size: 12px;
    }

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

    .navbar-inverse>.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: 28px 15px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        opacity: 1;
        position: relative;
        transition: ease-in-out .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>.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;
    }

    /* 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: 180px;
        margin: 0 0 0 15px !important;
    }

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

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

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

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

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

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

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

.footer-wrap {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-rows: min-content;
    align-items: center;
}

/* left logo */
.footer-logo img {
    opacity: 1;
}

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

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

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

.footer-info li.copyright {
    margin-top: 6px;
    font-size: 13px;
    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: #888;
    border: 1px solid #888;
    font-size: 13px;
    line-height: 1;
}

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

#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;
        align-items: flex-start;
        flex-direction: column-reverse;
        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::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
}

/* caption */
.carousel-caption {
    top: 47%;
    padding: 0;
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    text-shadow: none;
}

.carousel-caption p {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: -0.03em;
}

/* 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;
    opacity: .3;
}

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

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

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

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

/* =================================== mainpage common =================================== */
/* section */
.mainpage section {
    position: relative;
    padding: 75px 0 75px;
    height: calc(50vh - (var(--navHeight)/2));
}

#mainCarousel .carousel-inner .item {
    /* height: 430px; */
    height: calc(50vh - (var(--navHeight)/2));
}

@media(max-height:930px) {
    #mainCarousel .carousel-inner .item {
        height: 450px;
    }

    .mainpage section {
        height: 450px;
    }
}

.main-wrap {
    /* display: grid; */
    /* grid-template-columns: 1fr 1.2fr; */
    /* gap: 73px; */
    align-items: center;
}

.main-wrap .page-header {
    margin-top: 0;
    border-color: #999;
}

.page-header {
    padding-bottom: 11px;
    margin: 40px 0 23px;
    border-bottom: 1px solid #eee;
}

div[class^="board_box_"] .page-header .pull-right {
    color: inherit;
    margin-top: 3px;
}

.main-wrap .page-header h4 {
    font-size: 32px;
    letter-spacing: -0.045em;
}

.main-wrap .item.rt {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.main-wrap .item.rt .inner {
    display: flex;
    flex-direction: column;
    aspect-ratio: 4/3;
    padding: 35px;
    background: linear-gradient(180deg, #0c94d7 0%, #125ea9 100%);
    color: #fff;
    /* min-height: 278px; */
    position: relative;
    overflow: hidden;
}

.main-wrap .item.rt .inner:first-child {
    /* color: #125ea9; */
    /* background: transparent; */
    /* border: 1px solid #588ec5; */
    background-image: url(/public/img/main/main-lt.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-wrap .item.rt .inner:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/public/img/main/main-bg.png);
    left: 0;
    top: 0;
    z-index: 0;
}

.main-wrap .item.rt .inner:last-child {
    background-image: url(/public/img/main/main-rt.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-wrap .item.rt .inner h4 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.035em;
    z-index: 1;
    display: block;
}

.main-wrap .item.rt .inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    display: flex;
    gap: 7px;
    min-height: 77px;
    z-index: 1;
}

.main-wrap .item.rt .inner p span {
    font-size: 21px;
    margin-top: 2px;
}

.main-wrap .item.rt .inner span.more {
    display: block;
    text-align: right;
    margin-top: auto;
    z-index: 1;
}

.main-wrap .item.rt .inner span.more::before {
    content: 'VIEW MORE';
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.23);
    padding: 10px 12px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.07);
}

.main-wrap .item.rt .inner:hover span:before {
    background: rgba(255, 255, 255, 0.18);
}

/* wrap */

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

[id^="pt"] .subpage-header {
    background: center / cover no-repeat url(/public/img/sub/sub-top02.jpg);
}

[id^="pd"] .subpage-header {
    background: center / cover no-repeat url(/public/img/sub/sub-top03.jpg);
}

#cs01 .subpage-header {
    background: center / cover no-repeat url(/public/img/sub/sub-top04.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: .4;
}

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


.subpage-header .subpage-title h2 {
    font-size: 48px;
    line-height: 1;
    margin-top: 25px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    display: none;
}

/* grid default layout */
.subpage>.container {
    display: grid;
    grid-template-areas:
        "snb sb-connent";
    grid-template-columns: 240px auto;
    grid-template-rows: min-content;
    gap: 0px 60px;
    padding-top: 0px;
    padding-bottom: 120px;
    min-height: 500px;
}

.snb {
    grid-area: snb;
    width: 98%;
}

.subpage-content {
    padding-top: 100px;
    grid-area: sb-connent;
}

.subpage-content:only-child {
    grid-column: span 2;
}

.se-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-bottom: 70px;
}

.se-title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    letter-spacing: -0.034em;
}

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

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

.se-title .breadcrumb>li {
    position: relative;
    color: #777;
    font-size: 13px;
}

.se-title .breadcrumb>li.active {
    color: #111;
}

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

.subpage-content div+h4 {
    margin-top: 50px;
}

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

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

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

/* =================================== snb =================================== */
.snb-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -75px;
    margin-bottom: 15px;
    height: 150px;
    padding: 0 30px;
    background-color: #0c94d7;
    /* background-image: url(/public/img/sub/snb-bg.png); */
    text-align: left;
    background: linear-gradient(180deg, #0c94d7 0%, #125ea9 100%);
    position: relative;
    z-index: 11;
}

.snb-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/public/img/sub/snb-bg.png);
    z-index: 12;
    left: 0;
}

.snb-title h2 {
    position: relative;
    z-index: 10;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
}

.snb-title span {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    letter-spacing: 0.02em;
    font-weight: 300;
}

.snb li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 10px;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.snb li a:hover,
.snb li a:focus {
    color: #0c94d7;
    border-color: #0c94d7;
}

.snb li a:hover::after {
    color: #0c94d7;
}

.snb li.active a {
    font-weight: 700;
    color: #0c94d7;
    border-color: #0c94d7;
    font-size: 16px;
}

.snb li a::after {
    content: '\e5cc';
    font-family: var(--gms);
    font-weight: 300;
    font-size: 27px;
    line-height: 1;
    color: #bbb;
}

.snb li.active a::after {
    color: inherit;
}



/* .snb li.active a::after {
    content: '';
    position: absolute;
    display: block;
    background: #222;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
} */

.call-box {
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: min-content;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    background-color: #eee;
    padding: 17px 15px 16px;
}

.call-box p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
    color: #125ea9;
}

.call-box span {
    letter-spacing: -0.015em;
}

.call-box::before {
    content: '\e311';
    font-family: var(--gms);
    font-size: 36px;
    margin-top: -4px;
}

/* =================================== subpage =================================== */
.subpage-content section {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

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

.subpage-content .se-title {
    margin-bottom: 40px;
}

.subpage-content .se-title h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    letter-spacing: -0.04em;
    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: 600;
    font-size: 23px;
    line-height: 1.4;
    color: #000;
    letter-spacing: -0.04em;
    padding-left: 0;
    margin-bottom: 10px;
    padding-left: 13px;
}

.over-wrap h4::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 23px;
    background: #0c94d7;
    left: 0;
    top: 49%;
    transform: translateY(-50%);
}

.subpage-content .over-wrap h4 {
    position: relative;
}

.subpage-content h5 {
    font-weight: 500;
    font-size: 24px;
    color: #0c94d7;
}

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

.subpage-content :where(h4, h5, h6)+* {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

/* =================================== subpage content =================================== */
/* 01 */
.greet-wrap {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 50px;
}

.greet-wrap h4 {
    font-size: 23px;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 1.5;
    color: #0c94d7;
    padding: 0;
}

.greet-wrap .name {
    margin-top: 20px;
}

.greet-wrap p+p {
    margin-top: 17px;
    font-size: 16px;
    color: #666;
}

.greet-wrap>.img-box {
    aspect-ratio: 9/16;
    background-color: #f7f7f7;
}

.vision-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vision-wrap .img-box {
    width: 100%;
    aspect-ratio: 4/1;
    background-color: #f7f7f7;
}

.vision-wrap .text {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    width: 90%;
    padding: 40px 60px 0;
    text-align: center;
    background-color: #fff;
}

.vision-wrap .text p {
    font-size: 19px;
    color: #333;
    letter-spacing: -0.035em;
    line-height: 1.65;
    font-weight: 600;
}

.vision-wrap .text p span {
    color: #0c94d7;
    font-weight: 600;
}

.value-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
    text-align: center;
}

.value-wrap .text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.over-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.over-wrap .wp-title {
    grid-column: span 3;
}

.over-wrap .item {
    position: relative;
    aspect-ratio: 1;
    background-color: #f1f6f9;
    padding: 25px 30px;
    overflow: hidden;
    height: 234px;
    width: 100%;
    border: 1px solid #d5edf7;
}

.over-wrap .item::before {
    position: absolute;
    display: block;
    right: 15px;
    bottom: 15px;
    font-family: var(--gms);
    font-size: 61px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
}

.over-wrap .item.company::before {
    content: "\f1d0";
}

.over-wrap .item.ceo::before {
    content: "\e7fd";
}

.over-wrap .item.area::before {
    content: "\e8f9";
}

.over-wrap .item.contact::before {
    content: "\e0b0";
}

.over-wrap .item.busi::before {
    content: "\f040";
}

.over-wrap .item.law::before {
    content: "\f199";
}

.over-wrap .item.refer::before {
    content: "\e8ef";
}

.over-wrap .item.address::before {
    content: "\e55e";
}

.over-wrap .item.domain::before {
    content: "\e051";
}

.over-wrap .item h5 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    /* color: #fff; */
}

.over-wrap .item p {
    text-align: center;
}

.over-wrap .item :is(p, li) {
    font-size: 15px;
    /* color: #fff; */
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.015em;
    color: #333;
    text-align: left;
}

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

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

.li-map {
    padding: 25px 0;
    display: grid;
    grid-template-columns: auto repeat(3, max-content);
    gap: 15px 15px;
    align-items: center;
}

.li-map span.material-symbols-outlined {
    font-size: 16px;
    background: #0c94d7;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 26px;
    height: 26px;
    margin-top: 0px;
}

.li-map li {
    display: flex;
    font-size: 18px;
    gap: 0 7px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
}

.li-map li:first-child {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.li-map li a {
    color: inherit;
}

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

.li-map li a::after {
    opacity: .8;
    display: inline-block;
    content: '\e5cc';
    transform: translateY(5px);
    font-family: var(--gms);
    font-weight: 300;
    font-size: 20px;
    line-height: 0;
    margin-left: 4px;
}

/* 02 */
.partner-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.partner-wrap .item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 85px;
    border: 1px solid #ddd;
}

.partner-wrap .item:hover {
    border-color: #000;
}

/* 03 */

/* 04 */

/* 05 */

.pd-wrap .table tr {
    counter-increment: itemNum;
}

.pd-wrap .table td:first-child {
    text-align: center;
}

.pd-wrap .table td:first-child::before {
    content: counter(itemNum, decimal-leading-zero) '';
}

/* table */
.pd-wrap .table :is(tbody, thead) :is(th, td) {
    border-color: #ddd;
    color: #444;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    vertical-align: middle;
}

.pd-wrap .table>tbody tr:hover :is(th, td) {
    color: #000;
    background-color: #f1f6f9;
}

.pd-wrap .table>thead tr>th {
    background-color: #0c94d7;
    color: #fff;
    border-color: #6bc0eb;
    font-weight: 700;
    font-size: 15px;
}


/* =================================== 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) {
    content-visibility: hidden;
}

.bbs-area :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    content-visibility: auto;
}

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

.category_wrap ul {
    display: flex;
    gap: 0 20px;
}

.category_wrap li {
    margin: 0 !important;
}

.category_wrap li a {
    color: #888;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 0;
    border-bottom: 0;
}

.category_wrap li a:hover {
    color: #111;
}

.category_wrap li.on :where(a, a:hover, a:focus) {
    color: #000;
    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)>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;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover .bottom a {
    color: #0c94d7;
}

:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: #0c94d7;
}

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


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

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

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

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

.board_wrapper .table.board_write_table :is(.input-group.input-group-big, .form-control.form-control-big, .btn, .form-control) {
    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;
    width: 200px !important;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 20px;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 0px;
    text-align: center;
    border: 0;
    margin-bottom: 0;
    font-size: 15px;
}

.board_box_blog2 .inner .bottom .title {
    letter-spacing: -0.02em;
    margin-bottom: 0;
    margin-top: 12px;
}

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

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

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

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

.board_wrapper .text-center span {
    font-size: 16px !important;
}

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

.board_box_blog2 .inner .top a .thumb {
    aspect-ratio: 1;
    height: auto;
}

: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: .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: .5;
    transform: translateY(1px);
    font-variation-settings: var(--gms400_Out);
    font-size: 18px;
    color: #000;
}

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

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

.member_wrapper .form-group>* {
    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: 500px;
    }

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

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

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

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

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

    .carousel-indicators {
        /* width: 100%; */
        left: 35%;
        /* left: 5%; */
        /* right: 5%; */
    }

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

    .mainpage section {
        height: auto;
    }

    .main-wrap .item.rt {
        display: flex;
        flex-direction: column;
    }

}

/* subpage */
@media(max-width:767px) {
    .subpage>.container {
        display: flex;
        flex-direction: column;
        padding-bottom: 80px;
    }

    .subpage-header {
        height: 170px;
    }

    .subpage-content .se-title {
        /* display: flex; */
        gap: 10px;
        height: auto;
        flex-direction: column;
    }

    .greet-wrap {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .greet-wrap .name {
        margin: 20px auto 0;
    }

    .vision-wrap .img-box,
    .greet-wrap>.img-box {
        aspect-ratio: 5/3;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .greet-wrap>.img-box img {
        width: 100%;
        max-width: inherit;
    }

    .vision-wrap .img-box img {
        height: 100%;
        max-width: inherit;
    }

    .vision-wrap .text {
        margin-top: -110px;
        padding: 30px 40px 0;
    }

    .value-wrap br {
        display: none;
    }

    .over-wrap .wp-title {
        /* grid-column: span 2; */
    }

    .over-wrap {
        display: flex;
        flex-direction: column;
    }

    .over-wrap .item {
        aspect-ratio: inherit;
        height: auto;
    }

    .li-map {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .partner-wrap{
        grid-template-columns: repeat(1,1fr);
    }
}

/* bbs, etc */
@media(max-width:767px) {
    .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%;
    }

    .member_wrapper #join_form .table :is(.input-group.input-group-big, .form-control.form-control-big),
    .board_wrapper .table.board_write_table :is(.input-group.input-group-big,
        .form-control.form-control-big,
        tbody tr td .btn,
        tbody tr td .form-control,
        .input-group.input-group-big,
        .form-control.form-control-big) {
        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>* {
        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;
        padding: 30px 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 :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;
}