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

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

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,
button {
    outline: none !important;
}
a:hover,
a:target,
a:focus {
    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.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: #ab3030;
    --page-point-color-hover: #8d1d1d;
    --icons: "material symbols outlined";
}

.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,
.find_container {
    padding: 200px 0;
}

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

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

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

.navbar-brand > span {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #a53236;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.02em;
    margin-left: 50px;
    margin-top: -3px;
}

.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 {
    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 110px;
        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;
        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 {
    }

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

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

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

nav.navbar.navbar-inverse.navbar-fixed-top {
}

.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: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.3;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.25s ease;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu > li:hover > a {
    background: transparent;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 45px 35px;
    text-align: center;
    line-height: 20px;
    letter-spacing: -0.025em;
}

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

.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,
#mainCarousel .carousel-inner .item,
.main_swiper_widget .swiper-slide,
.main_swiper_widget .swiper:not(.swiper-initialized) {
    height: calc(100vh - 180px);
    /* height: 650px; */
    border-radius: 20px;
    margin: 0 40px;
}

#mainCarousel .carousel-inner {
}

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

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

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

.carousel-caption h1 span {
    display: block;
    margin-bottom: 20px;
    color: #fde2bc;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.9px;
    /* animation: fade 0.7s ease-in-out both; */
}
.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.66px;
    color: #fff;
    animation: fade 0.7s 0.5s ease both;
    text-shadow: none;
}
@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-caption p,
.carousel-caption p {
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin: 0;
    animation: fade 0.7s 0.7s ease both;
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    bottom: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mainpage section:first-child {
    padding-top: 140px;
}

.mainpage section {
    padding-bottom: 120px;
}

#main01 {
}

.main-tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: end;
    p {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.04em;
    }
}

.main-tit .tit {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.main-tit .tit h3 {
    color: #111;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
}

.main-tit .tit p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.5;
}

.main-tit a {
    display: flex;
    padding: 22px 45px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--page-point-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: all 0.25s ease;
}

.main-tit a:hover {
    background: #222;
}

.main-center {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.main-center .inner {
    border-radius: 16px;
    background: #f5f0eb;
    padding: 40px 0 40px 35px;
    transition: all 0.4s ease;
}

.main-center .inner:hover {
    background: #e9e0d7;
    transform: translateY(-15px);
}

.main-center .mc-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 50px;
    margin-bottom: 48px;
}

.main-center .mc-tit h5 {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.03em;
}

.main-center .mc-tit img {
}

.main-center .img-box {
}

.main-center .img-box img {
}

.main-h5 img {
}

.main-board {
    display: flex;
    gap: 80px;
}

.board-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.board-tit h4 {
    color: #111;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.board-tit a {
    color: #df4545;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
}

.main-board > div {
    width: 50%;
}

.main-board .devide-tit {
    color: #222;
}

.main-board .board_box_list {
    /* min-height: 278px; */
}

.main-board .board_box_list .page-header {
    display: none;
}

.main-board .board_box_list .type_list {
    border-top: 1px solid #333;
    height: 100%;
}

.main-board .board_box_list .type_list li {
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    transition: all 0.25s ease;
}

.main-board .board_box_list .type_list li.no_bd_text {
    min-height: 346px;
    justify-content: center;
}

.main-board .board_box_list .type_list li.no_bd_text span {
    font-size: 18px;
    color: #999;
    letter-spacing: 0;
}

.main-board .board_box_list .type_list li:last-child {
    border-bottom-color: #bbb;
}

.main-board .board_box_list .type_list li:hover {
    background: #fafafa;
}

.main-board .board_box_list .type_list li .info {
}

.main-board .board_box_list .type_list li .info span {
    display: none;
}

.main-board .board_box_list .type_list li .info span.regdate {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.4;
}

.main-board .board_box_list .type_list a {
    overflow: hidden;
    text-overflow: ellipsis;
    /* 18px */
    padding: 25px 0;
}

.main-board .board_box_list .type_list a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.main-board .board_box_list .type_list a span:hover {
    text-decoration: underline;
}
#main03 {
    padding: 120px 0;
    background: url("/public/img/main/main03Bg.png") no-repeat center / cover;
}
.quick-wrap {
    display: grid;
    position: relative;
    grid-template-columns: 200px 1fr;
    gap: 181px;
    align-items: center;
}
.quick-wrap::before {
    position: absolute;
    content: "";
    left: 238px;
    top: 50%;
    transform: translateY(-50%);
    width: 81px;
    height: 2px;
    background: #fff;
    animation: quick 1.6s ease-in-out both;
}
@keyframes quick {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.quick-wrap .quick-tit {
}
.quick-wrap .quick-tit h5 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.03em;
}
.quick-wrap .quick-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.quick-wrap .quick-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;
    background: rgba(11, 4, 0, 0.6);
    backdrop-filter: blur(5px);
    gap: 16px;
    transition: all 0.25s ease;
    color: #fff;
}

.quick-wrap .quick-box a:hover {
    background: rgb(24 19 16);
}
.quick-wrap .quick-box a svg {
}
.quick-wrap .quick-box a p {
    color: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
}
/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

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

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

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

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

.breadcrumb li a {
}

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

.subpage-header {
    position: relative;
    height: 460px;
    border-radius: 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1820px;
    margin: 0 40px;
}

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

[id^="free"] .subpage-header .bg {
    background: url("/public/img/sub/subBg05.jpg") no-repeat center / cover;
}
[id^="liberal"] .subpage-header .bg {
    background: url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}
[id^="creative"] .subpage-header .bg {
    background: url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}
[id^="commu"] .subpage-header .bg {
    background: url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    font-size: 60px;
    width: 100%;
    color: #fff;
    letter-spacing: -0.02em;
}

/* [ subpage-navbar ] */
.snb {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
    margin-top: -84px;
}

.snb ul.nav {
    display: flex;
    align-items: center;
}

.snb ul.nav > li:last-child::after {
    content: none;
}

.snb ul > li {
    display: flex;
    align-items: center;
}

.snb ul > li.home {
}

.snb ul > li.home a {
    padding: 0;
}

.snb ul > li.home a:hover {
    background: transparent;
    color: #000;
}

.snb ul > li.home a:hover i {
    color: #333;
}

.snb ul > li.home span {
    display: block;
    font-size: 40px;
    --wght: 100;
    --fill: 0;
    color: #fff;
}

.snb ul > li.dropdown {
    position: relative;
    cursor: pointer;
    transition: all 0.1s ease;
}

.snb ul > li.dropdown.open {
    background: transparent;
}

.snb ul > li.dropdown .dropdown-toggle {
    color: #fff;
    display: flex;
    margin: 0 30px 0 27px;
    align-items: center;
    gap: 55px;
    justify-content: space-between;
}

.snb ul > li.dropdown .dropdown-toggle,
.sub-snb ul li a {
    padding: 30px 0;
    height: 82px;
}

.snb ul > li.dropdown:not(:has(> ul.dropdown-menu)) .dropdown-toggle {
    display: none;
}

.snb ul > li.dropdown .dropdown-toggle > span:not(.material-symbols-outlined) {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    /* 87.5% */
    letter-spacing: -0.035em;
}

.snb ul > li.dropdown.open span {
    background: transparent;
    /* font-weight: 700; */
}

.snb ul > li.dropdown .dropdown-toggle .material-symbols-outlined {
    transform: rotate(0deg);
    font-size: 22px;
    width: 30px;
    height: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    --wght: 400;
}

.snb ul > li.dropdown.open .dropdown-toggle .material-symbols-outlined {
    transform: rotate(180deg);
}

.snb ul > li.dropdown .dropdown-menu {
    margin: 0;
    width: 175px;
    padding: 10px 12px;
    top: calc(100% - 10px);
    right: unset;
    left: 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.snb ul > li.dropdown .dropdown-menu li {
}

.snb ul > li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

.snb ul > li.dropdown .dropdown-menu li a {
    padding: 9px 10px;
    border-radius: 6px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.3px;
    line-height: 1.25;
    text-decoration: none;
    background: #fff;
    text-align: left;
    font-weight: 400;
    transition: all 0.15s;
    width: 100%;
    position: relative;
}
.snb ul > li.dropdown .dropdown-menu li a:before {
    position: absolute;
    right: 10px;
    top: 9px;
    content: "\e315";
    font-family: var(--icons);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ab3030;
    opacity: 0;
    transition: all 0.15s;
}
.snb ul > li.dropdown .dropdown-menu li a:hover {
    color: var(--page-point-color);
    font-weight: 700;
    background: #fff2f2;
    font-weight: 600;
}
.snb ul > li.dropdown .dropdown-menu li a:hover:before {
    opacity: 1;
}
.sub-snb ul {
    display: flex;
}

.sub-snb ul li {
}

.sub-snb ul li.active {
}

.sub-snb ul li a {
    padding-left: 35px;
    padding-right: 35px;
    height: 82px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.85);
}

.sub-snb ul li.active a {
    color: #fff;
}

.sub-snb ul li.active a::before,
.sub-snb ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

.sub-snb ul li a:hover {
    color: #fff;
}

.sub-snb ul li a::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}

.title-h3 {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    gap: 100px;
}

.title-h3 h3 {
    margin-bottom: 0;
    color: #111;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    /* text-align: center; */
}

.title-h3:has(p) {
    margin-bottom: 70px;
}

.title-h3 p {
    margin-top: 60px;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: -0.65px;
}

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

/* 학장 인사말 */
.greet-wrap {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 100px;
    align-items: flex-start;
}

.greet-wrap .img-box {
}

.greet-wrap .img-box img {
    width: 100%;
    object-fit: cover;
}

.greet-wrap .txt-box {
}

.greet-wrap .txt-box .greet-tit {
    margin-bottom: 40px;
}

.greet-wrap .greet-tit h5 {
    color: #111;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.68px;
}
.greet-wrap .greet-tit h5 b {
    color: var(--page-point-color);
    font-weight: inherit;
}

.greet-wrap .txt-box p {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.68;
    letter-spacing: -0.45px;
}
.greet-wrap .txt-box p.name {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.greet-wrap .txt-box p.name span {
    color: #333;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.6;
}
.greet-wrap .txt-box p.name span small {
    font-size: 50%;
}
.greet-wrap .txt-box p + p {
    margin-top: 30px;
}

/* 조직도 */
.group-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.group-wrap .member-box {
    display: flex;
    padding: 30px 35px 20px;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    border: 2px solid #f5f0eb;
    background: #f5f0eb;
}

.member-box .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.member-box .info .mem-tit {
}

.member-box .info .mem-tit span {
    color: #ab3030;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    display: block;
    margin-bottom: 12px;
}

.member-box .info .mem-tit h6 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.02em;
}

.member-box .info .mem-work span {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.025em;
    display: block;
    margin-bottom: 3px;
}

.member-box .info .mem-work p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.025em;
}

.member-box .contact {
}

.member-box .contact ul {
}

.member-box .contact ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
}

.member-box .contact ul li svg {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--page-point-color);
}

.member-box .contact ul li + li {
    margin-top: 10px;
}

.member-box .contact ul li img {
}

/* 찾아오시는 길 */
.location-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.location-wrap .map-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #f2eee5;
    background: #f2eee5;
    gap: 14px;
}

.location-wrap .map-box img {
    border-radius: 12px;
}
.location-wrap .map-iframe {
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 16px;
}

.location-wrap .map-info {
}

.map-info .address {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-info .address h6 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.48px;
}
.map-info .address h6 span {
    width: 34px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    --fill: 1;
    color: #ab3030;
    font-size: 34px;
}
.map-info .address a {
    display: flex;
    padding: 14px 30px;
    min-height: 52px;
    align-items: center;
    gap: 24px;
    font-size: 15px;
    border-radius: 100px;
    line-height: 1.3;
    border: 1px solid #ddd;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    justify-content: center;
}
.map-info .address a span {
    transition: all 0.2s ease-in-out;
    width: 18px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    --wght: 500;
}
.map-info .address a:hover {
    background: var(--page-point-color);
    color: #fff;
}
.map-info .address a:hover span {
    color: #fff;
}
.map-info .traffic {
    margin-top: 20px;
    display: grid;
    padding: 30px 60px;
    align-items: center;
    gap: 50px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    grid-template-columns: 210px 1fr;
}
.map-info .traffic .icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.map-info .traffic .icon span {
    display: flex;
    width: 48px;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 48px;
    --wght: 200;
}
.map-info .traffic .icon h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.4px;
    color: #333;
}
.map-info .traffic ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.map-info .traffic li {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;
    font-size: 16px;
    gap: 2px;
}
.map-info .traffic li span {
    font-weight: 700;
}
/* 교양학부 */
/* 교양교육과정 */
.liberal-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.liberal-wrap .col {
}
.liberal-list-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.liberal-list-box .table-style01 td[class^="type"] + td:not([class^="type"]) {
    text-align: left;
}
.liberal-list-box .item {
}
.eng-speech-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.eng-speech-box .desc {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #333;
}
.eng-speech-box .desc .line {
    display: grid;
    grid-template-columns: 160px 1fr;
    padding: 22px 0;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}
.eng-speech-box .desc .icon {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center;
}
.eng-speech-box .desc .icon span {
    width: 40px;
    padding: 8px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cc3939;
    font-size: 24px;
    --wght: 300;
    background: #fbf3f3;
    border-radius: 50%;
}
.eng-speech-box .desc .icon h6 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.eng-speech-box .desc p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.32px;
}
.eng-speech-box .img-box {
    display: flex;
    gap: 20px;
    flex-flow: wrap;
}
.eng-speech-box .img-box img {
    flex-shrink: 0;
    border-radius: 20px;
}
/* 교양영어 */
.liberal-eng-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
/* 비교과프로그램 */
.liberal-program-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.liberal-program-wrap .table-wrap {
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    padding: 38px;
    transition: all 0.1s;
}

.liberal-program-wrap .table-wrap:hover {
    /* border-color: #cc3939; */
}
.liberal-program-wrap .table-wrap h6 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.liberal-program-wrap .table-wrap h6 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 14px;
    color: #cc3939;
    transition: transform 0.3s ease;
    font-size: 40px;
    --wght: 300;
}
.liberal-program-wrap .table-wrap.is-expanded h6 span {
    transform: rotate(180deg);
}
.liberal-program-wrap .table-wrap .table-box {
    /* overflow: hidden; */
    transition: max-height 0.45s ease;
}
.liberal-program-wrap .table-wrap.is-rows-hidden .table-style02 tbody tr:nth-child(n + 5) {
    display: none;
}
.table-box .table-style02 {
    width: 100%;
    table-layout: fixed;
    min-width: 700px;
}
.liberal-program-wrap .table-box {
    padding: 40px 50px;
    border-radius: 6px;
    background: #f8f8f8;
}
.table-box .table-style02 tbody tr:last-child td {
    border-bottom-color: #aaa;
}

.table-box .table-style02 tr {
    transition: all 0.1s;
}
.table-box .table-style02 tr:hover {
    background: #fff;
}
.table-box .table-style02 tr :is(th, td) {
    padding: 12px 20px;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.table-box .table-style02 tr :is(th, td):first-child {
    border-left: 0;
}
.table-box .table-style02 tr :is(th, td):last-child {
    border-right: 0;
}
.table-box .table-style02 tr th {
    background: #fff;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.table-box .table-style02 tr td {
}
/* 창의융햡학부 */
.creative-major-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.creative-intro-box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
    gap: 20px;
    border-radius: 10px;
    background: #f9f5f0;
}
.creative-intro-box .tit {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.creative-intro-box .tit span {
    width: 80px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 16px;
    font-size: 48px;
    color: #cb3939;
    --wght: 200;
}
.creative-intro-box .tit .txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.creative-intro-box .tit .txt h6 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.72px;
}
.creative-intro-box .tit .txt p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.32px;
    word-break: break-all;
}
.creative-intro-box .tit .txt p br {
    display: none;
}
.creative-intro-box .sub-btn {
}
.creative-intro-box .sub-btn span {
}
.creative-major-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.creative-major-box .col .bar-h5 {
}
.creative-major-box .col .desc {
}
.creative-major-box .col .desc p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.16px;
}
/* 전공 신청 안내 */
.major-apply-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
/* 자유전공 소개 */
.free-intro-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.liberal-program-wrap .eng-speech-box {
    gap: 50px;
}
.liberal-program-wrap .eng-speech-box .img-box {
    padding: 10px 0;
}
#liberal01 .sub-h5 {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}
#liberal01 .table-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#liberal01 .table-wrap h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sub-h5 h5 {
    color: #111;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.96px;
    padding-bottom: 30px;
}
.sub-h5 p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.16px;
}
.free-intro-wrap .bg-intro {
}
.free-intro-wrap .bg-intro .sub-h5 {
}
.free-intro-wrap .bg-intro .sub-h5 h5 {
    border-bottom: 2px solid #333;
}
.free-intro-wrap .intro-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px;
    align-items: center;
    padding-block: 0;
    border-bottom: 1px solid #e8e8e8;
}
.free-intro-wrap .intro-box .img-box {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}
.free-intro-wrap .bg-intro .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.free-intro-wrap .bg-intro .txt-box {
}
.free-intro-wrap .bg-intro .txt-box h4 {
    color: #111;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}
.free-intro-wrap .bg-intro .txt-box h4 b {
    color: #ab3030;
    letter-spacing: inherit;
}
.free-intro-wrap .bg-intro .txt-box .desc {
    margin-bottom: 40px;
}
.free-intro-wrap .bg-intro .txt-box .desc p {
    color: #555;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.32px;
}
.free-intro-wrap .bg-intro .txt-box .desc p + p {
    margin-top: 15px;
    word-break: break-all;
}
a.sub-btn {
    display: flex;
    padding: 14px 30px;
    align-items: center;
    gap: 24px;
    width: fit-content;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 100px;
    background: #ab3030;
    border: 1px solid #ab3030;
    letter-spacing: 0;
    transition: all 0.25s;
    white-space: nowrap;
}

a.sub-btn:hover {
    background: #fff;
    color: #ab3030;
    /* border-color: #ab3030; */
}
a.sub-btn span {
    width: 18px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 18px;
    --wght: 400;
}
.free-table-box {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.free-table-box .table-box {
}
.free-program-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.free-program-wrap .col {
}
.free-program-wrap .col .sub-h5 + .img-box,
.free-intro-wrap .col .sub-h5 + .img-box {
    margin-top: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.sub-h5:has(p) + .detail-programm {
    margin-top: 50px;
}
.detail-programm {
    border-top: 1px solid #333;
}
.detail-programm .item {
    display: grid;
    grid-template-columns: 90px 1fr;
    padding: 45px 40px;
    align-items: center;
    gap: 45px;
    border-bottom: 1px solid #e8e8e8;
}
.detail-programm .item span {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb3939;
    font-size: 48px;
    --wght: 200;
    border-radius: 50%;
    background: #fbf3f3;
}
.detail-programm .item .txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.detail-programm .item .txt h5 {
    color: #111;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1.4;
}
.detail-programm .item .txt p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.32px;
}
.use-box,
.area-box {
    margin-top: 50px;
}
.bar-h5 {
    padding-left: 14px;
    position: relative;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.6px;
    margin-bottom: 22px;
}
.bar-h5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 4px;
    height: 20px;
    background: #cb3939;
}
.use-info {
}

.use-info .use {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.use .inner {
    display: flex;
    padding: 30px 50px;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.use .inner .icon {
    padding: 15px;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background: var(--page-point-color);
    border-radius: 50%;
}
.use .inner .icon span {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    --wght: 200;
}
.use .inner span {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.4px;
}

.use .inner ul {
}

.use .inner ul li {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.16px;
}

.dot-list {
}

.dot-list li {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    padding-left: 14px;
    position: relative;
}
.dot-list.sub-list li {
    padding-left: 0;
}
.dot-list li + li {
    margin-top: 5px;
}

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

.area-box {
}

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

.area-box .area .inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.area .img-box {
    border-radius: 16px;
    overflow: hidden;
}

.area .img-box img {
}

.area .txt-box {
}

.area .txt-box span {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.4px;
    display: block;
    margin-bottom: 6px;
}

.area .txt-box p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.16px;
}
/* 학과 결정 안내 */
.table-box {
}

.table-box .table-style01 {
    width: 100%;
    table-layout: fixed;
    /* border-bottom: 1px solid #bbb; */
    position: relative;
}

.table-box .table-style01::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bbb;
}
.table-box .table-style01 td.type01 {
    background: #fff0f6;
}
.table-box .table-style01 td.type02 {
    background: #ffefe4;
}
.table-box .table-style01 td.type03 {
    background: #fff9db;
}
.table-box .table-style01 td.type04 {
    background: #dff7fd;
}
.table-box .table-style01 td.type05 {
    background: #ecebff;
}
.table-box .table-style01 td.type06 {
    background: #e7fbe0;
}
.table-box .table-style01 td.type07 {
    background: #fff;
}
.table-style01 thead tr {
    border-top: 1px solid #222;
}

.table-style01 th,
.table-style01 td {
    padding: 16px 20px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.table-style01 tr th {
    background: #f7f7f7;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.01em;
    border-top: 0;
}

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

.table-style01 td {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.table-style01 td:has(.dot-list) {
    text-align: left;
}
.table-style01 td .dot-list li {
    font-size: 16px;
    padding-left: 14px;
    color: #555;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.16px;
}
.table-style01 td .dot-list li:before {
    top: 9.5px;
}
/* 전공탐색 */
.major-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.major-wrap .major {
}
.major-wrap .major .img-box {
}
.major .img-box img {
}
.major .txt-box {
    padding: 43px 30px 0;
    border-left: 1px solid #eaeaea;
}
.major .txt-box h5 {
    margin-bottom: 40px;
    color: #222;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.04em;
    position: relative;
}
.major .txt-box h5::before {
    position: absolute;
    content: "";
    letter-spacing: 30px;
    height: 32px;
    width: 4px;
    transform: translateY(-50%);
    top: 50%;
    left: -30px;
}
.major:nth-child(1) .txt-box h5::before {
    background: #c22f2f;
}
.major:nth-child(2) .txt-box h5::before {
    background: #e08b36;
}
.major:nth-child(3) .txt-box h5::before {
    background: #318add;
}
.major:nth-child(4) .txt-box h5::before {
    background: #484acd;
}
.major .txt-box .major-list {
}
.major .txt-box .major-list li {
    font-size: 18px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: -0.02em;
}
.major .txt-box .major-list li a {
    color: #606060;
    display: block;
    line-height: 2;
}
.major .txt-box .major-list > li + li {
    margin-top: 12px;
}
.bar-list {
}
.major-wrap .major .bar-list > li {
    position: relative;
    margin-left: 12.5px;
    padding-left: 13px;
    line-height: 1.8;
}
.major-wrap .major .bar-list > li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 16px;
    background: #aaa;
    width: 6px;
    height: 2px;
}

.major-wrap .major li:has(.bar-list.to):hover a {
    color: #222;
    font-weight: 700;
}
.major-wrap .major li:not(:has(.bar-list)):hover a {
    color: #222;
    font-weight: 700;
}
.bar-list > li + li {
    margin-top: 2px;
}
/* 전공 탐색 세부 */
.major-detail {
}
.major-detail h4 {
    color: #111;
    font-size: 44px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.025em;
    margin-bottom: 50px;
}
.major-detail h4 small {
    color: #111;
    font-size: 25px;
    font-weight: 500;
}
.major-detail h4 span {
    color: var(--page-point-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.06em;
    display: block;
    margin-bottom: 20px;
}
.major-detail .img-box {
    border-radius: 16px;
    overflow: hidden;
}
.major-detail .img-box img {
}
.detail-inners {
    display: flex;
    flex-direction: column;
    gap: 90px;
    margin-top: 80px;
}
.detail-inners .inner:not(.schedule-box) {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}
.schedule-box {
    /* display: none; */
}
.subject-intro-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.subject-intro-box .col {
}
.detail-inners .subject-intro-box .col h6 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
}
.detail-inners .subject-intro-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.detail-inners .subject-intro-wrap .subject-intro-box {
}
.detail-inners .subject-intro-wrap .subject-intro-box h6 {
    font-size: 20px;
    margin-bottom: 10px;
}
.detail-inners .inner h6 {
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}
.detail-inners .outline {
}
.detail-inners .outline p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.034em;
    /* word-break: break-all; */
}
.detail-inners .outline > p + ul {
    margin-top: 10px;
}

.detail-inners .outline .bar-list li + li {
    margin-top: 5px;
}
.detail-inners .outline > ul + p {
    margin-top: 20px;
}
.detail-inners .outline p + p {
    margin-top: 15px;
}
.detail-inners .subject-intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
}
.detail-inners .subject-intro .subject {
    display: flex;
    flex-direction: column;
}
.detail-inners .subject-intro .subject p {
    padding: 16px 25px;
    border-radius: 8px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #222;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
}
.detail-inners .subject-intro .subject p span {
    display: flex;
    width: 70px;
    height: 28px;
    padding: 8px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--page-point-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025em;
}
.detail-inners .subject-intro .subject ul {
    padding: 18px 25px 10px;
}
.detail-inners .subject-intro .subject li {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: -0.03em;
}
.detail-inners .strength-box,
.detail-inners .society-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.detail-inners .strength-box h6,
.detail-inners .society-box h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

.detail-inners ul li {
    color: #606060;
    font-size: 17px;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: -0.025em;
    display: flex;
    gap: 5px;
}
.detail-inners ul.sub-list li {
    flex-direction: column;
}
.detail-inners ul.sub-list li::before {
    display: none;
}
.detail-inners .num-list {
    margin-top: 20px;
}
.detail-inners .num-list p {
    font-weight: 600;
    font-size: 17px;
    color: #575353;
    margin-bottom: 5px;
}
.detail-inners .num-list li + li {
    margin-top: 4px;
}
.detail-inners ul li.block-list {
    flex-direction: column;
}
.detail-inners ul li.block-list span {
    display: block;
}
.detail-inners ul li.block-list + li {
    margin-top: 15px;
}
.detail-inners ul li::before {
    top: 10px;
}
.detail-inners ul li + li {
    margin-top: 15px;
}
.detail-inners ul li span {
    font-weight: 700;
    color: #333;
    display: contents;
}
.detail-inners .schedule-box h6 {
    margin-bottom: 40px;
}
.detail-btn {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.detail-btn a {
    display: flex;
    width: 200px;
    height: 62px;
    padding: 0 20px 0 25px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: all 0.25s ease;
    border-radius: 50px;
    background: #222;
    text-align: center;
}
.detail-btn a:hover {
    background: var(--page-point-color);
}

#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(4, 1fr);
    gap: 50px 20px;
}

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

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

#bbsArea .table_blog2 dd {
}

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

#bbsArea .table_blog2 .inner .top {
}

#bbsArea .table_blog2 .inner .top a {
}

#ab02 #bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

#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: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

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

#bbsArea .board_list_list table tbody tr:last-child {
    border-bottom-color: #bbb;
}
#creative05 #bbsArea .board_list_list col.cate_col {
    width: 0 !important;
}
#creative05 #bbsArea .board_list_list td.cate {
    width: 0;
    overflow: hidden;
}
#creative05 #bbsArea .board_list_list t #bbsArea .board_list_list col.num_col {
    width: 150px !important;
}

#bbsArea .board_list_list col.subject_col {
}

#bbsArea .board_list_list col.writer_col {
    width: 130px !important;
}

#bbsArea .board_list_list col.regdate_col {
    width: 150px !important;
}

#bbsArea .board_list_list col.hits_col {
    width: 120px !important;
}

#bbsArea .board_list_list thead tr {
    border-bottom: 1px solid #e8e8e8;
}

#bbsArea .board_list_list thead tr th {
    background: #fff;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #222;
    padding: 21px 18px;
    font-size: 16px;
    border-bottom: 0;
}

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

#bbsArea .board_list_list tbody tr.notice {
    background: #fafafa;
}

#bbsArea .board_list_list tbody th {
}

#bbsArea .board_list_list tbody th.num {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: inherit;
}

#bbsArea .board_list_list tbody td.writer,
#bbsArea .board_list_list tbody td.regdate,
#bbsArea .board_list_list tbody td.hits {
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-size: 15px;
}

#bbsArea .board_list_list tbody td {
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #222;
}

#bbsArea .board_list_list tbody th span.badge {
    padding: 0;
    margin: 0 !important;
    border-radius: 500px;
    background: #fff;
    padding: 3px 12px 3px 13px;
    color: #cb3939;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border: 1px solid #cb3939;
    height: 26px;
}

#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: 25px 18px;
    border: 0;
    color: #888;
}

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

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

.search_wrap {
    margin-top: 40px;
    margin-bottom: 70px;
}
.contents_inner {
    overflow: hidden;
}
#board_data_view {
}

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

#board_data_view .header_wrap .title {
    color: #222;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.034em;
    margin-bottom: 15px;
}

#board_data_view .header_wrap .info {
    margin: 0;
    opacity: 0.6;
}

#board_data_view .header_wrap .info span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

#board_data_view .header_wrap .info span strong {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.board_wrapper .option_wrap {
    position: relative;
    margin-top: 40px;
}

.search_wrap #search_kind,
.search_wrap #search_query,
.search_wrap #search_btn {
    /* border-radius: 5px; */
}

.pagination_wrap {
}

.pagination_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_wrap ul li.page-item {
    margin: 0;
}

.pagination_wrap ul li.page-item a {
    width: 32px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 1;
    color: #222;
}

.pagination_wrap ul li.page-item.active {
}

.pagination_wrap ul li.page-item.active a {
    color: #fff;
    background: var(--page-point-color);
    border-radius: 50%;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.pagination_wrap li.box {
    margin: 0;
}

.pagination_wrap li.box:last-child {
    transform: translateX(30px);
}

.pagination_wrap li.box:first-child {
    transform: translateX(-30px);
}

.pagination_wrap li.box a {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 32px;
    position: relative;
}

.pagination_wrap li.box:first-child a::before {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url("/public/img/sub/arrow2.png") no-repeat center / cover;
}

.pagination_wrap li.box:last-child a::before {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url("/public/img/sub/arrow.png") no-repeat center / cover;
}

.pagination_wrap li.box a i {
    display: none;
}

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

#bbsArea form {
}

#bbsArea form table {
}

#bbsArea form table tr {
}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f9f9f9;
    border-color: #e5e5e5;
}

#bbsArea form table th span {
}

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

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

.btn {
    border-radius: 4px;
    font-size: 15px;
    padding-top: 12px;
}

.btn,
.form-control {
    border-radius: 4px;
    font-size: 15px;
    min-height: 46px;
}

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

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

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

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: #212121;
    padding: 50px 0;
}

.footer-wrap {
}

.footer-wrap h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.footer-inner {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.footer-inner p {
    line-height: 1.5;
    font-weight: 300;
}

.footer-inner ul {
    display: flex;
    align-items: center;
    gap: 50px;
    font-weight: 300;
}

.footer-inner ul li {
    display: flex;
    align-items: center;
    line-height: 1.5;
    position: relative;
}

.footer-inner ul li + li:not(.login)::before {
    position: absolute;
    content: "";
    left: -24px;
    width: 1px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.5;
}

.footer-inner ul li span {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 14px;
}

.footer-inner p.copy {
    margin-top: 14px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
}
footer li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
footer li.login a {
    display: block;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
}

footer li.login a:hover {
    background: #333;
    color: #fff;
}
/* 반응형 */

@media (max-width: 767px) {
    .board_data_view .header_wrap .info span + span {
        margin-left: 4px;
    }
    #board_data_view .header_wrap .info span strong {
        font-size: 11px;
        line-height: 14px;
    }
    #board_data_view .header_wrap .info span {
        font-size: 11px;
        line-height: 14px;
    }
    #board_data_view .header_wrap {
        padding: 22px 0;
    }
    #board_data_view .header_wrap .title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .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: 180px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 8px;
        overflow: hidden;
        border: 0;
        padding: 25px 0;
        box-shadow: none;
        background: #b12a2a;
        margin-top: -20px;
    }

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

/* 로그인 페이지 */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

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

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

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {
}

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

.login_extra {
}

.login_extra ul {
}

.login_extra ul li {
}

.login_extra ul li a {
}

#find_btn {
    width: 100%;
}

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

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

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

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

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #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: 80px;
    padding-left: 10px;
    transform: translateY(-3px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.member_wrapper .table {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.category_wrap {
    margin-bottom: 60px;
}
.category_wrap ul {
    display: flex;
    gap: 6px;
    /* justify-content: center; */
}
.category_wrap ul li {
    gap: 6px;
    margin: 0 !important;
}
.category_wrap ul li a {
    padding: 14px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
    border-radius: 100px;
    background: #f3f2f2;
    border: 0;
    position: relative;
    transition: all 0.3s ease;
}
.category_wrap ul li a:hover {
    background: #cc3939;
    color: #fff;
}
.category_wrap ul li.on a {
    background: #cc3939;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.category_wrap ul li.on a::before {
    content: "\e5ca";
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--icons);
    font-size: 20px;
    font-weight: 400;
}
@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
/*
.ani {
    --opacity: 0;
    --s-level: 4;
    --d-level: 0;
    --t-level: 4;
    --value: 20px;
    --duration-second: 0.13s;
    --delay-second: 0.15s;
    --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*="-s9"] {
    --s-level: 9;
}
.ani[class*="-s10"] {
    --s-level: 10;
}

.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*="-t6"] {
    --t-level: 5;
}
.ani[class*="-t7"] {
    --t-level: 5;
}
.ani[class*="-t8"] {
    --t-level: 5;
}
.ani[class*="-t9"] {
    --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;
} */

@media (max-width: 1199px) {
    .creative-major-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .detail-inners .inner:not(.schedule-box) {
        grid-template-columns: 200px 1fr;
        gap: 20px;
    }
    .major-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 20px;
    }
    .map-info .address a {
        padding: 12px 15px 12px 15px;
        font-size: 15px;
        width: 150px;
    }
    .map-info ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 0;
    }
    .navbar-inverse .navbar-right > li > a {
        min-width: 100%;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 17px;
        padding: 30px 20px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        padding: 10px 15px;
        margin-top: -10px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {
        font-size: 13px;
    }
    .navbar-brand {
        height: 45px;
    }
    #site {
        padding-top: 80px;
    }
    .quick-wrap {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .quick-wrap .quick-box a p {
        font-size: 15px;
    }
    .quick-wrap::before {
        display: none;
    }
    .main-center {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px;
    }
    .greet-wrap {
        grid-template-columns: 1fr 1.3fr;
        gap: 80px;
    }
    .greet-wrap .img-box {
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .creative-intro-box .tit .txt h6 {
        font-size: 18px;
    }
    .creative-intro-box .tit span {
        padding: 10px;
        font-size: 30px;
        width: fit-content;
    }
    .creative-intro-box .tit {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .creative-intro-box {
        padding: 20px 20px;
        gap: 20px;
        flex-direction: column;
        align-items: unset;
    }
    .sub-h5 h5 {
        font-size: clamp(18px, 2.81vw, 28px);
        padding-bottom: 25px;
    }
    .map-info .traffic .icon {
        gap: 10px;
    }
    .map-info .traffic .icon span {
        width: 35px;
        font-size: 35px;
    }
    .map-info .traffic .icon {
        gap: 10px;
    }
    .map-info .traffic .icon span {
        width: 30px;
        font-size: 30px;
    }
    .map-info .traffic {
        padding: 15px 20px;
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .table-style01 td .dot-list li {
        font-size: 12px;
        padding-left: 9px;
    }
    .table-style01 td .dot-list li:before {
        top: 6.5px;
    }
    .detail-btn a {
        width: 100px;
        height: 34px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 5px;
    }
    .detail-btn {
        margin-top: 60px;
    }
    .detail-inners .schedule-box h6 {
        margin-bottom: 30px;
    }
    .detail-inners ul li::before {
        top: 9.5px;
    }
    .dot-list li::before {
        width: 3px;
    }
    .detail-inners ul li {
        font-size: 15px;
        padding-left: 10px;
    }
    .detail-inners .subject-intro {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 13px;
    }
    .detail-inners .subject-intro .subject li {
        font-size: 14px;
    }
    .detail-inners .subject-intro .subject ul {
        padding: 12px 15px 7px;
    }
    .detail-inners .subject-intro .subject p {
        padding: 10px 15px;
        border-radius: 6px;
        gap: 10px;
        font-size: 16px;
    }
    .detail-inners .outline p + p {
        margin-top: 10px;
    }
    .detail-inners .outline p {
        font-size: clamp(13px, 1.81vw, 18px);
    }
    .detail-inners .inner h6 {
        font-size: clamp(18px, 2.81vw, 28px);
    }
    .detail-inners .inner:not(.schedule-box) {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .detail-inners {
        gap: 70px;
        margin-top: 50px;
    }
    .major-detail .img-box {
        border-radius: 8px;
    }
    .major-detail h4 {
        font-size: clamp(20px, 3.51vw, 35px);
        margin-bottom: 30px;
    }
    .major-detail h4 span {
        font-size: clamp(15px, 2.01vw, 20px);
        margin-bottom: 9px;
    }
    .use .inner {
        padding: 25px 30px;
        gap: 25px;
        border-radius: 10px;
    }
    .use-info .use {
        margin-bottom: 30px;
        grid-template-columns: 1fr;
        gap: 19px;
    }
    #support03 .title-h3 {
        margin-bottom: 60px;
    }
    .extra .extra-txt p {
        font-size: 15px;
    }
    .extra .extra-txt h6 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .extra-wrap .extra .icon {
        padding: 10px;
        border-radius: 10px;
    }
    .extra-wrap .extra {
        padding: 20px 25px;
        gap: 30px;
    }
    .pagination_wrap li.box:first-child {
        transform: translateX(-10px);
    }
    .pagination_wrap li.box:last-child {
        transform: translateX(10px);
    }
    #bbsArea .board_list_list tbody th span.badge {
        padding: 1px 8px;
        font-size: 10px;
    }
    .group-box {
        height: 400px;
        padding: 35px;
    }
    .major .txt-box .major-list > li + li {
        margin-top: 3px;
    }
    .major .txt-box .major-list li {
        font-size: 16px;
    }
    .major .txt-box h5 {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .major .txt-box h5::before {
        height: 24px;
        width: 3px;
        left: -16px;
    }
    .major .txt-box {
        padding: 20px 15px 0;
    }
    .major .img-box img {
        height: 150px;
    }
    .location-wrap .map-iframe {
        border-radius: 9px;
        margin-bottom: 30px;
    }
    .location-wrap .map-iframe iframe {
        height: 300px !important;
    }
    .table-style01 th,
    .table-style01 td {
        padding: 10px 8px;
    }
    .table-style01 tr th {
        font-size: clamp(12px, 1.41vw, 14px);
    }
    .table-style01 td {
        font-size: clamp(12px, 1.41vw, 14px);
    }
    .subpage-content {
        padding: 65px 0 90px;
    }
    .greet-wrap .img-box {
        border-radius: 9px;
    }
    .greet-wrap {
        gap: 50px;
    }
    .greet-wrap .txt-box p.name span {
        font-size: 18px;
        margin-left: 2px;
    }
    .greet-wrap .txt-box p:not(.desc) + p {
        margin-top: 10px;
    }
    .greet-wrap .txt-box p {
        color: #606060;
        font-weight: 400;
        font-size: clamp(14px, 1.61vw, 16px);
        line-height: 1.8;
    }
    .greet-wrap .txt-box p br {
        display: none;
    }
    .greet-wrap .txt-box p.desc {
        margin-bottom: 15px;
        font-size: clamp(15px, 1.81vw, 18px);
    }
    .greet-wrap .txt-box .greet-tit {
        margin-bottom: 30px;
    }
    .greet-wrap .greet-tit span {
        font-size: clamp(14px, 1.81vw, 18px);
        margin-bottom: 5px;
    }
    .greet-wrap .greet-tit h5 {
        font-size: clamp(20px, 3.01vw, 30px);
    }
    .title-h3 h3 {
        font-size: clamp(20px, 3.51vw, 35px);
    }
    .title-h3 {
        margin-bottom: 45px;
    }
    .subpage-title h2 {
        font-size: clamp(24px, 4.51vw, 45px);
    }
    .main-center {
        gap: 20px;
    }
    .main-center .mc-tit {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .main-center .mc-tit h5 {
        font-size: 20px;
    }
    .main-center .img-box img {
        height: 176px;
        width: 100%;
        object-fit: cover;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
        padding: 30px 15px;
    }
    .swiper-caption h1,
    .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: clamp(24px, 5.01vw, 50px);
    }
    .carousel-caption h1 span {
        margin-bottom: 5px;
        font-size: clamp(14px, 2.01vw, 20px);
    }
    .swiper-caption p,
    .carousel-caption p {
        font-size: clamp(14px, 1.81vw, 18px);
    }
    #mainCarousel .carousel-inner .item,
    #mainCarousel .carousel-inner .item,
    .main_swiper_widget .swiper-slide,
    .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 550px;
        margin: 0 25px;
    }
    .mainpage section {
        padding-bottom: 90px;
    }
    .mainpage section:first-child {
        padding-top: 75px;
    }
    .main-tit .tit h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .main-tit .tit {
        gap: 20px;
    }
    .main-tit .tit p {
        font-size: clamp(14px, 1.81vw, 18px);
    }
    .main-tit a {
        padding: 12px 25px;
        font-size: 13px;
    }
    .main-tit {
        margin-bottom: 45px;
        p {
            font-size: clamp(14px, 2.01vw, 20px);
            line-height: 1.4;
        }
    }
    .main-center .inner {
        padding: 30px 0 40px 20px;
    }
    .main-board > div {
        width: 100%;
    }
    .main-board {
        gap: 50px;
        flex-direction: column;
    }
    .board-tit h4 {
        font-size: clamp(18px, 3.01vw, 30px);
    }
    .board-tit {
        margin-bottom: 20px;
    }
    .board-tit a {
        font-size: clamp(12px, 1.41vw, 14px);
    }
    .main-board .board_box_list .type_list a {
        padding: 16px 0;
    }
    .main-board .board_box_list .type_list a span {
        font-size: clamp(11px, 1.71vw, 17px);
    }
    .main-board .board_box_list .type_list li .info span.regdate {
        font-size: clamp(9px, 1.11vw, 11px);
        line-height: 20px;
    }
    .quick-wrap .quick-tit h5 {
    }
    .quick-wrap .quick-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .quick-wrap .quick-box a {
        aspect-ratio: 3 / 2;
    }
    #main03 {
        padding: 70px 0;
    }
    footer {
        padding: 29px 0;
    }
    .subpage-header {
        height: 270px;
        border-radius: 0;
        margin: 0;
        width: 100%;
        max-width: unset;
    }
    .sub-snb ul li a {
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .snb ul > li.dropdown .dropdown-toggle,
    .sub-snb ul li a {
        padding: 10px 0;
        height: 50px;
        margin: 0 12px 0 12px;
        gap: 30px;
    }
    .snb ul > li.dropdown .dropdown-toggle > span:not(.material-symbols-outlined) {
        font-size: 16px;
    }
    .snb {
        border-top: 2px solid rgba(255, 255, 255, 0.15);
        position: relative;
        z-index: 2;
        margin-top: -52px;
    }
    .home svg:not(:root) {
        overflow: hidden;
        width: 30px;
        height: auto;
    }
    .subpage-header .bg {
        border-radius: 10px;
    }
    .snb ul > li.dropdown .dropdown-menu {
        padding: 10px 0;
        width: 100%;
        min-width: 130px;
    }
    .snb ul > li.dropdown .dropdown-menu li a {
        padding: 0px 15.5px;
        font-size: 12px;
        line-height: 2;
    }
    .map-info .address h6 {
        font-size: clamp(16px, 2.01vw, 20px);
        line-height: 1.3;
    }
    .map-info .address {
        margin-bottom: 15px;
        flex-direction: column;
        align-items: unset;
        gap: 13px;
    }
    .map-info .address a {
        padding: 8px 10px;
        font-size: 12px;
        width: fit-content;
        height: unset;
        min-height: unset;
        gap: 15px;
    }
    .map-info .address a span {
        font-size: 15px;
    }
    .map-info ul li {
        gap: 10px;
        font-size: 13px;
    }
    .map-info ul li svg {
        width: 19px;
        height: 19px;
    }
    .title-h3 p {
        margin-top: 20px;
        font-size: clamp(14px, 1.81vw, 18px);
    }
    #free01 .title-h3 {
        margin-bottom: 50px;
    }
    .bg-infomation {
        padding: 60px 0 85px;
    }
    .sub-h5 {
        font-size: clamp(20px, 3.01vw, 30px);
    }
    .program-wrap .program {
        padding: 15px 18px;
        border-radius: 8px;
        gap: 15px;
    }
    .program-wrap .program .list {
        gap: 15px;
    }
    .program-wrap .program span {
        font-size: 25px;
    }
    .program-wrap .program p {
        font-size: 15px;
    }
    .program-wrap .program svg {
        width: 50px;
        height: auto;
    }
    #bbsArea .board_list_list table {
    }
    #bbsArea .board_list_list col.num_col {
        width: 65px !important;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 220px !important;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 80px !important;
    }
    #bbsArea .board_list_list col.regdate_col {
        width: 100px !important;
    }
    #bbsArea .board_list_list col.hits_col {
        width: 70px !important;
    }
    #bbsArea .board_list_list thead tr th {
        padding: 13px 10px;
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody th.num {
        font-size: 13px;
    }
    #bbsArea .board_list_list tbody th,
    #bbsArea .board_list_list tbody td {
        font-size: 14px;
        padding: 12px 10px;
        border: 0;
        color: #888;
    }
    #bbsArea .board_list_list tbody td.subject {
        font-size: 14px;
    }
    #bbsArea .board_list_list tbody td.writer,
    #bbsArea .board_list_list tbody td.regdate,
    #bbsArea .board_list_list tbody td.hits {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .use .inner .icon span {
        height: 40px;
        font-size: 20px;
    }
    .use .inner .icon {
        width: 40px;
        height: 40px;
    }
    .detail-programm .item .txt h5 {
        font-size: 18px;
    }
    .detail-programm .item {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
    }
    .detail-programm .item span {
        width: 50px;
        font-size: 30px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
    }
    .sub-snb ul li a {
        font-size: 12px;
    }
    .is-expanded .table-box .table-style02 col:nth-child(1) {
        width: 90px !important;
    }
    .is-expanded .table-box .table-style02 col:nth-child(2) {
        width: 250px !important;
    }
    .is-expanded .table-box .table-style02 col:nth-child(3) {
        width: 250px !important;
    }
    .is-expanded .table-box .table-style02 col:nth-child(4) {
        width: 150px !important;
    }
    .eng-speech-box .desc .line {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 18px 0;
    }
    .liberal-eng-wrap {
        gap: 80px;
    }
    .bar-h5::before {
        top: 5px;
        width: 2px;
        height: 10px;
    }
    .bar-h5 {
        padding-left: 9px;
        font-size: 16px;
        margin-bottom: 18px;
    }
    .footer-inner ul li + li:not(.login)::before {
        display: none;
    }
    .major-detail h4 small {
        font-size: clamp(15px, 2.51vw, 19px);
    }
    .detail-inners .subject-intro-wrap {
        gap: 25px;
    }
    .detail-inners .subject-intro-wrap .subject-intro-box h6 {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .detail-inners ul li + li {
        margin-top: 5px;
    }
    .use .inner .icon {
        padding: 5px;
    }
    .use .inner .icon svg {
        width: 35px;
        height: 35px;
    }
    .program-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 17px;
    }
    .table-box {
        overflow-x: auto;
    }
    .table-box .table-style01 {
        min-width: 700px;
    }
    #site {
        padding-top: 55px;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 12px 0 9px;
        margin-block: 0;
    }
    .navbar-header {
        padding: 10px 0;
    }
    .navbar-brand {
        height: 30px;
        margin-left: 15px !important;
    }
    #mainCarousel .carousel-inner .item,
    #mainCarousel .carousel-inner .item,
    .main_swiper_widget .swiper-slide,
    .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 350px;
        margin: 0 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        padding: 7px 15px;
        text-align: left;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {
        font-size: 12px;
        text-align: left;
        padding-inline: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li {
        background: var(--page-point-color);
    }

    .title-h3:has(p) {
        margin-bottom: 55px;
    }
    .use .inner ul li {
        font-size: 16px;
    }
    .dot-list li {
        color: #606060;
        padding-left: 10px;
        font-size: 16px;
    }
    .dot-list li::before {
        top: 9px;
        width: 3px;
    }
    .area .txt-box p {
        font-size: 16px;
    }
    .area .img-box {
        border-radius: 5px;
        overflow: hidden;
    }
    .area-box .area {
        gap: 20px;
    }
    .area-box .area .inner {
        gap: 12px;
    }
    .detail-inners .num-list p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .detail-inners ul.sub-list li {
        font-size: 12px;
    }
    .detail-inners .num-list {
        margin-top: 0;
    }
    .category_wrap ul li a {
        padding: 5px 10px;
        font-size: 12px;
    }
    .category_wrap ul li.on a::before {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 576px) {
    .detail-programm .item {
        padding: 10px;
        gap: 10px;
    }
    .detail-programm .item .txt p {
        font-size: 13px;
    }
    .free-intro-wrap .bg-intro .txt-box h4 {
        font-size: 16px;
    }
    .free-intro-wrap .bg-intro .txt-box .desc p {
        font-size: 14px;
        word-break: break-all;
    }
    .creative-major-wrap {
        grid-template-columns: 1fr;
    }
    .creative-intro-box .tit .txt {
        gap: 3px;
    }
    .creative-intro-box .tit .txt p {
        font-size: 14px;
    }
    .creative-intro-box .tit .txt p br {
        display: none;
    }
    .creative-intro-box .tit .txt h6 {
        font-size: 15px;
    }
    .creative-intro-box .tit {
        gap: 10px;
    }
    .creative-intro-box .tit span {
        padding: 5px;
        font-size: 30px;
    }
    .map-info .traffic {
        padding: 15px 10px;
    }
    .map-info .address h6 {
        font-size: 14px;
    }
    .map-info .address h6 span {
        width: 25px;
        font-size: 25px;
    }
    .map-info .traffic li {
        font-size: 12px;
        flex-direction: column;
        align-items: unset;
    }
    .location-wrap .map-box {
        grid-template-columns: 1fr;
        padding: 10px;
        border-radius: 10px;
    }
    .detail-inners .subject-intro .subject p {
        gap: 5px;
        font-size: 14px;
        padding: 8px 8px;
    }
    .detail-inners .subject-intro .subject ul {
        padding: 8px 4px 5px;
    }
    .detail-inners .subject-intro {
        grid-template-columns: 1fr;
        gap: 18px 13px;
    }
    .detail-inners .subject-intro .subject p span {
        width: 50px;
        height: 25px;
        padding: 5px;
        border-radius: 20px;
        font-size: 11px;
    }
    .extra-wrap .extra .icon svg {
        width: 50px;
        aspect-ratio: 1;
    }
    .extra .extra-txt p {
        font-size: 13px;
    }
    .extra .extra-txt h6 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .extra-wrap .extra {
        padding: 14px 15px;
        gap: 15px;
        flex-direction: column;
        border-radius: 5px;
    }
    .group-box {
        height: 300px;
        padding: 35px;
        border-radius: 12px;
    }
    .title-h3:has(p) {
        margin-bottom: 40px;
    }
    .major .img-box {
        overflow: hidden;
        border-radius: 6px;
    }
    .major .img-box img {
        height: 105px;
        object-fit: cover;
    }
    .major .txt-box h5 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .major-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 15px;
    }
    .major-wrap .major .bar-list > li::before {
        top: 13px;
        width: 4px;
        height: 1px;
    }
    .major-wrap .major .bar-list > li {
        margin-left: 1px;
        padding-left: 8px;
    }
    .major .txt-box h5::before {
        height: 20px;
        width: 3px;
        left: -9px;
    }
    .major .txt-box .major-list li {
        font-size: clamp(13px, 2.8vw, 14px);
    }
    .major .txt-box {
        padding: 18px 7px 0;
    }
    .program-wrap .program {
        padding: 10px 14px;
        border-radius: 5px;
        gap: 12px;
    }
    .program-wrap .program p {
        font-size: 13px;
    }
    .program-wrap .program svg {
        width: 40px;
        height: auto;
    }
    .snb ul > li.dropdown .dropdown-menu li a {
        padding: 0px 7.5px;
        font-size: 9px;
        line-height: 2;
    }
    .snb ul > li.dropdown .dropdown-toggle svg:not(:root) {
        width: 12px;
    }
    .snb ul > li.home a {
        display: flex;
        align-items: center;
    }
    .snb {
        margin-top: -42px;
    }
    .snb .container {
        padding: 0 5px;
    }
    .snb ul > li.dropdown .dropdown-toggle > span:not(.material-symbols-outlined) {
        font-size: 11px;
    }
    .home svg:not(:root) {
        width: 16px;
    }
    .snb ul > li.dropdown .dropdown-toggle,
    .sub-snb ul li a {
        font-size: clamp(10px, 2vw, 11px);
        padding: 5px 0px;
        height: 40px;
        margin: 0 3px;
        gap: 5px;
    }
    .title-h3 {
        margin-bottom: 35px;
    }
    .subpage-header {
        height: 165px;
        border-radius: 0;
        margin: 0;
    }
    .subpage-header .bg {
        border-radius: 0;
    }
    .greet-wrap .img-box img {
        aspect-ratio: 3/2;
    }
    .greet-wrap .txt-box .greet-tit br {
        display: none;
    }
    .greet-wrap {
        gap: 30px;
        grid-template-columns: 1fr;
    }
    #mainCarousel .carousel-inner .item,
    #mainCarousel .carousel-inner .item,
    .main_swiper_widget .swiper-slide,
    .main_swiper_widget .swiper:not(.swiper-initialized) {
        height: 250px;
    }
    .carousel-control,
    .carousel-indicators {
        bottom: 20px;
    }
    .mainpage section:first-child {
        padding-top: 50px;
    }
    .main-center {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .main-tit {
        margin-bottom: 35px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .main-center .mc-tit h5 {
        font-size: 13px;
    }
    .main-center .mc-tit img {
        width: 22px;
    }
    .main-center .mc-tit {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .main-center .inner {
        padding: 15px 0 15px 15px;
        border-radius: 5px;
    }
    .main-center .mc-tit {
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .main-center .mc-tit img {
        width: 20px;
    }
    .mainpage section {
        padding-bottom: 60px;
    }
    .main-board {
        gap: 30px;
    }
    .board-tit {
        margin-bottom: 12px;
    }
    .quick-wrap .quick-tit h5 {
        font-size: 20px;
    }
    .quick-wrap {
        gap: 25px;
    }
    .quick-wrap .quick-box a svg {
        width: 30px;
        height: auto;
    }
    .quick-wrap .quick-box a p {
        font-size: 12px;
    }
    .quick-wrap .quick-box a {
        gap: 8px;
        height: 90px;
        aspect-ratio: unset;
    }
    .quick-wrap .quick-box {
        gap: 6px;
        border-radius: 5px;
    }
    .footer-wrap h6 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    footer {
        padding: 20px 0;
    }
    .footer-inner p {
        font-size: 10px;
    }
    .footer-inner ul {
        gap: 20px;
    }
    .footer-inner ul li,
    .footer-inner ul li span {
        line-height: 1.5;
        font-size: 10px;
    }
    footer li.login {
        position: absolute;
        right: 0;
        bottom: -28px;
        font-size: 14px;
        z-index: 1;
    }
    footer li.login a {
        padding: 2px 7px;
        font-size: 11px;
    }
    .footer-inner p.copy {
        margin-top: 10px;
        font-size: 9px;
        line-height: 17px;
    }
    .main-board .board_box_list .type_list a {
        padding: 13px 0;
    }
    .main-center .img-box img {
        height: 120px;
    }
    .main-tit a {
        padding: 8px 11px;
        font-size: 11px;
    }
    .snb ul > li.dropdown .dropdown-menu {
        padding: 5px 0;
        min-width: 90px;
        border-radius: 0;
    }
    .location-wrap .map-iframe iframe {
        height: 250px !important;
    }
    .use .inner {
        padding: 15px 20px;
        gap: 18px;
        border-radius: 10px;
    }
    .use .inner span {
        font-size: 16px;
    }
    .use .inner ul li {
        font-size: 14px;
    }
    .dot-list li {
        padding-left: 8px;
        font-size: 14px;
    }
    .dot-list li::before {
        top: 8px;
        width: 3px;
    }
    .freshman-wrap {
        gap: 50px;
    }
    .freshman-wrap h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .area-box .area {
        gap: 50px;
        grid-template-columns: 1fr;
    }
    .area .img-box img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .area .txt-box span {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .area .txt-box p {
        font-size: 14px;
    }
    .detail-inners {
        gap: 55px;
        margin-top: 50px;
    }
    .detail-inners .subject-intro .subject li {
        font-size: 12px;
    }
    .detail-inners ul li {
        font-size: 12px;
        padding-left: 7px;
        gap: 3px;
    }
    .dot-list li::before {
        width: 2px;
    }
    .detail-inners ul li::before {
        top: 7px;
    }
    .detail-inners ul li.block-list span {
        line-height: 18.6px;
    }
    .detail-inners .num-list + .num-list {
        margin-top: 5px;
    }
    .snb ul > li.home span {
        font-size: 20px;
    }
    .snb ul > li.dropdown .dropdown-toggle .material-symbols-outlined {
        font-size: 20px;
        width: 20px;
    }
    .map-info .traffic ul {
        gap: 15px;
    }
    .map-info .address a {
        padding: 5px 10px;
    }
    a.sub-btn {
        height: unset;
        padding: 10px 20px;
        gap: 15px;
        font-size: 12px;
    }
    a.sub-btn span {
        width: 14px;
        font-size: 14px;
    }
    .liberal-wrap {
        gap: 60px;
    }
    .eng-speech-box .desc p {
        font-size: 12px;
    }
    .eng-speech-box .desc p br {
        display: none;
    }
    .eng-speech-box .desc .icon span {
        width: 35px;
        padding: 5px;
        font-size: 20px;
    }
    .eng-speech-box .desc .icon {
        grid-template-columns: 35px 1fr;
        gap: 10px;
    }
    .eng-speech-box .desc .icon h6 {
        font-size: 15px;
    }
    .sub-h5 p {
        font-size: 13px;
    }
    .sub-h5 p br {
        display: none;
    }
    .liberal-program-wrap .table-wrap {
        padding: 15px;
    }
    .liberal-program-wrap .table-wrap table col:nth-child(1) {
        width: 50px !important;
    }
    .liberal-program-wrap .table-wrap table col:nth-child(2) {
        width: 250px !important;
    }
    .liberal-program-wrap .table-wrap table col:nth-child(3) {
        width: 150px !important;
    }
    .liberal-program-wrap .table-wrap table col:nth-child(4) {
        width: 250px !important;
    }
    .liberal-program-wrap .table-box {
        padding: 15px 20px;
    }
    .liberal-program-wrap .table-wrap h6 {
        font-size: 18px;
    }
}
