@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&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.025em;
    word-break: keep-all;
    line-height: 1.6;
}

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

a:hover {
    text-decoration-line: none;
    color: var(--page-point-color);
}

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

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

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

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

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #9b5b13;
    --page-point-color-hover: #754107;
    --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: auto;
    /* padding: 0; */
    margin-left: 0 !important;
    padding: 0;
}

.navbar-brand>span {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    font-style: italic;
    font-family: 'Poppins';
    letter-spacing: -0.02em;
}

.navbar-inverse.on .navbar-brand>span,
.navbar-inverse.mem .navbar-brand>span {
    color: #000;
}

.navbar-inverse.main-on .navbar-nav>li>a:hover {
    color: #fff !important;
}

.navbar-inverse.main-on .navbar-brand>span,
.navbar-inverse.main-on .navbar-nav>li>a {
    color: #fff;
}

.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;
    filter: brightness(0) invert(1);
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: none;
}


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

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

    .navbar-inverse>.container {
        width: 100%;
        padding: 0 100px;
        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 {
        z-index: 1030;
        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 {}

    .navbar-inverse .navbar-right>li>a {
        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 .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 li .dropdown-menu {
    transform-origin: center top;
    animation: menuOpen 0.35s forwards;
}

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    font-weight: 400;
}

.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: 18px;
    font-weight: 600;
    color: #333;
    padding: 40px 40px;
    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: #000;
}

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

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

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
}

/* 슬라이드 글자*/
.carousel-caption {
    padding: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-caption h1 {
    margin-bottom: 50px;
    position: relative;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    font-size: 80px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* font-family: "Noto Serif KR"; */
}

.carousel-caption p {
    /* margin-bottom: 60px; */
    /* font-size: 17px; */
    font-size: 40px;
    text-shadow: none;
    /* letter-spacing: 0.5em; */
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 40px;
}

.carousel-caption h1+p::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    margin: 40px auto 0;
}

.carousel-caption .dash-list {
    text-align: left;
    text-shadow: none;
    display: flex;
    gap: 20px;
    border-radius: 40px;
}

.carousel-caption .dash-list li {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    width: 240px;
    letter-spacing: 0.034em;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
    /* font-size: 28px; */
    font-weight: 600;
    /* padding: 0; */
}

.carousel-caption .dash-list li+li {
    margin-top: 13px;
}

.carousel-caption .dash-list li::before {
    content: "\e430";
    font-family: var(--icons);
    font-variation-settings: var(--gms-100-out);
    font-size: 80px;
    color: #fff;
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    line-height: 1.2;
}

.carousel-caption .dash-list li:nth-child(2)::before {
    content: "\f7fd";
}

.carousel-caption .dash-list li:nth-child(3)::before {
    content: "\eaf2";
}

.carousel-caption .dash-list li:nth-child(4)::before {
    content: "\f8ca";
}

/*
.carousel-caption .dash-list li::after {
    content: '';
    display: block;
    width: 100%;
    height: 240px;
    background: rgb(193 253 255 / 14%);
    position: absolute;
    z-index: -1;
    backdrop-filter: blur(7px);
}
*/
.dash-list {}

.dash-list li {
    position: relative;
    padding-left: 12px;
}

.dash-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 1px;
    background: #333;
}

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

.carousel-control,
.carousel-indicators {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mainpage #main01 {
    /* background: #ddd url(/public/img/main/main01bg.jpg) no-repeat center / cover; */
    display: none;
}

.mainpage .main-box {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 100px;
    align-items: flex-start;
}

.main-tit {
    width: fit-content;
}

.main-tit h3 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

.main-tit a {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background: #333;
    border: 1px solid #333;
    /* backdrop-filter: blur(3px); */
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.main-tit a::after {
    content: '\f591';
    font-family: var(--icons);
    font-size: 30px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.main-tit a:hover {
    background: #fff;
    color: #000;
}

.main-tit a:hover::after {
    color: #000;
}

.main-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.main-inner .inner {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 100px 30px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.main-inner .inner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    filter: brightness(0.5);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.main-inner .inner:hover::before {
    filter: brightness(0.9);
}

.main-inner .inner:nth-child(1)::before {
    background: url('/public/img/main/main01_01.jpg') no-repeat center / cover;
}

.main-inner .inner:nth-child(2)::before {
    background: url('/public/img/main/main01_02.jpg') no-repeat center / cover;
}

.main-inner span {
    font-size: 65px;
    --wght: 250;
    z-index: 1;
}

.main-inner .cont-info {}

.main-inner p {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-inner ul {}

.main-inner ul li {
    font-size: 21px;
    font-weight: 300;
}

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

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

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

#contact01 .subpage-title {
    border-bottom: 1px solid #999;
}

.subpage-title h2 {
    line-height: 1;
    margin-bottom: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 82px;
    color: #333;
    /* font-family: "Noto Serif KR"; */
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #999;
}

.snb li {}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding: 20px 30px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.3s ease;
}

.snb a:hover,
.snb a:focus {
    color: #222;
    font-weight: 700;
}

.snb li.active a {
    background: #000;
    font-weight: 600;
    color: #fff;
    padding: 20px 30px;
}

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

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

.subpage-content .con {}

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

.title-h3 h3 {
    font-size: 40px;
    font-weight: 700;
    /* font-family: "Noto Serif KR"; */
}

/* 연혁 */
#ab01 .title-h3 h3,
#contact01 .title-h3 h3 {
    letter-spacing: 0;
}

.history-wrap {}

.history-inner {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 100px;
}

.history-wrap p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 80px;
    line-height: 1.5;
}

.history-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.history-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    /* background: #ddd; */
}

.history-box .history {
    position: relative;
    display: flex;
    gap: 20px 50px;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.history-box .history::before {
    position: absolute;
    content: "";
    width: 13px;
    aspect-ratio: 1;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff;
    left: -6px;
    top: 10px;
    display: none;
}

.history-box .history span {
    font-size: 45px;
    font-weight: 700;
    display: block;
    font-family: "Noto Serif KR";
}

.dot-list {}

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

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

.history-box .history ul {
    font-size: 18px;
    font-weight: 300;
    color: #424242;
}

.history-box .history ul li {
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    color: #333;
    line-height: 1.5;
}

.history-box .history ul li::before {
    top: 10px;
}

.history-inner .img-box {}

.history-inner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 조광호의 작품세계 */
.intro-wrap {
    display: flex;
    gap: 30px;
}

.intro {
    padding: 60px 50px;
    background: #f6f6f6f6;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intro::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    aspect-ratio: 1;
    border: 20px solid #fff;
    border-top: 20px solid #e3dcd3;
    border-left: 20px solid #e3dcd3;
}

.intro:nth-child(even)::before {
    /* right: unset; */
    /* left: 110px; */
}

.intro:nth-child(even) {
    /* text-align: end; */
}

.intro:nth-child(even) .name {
    justify-content: end;
}

.intro .txt {}

.intro .txt p {
    font-size: 20px;
    font-weight: 800;
    font-family: "Noto Serif KR";
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: -0.045em;
}

.intro .txt p+p {
    font-family: "Pretendard Variable";
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.025em;
}

.intro .txt p small {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Pretendard Variable';
}

.intro .name {
    display: flex;
    gap: 5px;
    font-weight: 600;
    align-items: end;
    font-size: 17px;
    width: 100%;
    justify-content: end;
    /* font-family: "Noto Serif KR"; */
}

.intro .name small {
    font-size: 16px;
    opacity: 0.8;
    color: #493015;
    letter-spacing: 0;
}

.certi-wrap {
    display: flex;
    justify-content: space-between;
    gap: 150px;
}

.certi-wrap .txt-box {}

.certi-wrap .dash-list {
    margin: 0 0 70px;
}

.certi-wrap .dash-list li {
    font-size: 22px;
    font-weight: 600;
    padding-left: 25px;
    line-height: 1.6;
}

.certi-wrap .dash-list li+li {
    margin-top: 40px;
}

.certi-wrap .dash-list li::before {
    width: 2px;
    height: 94%;
    top: 2px;
}

.certi-wrap .dash-list li span {
    color: var(--page-point-color);
    font-size: 75%;
    margin-left: 10px;
}

.certi-wrap .info {
    margin-top: 40px;
}

.certi-wrap .info p {
    font-size: 18px;
    line-height: 1.6;
}

.certi-wrap .info p+p {
    margin-top: 20px;
}

.certi-wrap .img-box {
    flex: 1 0 30%;
}

.certi-wrap .img-box img {}

/* 주요실적 */
.perfor-wrap {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 30px;
}

.perfor-wrap .num-list {}

.perfor-wrap .img-box img {
    width: 100%;
    height: 600px;
}

.perfor-wrap .num-list li {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.perfor-wrap .num-list li+li {
    margin-top: 20px;
}

.perfor-box {}

.perfor-box .img-box {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.perfor-box .img-box::before {
    position: absolute;
    content: "자세히 보기";
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.perfor-box .img-box:hover::before {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 10;
}

.perfor-box .img-box img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.perfor-wrap a:hover .img-box img {
    transform: scale(1.1);
    filter: grayscale(0.8);
}

.perfor-box p {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.contact-form iframe {
    height: 600px !important;
}

.contact {
    margin-bottom: 40px;
}

.contact ul {
    /* display: flex; */
    /* flex-direction: row; */
    /* gap: 20px; */
    /* justify-content: space-between; */
}

.contact ul li {
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 2;
}

.contact ul li+li {
    margin-top: 7px;
}

.contact ul li span {
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 140px;
}

.contact ul li span::before {
    content: "\e61d";
    font-family: var(--icons);
    font-variation-settings: var(--gms-400-fill);
    font-size: 16px;
    color: #fff;
    background: #222;
    position: relative;
    width: auto;
    height: auto;
    line-height: 1.2;
    border-radius: 50%;
    padding: 6px 7px 0;
    aspect-ratio: 1;
}

.contact ul li:nth-child(2) span::before {
    content: "\e55e";
}

.contact ul li:nth-child(3) span::before {
    content: "\e7fd";
}

.contact ul li b {
    display: block;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
}

#contact01 #bbsArea form table th {
    width: 170px;
}

/* 블로그 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;
}

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

#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;
    transition: all 0.3s ease-in-out;
    position: relative;
}

#bbsArea .table_blog2 .inner .top a::before {
    width: 100%;
    height: 100%;
    content: "더보기";
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
    z-index: 1;
}

#bbsArea .table_blog2 .inner .top a:hover::before {
    content: "";
    background: rgba(0, 0, 0, 0);
}

#bbsArea .table_blog2 .inner .top {}

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


#bbsArea .table_blog2 .inner .top a span {
    /* aspect-ratio: 5 / 4; */
    height: 270px;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: center;
    padding: 0;
    margin-top: 15px;
}

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

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

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

}

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

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


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

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

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

.search_wrap {
    margin-top: 80px;
}

.board_data_view .header_wrap .title {
    font-size: 30px;
    font-weight: 600;
}

/* 주문폼 */
#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;
    padding: 20px 10px;
    border-color: #e5e5e5;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    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: 0 !important;
}

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

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

#login_btn {
    width: 100%;
}

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

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

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

footer li.copy {
    margin-top: 0;
    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: 34px 0;
}

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

.footer-info li.login a {
    display: block;
    padding: 2px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

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

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

/* 푸터 - 대학교형 */
/* #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: 15px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
        margin: 11px 15px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        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: #fff;
    }

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        /* background: #fff; */
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .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: 180px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 15px 0;
        background: #fff;
        border-radius: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    }

    .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;
        scale: 1 0;
    }

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

@media (max-width:1199px) {
    .intro-wrap {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    .navbar-brand>span {
        font-size: 25px;
    }

    .navbar-inverse>.container {
        padding: 0 50px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 25px;
    }

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

@media (max-width:991px) {
    .contact-form iframe {
        height: 350px !important;
    }

    .contact-form {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    #bbsArea .table_blog2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 30px;
    }

    .perfor-wrap .num-list li {
        font-size: 18px;
    }

    .certi-wrap .info p {
        font-size: 16px;
        line-height: 1.6;
    }

    .certi-wrap .dash-list li {
        font-size: 18px;
        padding-left: 18px;
    }

    .certi-wrap {
        gap: 70px;
    }

    .intro .name small {
        font-size: 12px;
    }

    .intro .name {
        font-size: 15px;
    }

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

    .intro .txt p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .intro {
        padding: 30px 25px;
    }

    .history-box .history ul li::before {
        top: 8px;
    }

    .history-box .history ul li {
        font-size: 15px;
    }

    .history-box .history span {
        font-size: 30px;
    }

    .history-box .history {
        gap: 20px 25px;
        padding: 25px;
    }

    .history-inner {
        grid-template-columns: 0.6fr 1fr;
        gap: 15px;
    }

    .history-wrap p {
        font-size: 20px;
        margin-bottom: 80px;
    }

    .title-h3 h3 {
        font-size: 30px;
    }

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

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

    .snb a {
        display: flex;
        font-size: 16px;
        padding: 12px 21px;
    }

    .snb li.active a {
        padding: 12px 21px;
    }

    .subpage-title h2 {
        margin-bottom: 80px;
        font-size: 40px;
    }

    .subpage-header {
        height: 250px;
    }

    .navbar-inverse>.container {
        padding: 0 15px;
    }

    .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 55px;
    }

    .carousel-caption .dash-list li::before {
        font-size: 50px;
    }

    .carousel-caption .dash-list li+li {
        margin-top: 0;
    }

    .carousel-caption .dash-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .carousel-caption .dash-list li {
        width: 100%;
        padding: 20px 10px;
        gap: 10px;
        font-size: 16px;
    }

    .carousel-caption {
        width: 100%;
    }
}

@media (max-width:767px) {
    #bbsArea .table_blog2 .inner:hover {
        transform: none;
    }

    .navbar-inverse.main-on .navbar-nav>li>a:hover {
        color: #000 !important;
    }

    .navbar-inverse {
        padding: 15px 0;
    }

    .navbar-brand {
        margin-left: 15px !important;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #000 !important;
        padding: 15px 15px;
    }

    .navbar-collapse {
        background: #fff;
    }
}

@media (max-width:576px) {
    .board_data_view .contents_wrap img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .carousel-caption .dash-list li::before {
        font-size: 35px;
    }

    .carousel-caption p {
        margin-bottom: 0;
    }

    .carousel-caption h1+p::after {
        margin: 15px auto 0;
    }

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

    .contact ul li span {
        font-size: 15px;
        width: 120px;
    }

    .contact ul li {
        font-size: 14px;
    }

    #bbsArea .table_blog2 .inner .bottom .title a {
        font-size: 15px;
    }

    #bbsArea .table_blog2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .perfor-wrap .img-box img {
        width: 100%;
        height: 300px;
        object-fit: fill;
    }

    .perfor-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .certi-wrap .img-box img {
        width: 300px;
        margin: 0 auto;
    }

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

    .intro-wrap {
        grid-template-columns: 1fr;
    }

    .subpage-header {
        height: 200px;
    }

    .subpage-title h2 {
        margin-bottom: 50px;
        font-size: 30px;
    }

    .history-inner .img-box img {
        height: 300px;
    }

    .snb li.active a {
        padding: 10px 7px;
    }

    .snb a {
        font-size: 13px;
        padding: 10px 7px;
    }

    .history-box .history {
        padding: 25px 15px;
    }

    .history-box .history ul li {
        font-size: 14px;
    }

    .history-box .history span {
        font-size: 22px;
    }

    .history-inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

    .history-wrap p {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .title-h3 h3 {
        font-size: 25px;
    }

    .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: 40px;
    }

    .carousel-caption .dash-list li {
        padding: 10px 10px;
        gap: 10px;
        font-size: 15px;
    }

    .carousel-caption .dash-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}