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

#site {
    font-family: "Outfit", "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #459bce;
    --page-point-color-hover: #126b9f;
    --page-point-color2: #1d5a9b;
    --icons: "material symbols outlined";
    --gms-opsz: "opsz" 48;
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

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

@media (min-width:1200px) {

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

.login_container {
    padding: 200px 0;
}

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

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

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

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

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

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

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

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


/* 상단 메뉴 */
@media(min-width:768px) {

    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        width: 100%;
        padding: 0 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

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

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

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

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        height: 0;
        padding-top: 20px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s ease;
    }

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

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

    .navbar-inverse.on #navbar-bg {
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse .navbar-right>li>a {
        min-width: 200px;
        color: #fff;
    }

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

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

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

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

.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.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}


.navbar-inverse .navbar-nav li .dropdown-menu {
    animation: menuOpen 0.5s ease;
}

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

.navbar-inverse .navbar-nav li .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: #333;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    letter-spacing: 0;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #333;
    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);
    font-weight: 700;
}

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

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

/*패러독스*/

.mainpage #main01 {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

#main01 video {
    position: fixed;
    top: 0;
    left: 0;
    filter: brightness(0.5);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.video-wrap {
    height: 100%;
}

#main01 .item {
    position: relative;
    height: 100%;
    display: block;
}

#main01 .text-box {
    top: 50%;
    position: fixed;
    font-size: 70px;
    transform: translateY(-50%);
    transition:
        transform 0.5s ease,
        opacity 0.5s ease,
        font-size 0.5s ease;
    will-change: transform, opacity, font-size;
    letter-spacing: 0;
}

#main01 .text-box h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

#main01 .item video.videoEnd {
}

#main01 .move-txt.videoEnd {
    position: absolute;
    top: 82%;
}

#main01 .move-txt {
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translateX(10px) !important;
    content: "";
    opacity: 0;
    color: #fff;
    text-align: left;
    width: fit-content;
    height: fit-content;
}

#main01 .move-txt h4 {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 20px;
}

#main01 .move-txt p {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

#main01 {
    position: relative;
    height: 2600px;
    overflow: hidden;
}

#main01.scrolled video {
    position: absolute;
}

#titleText,
#scrollText {
    position: absolute;
    width: 100%;
    text-align: center;
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 2;
    color: #fff;
}

#scrollText {
    top: 60%;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.mainpage {}

.mainpage section {
    padding: 120px 0 160px;
    background: #fff;
}

.mainpage .banner-con {
    background: #fff;
    padding: 120px 0 120px;
}

.main-tit {}

.main-tit h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--page-point-color);
}

#main02 .inner {}

#main02 .main-tit p {}

.mainpage .banner-con .main-tit p {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    margin-top: 50px;
    letter-spacing: 0;
}

#main04 {
    background: url("/public/img/main/main04Bg.jpg") no-repeat center / cover;
    position: relative;
    height: 100vh;
    background-attachment: fixed;
}

#main04::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#main04 .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

#main04 .inner h2 {
    font-size: 55px;
    color: #fff;
    line-height: 1.6;
    font-weight: 700;
}

.mainpage .page-header {
    display: none;
}

#main05 .main-tit p {
    font-size: 34px;
}

.work-board {}

.work-board .type_blog_b {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 70px;
}

.work-board .type_blog_b>div {}

.work-board .type_blog_b .inner {
    margin: 0;
}

.work-board .type_blog_b .inner .top {}

.work-board .type_blog_b .inner .top {}

.work-board .type_blog_b .inner .top a {}

.work-board .type_blog_b .inner .top a span {
    height: 250px;
}

.work-board .type_blog_b .inner .bottom {
    padding: 0;
}

.work-board .type_blog_b .inner .bottom .title {
    margin: 0;
    white-space: wrap;
    padding: 0 15px;
    background: var(--page-point-color);
    color: #fff;
    height: 100%;
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-board .type_blog_b .inner .bottom .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
}

.work-board .type_blog_b .inner .bottom .title .cate {
    display: none;
}

.work-board .type_blog_b .inner .bottom .info {
    display: none;
}

.work-board .type_blog_b .inner .bottom .title .subject {
    display: block;
    width: 100%;
    height: 100%;
    text-wrap: wrap;
    letter-spacing: 0;
}

.main-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative;
}

#main06 .main-tit h3 {
    color: #fff;
    font-size: 66px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
}

.mainpage #main06 {
    background: url("/public/img/main/main06Bg.jpg") no-repeat center / cover;
    position: relative;
    padding-bottom: 80px;
}

#main06::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(273deg, rgb(0 0 0 / 65%) 50%, rgb(0 0 0 / 5%));
}


.mainpage #main06 .main-tit p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
}

.main-form #frm_wrapper_contact03 tbody tr th {
    background: transparent;
    color: #fff;
}

.main-form #frm_wrapper_contact03 tr {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.main-form #frm_wrapper_contact03 tr+tr {
    margin-top: 30px;
}

.main-form #frm_wrapper_contact03 th,
.main-form #frm_wrapper_contact03 td {
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}

.main-form #frm_wrapper_contact03 #item_captcha td {
    display: flex;
}

.main-form #frm_wrapper_contact03 th {
    padding: 0 10px;
}

.main-form #frm_wrapper_contact03 td {}

.main-form #frm_wrapper_contact03 td input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 17px;
    color: #fff;
}

.main-form #frm_wrapper_contact03 textarea {
    background: transparent;
    font-size: 17px;
}

.main-form #frm_wrapper_contact03 #item_agree .checkbox span {
    color: #888;
}

.main-form #frm_wrapper_contact03 #item_agree .checkbox span a {
    color: #fff;
}

.main-form .board_wrapper .table.board_write_table {
    border: 0;
}

.main-form .board_wrapper .text-muted {
    font-size: 15px;
    color: #ddd;
}

/* Business */
.mainpage #main03 {
    padding: 0;
}


.busi-type {
    position: absolute;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    top: 0;
    width: 50%;
}

.busi-type .busi-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px;
    display: flex;
    align-items: end;
    height: 400px;
    /* aspect-ratio: 1; */
    /* cursor: pointer; */
    border-left: 0;
    border-bottom: 0;
    position: relative;
}

.busi-type .busi-btn::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.busi-type .busi-btn:hover::before {
    width: 90%;
    height: 90%;
    border-radius: 2px;
    background: rgba(0, 89, 153, 0.7);
}

.busi-type .busi-btn:nth-child(odd) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.busi-btn .txt-box {
    color: #fff;
}

.busi-btn .txt-box h6 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.busi-btn .txt-box a {
    text-align: center;
    width: fit-content;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.busi-type .txt-box a:hover {
    background: transparent;
    color: #fff;
}

.tab-btn.active {
    color: var(--page-point-color);
    font-weight: 600;
}

#main03 .tab-wrap {
    position: relative;
}

.tab-contents {
    height: 800px;
}

.tab-content {
    display: none;
    opacity: 0;
    padding: 100px 100px;
    height: 100%;
}

.tab-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 60%) 30%, rgb(0 0 0 / 35%));
    width: 100%;
    height: 100%;
}

.tab-content#tab1 {
    background: url("/public/img/main/tab01.jpg") no-repeat center / cover;
}

.tab-content#tab2 {
    background: url("/public/img/main/tab02.jpg") no-repeat center / cover;
}

.tab-content#tab3 {
    background: url("/public/img/main/tab03.jpg") no-repeat center / cover;
}

.tab-content#tab4 {
    background: url("/public/img/main/tab04.jpg") no-repeat center / cover;
}

.tab-content.active {
    animation: opactiy 0.8s ease both;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab-content .main-tit {
    margin: 0;
}

.tab-content .main-tit h3 {
    text-align: left;
    color: #fff;
    font-size: 66px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    width: fit-content;
    z-index: 3;
}

.tab-content .main-tit p {
    color: #dbdbdb;
    font-size: 20px;
    font-weight: 500;
}

.tab-content .main-tit span {
    position: absolute;
    content: "";
    left: -27px;
    top: -25px;
    z-index: -1;
    color: #dbdbdb;
    font-size: 44px;
    font-weight: 200;
    display: none;
}

.tab-content .inner {}

.tab-content .inner h4 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px;
}

.tab-content .inner ul {}

.tab-content .inner li {
    font-size: 22px;
    color: #dbdbdb;
    font-weight: 500;
}

.tab-content .inner li+li {
    margin-top: 10px;
}

.partner-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 60px;
}

.partner-wrap .partner-box {}

.partner-box h5 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.partner-box h5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 5px;
    height: 20px;
    background: var(--page-point-color);
    border-radius: 20px;
    display: none;
}

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

.partner-box .partner .img-box {}

.partner-box .partner .img-box img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    padding: 10px;
    border: 1px solid #ddd;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 440px;
    overflow: hidden;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd;
    filter: brightness(0.5);
    animation: bg 2s ease-in-out both;
}

/* @keyframes bg {
    0% {
        scale: 1.3;
        opacity: 0;
    }

    100% {
        scale: 1;
        opacity: 1;
    }
} */

[id^="ab0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #dedede;
    display: none;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}

.snb li {
    flex: 0 1 25%;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 60px;
    color: #888;
}

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #000;
}

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

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

.subpage-content .con {}

.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.4;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    width: 100%;
    margin-top: 100px;
}

#ab01 .subpage-title h2 {
    font-size: 54px;
}

/* 회사소개 */
.title-h1 {
    margin-bottom: 30px;
}

.title-h1 h1 {
    font-size: 60px;
    font-weight: 700;
    color: #000;
}

.banner-img {
    width: 100%;
    height: 860px;
    background: #ddd url("/public/img/sub/banner.jpg") no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 100px;
}

.banner-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.banner-img h2 {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    width: 100%;
    margin: 0;
    text-align: center;
}

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

.title-h3 h3 {
    font-weight: 700;
    color: #222;
    font-size: 52px;
    letter-spacing: -0.034em;
}

.title-h3 p {
    font-size: 18px;
    margin-top: 25px;
    color: #666;
    font-weight: 500;
    line-height: 1.6;
}

.title-h4 {
    margin-bottom: 50px;
}

.title-h4 h4 {
    font-size: 40px;
    font-weight: 800;
}

.misson-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.misson-wrap .misson-box {
    border-radius: 15px;
}

.misson-wrap .misson-box:nth-child(even) {
    /* transform: translateY(50px); */
}

.misson-wrap .img-box {
    margin-bottom: 20px;
}

.misson-wrap .img-box img {
    width: 100%;
    height: 550px;
    background: #f2f2f2;
    object-fit: cover;
    border-radius: 0;
    overflow: hidden;
    filter: grayscale(0.3);
}

.misson-wrap .img-box h6 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.misson-wrap .txt-box {}

.misson-wrap .txt-box p {
    font-size: 17px;
    color: #333;
    line-height: 1.5;
}

/* SNS */
#ab02 .subpage-header {
    /* height: 300px; */
    /* display: none; */
}

#ab02 .subpage-header .bg {
    /* background: #1c54e4; */
}

#ab02 .subpage-title h2 {
    /* margin: 140px 0 0 0; */
    /* text-align: left; */
}

#ab02 .subpage-content {
    background: #f6f6f6;
}

.insta-wrap {
    width: 1000px;
    margin: auto;
    padding: 75px;
    /* box-shadow: 0 0 10px rgba(24, 33, 43, 0.12); */
    background-color: #fff;
    border: 2px solid transparent;
    /* background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #000000 0%, #fff 30%); */
    border-radius: 15px;
}

.insta-wrap .insta-top {}

.insta-wrap .insta-top .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.insta-wrap .logo h5 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.insta-wrap .logo h5 span {
    display: inline-block;
    font-family: 'Lobster';
    font-weight: 200;
    letter-spacing: -0.15em;
    font-size: 24px;
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 10px;
}

.insta-wrap .logo img {
    width: 40px;
    aspect-ratio: 1;
    background: #f2f2f2;
    border-radius: 50%;
}

.insta-wrap .info-box {
    position: relative;
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
}

.insta-wrap .info-logo {}

.insta-wrap .info-logo img {
    width: 280px;
}

.insta-wrap .info {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.insta-wrap .info .name {
    display: flex;
    gap: 20px;
    align-items: center;
}

.insta-wrap .name h6 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.insta-wrap .name .btn-wrap {
    display: flex;
    gap: 5px;
    border-radius: 5px;
}

.insta-wrap .name .btn-wrap a {
    display: block;
    text-align: center;
    width: 120px;
    padding: 7px 10px;
    background: #4c4fe7;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    letter-spacing: -0.034em;
}

.insta-wrap .name .btn-wrap a:last-child {
    background: #e5e5e5;
    color: #000;
}

.insta-wrap .info .follow {
    display: flex;
    gap: 30px;
}

.insta-wrap .info .follow li {
    display: flex;
    align-items: center;
    font-weight: 600;
    flex-direction: column-reverse;
    letter-spacing: 0;
}

.insta-wrap .info .follow span {
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.insta-wrap .info .tag {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.insta-wrap .tag p {
    font-weight: 600;
    font-size: 18px;
}

.insta-wrap .tag a {
    color: #1c54e4;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
    width: fit-content;
}

.insta-wrap .tag ul {}

.insta-wrap .tag ul li {
    font-weight: 500;
    font-size: 16px;
}

.insta-wrap .tag ul li+li {
    margin-top: 8px;
}

.insta-wrap .youtube {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
    align-items: center;
    border-top: 1px solid #ddd;
}

.insta-wrap .youtube img {}

.insta-wrap .youtube a {
    margin: 0;
    font-size: 16px;
}

.insta-board {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
}

.insta-board a {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.insta-board a:hover::before {
    position: absolute;
    content: "\e147";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-family: var(--icons);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    font-weight: 200;
}

.insta-board a img {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

/* 보도자료 */
#ab03 .subpage-header .bg {
    /* background: url("/public/img/sub/subBg_ab03.jpg") no-repeat center / cover; */
}

/* 사업 */
[id^=busi] .subpage-header {}

#busi01 .subpage-header .bg {
    background: url("/public/img/sub/subBg_busi01.jpg") no-repeat center / cover;
}

#busi02 .subpage-header .bg {
    background: url("/public/img/sub/subBg_busi02.jpg") no-repeat bottom / cover;
}

#busi03 .subpage-header .bg {
    background: url("/public/img/sub/subBg_busi03.jpg") no-repeat center / cover;
}

#busi04 .subpage-header .bg {
    background: url("/public/img/sub/subBg_busi04.jpg") no-repeat center / cover;
}

.title-h3 h3.under-bar {}

.busi-wrap {
    margin-top: -40px;
}

.dot-list {}

.dot-list li {
    position: relative;
    padding-left: 17px;
    font-size: 20px;
}

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

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

.busi-wrap {}

.busi-wrap .dot-list {}

.busi-wrap>.dot-list li {
    padding-left: 0;
    font-weight: 600;
}

.busi-wrap>.dot-list li::before {
    display: none;
}

.busi-box {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 120px;
    align-items: flex-start;
    padding-top: 80px;
}

.busi-box .busi-img {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.busi-box .img-wrap {}

.busi-box .img-wrap .img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.busi-box .img-box img {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    object-fit: cover;
    border: 1px solid #ddd;
}

.busi-box .img-wrap .img-box img:nth-child(odd) {
    /* transform: translateY(-30px); */
}

.busi-box .img-caption {
    text-align: center;
    margin-top: 17px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.busi-txt {
    padding: 30px;
    background: #f7fafb;
    border-radius: 2px;
}

.busi-txt p {
    color: #3c464b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
}

.busi-txt .dot-list {}

.busi-txt .dot-list li {
    font-size: 17px;
    line-height: 1.5;
    padding-left: 17px;
    color: #3c464b;
    font-weight: 400;
}

.busi-txt .dot-list li::before {
    top: 12px;
    left: 6px;
    width: 3px;
}

.busi-txt .dot-list li+li {
    margin-top: 20px;
}

/* work */
[id^=work0] .subpage-header .bg {
    background: url("/public/img/sub/subBg_work01.jpg") no-repeat center / cover;
}

#work01 .subpage-title h2 {
    /* text-align: left; */
    /* margin-top: 250px; */
}

.history-wrap {
    /* max-width: 1000px; */
    width: 100%;
    /* margin: 0 auto; */
    position: relative;
}

.history-wrap::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    margin: auto;
    position: absolute;
    left: 32%;
}

.history-wrap .history-box {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 200px;
}

.history-wrap .history-box .year {
    position: relative;
    margin-bottom: 40px;
}

.history-wrap .history-box .year::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #000;
    display: none;
}

.history-wrap .history-box+.history-box {
    margin-top: 120px;
}

.history-wrap .history-box h3 {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    /* width: fit-content; */
    background: #459bce;
    line-height: 1;
    padding: 30px 60px;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-wrap .history-box:nth-child(2) h3 {
    background: #1d5a9b;
}

.history-wrap .history-box:nth-child(3) h3 {
    background: #183553;
}

.time-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 80px;
}

.time-list .time {
    display: grid;
    grid-template-columns: 85px 1fr;
}

.time-list .time .month {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 1;
    padding-top: 4px;
    position: relative;
}

.time-list .time .month::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #bcd2ef;
    position: absolute;
    left: -59px;
    top: 9px;
}

.time-list .time p {
    font-size: 19px;
    font-weight: 500;
}

.time-list .time p+p {
    margin-top: 25px;
}

.time-list .time p small {
    color: #333;
    font-size: 17px;
    display: block;
    margin-top: 8px;
    font-weight: 400;
}

/* 실적 */
.board_blog2_view #board_data_view .header_wrap .title span {
    display: block;
    font-size: 19px;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto 21px;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 15px;
    padding: 5px 12px;
}

#work02_view .board_data_view {
    border: 0;
}


#work02 .title-h3 {
    margin-bottom: 70px;
}

#work02 .title-h3 h3 {}

#work02 .category_wrap {
    margin-bottom: 70px;
}

#work02 .category_wrap ul {
    display: flex;
    gap: 60px;
}

#work02 .category_wrap li {
    margin: 0;
    position: relative;
}

#work02 .category_wrap li+li::before {
    content: '';
    display: block;
    width: 1px;
    height: 19px;
    background: #ddd;
    position: absolute;
    top: 6px;
    left: -30px;
}


#work02 .category_wrap li a {
    display: block;
    color: #888;
    font-size: 20px;
    border: 0;
    padding: 5px 15px;
    position: relative;
}

#work02 .category_wrap li a::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 7px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    transform: scale(0);
    transition: all 0.2s ease;
}

#work02 .category_wrap li.on a::after,
#work02 .category_wrap li a:hover::after {
    transform: scale(1);
}

#work02 .category_wrap li.on {}

#work02 .category_wrap li.on a {
    color: #000;
}

#bbsArea .table_blog2 .inner .top a span {
    height: 500px;
    width: 100%;
    background-size: cover;
}

#work02 .header_wrap {
    border: 0;
    padding: 0 0 30px 0;
}

#work02 .header_wrap h4 {
    font-size: 44px;
    font-weight: 700;
    color: #000;
}

#work02 .header_wrap .info {
    margin-top: 15px;
    display: flex;
    gap: 22px;
    justify-content: center;
}

#work02 .header_wrap .info span {
    font-size: 17px;
}

#work02 .header_wrap .info span+span {
    margin: 0;
}

#work02_view .option_wrap .list_btn_wrap {
    position: absolute;
    top: 0;
    right: calc(50% - 100px);
}

#work02_view .option_wrap .list_btn_wrap a {
    padding: 14px 15px;
    background: var(--page-point-color);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    border-radius: 100px;
    width: 200px;
}

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

.board_data_view .header_wrap .title {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.025em;
}

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

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

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

#bbsArea .table_blog2 dd:nth-child(3n-1) {
    /* margin-top: 100px; */
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 1px solid #ddd;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    /* box-shadow: 4px 4px 4px #b9b8b8; */
    overflow: hidden;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {
    position: relative;
}

#bbsArea .table_blog2 .inner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1;
}

#bbsArea .table_blog2 .inner:hover::before {
    background: rgba(0, 0, 0, 0.8);
}

#bbsArea .table_blog2 .inner .bottom {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 0 40px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

#bbsArea .table_blog2 .inner:hover .bottom {
    opacity: 1;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
    text-align: left;
}

#bbsArea .table_blog2 .inner .bottom .title span {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 500;
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-wrap: wrap;
    color: #fff;
}

#bbsArea .table_blog2 .inner .bottom .title a:hover {
    color: #fff;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;
    letter-spacing: 0;
}

#bbsArea .table_blog2 .inner .bottom .title a span:hover {
    color: #fff;
}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}

/* Contact */
[id^=contact0] .subpage-header .bg {
    background: url("/public/img/sub/subBg_contact.jpg") no-repeat center / cover;
}

.write-wrap {
    display: flex;
    position: relative;
    gap: 100px;
    justify-content: space-between;
}

.write-wrap #bbsArea {
    padding: 60px;
    box-shadow: 0 0 30px rgba(24, 33, 43, 0.12);
    background-color: #fff;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #000000 0%, #fff 30%);
    border-radius: 15px;
}

.write-wrap .board_wrapper {
    margin-bottom: 0;
}

[id^=contact0] .title-h3 h3 {
    font-size: 45px;
    letter-spacing: 0;
}

.location-wrap {}

.location-wrap .info-box {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 3fr;
    margin: 80px auto 0;
    /* width: 85%; */
    justify-content: space-between;
    gap: 10%;
}

.location-wrap .info-box .info:first-child {
    display: flex;
    justify-content: space-between;
    padding: 45px 35px;
    height: 280px;
    background: linear-gradient(221deg, #39a7e6, #1d5a9b);
    flex-direction: column;
    z-index: 999;
    margin-top: -240px;
    margin-left: 100px;
    border-radius: 2px;
    aspect-ratio: 1;
}

.location-wrap .info-box .info h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.location-wrap .info-box .info:first-child h6 {
    border-bottom: none;
    color: #fff;
}

.location-wrap .info-box .info:first-child ul li {
    color: #fff;
}

.location-wrap .info-box .info ul {}

.location-wrap .info-box .info ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}

.location-wrap .info-box .info ul li+li {
    margin-top: 7px;
}

.location-wrap .info-box .info ul li span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-right: 10px;
}

.location-wrap .info-box .info:last-child ul li span {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}

.location-wrap .info-box .info:last-child ul li span::before {
    content: "\f6ea";
    font-family: var(--icons);
    font-variation-settings: var(--gms-600-out);
    font-size: 21px;
    position: absolute;
    left: -2px;
    top: -1px;
    text-align: center;
}

.location-wrap .info-box .info:last-child ul li:nth-child(2) span::before {
    content: "\e158";
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

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

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

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}



/* 목록 게시판 */
#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {
    font-size: 18px;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {
    font-weight: 400;
}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {
    margin-top: -5px;
    background: var(--page-point-color2);
    border-radius: 1px;
    font-weight: 400;
    letter-spacing: 0;
}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    font-size: 16px;
    padding: 20px 15px;
    color: #777;
}

.table.table_default tbody .subject a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* 주문폼 */
#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #fff;
    border-color: #e5e5e5;
    padding: 20px 15px;
    width: 180px;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 16px;
    padding: 15px;
}

#bbsArea form table tr#item_captcha {}

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

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

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

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

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

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

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

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

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

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

.checkbox.privacy_checkbox {
    margin-top: 5px !important;
}

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

.btn.btn-lg {
    width: 160px;
    height: 52px;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

.btn {
    font-size: 15px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border-color: var(--page-point-color-hover);
}

.form-control {
    font-size: 15px;
    height: 42px;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #202329;
    color: #fff;
}

footer li {
    font-size: 14px;
    color: #a9a9a9;
    letter-spacing: 0;
    line-height: 1.7;
}

footer li:first-child {
    color: #eee;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

footer li.copy {
    margin-top: 10px;
    color: #666;
    font-size: 11px;
}

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

footer .footer-wrap {
    padding: 40px 0;
}

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

.footer-info li.login a {
    display: block;
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

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

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

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

/* 푸터 - 대학교형 */
/* #site footer {
    margin-top: 0;
}

#site footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
    letter-spacing: -0.03em;
    background: #fff;
}

@media (min-width: 1440px) {
    #site footer .container {
        width: 1440px;
    }
}

#site .footer-wrap .footer-link {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

footer .footer-link ul {
    display: flex;
    gap: 50px;
}

footer .footer-link li {}


footer .footer-link li:hover::before {
    width: 100%;
}

footer .footer-link li a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

footer .footer-link li.privacy a {}

footer .footer-link li a:hover {
    color: #000;
}

footer .footer-info {
    padding: 50px 0;
}

.footer-info ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li:first-child {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
    color: #111;
    font-weight: 500;
}

.footer-info li {
    font-size: 16px;
    margin-right: 20px;
    color: #666;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
}

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

.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: 9px 0;
    }

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

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

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        border: 0;
        padding: 0;
        box-shadow: none;
        background: transparent;
        display: block;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #333;
    }
}

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !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: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

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

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    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: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    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;
    }

    100% {
        opacity: 1;
    }
}

.ani {
    --opacity: 0;
    --s-level: 4;
    --d-level: 0;
    --t-level: 4;
    --value: 20px;
    --duration-second: 0.25s;
    --delay-second: 0.25s;
    --duration: calc(var(--duration-second) * var(--s-level));
    --delay: calc(var(--delay-second) * var(--d-level));
    --property: all;
    --timing-function: ease;
    --translate: calc(var(--value) * var(--t-level));
    --scale: 1;
    opacity: var(--opacity);
    transition-duration: var(--duration);
    transition-property: var(--property);
    transition-timing-function: var(--timing-function);
    translate: var(--translateX) var(--translateY);
    scale: var(--scale);
}

.ani.active {
    transition-delay: var(--delay);
}

@media (width <=767.98px) {

    .ani {
        --delay: 0 !important;
        --value: 10px;
    }
}

.ani[class*="fade"] {
    --opacity: 0;
    filter: blur(2px);
}

.ani[class*="show"] {
    --opacity: 1;
}

.ani[class*="curtain"] {
    --opacity: 1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0%, 0 0, 0 100%, 0% 100%);
}

.ani[class*="curtain"][class*="fade"] {
    --opacity: 0;
}

.ani[class*="curtain"]>span {
    transition: 1s;
    margin-left: -200%;
}

.ani[class*="-s0"] {
    --s-level: 0;
}

.ani[class*="-s05"] {
    --s-level: 0.5;
}

.ani[class*="-s1"] {
    --s-level: 1;
}

.ani[class*="-s2"] {
    --s-level: 2;
}

.ani[class*="-s3"] {
    --s-level: 3;
}

.ani[class*="-s4"] {
    --s-level: 4;
}

.ani[class*="-s5"] {
    --s-level: 5;
}

.ani[class*="-s6"] {
    --s-level: 6;
}

.ani[class*="-s7"] {
    --s-level: 7;
}

.ani[class*="-s8"] {
    --s-level: 8;
}

.ani[class*="-d0"] {
    --d-level: 0;
}

.ani[class*="-d05"] {
    --d-level: 0.5;
}

.ani[class*="-d1"] {
    --d-level: 1;
}

.ani[class*="-d2"] {
    --d-level: 1.25;
}

.ani[class*="-d3"] {
    --d-level: 1.5;
}

.ani[class*="-d4"] {
    --d-level: 1.75;
}

.ani[class*="-d5"] {
    --d-level: 2;
}

.ani[class*="-d6"] {
    --d-level: 2.25;
}

.ani[class*="-d7"] {
    --d-level: 2.5;
}

.ani[class*="-d8"] {
    --d-level: 2.75;
}

.ani[class*="-d9"] {
    --d-level: 3;
}

.ani[class*="-d10"] {
    --d-level: 3.25;
}

.ani[class*="-t0"] {
    --t-level: 0;
}

.ani[class*="-t05"] {
    --t-level: 0.5;
}

.ani[class*="-t1"] {
    --t-level: 1;
}

.ani[class*="-t2"] {
    --t-level: 2;
}

.ani[class*="-t3"] {
    --t-level: 3;
}

.ani[class*="-t4"] {
    --t-level: 4;
}

.ani[class*="-t5"] {
    --t-level: 5;
}

.ani[class*="-tx2"] {
    --t-level: 20;
}

.ani[class*="-tx3"] {
    --t-level: 30;
}

.ani[class*="-ease"] {
    --timing-function: ease;
}

.ani[class*="-ease-in"] {
    --timing-function: ease-in;
}

.ani[class*="-ease-out"] {
    --timing-function: ease-out;
}

.ani[class*="-ease-in-out"] {
    --timing-function: ease-in-out;
}

.ani[class*="-linear"] {
    --timing-function: linear;
}

.ani[class*="-upper"] {
    --translateX: 0;
    --translateY: var(--translate);
}

.ani[class*="-under"] {
    --translateX: 0;
    --translateY: calc(var(--translate) * -1);
}

.ani[class*="-left"] {
    --translateX: calc(var(--translate) * -1);
    --translateY: 0;
}

.ani[class*="-right"] {
    --translateX: var(--translate);
    --translateY: 0;
}

.ani[class*="-scale"] {}

.ani[class*="-scale"][class*="-up"] {
    --scale: 0.5;
}

.ani[class*="-scale"][class*="-down"] {
    --scale: 1.5;
}

.ani.custom {
    --opacity-0: 0;
    --opacity-100: 1;
    --transform-0: translate(0, 0);
    --transform-100: translate(0, 0);
    --opacity: 0;
    animation: ani-custom var(--duration) var(--timing-function) var(--delay) forwards;
}

.ani.active {
    opacity: 1;
}

.ani.active[class*="fade"] {
    --translate: 0;
    --scale: 1;
    --opacity: 1;
    filter: blur(0px);
}

.ani.active[class*="show"] {
    --translate: 0;
    --scale: 1;
}

.ani.active[class*="curtain"] {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ani.active[class*="curtain"][class*="fade"] {
    --opacity: 1;
}

@keyframes ani-custom {
    0% {
        opacity: var(--opacity-0);
        transform: var(--transform-0);
    }

    100% {
        opacity: var(--opacity-100);
        transform: var(--transform-100);
    }
}

@keyframes opactiy {
    0% {
        opacity: 0.86;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:1199px) {
    .navbar-inverse .navbar-right>li>a{
        min-width: 150px;
        font-size: 18px;
    }
    .write-wrap {
        flex-direction: column;
        gap: 0;
    }
}
@media (max-width:991px) {
    [id^=contact0] .title-h3 h3 {
        font-size: 30px;
    }
    .title-h3 p {
        font-size: 16px;
        margin-top: 20px;
    }
    .insta-wrap .tag ul li {
        font-size: 12px;
    }
    .insta-wrap .info-box {
        margin-top: 40px;
        gap: 30px;
    }
    .insta-wrap .name .btn-wrap a {
        width: 100px;
        padding: 7px 10px;
        font-size: 12px;
    }
    .insta-wrap .name h6 {
        font-size: 20px;
    }
    .insta-wrap .info-logo img {
        width: 150px;
    }
    .insta-wrap .logo h5 span {
        font-size: 20px;
        margin-left: 4px;
    }
    .insta-wrap .logo h5 {
        font-size: 20px;
    }
    .insta-wrap .info {
        font-size: 16px;
        gap: 15px;
    }
    .insta-wrap .info .follow span {
        font-size: 12px;
    }
    .insta-wrap {
        width: 100%;
        padding: 25px;
    }
    .insta-wrap .tag p {
        font-size: 13px;
    }
    .navbar-inverse .navbar-right>li>a{
        min-width: 100%;
        font-size: 16px;
        padding: 40px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 13px;
    }
    .navbar-brand {
        height: 50px;
    }
    #main01 .text-box {
        font-size: 50px;
    }
    #main01 .move-txt h4 {
        font-size: 50px;
    }
    #main01 .move-txt p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
    }
    .mainpage .banner-con .main-tit p {
        font-size: 25px;
        margin-top: 30px;
    }
    .tab-contents{
        height: 600px;
    }
    .tab-content .main-tit h3 {
        font-size: 40px;
    }
    .tab-content .main-tit p {
        color: #dbdbdb;
        font-size: 17px;
        font-weight: 500;
    }
    .busi-type {
        grid-template-columns: repeat(1, 1fr);
        width: 35%;
    }
    .busi-type .busi-btn {
        padding: 35px;
        height: 150px;
    }
    .busi-type .busi-btn{
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    .busi-btn .txt-box h6 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .tab-content .inner h4 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .tab-content .inner li {
        font-size: 18px;
    }
    .tab-content .inner li+li {
        margin-top: 5px;
    }
    #main04 .inner h2 {
        font-size: 35px;
    }
    #main04 {
        height: 500px;
    }
    #main05 .main-tit p {
        font-size: 22px;
    }
    .work-board .type_blog_b {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 55px;
    }
    .work-board .type_blog_b .inner .top a span {
        height: 420px;
    }
    .work-board .type_blog_b .inner .bottom .title {
        min-height: 70px;
    }
    .work-board .type_blog_b .inner .bottom .title .subject {
        font-size: 15px;
    }
    #main06 .main-tit h3 {
        font-size: 35px;
    }
    .mainpage #main06 .main-tit p {
        font-size: 17px;
    }
    .main-form {
        grid-template-columns: 1fr 1fr;
        gap: 55px;
    }
    .partner-box .partner {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    footer li:first-child {
        font-size: 14px;
        margin-bottom: 7px;
    }
    footer li {
        font-size: 12px;
        line-height: 1.7;
    }
    #main01 .move-txt {
        top: 60%;
    }
    #main01 .move-txt.videoEnd {
        position: absolute;
        top: 87%;
    }
    .subpage-header {
        height: 360px;
    }
    .subpage-title h2 {
        font-size: 40px !important;
        margin-top: 40px;
    }
    .subpage-content {
        padding: 100px 0 150px;
    }
    .title-h3 h3 {
        font-size: 38px;
    }
    .title-h3 {
        margin-bottom: 45px;
    }
    .banner-img {
        height: 500px;
        margin-bottom: 100px;
    }
    .banner-img h2 {
        font-size: 45px;
    }
    .misson-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    .misson-wrap .img-box img {
        height: 260px;
    }
    .misson-wrap .img-box h6 {
        margin-top: 20px;
        font-size: 20px;
    }
    .misson-wrap .img-box {
        margin-bottom: 5px;
    }
    .misson-wrap .txt-box p {
        font-size: 15px;
    }
    .insta-wrap .youtube a {
        margin: 0;
        font-size: 13px;
    }
    .busi-box {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-top: 80px;
    }
    .history-wrap .history-box h3 {
        font-size: 27px;
        padding: 20px 40px;
    }
    .history-wrap .history-box {
        grid-template-columns: 1fr 3fr;
        gap: 74px;
    }
    .history-wrap::before {
        left: 25%;
    }
    .time-list {
        gap: 30px;
        padding-top: 30px;
    }
    .time-list .time {
        grid-template-columns: 50px 1fr;
    }
    .time-list .time p {
        font-size: 17px;
    }
    .time-list .time .month {
        font-size: 18px;
    }
    .history-wrap .history-box+.history-box {
        margin-top: 60px;
    }
    .time-list .time p+p {
        margin-top: 12px;
    }
    #work02 .category_wrap ul {
        gap: 15px;
    }
    #work02 .category_wrap li+li::before {
        left: -6px;
    }
    #work02 .category_wrap li a {
        font-size: 16px;
        padding: 5px 11px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 90px 30px;
    }
    .location-wrap .info-box .info:first-child {
        padding: 20px 20px;
        height: 100%;
        margin-top: 0;
        margin-left: 0;
        aspect-ratio: unset;
    }
    .location-wrap .info-box {
        margin: 40px auto 0;
        gap: 20px;
    }
    .location-wrap .info-box .info ul li {
        font-size: 12px;
    }
    .location-wrap .info-box .info h6 {
        font-size: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
    }
    .root_daum_roughmap .wrap_map{
        height: 330px !important;
    }
}
@media (max-width:767px) {
    #main01 .move-txt.videoEnd {
        position: absolute;
        top: 65%;
    }
    #main01 .item video{
        height: 600px !important;
    }
    .mainpage #main01{
        height: 600px;
    }
    #main01 .text-box{
        transform: unset;
        top: 30%;
    }
    #main01 video{
        object-fit: cover !important;
    }
    .navbar-brand{
        margin-left: 15px !important;
    }
    .navbar-inverse{
        padding: 12px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background: #fff;
    }
    .navbar-inverse.on .navbar-toggle .icon-bar{
        background: #000;
    }
    .tab-content {
        display: none;
        opacity: 0;
        padding: 35px;
        height: 100%;
    }
    .tab-contents {
        height: 500px;
    }
    .busi-type .busi-btn {
        padding: 20px 15px;
        height: 125px;
    }
    .busi-btn .txt-box h6 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .busi-btn .txt-box a {
        font-size: 14px;
    }
    #main04 .inner h2 {
        font-size: 25px;
    }
    .main-form {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .footer-info li.login a {
        padding: 5px 16px;
        font-size: 11px;
    }
    .footer-info li.login {
        bottom: -5px;
    }
    .navbar-inverse .navbar-right>li>a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        background: #fff;
    }
    #bbsArea .board_list_list tbody th, #bbsArea .board_list_list tbody td {
        font-size: 13px;
        padding: 15px 10px;
        color: #777;
    }
    #bbsArea .board_list_list thead tr th {
        font-size: 15px;
        padding: 15px 12px;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }
    #bbsArea .board_wrapper {
        overflow: hidden;
        overflow-x: auto;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 220px !important;
    }
    .table.table_default tbody .subject a {
        font-size: 14px;
    }
    [id^=contact0] .title-h3 h3 {
        font-size: 25px;
        letter-spacing: 0;
    }
    #contact02 #bbsArea form table tr#item_name{
        display: none !important;
    }
    #contact02 #bbsArea form table td{
        border: 0;
    }
    #contact02 .table.table_responsive tbody tr th{
        padding: 15px 10px !important;
    }
}
@media (max-width:576px) {
    #work02 .header_wrap .info span {
        font-size: 12px;
    }
    .board_blog2_view #board_data_view .header_wrap .title span {
        display: block;
        font-size: 15px;
        font-weight: 400;
        width: fit-content;
        margin: 0 auto 21px;
        background: var(--page-point-color);
        color: #fff;
        border-radius: 15px;
        padding: 5px 12px;
    }
    #work02 .header_wrap h4{
        font-size: 20px;
    }
    #main01 .text-box{
        font-size: 40px;
    }
    .write-wrap #bbsArea {
        padding: 30px 15px;
    }
    #work02 .title-h3 {
        margin-bottom: 45px;
    }
    #work02 .category_wrap li a {
        font-size: 11px;
        padding: 5px 5px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: 1fr;
    }
    .busi-box .img-wrap .img-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .busi-txt .dot-list li+li {
        margin-top: 12px;
    }
    .busi-txt .dot-list li::before {
        top: 9px;
    }
    .busi-txt .dot-list li {
        font-size: 15px;
        padding-left: 17px;
    }
    .busi-box .busi-img {
        gap: 35px;
    }
    .busi-wrap {
        margin-top: -22px;
    }
    .dot-list li {
        position: relative;
        padding-left: 17px;
        font-size: 14px;
    }
    .banner-img {
        height: 370px;
        margin-bottom: 80px;
    }
    .title-h4 {
        margin-bottom: 25px;
    }
    .misson-wrap .img-box img {
        height: 200px;
    }
    .title-h4 h4 {
        font-size: 23px;
        font-weight: 800;
    }
    .banner-img h2 {
        font-size: 30px;
    }
    .title-h3 h3 {
        font-size: 22px;
    }
    .subpage-title h2 {
        margin-top: 35px;
    }
    .subpage-title h2 {
        font-size: 30px !important;
    }
    .subpage-header {
        height: 220px;
    }
    .navbar-brand {
        height: 38px;
    }
    #main02 .main-tit p br{
        display: none;
    }
    #main05 .main-tit p br{
        display: none;
    }
    #main01 .move-txt h4 {
        font-size: 30px;
    }
    #main01 .move-txt p {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
    .mainpage .banner-con {
        background: #fff;
        padding: 60px 0;
    }
    .main-tit h3 {
        font-size: 17px;
    }
    .mainpage .banner-con .main-tit p {
        font-size: 19px;
        margin-top: 25px;
    }
    .tab-content .main-tit h3 {
        font-size: 25px;
    }
    .tab-content .main-tit p {
        font-size: 13px;
    }
    .tab-content {
        padding: 35px 15px;
    }
    .busi-type {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        bottom: 0;
        top: unset;
    }
    .busi-btn .txt-box h6 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .tab-content.active {
        display: flex;
        flex-direction: column;
        gap: 66px;
        justify-content : unset;
    }
    .busi-btn .txt-box a {
        font-size: 12px;
    }
    .tab-content .inner h4 {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .tab-content .inner li {
        font-size: 12px;
    }
    .busi-type .busi-btn {
        padding: 20px 8px;
    }
    #main04 {
        height: 370px;
    }
    #main05 .main-tit p {
        font-size: 19px;
    }
    .busi-type .busi-btn {
        padding: 20px 15px;
        height: 95px;
    }
    #main04 .inner h2 br{
        display: none;
    }
    .work-board .type_blog_b {
        grid-template-columns: repeat(1, 1fr);
    }
    .work-board .type_blog_b .inner .top a span {
        aspect-ratio: 3 / 4;
        height: auto;
    }
    .work-board .type_blog_b .inner .bottom .title {
        min-height: 50px;
    }
    .work-board .type_blog_b .inner .bottom .title .subject {
        font-size: 13px;
    }
    #main06 .main-tit h3 {
        font-size: 24px;
    }
    .mainpage #main06 .main-tit p {
        font-size : 15px;
    }
    .table.table_responsive tbody tr th {
        padding: 0 10px !important;
    }
    .partner-box .partner {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .insta-wrap .info-logo img {
        width: 85px;
    }
    .insta-wrap .info .name {
        display: flex
    ;
        gap: 7px;
        flex-direction: column;
        align-items: flex-start;
    }
    .insta-wrap {
        width: 100%;
        padding: 10px;
    }
    .insta-wrap .logo h5 {
        font-size: 15px;
    }
    .history-wrap .history-box h3 {
        font-size: 20px;
        padding: 20px 10px;
    }
    .history-wrap .history-box {
        grid-template-columns: 1fr 3fr;
        gap: 28px;
    }
    .history-wrap::before {
        left: 26%;
    }
    .time-list .time .month::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #bcd2ef;
        position: absolute;
        left: -20px;
        top: 8px;
    }
    .time-list .time p {
        font-size: 14px;
    }
    .time-list .time .month {
        font-size: 15px;
    }
    .time-list .time p small {
        color: #333;
        font-size: 12px;
        display: block;
        margin-top: 8px;
        font-weight: 400;
    }
    .time-list .time {
        grid-template-columns: 39px 1fr;
    }
    .location-wrap .info-box .info:last-child ul li span::before {
        font-size: 14px;
    }
    .location-wrap .info-box .info:last-child ul li span {
        font-size: 13px;
        padding-left: 16px;
    }
    .location-wrap .info-box {
        margin: 40px auto 0;
        gap: 10px;
        display: flex
;
        flex-direction: column;
    }
}