@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');

@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: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.02em;
    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;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: var(--font-pp);
}

.form-control {
    border-radius: 4px;
    min-height: var(--form-height);
}

input.form-control {
    letter-spacing: -0.02em;
    font-size: 15px;
    height: var(--form-height);
    border-radius: 4px;
    padding: 12px 15px;
}

.btn {
    border-radius: 4px;
    transition: all 0.3s;
    min-height: var(--form-height);
    padding: 14px 15px;
    font-size: 15px;
    line-height: 1;
}

/* 불필요 항목 삭제 */
.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: #0D84E8;
    --page-point-color-hover: #006bb8;
    --icons: "material symbols outlined";
    --font-pp: "Paperozi", "Pretendard Variable", "notokr", sans-serif;
    --form-height: 48px;
}

.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: 1400px) {
    .container {
        width: 1380px;
    }
}

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

.navbar-inverse.on .navbar-brand>span p {
    color: #4193c9;
}
.navbar-brand>span{
    display: flex;
    align-items: center;
    gap: 2px;
}
.navbar-brand>span p {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

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

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

.navbar-inverse .navbar-brand img {
    height: 64px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    filter: none;
}


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

    .navbar-inverse>.container {
        width: 100%;
        padding: 0 15px;
        max-width: 1630px;
        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: 100%;
        right: auto;
        z-index: 1030;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: #fff;
        left: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        padding: 15px 15px;
        min-width: 160px;
    }

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

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

    .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: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease;
    z-index: 4;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

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

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}

.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: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    text-underline-position: under;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a:hover {
    /* text-decoration: underline; */
    /* color: var(--page-point-color); */
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: #077adb;
    background: transparent;
    text-decoration: underline;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 41px 40px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: var(--font-pp);
    transition: all 0.25s;
}

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


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: 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 {
    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 {
    }

    .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: 100vh;
}

#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%;
    /* background: rgba(0, 0, 0, 0.4); */
}

/* 슬라이드 글자*/
.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: 40px;
    position: relative;
    color: #fff;
    text-shadow: none;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.25;
    /* 66.24px */
    text-align: left;
    letter-spacing: 0;
}

.swiper-caption p,
.carousel-caption p {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
    text-shadow: none;
    line-height: 1.48;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

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

.carousel-control,
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 9px;
    bottom: 40px;
}

.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;
    display: none;
}

.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: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.75);
    margin: 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0;
    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 {}
.main-tit {
    margin-bottom: 40px;
}

.main-tit h3 {
    color: #111;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}
.mainpage #main01{
    padding: 80px 0;
}
.main-quick{
    display: grid;
    grid-template-columns: 350px 1fr;

}
.main-quick h6{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    gap: 5px;
}
.main-quick h6 b{
    line-height: 1.3;
    letter-spacing: 0;
    color: var(--page-point-color);
}
.mq-list{
    display: flex;
    justify-content: space-between;
}
.mq-list .item{
    display: flex;
    flex-direction: column;
}

.mq-list .item:hover span {
    border-color: var(--page-point-color);
}
.mq-list .item span{
    display: flex;
    padding: 24px 39px;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    border-radius: 10px;
    border: 1px solid rgba(210, 219, 226, 0.50);
    background: #FFF;
    box-shadow: 6px 6px 20px 0 rgba(96, 115, 130, 0.10);
    color: var(--page-point-color);
    --wght: 200;
    transition: all 0.25s;
}
.mq-list .item p{
    text-align: center;
    margin-top: 18px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
}
.mainpage #main02{
    background: #eef4fa;
    padding: 120px 0;
}
#main02 .main-tit {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    padding-right: 51px;
}

#main02 .tab-content .container {
    padding: 0;
}

#main02 .nav-tabs {
    border: 0;
    display: flex;
    gap: 8px;
}
#main02 .nav-tabs:before,
#main02 .nav-tabs:after{
    display: none;
}

#main02 .nav-tabs>li {
    margin: 0;
    float: unset;
    position: relative;
}

#main02 .nav-tabs>li+li::before {
    position: absolute;
    content: "/";
    left: -4px;
    top: 50%;
    background: rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    width : unset;
    height : unset;
    background : unset;
    color : rgba(0,0,0,0.3);
    font-weight: 3a;
    font-size: 16px;
}

#main02 .nav-tabs>li>a.nav-link {
    padding: 12px 18px;
    border: 0;
    margin: 0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    font-family: var(--font-pp);
    transition: all 0.25s;
}

#main02 .nav-tabs>li>a.nav-link:hover {
    border: 0;
    background: transparent;
    color: #111;
}

#main02 .nav-tabs>li.active>a.nav-link {
    font-weight: 700;
    color: var(--page-point-color);
    background: transparent;
}
#main02 a.view{
    border: 0;
    margin: 0;
    padding: 0;
    display: none;
}
#main02 a.view span{
    font-size: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items : center;
    justify-content : center;
    color : #000;
    --wght: 250;
}
#main02 a.view{
    background: transparent;
    display: flex;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 6px;
}
#main02 a.view span{
}
#main02 .tab-content {}

#main02 .tab-content .tab-pane {}
.page-header{
    display: none;
}
.mainpage #main03{}
#main02 .type_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}
#main02 .type_list li{
    flex-direction: column;
    align-items: unset;
    padding: 55px 40px 30px 40px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

#main02 .type_list li:hover {
    box-shadow: 5px 8px 20px rgb(32 80 127 / 15%);
}
#main02 .type_list .info{
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
#main02 .type_list .info span{
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-family: 'Pretendard Variable';
    margin: 0;
    opacity: 1;
}
#main02 .type_list .info span.writer{
    display: none;
}
#main02 .type_list .info span.hits{
    display: none;
}
#main02 .type_list .info span.regdate{}
#main02 .type_list li a{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

#main02 .type_list li a:hover .subject {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}
#main02 .type_list li a .subject{
    padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 13px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-all;
    letter-spacing: 0;
    font-family: var(--font-pp);
}
#main02 .type_list li a .subject .cate{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px;
    border-radius: 0 0 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
}
#main02 .type_list li a .subject .cate1{
    background: var(--page-point-color);
}
#main02 .type_list li a .subject .cate2{
    background: #1646AC;
}
#main02 .type_list li a .subject .cate3{
    background: #E39323;
}
#main02 .type_list li a .subject .cate4{
    background: #23B6C0;
}
#main02 .type_list li a .subject .cate5{}
#main02 .type_list li a .subject .cate6{}
#main02 .type_list li .post_preview{
    padding: 0;
    color: #707070;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-break: break-all;
}
#main03{
    padding: 80px 0;
    background: url("/public/img/main/main03Bg.jpg") no-repeat center / cover;
}
.main-content-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main03 .main-tit{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}
#main03 .main-tit h4{
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}
#main03 .main-tit p{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: var(--font-pp);
}
#main03 .main-contact{
    display: grid;
    grid-template-columns: repeat(3,170px);
    gap: 20px;
}
#main03 .main-contact .item{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 30px 20px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    transition: all 0.3s;
    color: #fff;
}

#main03 .main-contact .item:hover {
    background: var(--page-point-color);
    border-color: transparent;
}
#main03 .main-contact .item h6{
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
}
#main03 .main-contact .item span{
    display: flex;
    align-items: end;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 45px;
    color: inherit;
    --wght: 200;
}
/* 서브 페이지 */
.subpage {
    padding-top: 0;
}

.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;
    height: 550px;
}

.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;
}
[id^="academic0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}
[id^="program0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}
[id^="equi0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}
[id^="commu0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg05.jpg") no-repeat center / cover;
}

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

.subpage-title h2 {
    line-height: 1.08;
    margin-top: 73px;
    font-weight: 700;
    font-size: 58px;
    color: #fff;
    letter-spacing: 0.01em;
    font-family: var(--font-pp);
}


/* [ subpage-navbar ] */
.snb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}

.snb .container {
    max-width: 1800px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 87, 168, 0.68);
    backdrop-filter: blur(10px);
}

.snb ul {
    position: relative;
    display: flex;
    max-width: 1350px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.snb li {
    width: 100%;
    max-width: 375px;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 23px 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.25s;
    font-family: var(--font-pp);
}

.snb a:hover {
    color: #fff;
    background: rgba(0,0,0,0.2);
}

.snb li.active a {
    background: var(--page-point-color);
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

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

.subpage-content .con {}

.title-h3 {
    text-align: center;
    margin-bottom: 80px;
}

.title-h3 h3 {
    color: #000;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.01em;
    font-family: var(--font-pp);
}

/* 인사말 */
.greet-wrap {
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: center;
    justify-content: center;
}

.greet-wrap .intro-banner {
    max-width: 1500px;
    width : 100%;
    height: 344px;
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/public/img/sub/ab/ab01_banner.jpg") no-repeat center / cover;
    border-radius: 24px;
}

.greet-wrap .intro-banner h4 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.01em;
    font-family: var(--font-pp);
}

.greet-box {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.greet-box .greet-tit {
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: left;
}
.greet-box .greet-tit img{
    height: 345px;
}
.greet-box .greet-tit p {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-family: var(--font-pp);
}

.greet-box .greet-tit h5 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-family: var(--font-pp);
}

.greet-box .greet-tit h5 b {
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: var(--page-point-color);
}

.greet-box .greet-txt {}

.greet-box .greet-txt p {
    color: #333;
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.02em;
    word-break: break-all;
    font-family: "Pretendard Variable";
}

.greet-box .greet-txt p b {
    line-height: 1.65;
    color: var(--page-point-color);
    font-weight: 700;
}

.greet-box .greet-txt p+p {
    margin-top: 28px;
}

.greet-box .greet-txt .name {
    margin-top: 30px;
    text-align: end;
    color: #222;
    font-weight: 600;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    ;
    border-end-start-radius: -0.01em;
}

/* 사업개요 */
.outline-wrap {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.outline-wrap .outline-box {}

.sub-h4 {
    margin-bottom: 25px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

.intro-box {
    padding: 37px 60px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    border-radius: 12px;
    border: 3px solid #E7EDF3;
    background: #fff;
    z-index: 1;
}

.intro-box::before {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    height: 160px;
    width: 100px;
    border-left: 3px solid var(--page-point-color);
    border-top: 3px solid var(--page-point-color);
    border-bottom: 3px solid var(--page-point-color);
    border-right: 0;
    background: transparent;
    z-index: -1;
    border-radius: 12px 0 0 12px;
}

.intro-box .icon {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #E9F3FD;
}

.intro-box .icon span {
    width: 40px;
    height: 40px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--page-point-color);
}

.intro-box .txt-box {}

.intro-box .txt-box p {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.outline-box .goal-box {}

.outline-box .goal-box img {}

.outline-box .gate-box {
    display: flex;
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-radius: 12px;
    border: 1px solid #DDD;
}

.outline-box .gate-box h6 {
    color: #222;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

.outline-box .gate-box h6 b {
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0;
    color: var(--page-point-color);
}

.outline-box .gate-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.outline-box .gate-list .item {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.outline-box .gate-list .gate-tit {
    display: flex;
    padding: 15px 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    position: relative;
}

.outline-box .gate-list .gate-tit:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    content: "";
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.outline-box .gate-list .item:nth-child(1) .gate-tit,
.outline-box .gate-list .item:nth-child(1) .gate-tit::before {
    background: #063F81;
}

.outline-box .gate-list .item:nth-child(2) .gate-tit,
.outline-box .gate-list .item:nth-child(2) .gate-tit::before {
    background: #0E4BA5;
}

.outline-box .gate-list .item:nth-child(3) .gate-tit,
.outline-box .gate-list .item:nth-child(3) .gate-tit::before {
    background: #2A6BE4;
}

.outline-box .gate-list .item:nth-child(4) .gate-tit,
.outline-box .gate-list .item:nth-child(4) .gate-tit::before {
    background: #0D84E8;
}

.outline-box .gate-list .gate-tit span {
    display: block;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-family: var(--font-pp);
}

.outline-box .gate-list .gate-tit p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

.outline-box .gate-list .gate-txt {
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
}

.outline-box .gate-list .gate-txt p {
    padding: 25px 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

.outline-box .gate-list .gate-txt ul {
    background: #F3F6F9;
    height: 120px;
    padding: 15px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dot-list {}

.dot-list li {
    padding-left: 14px;
    position: relative;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.04em;
}

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

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

.outline-box .gate-list .gate-txt ul li {}

.outline-box .gate-list .gate-txt ul li+li {
    margin-top: 6px;
}

.outline-box .gate-list .gate-txt ul li::before {}

.outline-box .role-box {}

.outline-box .role-box img {}

.table-box {
    overflow-x : auto;
}

.table-box table {
    width: 100%;
    table-layout : fixed;
    min-width: 700px;
}

.table-style01 {
    border-bottom: 1px solid #999;
    border-top: 2px solid #333;
}

.table-style01 tbody tr {}

.table-style01 th,
.table-style01 td {
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-family: 'Pretendard Variable';
}

.table-style01 th {
    padding: 16px 12px;
    border-right: 1px solid #DDD;
    background: #F3F6F9;
    border-bottom: 1px solid #333;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.table-style01 th:last-child,
.table-style01 td:last-child {
    border-right: 0;
}

.table-style01 td {
    padding: 14px;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
}

.table-style01 td.spec01::before,
.table-style01 td.spec02::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.table-style01 td.spec01::before {
    border: 1px solid #000;
}

.table-style01 td.spec02::before {
    background: #000;
}

/* 조직도 */
.group-wrap {}

.group-wrap .img-box {}

.group-wrap .img-box img {}

/* 찾아오시는 길 */
.location-wrap {}

.location-wrap .map-info {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}

.location-wrap .map-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    font-size: 22px;
    color: #fff;
    --fill: 1;
}

.location-wrap .map-info p {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

/* 학사안내 */

.sub-link {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.sub-link li {
    width: 100%;
    max-width: 210px;
}

.sub-link li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-pp);
    color: #333;
    letter-spacing: 0.01em;
    transition: all 0.25s
}

.sub-link li.active a,
.sub-link li a:hover{
    color: var(--page-point-color);
    font-weight: 600;
}

.sub-link li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #eaeaea;
}
.sub-link li a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: var(--page-point-color);
    opacity: 0; 
    transition: all 0.35s
}
.sub-link li a:hover::after {
    width: 100%;
    opacity: 1;
}
.sub-link li.active a::before {
    background: var(--page-point-color);
}

#academic01 .subpage-content section {
    padding-bottom: 0;
}

.talent-wrap {
    padding: 100px 0 120px 0;
    background: #E9F4FF;
}

.talent-wrap .talent-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

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

.talent-box .item .talent-keyword {
    padding: 6px 25px;
    display: block;
    color: #fff;
    background: var(--page-point-color);
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.talent-box .item .talent-tit {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0;
    color: #222;
    font-family: var(--font-pp);
}

.talent-box .item .talent-h4 {
    color: #222;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: var(--font-pp);
}

.ability-box {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    width: 100%;
}

.ability-box .ability {
    display: flex;
    flex-direction: column;
    gap: 38px;

}

.ability-box .ability:nth-child(1) span,
.ability-box .ability:nth-child(1) span::before {
    background: #063F81;
}

.ability-box .ability:nth-child(1) .txt-box h6 {
    color: #063F81;
}

.ability-box .ability:nth-child(2) span,
.ability-box .ability:nth-child(2) span::before {
    background: #0E4BA5;
}

.ability-box .ability:nth-child(2) .txt-box h6 {
    color: #0E4BA5;
}

.ability-box .ability:nth-child(3) span,
.ability-box .ability:nth-child(3) span::before {
    background: #2A6BE4;
}

.ability-box .ability:nth-child(3) .txt-box h6 {
    color: #2A6BE4;
}

.ability-box .ability:nth-child(4) span,
.ability-box .ability:nth-child(4) span::before {
    background: #2D8DE6;
}

.ability-box .ability:nth-child(4) .txt-box h6 {
    color: #2D8DE6;
}

.ability-box .ability:nth-child(5) span,
.ability-box .ability:nth-child(5) span::before {
    background: #39A2D7;
}

.ability-box .ability:nth-child(5) .txt-box h6 {
    color: #39A2D7;
}

.ability-box .ability:nth-child(6) span,
.ability-box .ability:nth-child(6) span::before {
    background: #23B6C0;
}

.ability-box .ability:nth-child(6) .txt-box h6 {
    color: #23B6C0;
}

.ability-box .ability span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.45;
    border-radius: 10px;
    font-family: var(--font-pp);
}

.ability-box .ability span::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    content: "";
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.ability-box .ability .txt-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    height: 140px;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 10px;
    background: #fff;
}

.ability-box .ability .txt-box h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    height: 44px;
    display: flex;
    align-items: center;
    font-family: var(--font-pp);
}

.ability-box .ability .txt-box p {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.major-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.major-item {}

.major-list {
    border-top: 2px solid #333;
}

.major-list .list {
    padding: 30px 0;
    border-bottom: 1px solid #DDD;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    align-items: flex-start;
}

.major-list .list h6 {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

.major-list .list h6 span {
    --fill: 1;
    color: var(--page-point-color);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.major-list .list ul {}

.major-list .list ul li {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-family: "Pretendard Variable";
}

.major-list .list ul li b {
    color: #000;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.major-list .list ul li+li {}

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

.job-box .job-item {
    display: grid;
    grid-template-columns: 28px 1fr;
    padding: 40px 60px;
    gap: 20px;
    align-items: flex-start;
    border-radius: 10px;
    background: #F3F6F9;
}

.job-box .job-item .num {
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.015em;
    background: var(--page-point-color);
    border-radius: 100px;
}

.job-box .job {}

.job-box .job p {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
    word-break: break-all;
    font-family: "Pretendard Variable";
}

.job-box .link-box {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-box .link-box a {
    font-family: "Pretendard Variable";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    padding: 12px 16px;
    gap: 10px;
    color: #0057A8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.015em;
    border-radius: 4px;
    border: 1px solid rgba(13, 132, 232, 0.80);
    background: #FFF;
    transition: all 0.2s ease;
}

.job-box .link-box a:hover {
    background: rgba(13, 132, 232, 0.80);
    color: #fff;
}

.job-box .link-box a:hover span {
    color: #fff;
}

.job-box .link-box a span {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--page-point-color);
    transition: all 0.2s ease;
}

.target-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    flex-direction: column;
    gap: 50px;
    background: #FFF;
    border-radius: 10px;
    background: #E9F4FF;
}

.target-box .target {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.target-box .target span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 25px;
    border-radius: 100px;
    background: var(--page-point-color);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.01em;
    font-family: var(--font-pp);
}

.target-box .target .target-txt {
    color: #222;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--font-pp);
}

.target-box .grade-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.target-box .grade-box .grade {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #b5c8db;
    background: #FFF;
    border-radius: 10px;
    padding-bottom: 25px;
    text-align: center;
    width: 390px;
    overflow: hidden;
}

.target-box .grade-box .grade h6 {
    padding: 12px 0;
    background: #F3F6F9;
    color: #063F81;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
}

.target-box .grade-box .grade p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.infomation-box {
    margin-bottom: 30px;
}

.table-desc {
    margin-top: 30px;
}

.infomation-box .info,
.table-desc .info {
    display: flex;
    padding: 40px 60px;
    border-radius: 10px;
    background: #F3F6F9;
    align-items: center;
}

.infomation-box .info ul {}

.infomation-box .info li,
.table-desc .info li {
    padding-left: 16px;
    color: #333;
    font-family: "Pretendard Variable";
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.infomation-box .info li::before,
.table-desc .info li::before {
    position: absolute;
    content: '';
    left: 2px;
    top: 9px;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
}

.infomation-box .info li+li,
.table-desc .info li+li {
    margin-top: 6px;
}

.table-style02 {
    border-top: 2px solid #333;
    table-layout: fixed;
    width: 100%;
}
.table-style02 col.col-data {
    width: calc((100% - 139px - 240px) / 8);
}
.table-style02 tbody tr {}

.table-style02 tr:nth-child(1) td:nth-child(1) {
    width: 139px;
}

.table-style02 tr:nth-child(1) td:nth-child(2) {
    width: auto;
}

.table-style02 tr:nth-child(1) td:nth-child(3) {
    width: 240px;
}

.table-style02 tr:nth-child(1) td,
.table-style02 tr:nth-child(2) td,
.table-style02 tr:nth-child(3) td {
    background: #d7deff;
}

.table-style02 tr:nth-child(4) td,
.table-style02 tr:nth-child(5) td,
.table-style02 tr:nth-child(6) td,
.table-style02 tr:nth-child(7) td,
.table-style02 tr:nth-child(8) td,
.table-style02 tr:nth-child(9) td,
.table-style02 tr:nth-child(10) td,
.table-style02 tr:nth-child(11) td {
    background: #dbebff;
}

.table-style02 td {
    color: #222;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
    word-break: break-all;
    font-size: 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 10px;
    text-align: center;
    font-weight: 450;
}

.table-style02 tr td.first-td {
    background: #F3F6F9;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

.table-style02 tr td.spec-td01 {
    background: #F5EDE4;
}

.table-style02 tr td.spec-td02 {
    background: #f5f5f2;
}

.table-style02 tr td.spec-td03 {
    background: #C9EDF0;
}

.table-style02 tr td.spec-td04 {
    background: #B5E2E6;
}

.table-style02 tr td.spec-td05 {
    background: #ffe1d2;
}

.table-style02 tr td.last-td {
    border-right: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.table-style02 tr td.last-td strong {
    color: var(--page-point-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.02em;
    display: inline-block;
    margin-bottom: 10px;
}

.diagram-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2.8vw 0;
}

.diagram-box img {margin: 0 auto;}

.table-style03 {
    border-top: 2px solid #333;
}

.table-style03 td,
.table-style03 th {
    text-align: center;
    font-family: "Pretendard Variable";
}

.table-style03 th {
    border-right: 1px solid #DDD;
    background: #F3F6F9;
    padding: 16px 12px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: 1px solid #333;
    letter-spacing: -0.02em;
    font-size: 17px;
}

.table-style03 th:last-child {
    border-right: 0;
}

.table-style03 td {
    border: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.table-style03 td:first-child {
    border-left: 0;
}

.table-style03 td:last-child {
    border-right: 0;
    padding: 16px 20px;
    text-align: left;
    line-height: 1.6;
}

/* 프로그램 */
.program-wrap {
    display: flex;
    height: 420px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background: #F3F6F9;
    text-align: center;
}

.program-wrap span {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 75px;
    margin-bottom: 15px;
    color: #0D84E899;
    --wght: 300;
}

.program-wrap h6 {
    color: #333;
    font-family: var(--font-pp);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}

.program-wrap p {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

/* 기가재 장비신청 */
.calendar_wrapper {
    margin-bottom: 70px;
    padding: 40px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.12);
    border-radius: 10px;
}

#equi01 .form-box,
#equi02 form,
#equi03 form{
    border-top: 2px solid #222;
}

#equi01 .form-box form .board_write_table,
#equi02 form .board_write_table,
#equi03 form .board_write_table{
    margin-bottom: 40px;
    border: 0;
}

#equi01 .form-box form .board_write_table tr,
#equi02 form .board_write_table tr,
#equi03 form .board_write_table tr{
    display: grid !important;
    grid-template-columns: 240px 1fr;
    border-bottom: 1px solid #E0E0E0;
}

#equi01 .custom_checkbox+span::before,
#equi02 .custom_checkbox+span::before,
#equi03 .custom_checkbox+span::before{
    content: "\e86c";
    font-family: var(--icons);
    margin: 0;
    font-size: 23px;
    font-weight: 400;
    color: #bbb;
    position: absolute;
    left: -4px;
    top: 11px;
}

#equi01 .custom_checkbox:checked+span::before,
#equi02 .custom_checkbox:checked+span::before,
#equi03 .custom_checkbox:checked+span::before{
    color: var(--page-point-color) !important;
    --fill: 1;
}

#equi01 .form-box form .board_write_table tr th span:not(.required_text),
#equi02 form .board_write_table tr th span:not(.required_text),
#equi03 form .board_write_table tr th span:not(.required_text){
    line-height: 1.2;
    letter-spacing: -0.01em;
}

#equi01 .form-box form .board_write_table tr td,
#equi02 form .board_write_table tr td,
#equi03 form .board_write_table tr td{
    padding: 15px 20px;
    border: 0;
    display: flex;
    align-items: center;
}
#equi01 form .board_write_table tr#item_6 td > div,
#equi03 form .board_write_table tr#item_5 td > div{
    width : 100%;
}
#equi01 .form-box form .board_write_table tr#item_3 td,
#equi02 form .board_write_table tr#item_2 td {
    gap: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#equi01 .form-box form .board_write_table tr#item_3 td input{
    width: 70px;
}

#equi01 .checkbox.privacy_checkbox,
#equi02 .checkbox.privacy_checkbox,
#equi03 .checkbox.privacy_checkbox{
    display: flex;
    align-items: center;
}

#equi01 .form-box form .board_write_table tr td input,
#equi02 form .board_write_table tr td input,
#equi03 form .board_write_table tr td input{
    line-height: 1.5;
    color: #333;
    width: 350px;
}

#equi01 .form-box form .board_write_table tr td .form-control[readonly],
#equi02 form .board_write_table tr td .form-control[readonly],
#equi03 form .board_write_table tr td .form-control[readonly]{
    background: #F7F7F7;
    color: #333;
}

#site input.form-control[type="file"] {padding: 10px;}

#equi01 .form-box form .board_write_table tr td select,
#equi02 form .board_write_table tr td select,
#equi03 form .board_write_table tr td select{
    width: 200px;
    height: 48px;
    padding: 12px 15px;
    border-radius: 4px;
}

#equi01 .form-box form .board_write_table tr#item_captcha td,
#equi02 form .board_write_table tr#item_captcha td,
#equi03 form .board_write_table tr#item_captcha td{
    display: flex;
    gap: 5px;
}

#equi01 .form-box form .board_write_table tr#item_captcha td input,
#equi02 form .board_write_table tr#item_captcha td input,
#equi03 form .board_write_table tr#item_captcha td input{
    width: 215px;
}

#equi02 form .board_write_table tr td textarea,
#equi03 form .board_write_table tr td textarea{
    width: 100% !important;
    font-family: "Pretendard Variable";
}

#equi02 form .board_write_table tr td #frm_data_2_wrap,
#equi03 form .board_write_table tr td #frm_data_2_wrap{
    width: 100% !important;
}

/* 개별 스타일 */
#equi01 .form-box form .board_write_table tr th {
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    font-family: "Pretendard Variable";
    font-weight: 600;
    background: #F3F6F9;
    padding: 30px !important;
    display: flex !important;
    gap: 3px;
    border: 0;
    letter-spacing: -0.02em;
}

#equi01 .form-box form .board_write_table tr th .required_text {
    order: 2;
    color: var(--page-point-color);
}

#equi02 form .board_write_table tr th,
#equi03 form .board_write_table tr th{
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    font-family: "Pretendard Variable";
    font-weight: 600;
    background: #F3F6F9;
    padding: 30px !important;
    display: flex !important;
    gap: 3px;
    border: 0;
    letter-spacing: -0.01em;
    width: auto;
}

#equi02 form .board_write_table tr th .required_text,
#equi03 form .board_write_table tr th .required_text{
    order: 2;
    color: var(--page-point-color);
    position: relative;
    margin: 0;
}

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

#bbsArea .board_list_list #write_btn {
    background: #326DDA;
    border: 0;
    width: 210px;
    height: 64px;
}



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

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

#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 {}

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

#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 {
    margin-bottom: 50px;
}

.category_wrap ul {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.category_wrap ul li {}

.category_wrap ul li+li {
    margin: 0;
    position: relative;
}

.category_wrap ul li+li::before {
    position: absolute;
    content: "";
    left: -30px;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
}

.category_wrap ul li a {
    border: 0;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.03em;
    padding: 6px 0;
    font-family: "Pretendard Variable";
}

.category_wrap ul li.on {}

.category_wrap ul li.on a {
    border-bottom: 1px solid var(--page-point-color);
}

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

#bbsArea .board_list_list table {
    border-top: 2px solid #333;
    margin: 0;
}

#bbsArea .search_wrap {
    margin-bottom: 0;
}

#bbsArea .search_wrap #write_btn {
    background: var(--page-point-color);
    border: 0;
    padding: 15px 26.5px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    border-radius: 4px;
    font-family: "Pretendard Variable";
}

#bbsArea .board_list_list col.num_col {
    width: 100px;
}

#bbsArea .board_list_list col.cate_col {
    width: 170px;
}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {
    width: 150px;
}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {
    background: transparent;
    padding: 21px 12px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01em;
    border-bottom: 0;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
}

#bbsArea .board_list_list tbody tr {
    border-bottom: 1px solid #e6e6e6;
}

#bbsArea .board_list_list tbody tr.notice {
    background: #F3F9FF;
    background-blend-mode: multiply;
}

#notice01 #bbsArea tbody tr.notice {}

#bbsArea .board_list_list tbody td.cate span.badge {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    background: var(--page-point-color);
    margin: 0 !important;
    border-radius: 100px;
}

#bbsArea .board_list_list .subject a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    display: block;
    line-height: 1.4;
}

#bbsArea .board_list_list .subject a:hover {
    text-decoration: underline;
}

#bbsArea .board_list_list tbody th {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

#bbsArea .board_list_list tbody td {
    padding: 21px 24px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

#bbsArea .board_list_list tbody td span {}

#bbsArea .board_list_list tbody td.cate span {
    line-height: 1.4;
    color: var(--page-point-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
}



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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    border: 0;
}

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

.board_data_view .header_wrap .title {
    font-weight: 500;
    color: #222;
    font-size: 28px;
}

.board_data_view .header_wrap .info {
    margin-top: 20px;
}

/* 주문폼 */
#bbsArea .board_wrapper {
    /* overflow-y: hidden; */
}

#bbsArea .search_wrap {
}


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

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

img#captcha {
    height: 48px;
    vertical-align: bottom;
    border-radius: 4px;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

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

.custom_radio+span::before {
    line-height: 1;
    vertical-align: middle;
    margin: 0 7px 0 -20px;
    color: #777;
}

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

.custom_radio+span {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.radio-inline+.radio-inline {
    margin-left: 20px !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: block;
    
}
.checkbox label, .radio label {
    padding-left: 25px;
}

.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: 60px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
}

#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: 50px 0;
    background: #121E2F;
}

footer {
    position: relative;
}

footer .footer-wrap {
    display: flex;
}

footer li:first-child {
    margin-bottom: 14px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.02em;
}

footer li {
    font-family: "Pretendard Variable";
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    display: flex;
    align-items: end;
    gap: 4px;
}

.footer-li {
    position: relative;
}

.footer-li+.footer-li::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.7);
}

footer li span {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Pretendard Variable";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
}



footer li.copy {
    margin-top: 14px;
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
}

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



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

.footer-info li.login a {
    display: block;
    padding: 8px 11px;
    border-radius: 2px;
    border: 1px solid rgb(255 255 255 / 20%);
    color: #999;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
}

.footer-info li.login a:hover {
    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: 15px 0;
        margin: 5px 0;
        order: 2;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse.on .navbar-toggle .icon-bar{
        background : #000;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar{
        background : #fff;
    }
    .navbar-inverse.on .navbar-toggle:focus .icon-bar{
        background : #000;
    }
    .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) {
    .table-box table.table-style02{
        min-width: 1000px;
    }
    .table-box table.table-style03{
        min-width: 1000px;
    }
    .table-box table.table-style03 col:nth-child(4){
        width : 600px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 25px;
    }
    .navbar-brand>span p {
        font-size: 15px;
    }
    .main-quick {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 700px;
    }
    .swiper-caption, .carousel-caption {
        padding: 0 30px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .swiper-caption p, .carousel-caption p {
        font-size: 16px;
    }
    .main-content-box {
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        gap: 40px;
    }
    .job-box .link-box {
        display: flex;
        align-items: unset;
        gap: 10px;
        flex-direction: column;
    }
    .target-box .grade-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

}
@media (max-width:991px) {
    .category_wrap ul li+li::before {
        left: -10px;
    }
    .category_wrap ul li a {
        font-size: 14px;
        padding: 5px 0;
    }
    .category_wrap ul {
        gap: 20px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 40px;
    }
    .table-style03 td {
        font-size: 13px;
    }
    .table-style03 td:last-child {
        padding: 14px 15px;
    }
    .table-style03 th {
        padding: 14px 12px;
        font-size: 14px;
    }
    .table-style02 tr td.last-td {
        font-size: 13px;
    }
    .table-style02 tr td.last-td strong {
        font-size: 13px;
    }
    .table-style02 td {
        font-size: 12px;
    }
    .table-style02 tr td.first-td {
        font-size: 14px;
    }
    .infomation-box .info li::before, .table-desc .info li::before {
        left: 2px;
        top: 7px;
        width: 4px;
    }
    .infomation-box .info li, .table-desc .info li {
        padding-left: 10px;
        font-size: 14px;
    }
    .infomation-box .info, .table-desc .info {
        padding: 20px 20px;
    }
    .target-box .target .target-txt {
        font-size: 20px;
    }
    .job-box .job-item .num {
        width: fit-content;
    }
    .job-box .job-item {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
        align-items: unset;
    }
    .major-list .list h6 {
        gap: 10px;
    }
    .major-list .list {
        padding: 25px 0;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: flex-start;
    }
    .sub-link li a {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 0;
    }
    .ability-box .ability .txt-box {
        height: 100%;
    }
    .ability-box .ability .txt-box h6 {
        font-size: 12px;
        height: 30px;
    }
    .ability-box .ability span {
        height: 90px;
        font-size: 30px;
    }
    .ability-box {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 10px;
        width: 100%;
    }
    .talent-box .item .talent-h4 {
        font-size: 30px;
    }
    .talent-box .item .talent-tit {
        font-size: 20px;
    }
    .talent-box .item .talent-keyword {
        padding: 5px 20px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .location-wrap .map-info {
        gap: 10px;
        margin-top: 25px;
    }
    .location-wrap .map-info span {
        width: 30px;
        font-size: 15px;
    }
    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .location-wrap .map-info p {
        font-size: 18px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 15px;
    }
    .navbar-inverse .navbar-brand img {
        height: 35px;
    }
    .navbar-brand>span 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: 500px;
    }
    .swiper-caption h1, .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: clamp(22px, 3.51vw, 35px);
    }
    .mq-list{
        display: grid;
        grid-template-columns : repeat(3,1fr);
        gap : 40px 20px;
    }
    #main02 .type_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-tit h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    #main02 .nav-tabs>li>a.nav-link {
        padding: 5px 10px;
        font-size: 14px;
    }
    #main02 .main-tit {
        padding-right: 20px;
    }
    #main02 a.view span {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }
    #main02 .type_list li {
        padding: 35px 20px 20px 20px;
    }
    #main02 .type_list li a .subject .cate {
        padding: 8px;
        border-radius: 0 0 0 5px;
        font-size: 12px;
    }
    #main02 .type_list li a .subject {
        font-size: 15px;
        margin-bottom: 13px;
    }
    #main02 .type_list li .post_preview {
        font-size: 14px;
    }
    #main02 .type_list li a {
        margin-bottom: 20px;
    }
    #main02 .type_list .info {
        padding-top: 10px;
    }
    #main02 .type_list .info span {
        font-size: 13px;
    }
    #main03 .main-tit h4 {
        font-size: clamp(22px, 4.01vw, 40px);
    }
    #main03 .main-tit p {
        font-size: 16px;
    }
    #main03 .main-contact .item span {
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
    .subpage-header {
        height: 400px;
    }
    .subpage-title h2 {
        margin-top: 0;
        font-size: clamp(22px, 4.51vw, 45px);
    }
    .snb a {
        font-size: 15px;
        line-height: 23px;
        padding: 15px 0;
    }
    .subpage-content section {
        padding: 85px 0 100px;
    }
    .title-h3 h3 {
        font-size: clamp(22px, 4.61vw, 46px);
    }
    .title-h3 {
        margin-bottom: 50px;
    }
    .greet-wrap .intro-banner h4 {
        font-size: 20px;
    }
    .greet-wrap .intro-banner {
        height: 190px;
        border-radius: 0;
    }
    .greet-box {
        grid-template-columns: 1fr;
        gap: 70px;
    }
    .greet-box .greet-tit {
        gap: 25px;
    }
    .greet-box .greet-tit h5 {
        font-size: 24px;
    }
    .greet-box .greet-tit h5 br{
        display: block !important;
    }
    .greet-box .greet-tit img {
        height: 280px;
    }
    .sub-h4 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .intro-box {
        padding: 20px;
        gap: 20px;
    }
    .intro-box::before {
        height: calc(100% + 6px);
        width: 100px;
    }
    .intro-box .txt-box p {
        font-size: 15px;
    }
    .intro-box .icon {
        padding: 15px;
    }
    .intro-box .icon span {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    .outline-box .gate-box h6 {
        font-size: 18px;
    }
    .outline-box .gate-box {
        padding: 44px 25px;
        gap: 40px;
        border-radius: 8px;
    }
    .outline-box .gate-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .outline-box .gate-list .gate-tit span {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    #bbsArea .board_list_list .subject a {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #bbsArea .board_list_list .subject a {
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody td.cate span {
        font-size: 11px;
    }
    #bbsArea .board_list_list tbody td {
        padding: 15px 11px;
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody th {
        font-size: 13px;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 15px 10px;
        font-size: 14px;
    }
    #bbsArea .board_wrapper {
        overflow: hidden;
        overflow-x: auto;
    }
    #bbsArea .board_list_list col.num_col{
        width: 80px !important;
    }
    #bbsArea .board_list_list col.cate_col,
    #bbsArea .board_list_list col.writer_col,
    #bbsArea .board_list_list col.regdate_col{
        width: 100px !important;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 220px !important;
    }
    .table-style01 td {
        padding: 10px;
        font-size: 13px;
    }
    .table-style01 th {
        padding: 10px 5px;
        font-size: 14px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 12px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 15px 15px;
    }
    #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;
    }

    .board_data_view .contents_wrap {
        padding: 20px 15px;
    }

    .hidden-sm {
        display: none;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 400px;
    }
    .main-quick h6 {
        font-size: 22px;
    }
    .mainpage #main01 {
        padding: 50px 0;
    }
    .mq-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .mq-list .item span {
        padding: 15px 20px;
        font-size: 40px;
    }
    .mq-list .item p {
        margin-top: 10px;
        font-size: 14px;
    }
    .mainpage #main02 {
        padding: 80px 0;
    }
    .main-tit {
        margin-bottom: 25px;
    }
    #main02 .type_list {
        grid-template-columns: repeat(1, 1fr);
    }
    footer {
        padding: 35px 0;
    }
    footer li:first-child {
        margin-bottom: 10px;
        font-size: 14px;
    }
    footer li {
        font-size: 12px;
    }
    footer li span {
        font-size: 12px;
    }
    footer .footer-info {
        gap: 0 30px;
    }
    .footer-li+.footer-li::before {
        left: -15px;
    }
    footer li.copy {
        margin-top: 10px;
        font-size: 10px;
    }
    .navbar-toggle .icon-bar {
        width: 15px;
    }
    #equi02 form .board_write_table tr th, #equi03 form .board_write_table tr th {
        font-size: 14px;
        padding: 15px !important;
        display: flex !important;
        align-items: center;
    }
    #equi01 .form-box form .board_write_table tr td select, #equi02 form .board_write_table tr td select, #equi03 form .board_write_table tr td select {
        width: 200px;
        height: 40px;
        min-height: 100%;
        padding: 10px 10px;
        border-radius: 4px;
    }
    #equi01 .form-box form .board_write_table tr, #equi02 form .board_write_table tr, #equi03 form .board_write_table tr {
        display: grid !important;
        grid-template-columns: 1fr;
        border-bottom: 1px solid #E0E0E0;
    }
    .custom_radio+span {
        font-size: 13px;
    }
    #equi01 .custom_checkbox+span::before, #equi02 .custom_checkbox+span::before, #equi03 .custom_checkbox+span::before {
        top: -2px;
    }
    #equi01 .form-box form .board_write_table tr#item_3 td, #equi02 form .board_write_table tr#item_2 td {
        gap: 10px;
        color: #333;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        display: flex !important;
        letter-spacing: -0.02em;
    }
    #equi01 .form-box form .board_write_table tr th {
        vertical-align: middle;
        color: #333;
        font-size: 12px;
        font-family: "Pretendard Variable";
        font-weight: 600;
        background: #F3F6F9;
        padding: 15px 30px !important;
        display: flex !important;
        gap: 3px;
        border: 0;
        letter-spacing: -0.02em;
    }
}
@media (max-width:576px) {
    #equi01 .form-box form .board_write_table tr td input, #equi02 form .board_write_table tr td input, #equi03 form .board_write_table tr td input {
        width: 100%;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .ability-box .ability .txt-box p {
        font-size: 15px;
    }
    .ability-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .talent-box .item .talent-h4 {
        font-size: 20px;
    }
    .talent-box .item .talent-tit {
        font-size: 15px;
    }
    .talent-wrap {
        padding: 80px 0;
    }
    .greet-box .greet-txt p+p {
        margin-top: 20px;
    }
    .greet-box .greet-txt .name {
        font-size: 16px;
    }
    .greet-box .greet-txt p {
        font-size: 15px;
    }
    .greet-box .greet-tit h5 {
        font-size: 18px;
    }
    .greet-box .greet-tit p {
        font-size: 15px;
    }
    .greet-wrap {
        gap: 50px;
    }
    .greet-wrap .intro-banner {
        height: 145px;
        padding: 0 30px;
    }
    .greet-wrap .intro-banner h4 {
        font-size: 15px;
    }
    .subpage-content section {
        padding: 60px 0 80px;
    }
    .snb .container {
        border-radius: 10px 10px 0 0;
    }
    .snb a {
        font-size: 10px;
        line-height: 18px;
        padding: 10px 0;
    }
    .subpage-header {
        height: 225px;
    }
    #main03 .main-contact {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    #main03 .main-contact .item {
        padding: 20px;
    }
    #main03 .main-tit p {
        font-size: 14px;
    }
    #main03 {
        padding: 45px 0;
    }
    #main03 .main-contact .item h6 {
        font-size: 16px;
    }
    #mainCarousel .carousel-inner .item, #mainCarousel .carousel-inner .item, .main_swiper_widget .swiper-slide, .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 340px;
    }
    #main02 .nav-tabs>li>a.nav-link {
        padding: 5px 5px;
        font-size: 10px;
    }
    #main02 a.view {
        bottom: 4px;
    }
    #main02 a.view span {
        font-size: 15px;
        width: 15px;
        height: 15px;
    }
    #main02 .type_list li {
        border-radius: 5px;
    }
    .footer-info li.login a {
        padding: 5px 5px;
        font-size: 10px;
    }
    .footer-info li.login {
        bottom: -25px;
    }
    .intro-box .icon {
        padding: 5px;
    }
    .intro-box .icon span {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .intro-box {
        padding: 20px 15px;
        gap: 20px;
    }
    .intro-box .txt-box p {
        font-size: 12px;
    }
    .intro-box .txt-box p br{
        display : none;
    }
    .intro-box::before {
        display: none;
    }
    .outline-box .gate-box {
        padding: 30px 15px;
    }
    .outline-box .gate-box h6 {
        font-size: 15px;
    }
    .outline-box .gate-list .gate-txt p {
        padding: 15px 0;
        font-size: 14px;
    }
    .outline-box .gate-list .gate-tit span {
        font-size: 25px;
    }
    .dot-list li {
        font-size: 12px;
    }
    .outline-box .gate-list .gate-txt ul {
        height: 120px;
        padding: 8px 10px;
    }
    .outline-box .gate-list .gate-tit p {
        font-size: 10px;
    }
    .location-wrap .map-info p {
        font-size: 13px;
    }
    .location-wrap .map-info span {
        width: 20px;
        font-size: 10px;
    }
    .major-list .list h6 {
        gap: 10px;
        font-size: 17px;
    }
    .major-list .list h6 span {
        width: 18px;
        height: 18px;
        font-size: 18px;
    }
    .major-list .list ul li {
        font-size: 14px;
    }
    .major-list .list {
        padding: 20px 0;
        gap: 10px;
    }
    .job-box .job-item .num {
        font-size: 14px;
    }
    .job-box .job-item {
        gap: 15px;
    }
    .job-box .job p {
        font-size: 14px;
    }
    .job-box .link-box a {
        width: fit-content;
        padding: 10px 8px;
        font-size: 10px;
    }
    .target-box .target .target-txt {
        font-size: 16px;
    }
    .target-box .target span {
        padding: 4px 18px;
        font-size: 15px;
    }
    .target-box .grade-box .grade h6 {
        padding: 10px 0;
        font-size: 15px;
    }
    .target-box .grade-box .grade p {
        font-size: 14px;
    }
    .target-box .target{
        width: 100%;
    }
    .target-box .grade-box .grade{
        width: 100%;
    }
    .target-box .grade-box{
        width: 100%;
    }
    .sub-link li a {
        font-size: 10px;
        line-height: 15px;
        padding: 10px 0;
    }
    .sub-link li a::before {
        height: 1px;
    }
    .sub-link li a::after {
        height: 1px;
    }
}