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

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

#site {
    font-family: "Paperozi", "Pretendard Variable", "Roboto", "notokr", sans-serif;
    padding-top: 100px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

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

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

.contents_inner {
    overflow: hidden !important;
}

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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

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

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

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

.navbar-inverse~.agreement_container,
.navbar-inverse~.privacy_container {
    padding: 0 15px;
}

@media (min-width:1200px) {

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

.login_container,
.find_container {
    padding: 200px 0;
}


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

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

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

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

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

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

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {}


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

    .navbar-inverse>.container {
        width: 100%;
        max-width: 1430px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

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

    #navbar-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 160px;
        right: auto;
        z-index: 1030;
        padding: 15px 5px;
        border: 0;
        box-shadow: none;
        background: #fff;
        left: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
        border: 1px solid #eee;
        box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.05);
    }

    .navbar-inverse.on {}

    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on #navbar-bg {}

    .navbar-inverse .navbar-right>li>a {
        min-width: unset;
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }

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

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

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

.navbar-inverse.on,
.navbar-inverse.opened {}

.navbar-header {}


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

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

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

.navbar-inverse .navbar-nav>li>a::before {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    height: 3px;
    background: var(--page-point-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 0 0 10px 1px var(--page-point-color);
    z-index: 100;
}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: var(--page-point-color);
    background: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 40px 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {}


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

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav {
        display: flex;
        flex-direction: column;
        overflow: hidden auto;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 15px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 !important;
    }

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

    .navbar-brand {
        height: 27px;
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background: var(--page-point-color);
    }

    .navbar-nav .open .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
        background: var(--page-point-color);
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
        background: #eee;
    }

    .navbar .dropdown-toggle::after {
        all: unset;
        box-sizing: border-box;
        content: "\e5cf";
        font-family: var(--icons);
        margin-left: auto;
        font-size: 15px;
    }

    .navbar .dropdown.open .dropdown-toggle::after {
        content: "\e5ce";
    }
}





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

#mainCarousel .carousel-inner .item,
#mainCarousel .carousel-inner .item,
.main_swiper_widget .swiper-slide,
.main_swiper_widget .swiper:not(.swiper-initialized) {
    height: calc(100vh - 100px);
}

#mainCarousel .carousel-inner {}

#mainCarousel.is_fade .carousel-control {
    display: none;
}

.main_swiper_widget .swiper-caption {
    position: absolute;
}

#mainCarousel .carousel-inner .item::before,
.main_swiper_widget .swiper-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 슬라이드 글자*/
.swiper-caption,
.carousel-caption {
    top: 50%;
    padding: 0 15px;
    max-width: 1430px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    text-align: left;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 30px;
    position: relative;
    color: #FFF;
    text-shadow: none;
    font-size: 92px;
    font-weight: 900;
    line-height: 1.3;
    /* 66.24px */
    text-align: left;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    text-shadow: none;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
}

.carousel-control,
.carousel-indicators {}

.carousel-control {
    z-index: 2;
    width: 20px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    left: 30px;
}

.carousel-control .glyphicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    top: unset;
}

.carousel-control .glyphicon-chevron-right {
    right: 0 !important;
}

.carousel-control .glyphicon-chevron-left {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control.right {
    left: unset;
    right: 30px;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
}

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

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 3px;
    box-shadow: none;
    transform: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 50px;
}

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

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

.main-tit {
    text-align: center;
    margin-bottom: 50px;
}

.main-tit h3 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}

.main-tit p {
    margin-top: 15px;
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}

.maim-program {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.maim-program .mp-box {
    position: relative;
    border-radius: 15px 15px 50px 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.maim-program .mp-box:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.maim-program .mp-box:hover .mp-link {
    background: #3584F0;
}

.mp-box .img-box {
    position: relative
}

.mp-box .img-box:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 37.11%, rgba(0, 0, 0, 0.90) 86.78%);
    z-index: 0;
}

.mp-box .img-box img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.4s ease;
    z-index: -1;
    position: relative;
    filter: grayscale(0.25);
}
.maim-program .mp-box:hover .img-box img {
    transform: scale(1.05);
    filter: none;
}
.mp-box .txt-box {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    padding: 40px;
}

.mp-box .txt-box h5 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}

.mp-box .txt-box p {
    color: #ddd;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.mp-box .mp-link {
    width: 52px;
    aspect-ratio: 1;
    position: absolute;
    content: "";
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    transition: all 0.2s ease;
}

.mp-box .mp-link span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

#main02 {
    background: linear-gradient(180deg, #F0FAFF 0%, #E5EDFE 113.91%);
    padding: 0;
}

.main-intro {
    display: grid;
    grid-template-columns: 440px 1fr;
    align-items: center;
}

.main-intro .site-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 412px;
    background: #fff;
}

.main-intro .site-img img {}

.main-intro .intro-txt {
    width: 100%;
    height: 100%;
    padding: 80px 100px;
}

.main-intro .intro-txt h5 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

.main-intro .intro-txt p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}

.main-link {
    display: flex;
    align-items: center;
    padding: 15px 35px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    gap: 30px;
    border-radius: 100px;
    background: #326DDA;
    width: fit-content;
    transition: all 0.3s ease;
}
.main-link:hover {
    color: #fff;
    background: #202f58;
}
.main-intro .intro-txt a span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

#main03 .page-header {
    display: none;
}

#main03 .type_blog_b {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#main03 .type_blog_b::before,
#main03 .type_blog_b::after {
    display: none
}

#main03 .type_blog_b .col-md-4.col-xs-6 {
    width: 100% !important;
    padding: 0 !important;
}

#main03 .type_blog_b .inner {
    margin: 0;
    border: 0;
}

#main03 .type_blog_b .inner .top {}

#main03 .type_blog_b .inner .top a {}

#main03 .type_blog_b .inner .top a span {
    aspect-ratio: 11/7;
    width: 100%;
    height: auto;
}

#main03 .type_blog_b .inner .top a img {}

#main03 .type_blog_b .bottom {
    padding: 0;
    margin-top: 15px;
}

#main03 .type_blog_b .bottom .title {
    padding: 0;
    margin: 0;
}

#main03 .type_blog_b .bottom .title a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 5px;
    display: block;
}

#main03 .type_blog_b .bottom .title a span {}

#main03 .type_blog_b .bottom .info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#main03 .type_blog_b .bottom .info span {
    padding: 0;
    color: #777;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

#main04 {
    padding: 100px 0 90px;
    background: linear-gradient(180deg, #E1F3FD 0%, #FCFDF4 29.57%, #E5EDFE 113.91%);
}

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

.last-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.last-box .mc-tit {
    text-align: center;
    margin-bottom: 30px;
}

.last-box .mc-tit h2 {
    color: #192B53;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.last-box .mc-tit p {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
}

.last-box .main-link {}

.last-box .main-link span {}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.breadcrumb li {
    font-size: 14px;
    position: relative;
    color: #999;
}

.breadcrumb li:nth-child(2) {}

.breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 2px;
    left: -21px;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: #777;
    margin-top: 3px;
}

.subpage-header {
    position: relative;
    padding-top: 100px;
}

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

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 40px;
}

.subpage-title:before,
.subpage-title:after {
    display: none;
}

.subpage-title .st-tit {}

.subpage-title .st-tit h2 {
    line-height: 1.5;
    margin-top: 0;
    font-weight: 700;
    font-size: 56px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.subpage-title .st-tit p {
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}

/* [ subpage-navbar ] */
.snb {}

.snb ul {
    position: relative;
    display: flex;
    gap: 2px;
}

.snb li {}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 150px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    padding: 17px 35px;
    background: #EDF2FF;
    color: #6d758e;
    transition: all 0.3s ease;
}
.snb a:hover {
    color: #182B54;
}

.snb li.active a {
    background: #182B54;
    color: #fff;
}

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

.subpage-content .con {}

/* 프로그램 */
.program-wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.program-banner {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.program-banner .banner-img {
    display: grid;
    grid-template-columns: 580px 1fr;
    height: 420px;
    align-items: center;
}

.program-banner .banner-img .txt-box {
    height: 100%;
    display: flex;
    padding-left: 70px;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.program-banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-banner .txt-box h6 {
    color: #fff;
    font-weight: 600;
    font-size: 54px;
    line-height: 1;
}

.program-banner .txt-box p {
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 30px;
    width: fit-content;
}

.program-banner .banner-txt {}

.program-banner .banner-txt p {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.01em;
}

.program-banner .banner-txt p b {
    color: #458900;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.01em;
}

.program-banner .banner-txt p+p {
    margin-top: 30px;
}

.program-tit {}

.program-tit h5 {
    color: #333;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
}

.step-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    align-items: flex-start;
}

.step+.step::before {
    content: "\e5e1";
    font-family: var(--icons);
    position: absolute;
    left: -22px;
    top: 18px;
    width: 12px;
    height: 20px;
    font-size: 20px;
    color: #E4694B;
}

.step-box .step {
    border-radius: 10px;
    position: relative;
}

.step-box .step p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
}

.step-box .step .dot-list {
    height: 123px;
    padding: 25px 0 30px 30px;
    background: #F6F6F6;
}

.step-box .step .dot-list li {
    font-weight: 500;
}

.step-box .step .dot-list li+li {}

.step-box .step .dot-list li::before {}

.program-purpose {}

.effect-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.effect .spec-box {
    display: flex;
    padding: 30px 70px;
    align-items: center;
    gap: 60px;
    border-radius: 300px;
    width: 100%;
    border: 1px solid #DDD;
    min-height: 122px;
}

.effect .spec-box .effect-info {}

.effect .spec-box .effect-info h6 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}

.effect .spec-box .effect-info p {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

.effect {
    display: flex;
    align-items: center;
}

.effect-icon {
    display: flex;
    width: 122px;
    height: 122px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
}

.effect-icon::before {
    content: "";
    font-family: var(--icons);
    color: #fff;
    width: 52px;
    height: 52px;
    font-size: 52px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    align-items: center;
    font-weight: 300;
    justify-content: center;
}

.effect-tit {
    white-space: nowrap;
}

.effect-tit span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}

.effect-desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}

.effect-txt {}

.effect-txt h6 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 10px;
}

.effect-txt .bar-list {
    padding: 20px 30px;
    border-radius: 10px;
    background: #F9F9F9;
}

.effect-txt .bar-list li {
    color: #333;
    font-size: 17px;
    line-height: 1.7;
}

.effect-txt .bar-list li+li {
    margin: 0;
}

.effect-txt .bar-list li::before {
    background: #333;
    top: 14px;
}

.program-time {}

.program-time .time-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.program-time .time-box .time {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 5px;
    background: #f6f6f6;
}

.program-time .time-box .time span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.program-time .time-box .time p {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.program-content {}

.program-content .program-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.program-content .program-items .item {
    display: flex;
    padding: 30px 40px;
    gap: 15px;
    border-radius: 10px;
    background: #F9F9F9;
    align-items: center;
}

.program-content .program-items .item span {
    display: flex;
    width: 48px;
    aspect-ratio: 1;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    border-radius: 50%;
}

.program-content .program-items .item p {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.program-purpose .effect-desc {}

.program-purpose .effect-desc h6 {}

.program-purpose .effect-desc p {}

/* program색상 및 before */
#program01 .program-banner .banner-img .txt-box {
    background: #B75B44;
}

#program01 .program-banner .txt-box p {
    background: #E4694B;
}

#program01 .step-box .step p {
    color: #E4694B;
    border: 1px solid #E4694B;
}

#program01 .effect-icon {
    background: #E9907A;
}

#program01 .effect-box {
    border-top: 1px solid #999;
    display: block;
}

#program01 .effect {
    display: flex;
    align-items: unset;
    padding: 40px 0;
    gap: 70px;
    border-bottom: 1px solid #DDD;
}

#program01 .effect-tit span {
    color: #A55A48;
}

#program01 .effect:nth-child(1) .effect-icon::before {
    content: "\ec10";
}

#program01 .effect:nth-child(2) .effect-icon::before {
    content: "\f233";
}

/* program02 */
#program02 .program-banner .banner-img .txt-box {
    background: #030624;
}

#program02 .program-banner .txt-box p {
    background: #415AE8;
}

#program02 .step-box .step p {
    color: #E4694B;
    border: 1px solid #E4694B;
}

#program02 .effect-icon {
    background: #7B9FE8;
}

#program02 .effect-tit span {
    color: #3584F0;
}

#program02 .effect:nth-child(1) .effect-icon::before {
    content: "\ec10";
}

#program02 .effect:nth-child(2) .effect-icon::before {
    content: "\ec31";
}

#program02 .effect:nth-child(3) .effect-icon::before {
    content: "\ea78";
}

#program02 .effect:nth-child(4) .effect-icon::before {
    content: "\ea24";
}

#program02 .effect:nth-child(5) .effect-icon::before {
    content: "\f233";
}

#program02 .program-content .program-items .item span {
    color: #3584F0;
}

/* program03 */
#program03 .program-banner .banner-img .txt-box {
    background: #E0AB60;
}

#program03 .program-banner .txt-box p {
    background: #D58932;
}

#program03 .step-box .step p {
    color: #E0AB60;
    border: 1px solid #E0AB60;
}

#program03 .effect-icon {
    background: #D58932;
}

#program03 .effect-tit span {
    color: #E0AB60;
}

#program03 .effect:nth-child(1) .effect-icon::before {
    content: "\e9f4";
}

#program03 .effect:nth-child(2) .effect-icon::before {
    content: "\ea78";
}

#program03 .effect:nth-child(3) .effect-icon::before {
    content: "\f8d8";
}

#program03 .effect:nth-child(4) .effect-icon::before {
    content: "\f200";
}

#program03 .effect:nth-child(5) .effect-icon::before {
    content: "\f233";
}

#program03 .program-content .program-items .item span {
    color: #E0AB60;
}

/* program04 */
#program04 .program-banner .banner-img .txt-box {
    background: #030624;
}

#program04 .program-banner .txt-box p {
    background: #415AE8;
}

#program04 .step-box .step p {
    color: #E4694B;
    border: 1px solid #E4694B;
}

#program04 .effect-icon {
    background: #7B9FE8;
}

#program04 .effect-tit span {
    color: #3584F0;
}

#program04 .effect:nth-child(1) .effect-icon::before {
    content: "\eb43";
}

#program04 .effect:nth-child(2) .effect-icon::before {
    content: "\e92c";
}

#program04 .effect:nth-child(3) .effect-icon::before {
    content: "\ea78";
}

#program04 .effect:nth-child(4) .effect-icon::before {
    content: "\ea4a";
}

#program04 .effect:nth-child(5) .effect-icon::before {
    content: "\f8d9";
}

#program04 .program-content .program-items .item span {
    color: #3584F0;
}

/* program05 */
#program05 .program-banner .banner-img .txt-box {
    background: #507827;
}

#program05 .program-banner .txt-box p {
    background: #78AE40;
}

#program05 .step-box .step p {
    color: #E4694B;
    border: 1px solid #E4694B;
}

#program05 .effect-icon {
    background: #8FBF5D;
}

#program05 .effect-tit span {
    color: #458900;
}

#program05 .effect:nth-child(1) .effect-icon::before {
    content: "\e87d";
}

#program05 .program-content .program-items .item span {
    color: #458900;
}

/* program06 */
#program06 .program-banner .banner-img .txt-box {
    background: #035C83;
}

#program06 .program-banner .txt-box p {
    background: #2CA0D2;
}

#program06 .step-box .step p {
    color: #E4694B;
    border: 1px solid #E4694B;
}

#program06 .effect-icon {
    background: #035C83;
}

#program06 .effect-tit span {
    color: #2CA0D2;
}

#program06 .effect:nth-child(1) .effect-icon::before {
    content: "\ea78";
}

#program06 .program-content .program-items .item span {
    color: #2CA0D2;
}

/* 주요 강사진 */
.lecturer-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 30px;

}

.lecturer-wrap .lecturer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    height: 510px;
    border-radius: 30px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
}

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

.lecturer-box .img-box img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.lecturer-box .txt-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.lecturer-box .txt-box h5 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
}

.lecturer-box .txt-box span {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

.lecturer-box:hover {
    background: var(--page-point-color);
    border-color: #6080dd;
    box-shadow: none;
}

.lecturer-box:hover .txt-box h5 {
    color: #FFF;
}

.lecturer-box:hover .txt-box span {
    color: #A6BDFF;
}

.lecturer-box,
.lecturer-box .txt-box h5,
.lecturer-box .txt-box span {
    transition: ease-in-out 0.2s all;
}

/* 주요 강사진 상세 페이지 */
.lecturer-item {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 80px;
    /* align-items: center; */
    border-radius: 30px;
    background: #FFF;
    box-shadow: 15px 15px 40px 0 rgba(0, 0, 0, 0.10);
}

.lecturer-item .lecturer-tit {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    border-radius: 30px;
    background: #1E3A8A;
    box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.lecturer-item .lecturer-tit::before {
    position: absolute;
    width: 708px;
    height: 910px;
    position: absolute;
    right: -153px;
    top: -460px;
    content: '';
    background: url('/public/img/sub/lecturer/lecturerBg.png') no-repeat center / cover;
}

.lecturer-tit .img-box {
    width: 100%;
    position: relative;
}

.lecturer-tit .img-box img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
}

.lecturer-tit .txt-box {
    text-align: center;
    width: 100%;
    position: relative;
}

.lecturer-tit .txt-box .line {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 40px;
}

.lecturer-tit .txt-box .line::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.50);
}

.lecturer-tit .txt-box h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.lecturer-tit .txt-box span {
    color: #98B3FF;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.lecturer-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 80px 60px 0;
}

.lecturer-info .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lecturer-info .info h6 {
    padding-left: 15px;
    position: relative;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
}

.lecturer-info .info h6::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 21px;
    background: #5999E5;
}

.lecturer-info .info .items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lecturer-info .info .item {}

.lecturer-info .info .item p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 5px;
}

.dot-list {}

.dot-list li {
    padding-left: 11px;
    position: relative;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

.dot-list li b {
    color: #3485F0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}

.dot-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}

.dot-list li+li,
.bar-list li+li {
    margin-top: 5px;
}

.bar-list {}

.bar-list li {
    padding-left: 15px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}

.bar-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 7px;
    height: 1px;
    background: #555;
}

.bar-list li+li {}

.lecturer-info .sns-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    background: #EFF6FF;
    padding: 23px 30px;
}

.lecturer-info .sns-box .sns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lecturer-info .sns-box .sns img {}

.lecturer-info .sns-box .sns a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* 화사소개 */
/* 비전 */
.vision-wrap {}

.vision-wrap .img-box {}

.vision-wrap .img-box img {}

/* 연혁 */
.timeline-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.timeline-wrap::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 16px;
    background: #e2e2e2;
    left: 250px;
}

.timeline-wrap .timeline {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 100px;
}

.timeline-wrap .timeline h6 {
    color: #222;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    position: relative;
}

.timeline-wrap .timeline h6::after {
    position: absolute;
    content: "";
    right: -7px;
    top: 12px;
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #4C8BFF;
    box-shadow: 1px 5px 10px rgba(18, 54, 121, 0.20);
}

.timeline-wrap .timeline .dot-list {
    margin-top: 5px;
}

.timeline-wrap .timeline .dot-list li {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 11px;
}

.timeline-wrap .timeline .dot-list li+li {
    margin-top: 5px;
}

.timeline-wrap .timeline .dot-list li::before {
    width: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}

/* 블로그 A 게시판 */
#bbsArea #search_btn {
    background: #222;
}

#inquiry01 #bbsArea #write_btn {
    background: #326DDA;
    border: 0;
    width: 210px;
    height: 64px;
}
#bbsArea .search_wrap #write_btn {
    border: 0;
    padding: 15px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
}
.table_blog {
    border: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 80px;
    padding: 0;
    align-items: center;
    border: 0;
}

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

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

#bbsArea .table_blog .left a {
    display: block;
}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 22/13;
}

#bbsArea .table_blog .right {
    width: unset;
}

#bbsArea .table_blog .right .title {
    padding: 0;
    margin: 0 0 15px;
}

#bbsArea .table_blog .right .title a {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    /*font-family: 'G-Market-Sans';*/
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#bbsArea .table_blog .right .title a>span {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

#bbsArea .table_blog .right .title a .badge {
    background: var(--page-point-color);
    font-size: 14px;
    letter-spacing: 0.034em;
    padding: 6px 7px 6px;
    border-radius: 2px;
    margin-bottom: 4px;
    min-width: 50px;
}

#bbsArea .table_blog .right .info {
    font-size: 14px;
    display: none;
}

#bbsArea #review01 .table_blog .right .info,
#bbsArea #review03 .table_blog .right .info {
    display: none;
}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-weight: 400;
}
#bbsArea .table_blog dd{
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 80px;
    padding: 0;
    align-items: center;
    border: 0;
}
#center03 .table_blog{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}
#center03 #bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0;
    align-items: center;
    border: 0;
}
#center03 .table_blog dd::after {
    display: none;
}

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

#center03 #bbsArea .table_blog .left a {
    display: block;
}

#center03 #bbsArea .table_blog .left a span {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1;
}

#center03 #bbsArea .table_blog .right {
    width: unset;
    padding: 10px;
}

#center03 #bbsArea .table_blog .right .title {
    padding: 0;
    margin: 0 0 5px;
}

#center03 #bbsArea .table_blog .right .title a {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    /*font-family: 'G-Market-Sans';*/
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#center03 #bbsArea .table_blog .right .title a>span {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

#center03 #bbsArea .table_blog .right .title a .badge {
    background: var(--page-point-color);
    font-size: 14px;
    letter-spacing: 0.034em;
    padding: 6px 7px 6px;
    border-radius: 2px;
    margin-bottom: 4px;
    min-width: 50px;
}

#center03 #bbsArea .table_blog .right .info {
    font-size: 14px;
    display: none;
}

#center03 #bbsArea #review01 .table_blog .right .info,
#center03 #bbsArea #review03 .table_blog .right .info {
    display: none;
}

#center03 #bbsArea .table_blog .right .info span {}

#center03 #bbsArea .table_blog .right .text {}

#center03 #bbsArea .table_blog .right .text p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-weight: 400;
}
/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
}
#ab03 #bbsArea .table_blog2{
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
#ab03 #bbsArea .table_blog2 dd{
    box-shadow: 0 0 1px 0px #777;
}
#ab03 #bbsArea .table_blog2 {
}
#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

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

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}
#ab03 #bbsArea .table_blog2 .inner .top a{
    /* user-select : none; */
    /* cursor: unset; */
    /* pointer-events: none; */
}
#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 11/7;
    height: auto;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: left;
    padding: 0;
    margin-top: 15px;
}
#ab03 #bbsArea .table_blog2 .inner .bottom{
    display : none;
}
#ab03  #bbsArea .table_blog2 .inner .top a span{
    aspect-ratio : 23/17;
    background-size : contain;
    height : 130px;
    margin: 0 auto;
}
#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0 0 5px;
    white-space: unset;
}

#bbsArea .table_blog2 .inner .bottom .title .badge {
    background: transparent;
    font-size: 16px;
    color: var(--page-point-color);
    padding: 0;
    font-weight: 600;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    margin-top: 2px;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1.6;
}

#bbsArea .table_blog2 .inner .bottom .info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#bbsArea .table_blog2 .inner .bottom .info span {
    padding: 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* 목록 게시판 */
.category_wrap {}

.category_wrap ul {
    display: flex;
}

.category_wrap ul li {
    width: 100%;
}
#ab03 .category_wrap ul li:first-child{
    order : 5;
}
.category_wrap ul li+li {
    margin: 0;
}

.category_wrap ul li a {
    text-align: center;
    background: #f5f9fc;
    padding: 22px 0;
    font-size: 18px;
    border-bottom: 3px solid var(--page-point-color);
}

.category_wrap ul li.on {}

.category_wrap ul li.on a {}

.category_wrap li.on :where(a, a:hover, a:focus) {}

/* #ab03 고객현황 탭 (주요기업 ~ 전체고객현황) */
#ab03 .category_wrap {
    display: none;
}
#ab03 .customer-tab-wrap {
    margin-bottom: 0;
}
#ab03 .customer-tab ul {
    display: flex;
    flex-wrap: wrap;
    background: #f8f9fa;
    border-bottom: 3px solid #283960;
    margin: 0;
    padding: 0;
    list-style: none;
}
#ab03 .customer-tab ul li {
    flex: 1;
    min-width: 0;
    margin: 0;
}
#ab03 .customer-tab ul li a {
    display: block;
    text-align: center;
    padding: 22px 12px;
    font-size: 18px;
    color: #6c757d;
    font-weight: 400;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    transition: color 0.2s, font-weight 0.2s, border-color 0.2s;
}
#ab03 .customer-tab ul li a:hover {
    color: #495057;
}
#ab03 .customer-tab ul li.on a,
#ab03 .customer-tab ul li.on a:hover,
#ab03 .customer-tab ul li.on a:focus {
    color: #007bff;
    font-weight: 600;
    border-bottom-color: #283960;
}

#ab03 .customer-tab-content {
    padding-top: 40px;
}
#ab03 .customer-tab-panel {
    display: none;
}
#ab03 .customer-tab-panel.on {
    display: block;
}
#ab03 .customer-tab-panel[hidden] {
    display: none !important;
}

/* #ab03 이미지 슬라이더(한 개씩) + 페이지네이션 */
#ab03 .board-img-slider {
    max-width: 100%;
}
#ab03 .board-img-slider img{
    width : 100%;
    object-fit : cover;
}
#ab03 .board-img-wrap .img-box {
    display: none;
}
#ab03 .board-img-wrap .img-box.on {
    display: block;
}
#ab03 .board-img-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}
#ab03 .board-img-pagination .btn-prev,
#ab03 .board-img-pagination .btn-next {
    padding: 8px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}
#ab03 .board-img-pagination .btn-prev:hover,
#ab03 .board-img-pagination .btn-next:hover {
    background: #f8f9fa;
    border-color: #283960;
    color: #283960;
}
#ab03 .board-img-pagination .pagination-num {
    display: flex;
    align-items: center;
    gap: 6px;
}
#ab03 .board-img-pagination .pagination-num button {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}
#ab03 .board-img-pagination .pagination-num button:hover {
    border-color: #283960;
    color: #283960;
}
#ab03 .board-img-pagination .pagination-num button.on {
    background: #283960;
    border-color: #283960;
    color: #fff;
}

#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

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

/* 주문폼 */

#bbsArea .search_wrap {
    margin: 80px 0 0;
}

#bbsArea form {}

#bbsArea form table {
    border-top: 1px solid #222;
    border-bottom: 0;
}

#bbsArea form table tr {
    border-bottom: 1px solid #E0E0E0;
    display: grid !important;
    grid-template-columns: 240px 1fr;
}

#bbsArea form table th {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    border: 0;
    background: #fff;
    padding: 28.5px 15px !important;
    vertical-align: middle;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-family: 'Pretendard Variable';
    width: fit-content !important;
    position: relative;
}

#bbsArea form table th span.required_text {
    margin: 0;
    right: 4px;
    color: #f00;
}

#bbsArea form table td {
    font-size: 15px;
    padding: 15px 20px !important;
    border: 0;
    vertical-align: middle;
    color: #666;
    line-height: 1.5;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-family: "pretendard variable";
}

#bbsArea form table tr#item_captcha {}

#bbsArea form table tr#item_captcha td {
    display: flex !important;
    gap: 10px;
}

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

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

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

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

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

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

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

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

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
    padding: 12px 15px;
    font-size: 15px;
    height: 47px;
}

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

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.checkbox.privacy_checkbox a {
    color: #333;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

}

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

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

#login_btn {
    width: 100%;
}


/* 푸터 */
#scrollTop {
    cursor: pointer;
    position: absolute;
    top: 58px;
    right: 40px;
    width: 72px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #F5F5F5;
}

#scrollTop span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1C1B1F;
}

footer {
    padding: 60px 0;
    border-top: 1px solid #EEE;
    background: #FFF;
}

footer {
    position: relative;
}

footer .footer-wrap {
    display: flex;
    gap: 100px;
}

footer li:first-child {
    margin-bottom: 15px;
}

footer li {
    color: rgba(85, 85, 85, 0.80);
    font-family: "Pretendard Variable";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    letter-spacing: 0;
}
.footer-li{
    position: relative;
}
.footer-li + .footer-li::before{
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ddd;

}
footer li span {
    color: #555;
    font-family: "Pretendard Variable";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}



footer li.copy {
    margin-top: 25px;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Roboto';
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
    align-items: center;
    gap: 0 30px;
}



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

.footer-info li.login a {
    display: block;
    padding: 12px 15px;
    border-radius: 2px;
    border: 1px solid #DDD;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
}

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

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

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

/* 반응형 */
@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

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

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

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
        opacity: 1;
        position: relative;
    }

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

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

    .navbar-inverse .navbar-collapse:not(.in) {
        max-height: 0;
        border-color: transparent;
    }

    .navbar-inverse .navbar-collapse {
        transition: all 0.4s;
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }

    .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.mem .navbar-brand img {
    filter: none !important;
}

.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

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

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

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

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

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

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

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

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

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

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

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

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

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

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 80px;
    padding-left: 10px;
    transform: translateY(-3px)
}

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

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

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

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

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

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

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

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

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

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

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

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

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

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

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px;
    }
    #site {
        padding-top: 76px;
    }
    .swiper-caption, .carousel-caption {
        padding: 0 30px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: 65px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 600px;
    }
    .swiper-caption p, .carousel-caption p {
        font-size: 20px;
    }
    .mainpage section {
        padding: 70px 0 90px;
    }
    .maim-program {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .main-intro .intro-txt {
        padding: 50px;
    }
    .main-intro .intro-txt h5 {
        font-size: 28px;
    }
    .last-box .mc-tit h2 {
        font-size: 40px;
    }
    .snb a {
        min-width: auto;
        font-size: 18px;
        padding: 10px 28px;
    }
    .subpage-title .st-tit h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .subpage-title .st-tit p {
        font-size: 16px;
    }
    .program-banner .banner-img {
        grid-template-columns: 1fr 1fr;
        height: 330px;
    }
    .program-banner .txt-box h6 {
        font-size: 40px;
    }
    .program-banner .banner-img .txt-box {
        padding-left: 40px;
        gap: 20px;
    }
    .program-banner .txt-box p {
        padding: 6px 20px;
        font-size: 16px;
    }
    .program-banner {
        gap: 40px;
    }
    .step-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .step:nth-child(4)::before{
        display: none;
    }
    .effect-desc {
        grid-template-columns: 1fr;
    }
}
@media (max-width:991px) {
    #ab03 .customer-tab ul li a {
        padding: 15px 5px;
        font-size: 13px;
        border-bottom: 2px solid transparent;
        margin-bottom: -2px;
    }
    .timeline-wrap .timeline h6 {
        font-size: 30px;
    }
    .timeline-wrap .timeline {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 40px;
    }
    .timeline-wrap::before {
        width: 1px;
        top: 16px;
        left: 100px;
    }
    .dot-list li b {
        font-size: 14px;
    }
    .subpage-title .st-tit h2 {
        font-size: clamp(25px, 4.01vw, 40px);
    }
    .step+.step::before {
        left: -22px;
        top: 10px;
        width: 10px;
        height: 17px;
        font-size: 18px;
    }
    .footer-info li.login {
        position: absolute;
        right: 0;
        bottom: -15px;
    }
    #scrollTop{
        display: none;
    }
    .subpage-content {
        padding: 80px 0 90px;
    }
    .program-time .time-box .time span {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }
    .program-time .time-box .time p {
        font-size: 17px;
    }
    .program-time .time-box .time {
        padding: 20px;
        gap: 10px;
    }
    .program-time .time-box {
        grid-template-columns: 1fr;
    }
    .effect-txt .bar-list li::before {
        top: 11px;
    }
    .effect-txt .bar-list {
        padding: 15px 20px;
    }
    .effect-txt .bar-list li {
        font-size: 14px;
    }
    .effect-txt h6 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .effect-tit span {
        font-size: 18px;
    }
    #program01 .effect {
        padding: 30px 0;
        gap: 35px;
    }
    .effect-icon::before {
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
    .effect-icon {
        width: 70px;
        height: 70px;
    }
    .dot-list li:before {
        top: 9px;
        width: 2px;
    }
    .dot-list li {
        padding-left: 9px;
        font-size: 14px;
    }
    .step-box .step .dot-list {
        height: 123px;
        padding: 15px;
        background: #F6F6F6;
    }
    .step-box .step p {
        font-size: 15px;
        padding: 13px;
        border-radius: 7px;
    }
    .program-tit h5 {
        font-size: clamp(22px, 3.01vw, 30px);
        margin-bottom: 25px;
    }
    .program-wrap {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }
    .program-banner {
        gap: 25px;
    }
    .program-banner .banner-txt p {
        font-size: 18px;
    }
    .program-banner .txt-box h6 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .program-banner .banner-img .txt-box {
        gap: 20px;
        padding: 50px;
    }
    .program-banner .banner-img img {
        height: 200px;
    }
    .program-banner .banner-img {
        grid-template-columns: 1fr;
        height: unset;
    }
    .subpage-header {
        padding-top: 50px;
    }
    .navbar-brand {
        height: 28px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 30px 22px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 6px 15px;
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 160px;
        padding: 7px 5px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 480px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: clamp(25px, 5.01vw, 50px);
    }
    .swiper-caption p, .carousel-caption p {
        font-size: 17px;
    }
    .main-tit h3 {
        font-size: clamp(20px, 3.81vw, 38px);
    }
    .main-tit p {
        margin-top: 10px;
        font-size: 16px;
    }
    .mp-box .txt-box {
        padding: 20px;
    }
    .mp-box .txt-box h5 {
        font-size: clamp(20px, 3.01vw, 30px);
    }
    .mp-box .txt-box p {
        font-size: 15px;
    }
    .mp-box .mp-link {
        width: 35px;
        right: 10px;
        bottom: 22px;
    }
    .mp-box .mp-link span {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .maim-program .mp-box {
        border-radius: 5px 5px 15px 5px;
    }
    .main-intro {
        grid-template-columns: 1fr;
    }
    .main-intro .site-img {
        height: 100%;
    }
    .main-intro .intro-txt {
        padding: 40px 0;
    }
    .main-intro .intro-txt h5 {
        font-size: clamp(20px, 2.81vw, 28px);
    }
    .main-intro .intro-txt p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .main-link {
        padding: 10px 20px;
        font-size: 14px;
        gap: 20px;
        border-radius: 10px;
    }
    #main04 {
        padding: 70px 0 75px;
    }
    .last-box .mc-tit h2 {
        font-size: clamp(20px, 3.51vw, 35px);
    }
    .last-box .mc-tit p {
        font-size: 18px;
    }
    .program-content .program-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .program-content .program-items .item {
        padding: 20px 25px;
        gap: 10px;
        border-radius: 7px;
    }
    .program-content .program-items .item p {
        font-size: 17px;
    }
    .program-content .program-items .item span {
        width: 40px;
        padding: 5px 8px;
        font-size: 14px;
    }
    .effect {
        gap: 20px;
    }
    .effect .spec-box {
        padding: 20px 25px;
        gap: 25px;
        border-radius: 20px;
        min-height: 100px;
    }
    .effect .spec-box .effect-info h6 {
        font-size: 18px;
    }
    .effect .spec-box .effect-info p {
        font-size: 14px;
    }
    .lecturer-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .lecturer-box .img-box img {
        height: 320px;
    }
    .lecturer-box .img-box {
        width: 100%;
    }
    .lecturer-wrap .lecturer-box {
        gap: 20px;
        height: auto;
        padding-bottom: 30px;
        border-radius: 20px;
    }
    .lecturer-box .txt-box h5 {
        font-size: 20px;
    }
    .lecturer-box .txt-box span {
        color: #555;
        font-size: 15px;
    }
    .lecturer-item {
        grid-template-columns: 1fr;
        border-radius: 20px;
        gap: 30px;
    }
    .lecturer-tit .img-box img {
        width: 300px;
        margin: 0 auto;
    }
    .lecturer-item .lecturer-tit::before {
        position: absolute;
        width: 400px;
        height: 793px;
        position: absolute;
        right: 183px;
        top: 0;
        content: '';
        background: url(/public/img/sub/lecturer/lecturerBg.png) no-repeat center / cover;
    }
    .lecturer-item .lecturer-tit {
        padding: 28px 30px;
        gap: 15px;
        border-radius: 15px;
    }
    .lecturer-tit .txt-box .line {
        height: 20px;
        margin-bottom: 25px;
    }
    .lecturer-tit .txt-box h4 {
        font-size: clamp(25px, 3.51vw, 35px);
        margin-bottom: 10px;
    }
    .lecturer-tit .txt-box span {
        font-size: 14px;
    }
    .lecturer-info {
        gap: 40px;
        padding: 30px;
    }
    .lecturer-info .info h6 {
        padding-left: 15px;
        font-size: 20px;
    }
    .lecturer-info .sns-box {
        padding: 15px;
    }
    .lecturer-info .sns-box .sns a {
        font-size: 14px;
    }
    #bbsArea .table_blog dd {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    #center03 .table_blog {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:767px) {
    #bbsArea .table_blog .right .title {
        padding: 0;
        margin: 0 0 5px;
    }
    #bbsArea .table_blog .right .text p {
        font-size: 14px;
    }
    #bbsArea .table_blog .right .title a>span {
        font-size: 18px;
    }
    .table_blog .left {
        padding: 0;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        padding: 9px 10px;
        font-size: 12px;
        height: 40px;
        width: 100%;
    }
    #bbsArea form table th {
        font-size: 13px;
        padding: 14.5px 15px 0 !important;
    }
    #bbsArea form table tr {
        grid-template-columns: 1fr;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 13px;
    }
    .navbar-toggle .icon-bar {
        width: 13px;
        height: 2px;
    }
    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }

    #board_data_view .header_wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #board_data_view .header_wrap .info span {
        font-size: 11px;
    }
    .navbar-inverse:not(.open) .navbar-toggle>.icon-bar{
        margin-top: 2px;
    }
    .board_data_view .contents_wrap {
        padding: 20px 15px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 10px;
        font-size: 13px;
    }
    #site {
        padding-top: 48px;
    }
    #main03 .type_blog_b {
        grid-template-columns: 1fr 1fr;
    }
    footer .footer-wrap {
        gap: 25px;
        flex-direction: column;
    }
    #scrollTop{
        display: none;
    }
    footer .footer-wrap img{
        width: 50px;
    }
    footer {
        padding: 30px 0;
    }
    footer li {
        font-size: 12px;
        gap: 5px;
    }
    .footer-info li.login a {
        padding: 7px 10px;
        font-size: 10px;
    }
    footer .footer-info {
        gap: 3px 15px;
    }
    footer li:first-child {
        margin-bottom: 8px;
    }
    .footer-li + .footer-li::before{
        display: none;
    }
    footer li.copy {
        margin-top: 13px;
        font-size: 10px;
    }
    .navbar-inverse .navbar-toggle {
        padding: 12px 0;
        margin: 5px 0;
    }
    img#captcha {
        height: 40px;
    }
    #bbsArea form table td {
        font-size: 12px;
    }
    .checkbox.privacy_checkbox a {
        font-size: 12px;
    }
}
@media (max-width:576px) {
    #wr_captcha {
        width: 100%;
    }
    .swiper-caption, .carousel-caption {
        padding: 0 20px;
    }
    .mp-box .txt-box p {
        font-size: 13px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 265px;
    }
    .main-tit p {
        font-size: 13px;
    }
    .maim-program {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .main-intro .site-img img {
        height: 200px;
    }
    .main-intro .intro-txt p {
        font-size: 14px;
    }
    .main-link {
        padding: 7px 10px;
        font-size: 12px;
        gap: 15px;
    }
    .main-intro .intro-txt a span {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    #main03 .type_blog_b {
        grid-template-columns: 1fr;
    }
    #main03 .type_blog_b .bottom .title a {
        font-size: 16px;
    }
    #main03 .type_blog_b .bottom .info {
        gap: 10px;
    }
    #main03 .type_blog_b .bottom .info span {
        font-size: 11px;
    }
    #main04 {
        padding: 40px 0 40px;
    }
    .last-box .mc-tit p {
        font-size: 14px;
    }
    .last-box .main-link span {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }
    .navbar-brand {
        height: 23px;
    }
    .snb a {
        font-size: 11px;
        padding: 9px 12px;
    }
    .subpage-title .st-tit p {
        font-size: 14px;
    }
    .program-banner .banner-img .txt-box {
        gap: 16px;
        padding: 30px;
    }
    .program-banner .txt-box p {
        padding: 6px 10px;
        font-size: 12px;
    }
    .program-banner .banner-img img {
        height: 165px;
    }
    .program-banner .banner-txt p {
        font-size: 14px;
    }
    .program-banner {
        gap: 15px;
    }
    .step-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .step+.step::before {
        left: 50%;
        top: -28px;
        width: 10px;
        height: 17px;
        font-size: 18px;
        transform: translateX(-50%) rotate(90deg);
    }
    .step:nth-child(4)::before{
        display: block;
    }
    #program01 .effect {
        padding: 30px 0;
        gap: 15px;
        flex-direction: column;
    }
    .step-box .step .dot-list {
        height: unset;
    }
    .snb ul {
        flex-flow: wrap;
    }
    .program-content .program-items {
        grid-template-columns: 1fr;
    }
    .effect {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .effect-box {
        display: flex;
        flex-direction: column;
        gap: 65px;
    }
    .effect .spec-box {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .effect .spec-box .effect-info h6 {
        font-size: 15px;
    }
    .lecturer-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lecturer-box .txt-box span {
        font-size: 13px;
    }
    .lecturer-box .txt-box h5 {
        font-size: 18px;
    }
    .lecturer-tit .img-box img {
        width: 250px;
        margin: 0 auto;
    }
    .lecturer-info .info {
        gap: 10px;
    }
    .lecturer-info .info h6 {
        padding-left: 12px;
        font-size: 17px;
    }
    .lecturer-info .info h6::before {
        width: 4px;
        height: 18px;
    }
    .bar-list li {
        padding-left: 12px;
        font-size: 14px;
    }
    .bar-list li::before {
        top: 10px;
        width: 5px;
    }
    .lecturer-info {
        padding: 15px;
    }
    .lecturer-info .sns-box {
        padding: 10px;
    }
    .lecturer-info .sns-box .sns a {
        font-size: 12px;
    }
    .lecturer-info .info .items {
        gap: 25px;
    }
    .lecturer-box .img-box img {
        height: 350px;
    }
    #center03 .table_blog {
        grid-template-columns: 1fr;
    }
    #center03 #bbsArea .table_blog .right .title a>span {
        font-size: 18px;
    }
    #center03 #bbsArea .table_blog .right .text p {
        font-size: 13px;
    }
    .timeline-wrap .timeline h6 {
        font-size: 20px;
    }
    .timeline-wrap .timeline .dot-list li {
        font-size: 11px;
        padding-left: 7px;
    }
    .timeline-wrap .timeline {
        grid-template-columns: 70px 1fr;
        gap: 15px;
    }
    .timeline-wrap::before {
        left: 70px;
    }
    #ab03 .customer-tab ul li a {
        padding: 10px 2px;
        font-size: 7px;
        border-bottom: 2px solid transparent;
        margin-bottom: -2px;
    }
    #ab03 .board-img-pagination .btn-prev, #ab03 .board-img-pagination .btn-next {
        padding: 5px 10px;
        font-size: 11px;
    }
    #ab03 .board-img-pagination .pagination-num button {
        width: 25px;
        height: 25px;
        font-size: 10px;
        border-radius: 4px;
    }
    #ab03 .customer-tab-content {
        padding-top: 15px;
    }
    .subpage-content {
        padding: 55px 0 80px;
    }
    #inquiry01 #bbsArea #write_btn {
        width: auto;
        height: auto;
        font-size: 13px;
    }
}