@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard-dynamic-subset.css");

* {
    word-break: keep-all;
}

#site {
    padding-top: 0px;
    font-family: "Pretendard", "notokr", sans-serif;
    color: #000;
    font-size: 16px;
}

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

@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}

/*=================================== 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.45;
    font-weight: normal;
    letter-spacing: -0.01em;
}

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

button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #444;
}

br {
    visibility: visible;
    opacity: 0;
}

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

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

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

.row > * {
    float: inherit;
}

/*=================================== common =================================== */
[class$="-dash"] {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin: 0;
    padding: 0;
}

[class$="-dash"] > *:not(dt) {
    position: relative;
    padding-left: 15px;
}

[class$="-dash"] > *:not(dt)::before {
    content: "-";
    left: 0;
}

[class$="-box"] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

[class$="-box"] > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #ccc;
}

/* =================================== material symbol =================================== */
:root {
    /* https://fonts.google.com/icons */
    --gms: "Material Symbols Outlined";
    --true: 1;
    --false: 0;
    /* grade */
    --gradLow: "GRAD"-25;
    --gradZero: "GRAD" 0;
    --gradHigh: "GRAD" 200;
    --opsz: "opsz" 48;
    /* fill icon */
    --gms100_Fill: "FILL" var(--true), "wght" 100, var(--opsz);
    --gms200_Fill: "FILL" var(--true), "wght" 200, var(--opsz);
    --gms300_Fill: "FILL" var(--true), "wght" 300, var(--opsz);
    --gms400_Fill: "FILL" var(--true), "wght" 400, var(--opsz);
    --gms500_Fill: "FILL" var(--true), "wght" 500, var(--opsz);
    --gms600_Fill: "FILL" var(--true), "wght" 600, var(--opsz);
    --gms700_Fill: "FILL" var(--true), "wght" 700, var(--opsz);
    /* outlined icon */
    --gms100_Out: "FILL" var(--false), "wght" 100, var(--opsz);
    --gms200_Out: "FILL" var(--false), "wght" 200, var(--opsz);
    --gms300_Out: "FILL" var(--false), "wght" 300, var(--opsz);
    --gms400_Out: "FILL" var(--false), "wght" 400, var(--opsz);
    --gms500_Out: "FILL" var(--false), "wght" 500, var(--opsz);
    --gms600_Out: "FILL" var(--false), "wght" 600, var(--opsz);
    --gms700_Out: "FILL" var(--false), "wght" 700, var(--opsz);
}

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

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

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

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

html:not(.logined) #gnbauth {
    display: none;
}
/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0px 0px;
    margin-bottom: 0;
    border: 0;
}

.navbar-inverse .navbar-right {
    /* margin-right: -25px !important; */
}

/* nav 로고 */
.navbar-brand {
    transition: 0.3s;
    height: auto;
    margin-left: 0px !important;
    padding: 0;
}
.navbar-brand>img{
    width: 100%;
    height: 50px;
    object-fit: contain;
}
/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.navbar-inverse .navbar-nav > li#gnb_55 > a::before {
    content: "\e9ed";
    font-family: var(--gms);
    font-weight: 300;
    font-size: 26px;
    margin-right: 5px;
}

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

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #000;
}

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

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu > li > a:is(:hover, :focus) {
    background: #333;
    color: #fff;
}

@media (min-width: 768px) {
    :root {
        --navHeight: 90px;
    }

    /* pc nav 높이 */
    .navbar-inverse {
        display: none;
        background: transparent;
    }

    .navbar-inverse > .container {
        width: 100%;
        padding: 30px 60px 30px 60px;
    }

    .navbar-inverse.after > .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-inverse::before {
        transition: opacity linear 0.3s;
        opacity: 0;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 0px 30px 0px rgb(24 24 24 / 8%);
    }

    .navbar-inverse,
    .navbar-inverse.after {
        height: var(--navHeight);
    }

    .navbar-inverse:where(.before, .after) {
        display: block;
        transition: 0.3s;
    }

    .navbar-inverse.before {
        height: 130px;
    }

    .navbar-inverse.before::before {
        opacity: 0;
    }

    .navbar-inverse.after::before {
        opacity: 0.98;
    }

    /* 서브페이지 nav */
    .subwrapper .navbar-inverse {
        display: block;
    }

    .subwrapper .navbar-inverse::before {
        transition: none;
        opacity: 1;
    }

    /* 로고 사이징 */
    .navbar-brand {
        transition: 0.3s;
        width: 260px;
    }

    .navbar-inverse.before .navbar-brand {
        width: 260px;
    }

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

    /* pc nav 대메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        justify-content: center;
        align-items: center;
        padding: 0px 25px;
        letter-spacing: 0;
    }

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

    .navbar-inverse .navbar-nav > li#gnb_55 > a {
        font-weight: 700;
    }

    .navbar-inverse.before .navbar-nav > li:not(#gnb_55) > a {
        font-weight: 400;
    }

    .navbar-inverse.after .navbar-nav > li > a {
        color: #000;
        font-weight: 600;
    }

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

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

    /* pc nav 드롭다운 박스 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 10px;
        text-align: center;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 14px 25px;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0;
    }

    .navbar-inverse .navbar-nav > li > a::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after {
        transition: 0.3s;
        content: "";
        display: block;
        position: absolute;
        top: calc(50% + 16px);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0%;
        opacity: 0;
        height: 2px;
        background: #fff;
    }

    .navbar-inverse.after .navbar-nav > li > a::after,
    .navbar-inverse.after .navbar-nav .dropdown.open .dropdown-toggle::after {
        background: #000;
        height: 1px;
    }

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

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

    .navbar-header {
        justify-content: space-between;
        width: 100%;
        height: 70px;
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 0;
        margin: 0 !important;
    }

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

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

    .navbar > .container {
        flex-direction: column;
        padding: 0;
    }

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

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

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

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

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

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

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

    .navbar-inverse .navbar-nav > li > a,
    .navbar-nav .open .dropdown-menu :is(.dropdown-header, li > a) {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .navbar-inverse .navbar-nav > li > a {
        height: 50px;
        padding: 0 15px;
    }

    .navbar-nav .open .dropdown-menu :is(.dropdown-header, li > a) {
        height: 45px;
        padding: 0 20px;
    }

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

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

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

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

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

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

/* left logo */
.footer-logo img {
    transform: translateY(-5px);
    opacity: 0.68;
    width: 190px;
    margin-right: 50px;
}

/* default */
.footer-info {
    color: #aaa;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.footer-info li:not(.copyright, .clearfix) {
    display: inline;
    margin-right: 10px;
    line-height: 1.7;
}

.footer-info li.corp {
    color: #ccc;
    font-size: 13.5px;
}

.footer-info li:where(.copyright) {
    display: block;
}

.footer-info li.copyright {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.5;
    letter-spacing: 0;
}

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

.footer-login .login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
    background: transparent;
    color: #ddd;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 13px;
}

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

/* scrolltop */
#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 40px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    background: #111;
    color: #fff;
    /* border: 1px solid #262626; */
}

#scrolltop .inner {
    aspect-ratio: 1/1;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* mobile footer*/
@media (max-width: 767px) {
    #scrolltop {
        right: 15px;
        bottom: 40px;
    }

    #scrolltop .inner {
        width: 35px;
        height: 35px;
    }

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

    .footer-logo img {
        width: 150px;
    }
}

/* =================================== 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.3;
    /* mix-blend-mode: ; */
}

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

.carousel-caption h1 strong {
    display: block;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.15em;
    opacity: 0.85;
    margin-bottom: 25px;
}

.carousel-caption h1 {
    position: relative;
    font-size: 62px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
}

.carousel-caption h1 img {
    margin: 0 auto;
    width: 25%;
}

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

.carousel-caption .more-btn {
    margin-top: 45px;
}

.more-btn {
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 186px;
    height: 51px;
    padding: 2px 24px 0;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    color: #fff;
}

.more-btn i {
    font-size: 20px;
    margin-top: -1px;
    color: #fff;
}

.more-btn:hover {
    background: #007cbe !important;
    border-color: #007cbe;
    color: #fff;
}

.more-btn:hover i {
    color: #fff;
}

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

.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: "\e5e0";
}

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

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

.carousel-indicators :is(li, li.active) {
    width: 70px;
    height: 6px;
    border-radius: 0;
    margin: 0 2px;
    border: none;
}

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

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

/* =================================== mainpage common =================================== */
/* section */
.mainpage section {
    position: relative;
    padding: 160px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(/public/img/sub/sub-top01.jpg); */
}

.mainpage section::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mainpage section#main-intro {
    background: url(/public/img/main/m-intro-bg.jpg) no-repeat center / cover;
    color: #fff;
}

.mainpage section#main-area {
    background: #fff;
}

.mainpage section#main-contact {
    background: #f4f4f4;
}

.mainpage section#main-notice {
    background: #fff;
}

.mainpage section:where(#main-intro)::before {
    content: "";
    background: #07080a;
    opacity: 0.73;
}

.mainpage section:nth-child(even) {
    background: #f7f7f7;
}

.mainpage section#main-proce :where(h3, h4) {
    color: #fff;
}

.mainpage section#main-proce p {
    color: #ccc;
    font-weight: 400;
}

.mainpage .page-header {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 70px;
    border-bottom: 0;
    padding-bottom: 0;
}

.mainpage :is(.board_box_status, .board_box_list) .page-header {
    display: none;
}

.mainpage h3,
.main-open .page-header h3 {
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 52px;
    font-weight: 800;
}

.mainpage .se-title {
    margin-bottom: 80px;
}

.mainpage .se-title h3 + p {
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.63;
}

.mainpage .se-title p small {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    opacity: 0.85;
    text-decoration: underline;
    text-underline-position: under;
}

.mainpage .wp-title h4 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.mainpage section#main-proce .wp-title h4 {
    /* font-weight: 600; */
    /* opacity: 0.9; */
}

.mainpage .page-header .btn-wrap {
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
    align-items: center;
}

.mainpage .page-header .btn-wrap > * {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #222;
    padding: 0;
    border: 0;
}

.mainpage .page-header .btn-wrap span {
    font-size: inherit;
}

.mainpage .page-header .btn-wrap a {
    font-size: 26px;
    border: 1px solid #333;
    margin-left: 15px;
}

.mainpage .page-header .btn-wrap button {
    font-size: 22px;
    /* background: #ccc; */
    /* border-radius: 50%; */
}

.mainpage .page-header .btn-wrap button:hover {
    background: #eee;
}

.mainpage .page-header .btn-wrap button + button {
    margin-left: 0px;
}

.main-open .board_box_status .slick-list {
    overflow: hidden;
    margin: 0 -10px;
}

.slick-dotted.slick-slider {
    position: relative;
    margin-bottom: 45px;
}

.main-open .slick-dots {
    width: 100%;
    bottom: -60px;
}

.main-open .slick-dots li button:before {
    opacity: 0;
}

.main-open .slick-dots li button {
    background: #000;
    width: 11px;
    height: 11px;
    opacity: 0.2;
    padding: 0;
}

.main-open .slick-dots li {
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    width: 11px;
    height: 11px;
}

.main-open .slick-dots li.slick-active button {
    opacity: 1;
}

.main-open .board_box_status .slick-track {
    display: flex;
}

.main-open .board_box_status .slick-track li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px 0;
    padding: 32px 30px 105px;
    margin: 0 10px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    transition: all 0.25s;
}

.main-open .board_box_status .slick-track li:hover {
    border-color: #000;
    background: #fff;
}

.main-open .board_box_status ul li .board_status_badge {
    order: 1;
}

#site :is(.s_badge_stay, .s_badge_ing, .s_badge_end) {
    float: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 10px 2px;
    margin: 0;
    min-width: 70px;
    border-radius: 0;
    line-height: 1;
    letter-spacing: 0;
}

#site .s_badge_stay {
    /* 대기중 */
    background: #a0a1a3;
    color: #fff;
}

#site .s_badge_ing {
    /* 진행중 */
    background: #000;
    color: #fff;
}

#site .s_badge_end {
    /* 마감 */
    background: #e1e1e1;
    color: #888;
}

.main-open .board_box_status a {
    order: 2;
    width: 100%;
    color: #101010;
}

.main-open .board_box_status a:focus {
    outline: 0;
}

.main-open .board_box_status a span {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
    min-height: 88px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

/* 
.main-open .board_box_status a::after {
    transition: .3s;
    content: '\e145';
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 40px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #888;
    font-family: var(--gms);
    font-weight: 200;
    font-size: 28px;
    margin-top: 35px;
} */

.main-open .board_box_status a:hover::after {
    background: #222;
    color: #fff;
}

.main-open .board_box_status .info {
    position: absolute;
    left: 35px;
    bottom: 43px;
    order: 3;
    padding: 0;
    display: flex;
    gap: 0 10px;
    font-size: 13px;
}

.main-open .board_box_status .info > * {
    margin: 0;
    opacity: 1;

    /* identical to box height, or 100% */
    letter-spacing: 0.005em;
    color: #666;
    font-size: 14px;
    font-weight: 300;
}

.main-open .board_box_status .info :where(.writer, .hits) {
    display: none;
}

#main-intro h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: 0;
}

#main-intro .se-title {
    margin-bottom: 100px;
}

#main-intro .item h4 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 40px;
    border-bottom: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.intro-wrap h4 {
    margin-bottom: 40px;
}

.com-wrap h4 {
    margin-bottom: 45px;
}

.intro-wrap p {
    font-size: 17px;
    line-height: 1.9;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.intro-wrap p + p {
    margin-top: 5px;
}

.intro-wrap .img-box {
    margin-top: 30px;
    margin-bottom: 110px;
}

.intro-wrap .text {
    text-align: center;
}

.intro-wrap {
    margin-bottom: 100px;
}

#main-intro .intro-wrap .text h4 {
    padding: 8px 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 55px;
    display: inline-block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.intro-wrap .text::after {
    /* content: ''; */
    display: block;
    width: 1px;
    height: 60px;
    margin: 50px auto 55px;
    background: #ccc;
}

.intro-wrap img {
    width: 450px;
    margin: 0 auto;
}

.com-wrap {
    /* display: flex; */
    /* border-top: 1px solid #333; */
    /* padding-top: 50px; */
    text-align: center;
}

.com-wrap .wp-title {
    /* width: 40%; */
}

.com-wrap .com-wrap-item {
    justify-content: space-between;
}

.com-wrap .com-wrap-item > div {
    padding: 0 5px;
    flex: 1;
}

.com-wrap .com-wrap-item > .row {
}

.com-wrap .com-wrap-item .row > div {
    padding: 0 5px;
}

.com-wrap h4 {
    margin-bottom: 40px;
}

.com-wrap .item {
    background: rgb(0 0 0 / 60%);
    padding: 75px 20px 70px;
    height: 100%;
    box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.02);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.con-wrap-item .com-wrap .item h4 {
    font-size: 30px;
}
.com-wrap i[class*="fa"],
.com-wrap span.material-symbols-outlined {
    /* font-variation-settings: var(--gms300_Out); */
    font-size: clamp(62px, 10vw, 72px);
    margin-bottom: 30px;
    color: #fff;
    display: block;
    font-weight: 600;
}

.com-wrap h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.com-wrap p {
    font-size: 15px;
    line-height: 1.55;
    color: #ccc;
    padding: 0 35px;
}

/* .service-wrap .item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 30px;
    border: 1px solid #444;
} */

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

.service-wrap .row.item {
    margin: 0;
    background: #f5f5f5;
}

.service-wrap .row.item > div,
.service-wrap > div {
    padding: 0;
}

.service-wrap .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.service-wrap > div:nth-child(even) .item {
    flex-direction: row-reverse;
}

.service-wrap .text {
    /* padding-bottom: 40px; */
}

.service-wrap > div:nth-child(odd) .text {
    padding-left: 60px;
    padding-right: 60px;
}

.service-wrap > div:nth-child(even) .text {
    padding-right: 60px;
    padding-left: 60px;
}

.service-wrap .text span.num {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 87px;
    display: inline-block;
    border-bottom: 1px solid #333;
}

.service-wrap .text h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.service-wrap .text p {
    font-size: 17px;
    line-height: 1.55;
    color: #333;
}

.contact-wrap {
    margin: 0;
}

.contact-wrap > .col-sm-3 {
    width: 30%;
}

.contact-wrap > .col-sm-9 {
    width: 70%;
}

.contact-wrap > div {
    padding: 0;
}

/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .service-wrap .row.item {
        flex-direction: column !important;
    }

    .service-wrap .row.item > div {
        width: 100%;
        flex: 1;
    }
}

/* map */
:where(.root_daum_roughmap, .root_daum_roughmap .wrap_map, .map-google iframe) {
    width: 100% !important;
    height: 500px !important;
    padding: 0 !important;
}

.contact-wrap .info {
    background: #050505;
    padding: 40px 35px 0;
    height: 100%;
}
.contact-wrap .info > img {
    width: 140px;
}
.contact-wrap .info .kakao img {
    margin-top: 10px;
    width: 45px;
}

.contact-wrap ul {
    margin-top: 38px;
}

.contact-wrap li {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 300;
    padding-left: 30px;
    letter-spacing: 0;
}

.contact-wrap li + li {
    margin-top: 20px;
}

.contact-wrap li.tel {
    margin-left: auto;
    margin-right: 30px;
}

.contact-wrap li strong {
    display: flex;
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0;
    margin-left: -30px;
    font-weight: 600;
    color: #ffffff;
}

.contact-wrap span.material-symbols-outlined {
    top: -1px;
    font-variation-settings: var(--gms300_Out);
    font-size: 22px;
    margin-right: 8px;
    color: #e1e1e1;
}

.main-notice .board_box_list ul {
    /* display: flex; */
    flex-wrap: wrap;
    /* gap: 0px 40px; */
    border-top: 1px solid #333;
}

.main-notice .board_box_list ul > li:last-child {
    border-bottom-color: #333;
}

.main-notice .board_box_list ul li {
    /* width: calc((100% - 40px)/2); */
    /* width: 50%; */
    padding: 22px 15px;
    border-bottom: 1px solid #ddd;
    /* margin:  0 auto; */
}

.main-notice .board_box_list ul li:only-child {
    width: 100%;
}

.main-notice .board_box_list ul li:nth-child(-n + 2) {
    /* border-top: 1px solid #ccc; */
}

.main-notice .board_box_list ul li a {
    font-size: 20px;
    letter-spacing: -0.025em;
}

.main-notice .board_box_list ul li a:hover {
    text-decoration: underline;
}

.main-notice .board_box_list ul li .info .writer,
.main-notice .board_box_list ul li .info .hits {
    display: none;
}

.main-notice .board_box_list ul li .info {
    margin-top: 3px;
}

.notice-wrap {
    /* width: 50%; */
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

/* wrap */

/* =================================== subpage header =================================== */
.subpage {
    margin-top: 90px;
}

/* default */
.subpage-header {
    position: relative;
    display: flex;
    flex-flow: wrap;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/public/img/sub/sub-top01.jpg);
}

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

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

.subpage-header .subpage-title h2 {
    margin-top: 20px;
    font-size: 60px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 800;
    color: #fff;
}

.breadcrumb {
    background: none;
    padding: 0 0 0 3px;
    margin: 10px 0 0 0;
    display: flex;
    gap: 20px;
    font-size: 14px;
}

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

.breadcrumb > li.active {
    color: #fff;
}

.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 =================================== */
/* 01 */
.subpage-content section {
    padding: 100px 0 120px;
    min-height: 300px;
}

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

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

:is(.table_video, .table_blog2) dd:not([class]) {
    width: 100%;
}

: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 {
    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;
    font-weight: 500;
}

.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 #888;
    font-weight: 700;
}

.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 .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 {
    font-size: 14px;
}

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

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

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

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    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 .title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #eee;
    padding: 45px 0;
    text-align: left;
}

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

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

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

.badge.badge-primary {
    background: #666666;
}

#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 {
    padding: 10px;
    background: #fff;
}

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

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

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

:is(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
}

: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 > 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;
    /* row-gap: 10px; */
}

.member_wrapper #login_form,
.member_wrapper #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: 400px;
    }

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

    .carousel-caption h1 img {
        width: 150px;
    }

    .carousel-control {
        display: none;
    }

    .carousel-indicators {
        bottom: 30px;
    }

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

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

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

    .mainpage h3,
    .main-open .page-header h3 {
        font-size: 34px;
    }

    .mainpage .se-title h3 + p {
        font-size: 18px;
    }

    .mainpage .page-header .btn-wrap {
        position: absolute;
        right: 0;
        top: 2px;
    }

    .mainpage .page-header .btn-wrap button {
        display: none !important;
    }

    .mainpage .page-header .btn-wrap > * {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .mainpage .page-header .btn-wrap a {
        font-size: 22px;
    }

    .mainpage .page-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

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

    .main-open .slick-dots {
        bottom: -40px;
    }

    .main-open .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .main-open .board_box_status .slick-track li {
        border-color: #000;
        background: #fff;
    }

    .mainpage .se-title,
    #main-intro .se-title {
        margin-bottom: 40px;
    }

    #main-intro h4 {
        font-size: 24px;
    }

    #main-intro .item h4 {
        font-size: 26px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #main-intro .intro-wrap .text h4 {
        font-size: 6vw;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .mainpage section#main-intro {
        background-size: cover;
    }

    .com-wrap-item {
        flex-direction: column;
        gap: 20px 0;
        padding: 0 10px;
    }

    .intro-wrap {
        margin-bottom: 60px;
    }

    .intro-wrap p {
        font-size: 14px;
    }

    .intro-wrap p + p {
        margin-top: 10px;
    }

    .com-wrap .item {
        height: auto;
        padding: 40px 30px;
    }

    .com-wrap span.material-symbols-outlined {
        font-size: 64px;
        margin-bottom: 0;
    }

    .service-wrap .text {
        padding: 35px 30px !important;
    }

    .service-wrap .text h4 {
        font-size: 26px;
    }

    .service-wrap .text span.num {
        margin-bottom: 25px;
    }

    .mainpage .wp-title h4 {
        font-size: 24px;
    }

    .contact-wrap {
        flex-direction: column-reverse;
    }

    .contact-wrap > div {
        width: 100% !important;
    }

    :where(.root_daum_roughmap, .root_daum_roughmap .wrap_map, .map-google iframe) {
        aspect-ratio: 1/1;
        height: auto !important;
    }

    .contact-wrap .info {
        height: auto;
        padding: 40px 30px;
    }

    .contact-wrap li + li {
        margin-top: 20px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-login {
        margin-top: 15px;
        margin-left: 0;
    }

    .footer-info li:not(.copyright, .clearfix) {
        display: block;
    }
}

/* subpage */
@media (max-width: 767px) {
    .subpage {
        margin-top: 0;
    }

    .subpage-header {
        height: 220px;
    }

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

    .subpage-header .subpage-title {
        justify-content: center;
        align-items: center;
    }

    .subpage-header .subpage-title h2 {
        margin-top: 0;
        font-size: 46px;
    }

    .breadcrumb {
        justify-content: center;
    }
}

/* bbs, etc */
@media (max-width: 767px) {
    .board_data_view .header_wrap .title {
        text-align: center;
    }
    .table.table_default td.status {
        line-height: 1 !important;
        border-top: 0;
    }

    .main-notice .board_box_list ul li a {
        font-size: 18px;
    }

    .board_data_view .header_wrap .info {
        justify-content: center;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 5px 0;
        font-size: 12px;
    }

    .board_data_view .header_wrap .info span {
        padding: 0 7px;
    }

    .board_wrapper {
        margin-bottom: 0;
    }

    .member_wrapper {
        padding: 70px 15px;
    }

    .privacy_body {
        padding: 0 30px;
    }

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

    .table_default .subject {
        width: 70%;
    }

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

    .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.table_responsive tbody tr th {
        padding: 15px !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 */
.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;
}
