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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

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

:root {
    --page-point-color: #1052cb;
    --page-point-color-hover: #033ca5;
    --page-point-color-sub: #af1b19;
    --page-point-color-blue: #003699;
    --page-point-color-gold: #c0a355;
    --icons: "material symbols outlined";
    /* --font-t: "NEXON Lv1 Gothic OTF", "Pretendard Variable", "notokr", sans-serif; */
    --snb-height: 60px;
    --input-height: 45px;
}

a {
    text-decoration-line: none;
    color: #000;
    transition: all 0.15s;
}

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

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

button {
    transition: all 0.15s;
}

.btn {
    min-height: var(--input-height);
    border-radius: 7px;
    font-size: 15px;
    padding: 10px;
}

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

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

.navbar-inverse.mem{
    background: #fff !important;
}
.navbar-inverse.mem .navbar-brand p {
    color: #111;
}
.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
/* 로그인  */
.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: 150px;
    height: 45px;
}
.login_extra{}
.login_extra ul{}
.login_extra ul li{}
.login_extra ul li a{}
/* 상단 로고*/

.navbar-brand {
    height: unset;
    padding: 0;
    margin-left: 0 !important;
}

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

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 650;
    letter-spacing: -0.015em;
}

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

.navbar-brand p>span {
    display: block;
    font-size: 15px;
    font-weight: 550;
    opacity: 0.85;
    letter-spacing: 0.5px;
}

.navbar-inverse .navbar-brand img {
    height: 54px;
    object-fit: contain;
}


@media (min-width: 1280px) {
    .container {
        width: 1230px;
    }

}
@media(min-width:768px){
	.navbar-inverse{
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	}
	#navbar-bg{
		z-index:1000;
		position:fixed;
		left:0;
		right:0;
		top:91px;
		background:#fff;
		transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		height:0;
	}
	.navbar-inverse .navbar-nav .dropdown-menu{
		z-index: 1030;
	}
}
/* 상단 메뉴 */
#navbar-bg{
    transition: all 0.3s ease;
    background: #fff;
}
.navbar-inverse .navbar-right .dropdown-menu
.navbar-inverse.on.opened .navbar-right .dropdown-menu{
}
@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1440px;
    }

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

.navbar-inverse {
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    background: transparent;
    /* padding: 10px 0 0; */
}

.navbar-inverse.on {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    padding: 0;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

.navbar-inverse.opened .navbar-nav .dropdown.open {
}

.navbar-inverse .navbar-nav li .dropdown-menu {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
    transform-origin: center top;
}
.navbar.opened .navbar-right>li .dropdown-menu {
    display: block !important;
    animation: menuOpen  0.5s forwards;
}
/* .navbar-inverse .navbar-nav li.open .dropdown-menu {
    display: flex;
    top: 90%;
    flex-direction: column;
    transform-origin: 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: 10px 7px;
    font-size: 15px;
    color: #000;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a:hover {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 43px 25px;
    transition: all 0.3s ease;
    letter-spacing: -0.015em;
}

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

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

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

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 90%), transparent, rgb(0 0 0 / 60%));
}

/* 슬라이드 글자*/
.carousel-caption {
    top: auto;
    bottom: 110px;
    padding: 0;
    text-align: left;
    left: 18.5%;
    right: 18.5%;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    font-size: 52px;
    text-shadow: none;
    letter-spacing: 0;
}

.carousel-caption h1 span {
    display: block;
    margin-bottom: 15px;
    margin-bottom: 18px;
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 700;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
    display: none;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators {
    bottom: 185px;
    left: auto;
    right: 18.5%;
    margin: 0;
    text-align: right;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 7px;
    height: 7px;
    background-color: rgb(255 255 255 / 45%);
    border: none;
    margin: 0 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(0);
    transition: all 0.3s;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 20px;
}

.carousel-indicators li.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 100%;
}

/* 메인 페이지 */
.mainpage {
    background: #fff;
    border-radius: 60px 60px 0 0;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    padding-top: 95px;
}

.mainpage section:first-child {
    padding-bottom: 70px;
}

.mainpage section {}

.main-h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

/* 메인 목록 */
.main-board .board-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.main-board .board-wrap .board-custom {
    /* background: #f0f4f9; */
    /* border-radius: 20px; */
    /* padding: 40px 45px; */
    /* background: #fff; */
    /* box-shadow: 6px 10px 30px rgb(51 72 113 / 20%); */
}

.mainpage .page-header {
    display: none;

}

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

.board-custom .main-h3 {}

.board-custom .main-tit a.pull-right {
    background: #edf3ff;
    border-radius: 100px;
    width: 36px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-custom .main-tit a.pull-right span {
    font-size: 18px;
    color: #4072c9;
}

.board-custom a span {
    color: #777;
}

.board-tab {}

#not-tab {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    position: relative;
}

#not-tab li {
    font-size: 18px;
    color: #333;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 6px 6px 10px 0 rgb(0 0 0 / 10%);
}

#not-tab .pull-right {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 18px;
    color: #999;
    display: none;
    width: 30px;
    height: 30px;
    display: none;
}

#not-tab .pull-right span {
    font-size: 19px;
    color: #777;
    font-variation-settings: var(--gms-600-out);
}

#not-tab .pull-right.visi {
    display: flex;
    align-items: center;
    justify-content: center;
}

#not-tab .pull-right i {
    color: #777;
    font-weight: 500;
    font-size: 19px;
    transform: translateY(-2px);
    display: none;
}

#not-tab li a {
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: -0.03em;
    font-size: 22px;
    background: transparent;
    border: 0;
    color: #999;
    width: 120px;
    height: 50px;
}

#not-tab li.active {
    opacity: 1;
    background: var(--page-point-color);
    color: #fff;
}

#not-tab li.active a {
    color: #fff;
}

.board-tab .tab-content {}

.board-tab .tab-content .tab-pane {
    transition: all 0.5s ease-in-out;
}

.board-tab .type_list li:hover a {
    text-decoration: underline #333;
    text-underline-offset: 4px;
}

/* 메인 캘린더 */
.calendar_wrapper {
    margin-top: 0;
}

.calendar_wrapper .fc-day-grid {
    overflow-y: auto;
    /* height: 255px; */
}

.calendar_box_default {
    padding: 0;
    width: 100%;
    margin: 0;
}

.board-calendar .fc-basic-view .fc-body .fc-row {
    height: 85px !important;
    min-height: 85px !important;
}

.board-calendar .fc-scroller {
    height: 100% !important;
}

.board-calendar .fc-button-group {
    display: none;
}

.board-calendar .board-calendar .page-header {
    display: none;
}

.board-calendar .calendar_wrapper .fc-toolbar h2 {
    font-size: 1.2em;
}

.board-calendar .fc button {
    height: 2em;
}

.board-calendar .fc-basic-view .fc-day-number {
    font-size: 0.9em !important;
}

.board-calendar .fc-day-grid-event {
    font-size: 12px;
    padding: 2px 4px;
}

.main-board .type_list li {
    padding: 15px 0;
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.main-board .type_list li:last-child {
    border-bottom: none;
}

.main-board .type_list li .hits,
.main-board .type_list li .writer {
    display: none;
}

.main-board .type_list li a span {
    font-size: 17px;
    letter-spacing: -0.015em;
    max-width: 100%;
}

.main-board .type_list li a span:hover {
    color: var(--page-point-color);
}

.main-board .type_list li .info {
    width: 20%;
}

.main-board .type_list li a {
    width: 80%;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.main-board .type_list li .info span.writer {}

.main-board .type_list li .info span.hits {}

/* 메인 인프라 */
.board-infra {}

.board-infra .table_blog {
    border-top: 0;
    margin-bottom: 30px;
    display: grid;
    gap: 0 30px;
    grid-template-columns: 0.7fr 1fr;
}

.board-infra .table_blog dd {
    padding: 25px 10px;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 0 15px;
    cursor: pointer;
}

.board-infra .table_blog dd:hover {
    background: unset;
}

.board-infra .table_blog dd::after {
    display: none;
}

.board-infra .table_blog dd:first-child {
    grid-row: span 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 0;
}

.board-infra .left {
    width: 100%;
}

.board-infra .left a {
    height: 100%;
}

.board-infra .left a span.thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.board-infra .right {
    width: 100%;
}

.board-infra .right .title {}

.board-infra .right .title a {}

.board-infra .right .title a span {
    font-weight: 500;
}

.board-infra dd:first-child .right .title a span {
    font-size: 24px;
}

.board-infra .right .info {}

.board-infra .right .info span {}

.board-infra .right .info span.writer,
.board-infra .right .info span.hits {
    display: none;
}

.board-infra .right .text {
    overflow: hidden;
    height: auto;
}

.board-infra .right .text p {
    font-size: 17px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    line-height: 1.4;
}

.board-infra dd:first-child .right .text p {
    -webkit-line-clamp: 4;
}

/* 메인 갤러리 */
.board-gallery {}

.board-gallery .board_swiper_blog2 {}

.board-gallery .swiper-slide {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.board-gallery .swiper-slide.swiper-slide-visible {
    filter: blur(1px) brightness(1.1);
}

.board-gallery .swiper-slide.swiper-slide-active {
    filter: blur(0px);
}

.board-gallery .type_swiper_s1 {}

.board-gallery .swiper-wrapper {}

.board-gallery .swiper-slide .top {
    aspect-ratio: unset;
}

.board-gallery .swiper-slide .top a {}

.board-gallery .swiper-slide .top a img {
    height: 350px;
}

.board-gallery .swiper-slide .bottom {
    position: absolute;
    padding: 0;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.board-gallery .swiper-slide .bottom .title {
    text-align: center;
}

.board-gallery .swiper-slide .bottom .title a {}

.board-gallery .swiper-slide .bottom .title a span {}

.board-gallery .swiper-slide .bottom .info {
    display: none;
}

.board-gallery .swiper-slide .bottom .info span {}

.board-gallery .swiper-indicators-wrap {
    display: none;
}

/* 메인 사이트 */
.mainpage .main-family {
    padding: 55px 0;
    /* border-top: 1px solid #f5f5f5; */
    background: #fff;
    /* box-shadow: 0 -10px 50px rgba(0,0,0,0.055); */
    /* box-shadow: 6px 10px 30px rgb(51 72 113 / 20%); */
    background: #f4f6f9;
}

.mainpage .main-family h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 14px 0 0;
    display: none;
}

.main-family .container {
    display: grid;
    /* grid-template-columns: 15% 85%; */
    gap: 0;
}

.main-family .container::before,
.main-family .container::after {
    display: none;
}

.main-family p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    letter-spacing: -0.03em;
}

.family-wrap {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}

.family-wrap .slick-list {
    margin: 0 -5px;
}

.family-wrap .slick-slide {
    margin: 0 5px;
}

.family-wrap .family {
    border-radius: 10px;
}

.family-wrap .family:hover {
    border-color: #b6c3e7;
}

.family-wrap .family img {
    height: 90px;
    width: 100%;
    padding: 20px 17px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.15s;
    background: #fff;
    box-shadow: 6px 10px 30px rgb(51 72 113 / 8%);
}

.family-wrap .family:hover img {
    border-color: #a4bde9;
}

.family-wrap .family span {
    display: block;
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

.main-family .slick-prev,
.main-family .slick-next {
    width: 20px;
    height: 20px;
    top: unset;
    bottom: 0;
}

.main-family .slick-prev::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #E5E5E5;
    top: 0;
    right: -9px;
}

.main-family .slick-prev:before,
.main-family .slick-next:before {
    color: #000;
    font-family: "material symbols outlined";
    content: "\e2ea";
    font-size: 20px;
}

.main-family .slick-next:before {}

.main-family .slick-next {
    right: unset;
    left: -163px;
    transform: rotate(180deg) translate(0, 50%);
}

.main-family .slick-prev {
    left: -200px;
}

.main-family .slick-prev:hover,
.main-family .slick-prev:focus,
.main-family .slick-next:hover,
.main-family .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 470px;
    /* border-radius: 30px; */
    overflow: hidden;
    /* width: calc(100% - 8rem); */
    margin: 0 auto;
    /* border-radius: 0 0 30px 30px; */
}

.subpage-header::before {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000, transparent);
    z-index: 1;
    opacity: 0.2;
}

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

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    color: #fff;
    letter-spacing: -0.01em;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    /* border-top: 1px solid rgb(255 255 255 / 15%); */
    margin-top: calc(var(--snb-height) * -1);
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    box-shadow: 0 -25px 30px rgb(0 15 61 / 15%);
    border-radius: 10px 10px 0 0;
    /* gap: 70px; */
    backdrop-filter: blur(50px);
    background: rgb(0 82 201 / 30%);
    filter: saturate(1.25);
}

.snb li {
    flex: 0 1 25%;
    /* flex: 0 1 200px; */
    flex: 1;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: var(--snb-height);
    color: rgb(255 255 255 / 80%);
    letter-spacing: -0.025em;
    transition: all 0.2s ease;
    font-weight: 400;
    font-family: var(--font-t);
    border-radius: 10px 10px 0 0;
}

.snb :not(.active) a:hover {
    color: #fff;
    font-weight: 600;
}

.snb li.active a {
    font-weight: 600;
    color: var(--page-point-color) !important;
    font-size: 17px;
    background: #fff;
}

.snb li.active a::before {
    /* content: ''; */
    width: 100%;
    height: 3px;
    /* background: #4a8aff; */
    position: absolute;
    left: 0;
    top: -1px;
}

.snb li a::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 1px;
    height: 18px;
    background: rgb(255 255 255 / 18%);
}

.snb li:last-child a::after {
    display: none;
}

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

.title-h3 h3 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.03em;
}

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

.subpage-content .con {}

/* 인사말 */
.greet-wrap {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 85px;
    /* padding: 0 60px; */
}

.greet-wrap .img-box {
    /* border-radius: 16px; */
    /* overflow: hidden; */
    /* height: fit-content; */
}

.greet-wrap .img-box img {
    aspect-ratio: 3/4.2;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.greet-wrap .text-box {}

.greet-wrap .text-box h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 1.55;
    color: #222;
    letter-spacing: -0.02em;
}

.greet-wrap .text-box h4 span {
    display: inline-block;
    margin-right: 5px;
}

.greet-wrap .text-box p {
    letter-spacing: -0.01em;
    font-size: 17px;
    margin-top: 30px;
    line-height: 1.7;
    color: #333;
}

.greet-wrap .text-box p+p {
    margin-top: 30px;
}

.greet-wrap .text-box p:last-child {
    /* text-align: right; */
    margin-top: 50px;
    font-size: 16px;
}

strong.bg-t {
    /* background: linear-gradient(55deg, #a67d60 20%, var(--page-point-color) 70%); */
    /* -webkit-background-clip: text; */
    /* color: transparent; */
    color: var(--page-point-color);
}

.greet-wrap .text-box p span {
    font-size: 20px;
    letter-spacing: 4px;
    margin-left: 10px;
    color: #222;
    font-weight: 500;
}

/* 사업 배경 */
.busi-wrap .img-box {
    border-radius: 20px;
    overflow: hidden
}

/* 사업단 조직 */
.group-wrap {}

.group-wrap+.group-wrap {
    margin-top: 70px;
}

.group-wrap .img-box {}

.group-wrap .img-box img {
    margin: 0 auto;
}

/* 오시는 길 */
.map-wrap {}

.map-wrap .root_daum_roughmap .wrap_map {
    border-radius: 20px;
    overflow: hidden;
}



.map-info {
    padding-top: 40px;
}

.map-info .map-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.map-info .map-tit h5 {
    font-size: 24px;
    font-weight: 700;
}

.map-info .map-tit a {
    display: block;
    padding: 13px 40px;
    border: 1px solid #e0e0e0;
    color: #606060;
    font-weight: 500;
    font-size: 16px;
    border-radius: 7px;
}

.map-info .map-tit a:hover {
    background: #f5f5f5;
    color: #222;
}

.map-info ul {
    display: flex;
    gap: 30px;
}

.map-info ul li {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 18px;
}

.map-info ul li+li {}

.map-info ul li span {
    --fill: 1;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    padding: 6px;
}

/* 교육과정 소개 */
.process-wrap {}

.process-wrap .intro-txt {
    padding: 50px 120px;
    margin-bottom: 100px;
    text-align: center;
    background: #f0f4fb;
    letter-spacing: -0.025em;
    border-radius: 20px;
}

.process-wrap .intro-txt p {
    font-size: 18px;
    line-height: 1.9;
    /* font-weight: 500; */
    letter-spacing: -0.01em;
}

.process-table {}

.process-table {}

.table-box {}

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

.table-box .sub-h4 {}

.sub-h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: -0.03em;
}

.sub-h5 {
    font-size: 24px;
    margin-bottom: 24px;
    color: var(--page-point-color);
    font-weight: 700;
}

.table-responsive {}

.table-responsive+.table-responsive {
    margin-top: 60px;
}

.table-responsive .sub-h5 {
    /* padding-left: 20px; */
}

.table-type01 {
    width: 100%;
    /* border-top: 2px solid #333; */
    border-right: 2px solid #fff;
    /* border-radius: 16px; */
    /* overflow: hidden; */
}

.table-type01.tc th {
    text-align: center;
}

.table-type01 thead tr {}

.table-type01 th,
.table-type01 td {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #606060;
}

.table-type01 tbody th {
    color: #222;
    font-weight: 600;
}

.table-type01 thead th {
    color: #222;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid var(--page-point-color);
    background: #f7f9fb;
    border-bottom: 1px solid #c8cfdb;
    letter-spacing: 0;
}

.table-type01 thead {}

.table-type01 td {}

#major01 .table-type01 .tc {}

.table-type01 .tc {
    text-align: center;
}

.bar-list {}

.bar-list li {
    position: relative;
    padding-left: 15px;
}

.bar-list li+li {
    margin-top: 6px;
}

.bar-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 6px;
    height: 2px;
    background: var(--page-point-color);
}

.table-type01.tc td {
    text-align: center;
}

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

.table-desc li {
    font-size: 16px;
    color: #606060;
}

.table-desc li+li {
    margin-top: 8px;
}

/* 교과목 소개 */
.subject-table .bar-list {
    margin-bottom: 10px;
}

.subject-table .bar-list li {
    font-size: 18px;
    color: #606060;
}

.subject-table .bar-list li::before {}

/* 장학금 소개 */
.award-desc {}

.award-desc p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
}

.award-desc ul {}

.award-desc ul li {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 400;
    color: #606060;
    line-height: 1.6;
}

.award-desc ul li:last-child {}

.bg-txt {
    padding: 50px;
    margin-top: 45px;
    background: #f0f4fb;
    border-radius: 20px;
}

.bg-txt li {
    color: #606060;
}

.bg-txt p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--page-point-color);
}

.dot-list {}

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

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

.dot-list li::before {
    position: absolute;
    content: "";
    left: 2px;
    width: 4px;
    background: var(--page-point-color);
    aspect-ratio: 1;
    border-radius: 50%;
    top: 7px;
}

/* 학사일정 */
#major04 .fc-basic-view .fc-body .fc-row {}

#major04 .fc-scroller {}

#major04 .fc-button-group {}


#major04 .fc-toolbar h2 {}

#major04 .fc button {}

#major04 .fc-basic-view .fc-day-number {}

#major04 .fc-day-grid-event {}

/* FAQ */
.faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    max-width: 1100px;
}

.faq {
    border-radius: 20px;
    overflow: hidden;
    background: #f4f7fc;
    padding: 50px 60px;
}

.faq .title {
    font-size: 22px;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 30px;
    align-items: center;
    border-radius: 20px 20px 0 0;
    letter-spacing: -0.03em;
    color: #000;
}

.faq .info {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: start;
    gap: 30px;
    margin-top: 40px;
}

.faq .info>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    font-size: 18px;
    padding: 5px 0;
    border-radius: 100px;
    background: #fff;
    font-weight: 700;
    letter-spacing: 0;
    color: #1561eb;
    box-shadow: 5px 5px 15px rgb(129 174 245 / 4%);
}
.faq .info span.color-b{
    display: inline-block;
    color: var(--page-point-color);
    font-weight: 700;
}
.faq .info .txt-box {}

.faq .info .txt-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.faq .info .txt-box p+p {
    margin-top: 25px;
}
.faq .info .txt-box p a{
    display: block;
    margin-top: 5px;
    text-decoration: underline;
    font-weight: 500;
    color: #034cd3;
}
.faq .info .txt-box ul span{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}
.faq .info .txt-box ul {
    padding: 15px 0 20px;
}

.faq .info .txt-box ul li {
    font-size: 17px;
    line-height: 1.4;
    color: #606060;
}
.faq .info .txt-box ul li + li{
    margin-top: 6px;
}
.faq .title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    font-size: 18px;
    padding: 5px 0;
    border-radius: 100px;
    background: #1561eb;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.faq .title h5 {
    font-weight: 600;
}


/* 블로그 A 게시판 */
#bbsArea [class*="table_blog"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 30px;
    border-top: 0;
}

#notice03 #bbsArea [class*="table_blog"] {
    grid-template-columns: repeat(5, 1fr);
}

#bbsArea [class*="table_blog"] dd {
    gap: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 0;
    border: 0;
}

#bbsArea [class*="table_blog"] dd .inner {
    border: 0;
}

#bbsArea [class*="table_blog"] dd:hover {
    background: unset;
}

#bbsArea [class*="table_blog"] dd::after {
    display: none;
}

#bbsArea [class*="table_blog"] .left {
    width: 100%;
    height: fit-content;
}

#bbsArea [class*="table_blog"] .top {
    width: 100%;
    height: auto;
}

#bbsArea [class*="table_blog"] .left a {
    border-radius: 16px;
    overflow: hidden;
}

#bbsArea [class*="table_blog"] .top a {
    border-radius: 20px;
    overflow: hidden;
}

#bbsArea [class*="table_blog"] .left a span {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.8;
    object-fit: cover;
}

#bbsArea [class*="table_blog"] .top a span {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/2.8;
}

#bbsArea [class*="table_blog"] .right {
    width: 100%;
    padding: 25px 0 0;
}

#bbsArea [class*="table_blog"] .bottom {
    width: 100%;
    padding: 30px 0 0;
}

#bbsArea [class*="table_blog"] .title {
    padding: 0;
    margin-bottom: 20px;
}

#bbsArea [class*="table_blog"] .title a {
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    word-break: keep-all;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#bbsArea [class*="table_blog"] .title a:hover {
    color: var(--page-point-color);
}

#bbsArea [class*="table_blog"] .title a span {
    line-height: 1.45;
    /* letter-spacing: -0.015em; */
}

#bbsArea [class*="table_blog"] .info {
    margin-bottom: 10px;
    /* display: none; */
}

#bbsArea [class*="table_blog"] .info span {
    font-size: 14px;
    padding: 0 5px 0 0;
    letter-spacing: 0;
    color: #888;
}

#bbsArea [class*="table_blog"] .info span.writer,
#bbsArea [class*="table_blog"] .info span.hits {
    display: none;
}

#bbsArea [class*="table_blog"] .text {
    overflow: hidden;
    height: auto;
}

#bbsArea [class*="table_blog"] .text p {
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    line-height: 1.5;
}

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

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

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

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

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {}

#bbsArea .table_blog2 .inner .bottom {}

#bbsArea .table_blog2 .inner .bottom .title {}

#bbsArea .table_blog2 .inner .bottom .title a {}

#bbsArea .table_blog2 .inner .bottom .title a span {}

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

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


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

#bbsArea .board_list_list table {
    border-top: 2px solid var(--page-point-color);
    border-radius: 20px 0;
}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_colt {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 20px 15px;
    letter-spacing: 0;
    color: #222;
    background: #f7f9fb;
    border-bottom: 1px solid #c8cfdb;
}

#bbsArea .board_list_list thead tr td {}

#bbsArea .board_list_list tbody tr {
    transition: all 0.15s;
}

#bbsArea .board_list_list tbody tr:hover {
    background: rgb(247 249 251 / 83%);
}

#bbsArea .board_list_list tbody tr.notice {}

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

#bbsArea .board_list_list tbody th {}

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

#bbsArea .board_list_list tbody td span.badge {
    vertical-align: top;
    margin-right: 6px !important;
    background: #678dc7;
    border-radius: 5px;
}


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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    border-color: #eaeaea;
}

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

#bbsArea .board_list_list tbody td.subject a {
    font-size: 17px;
    color: #222;
    letter-spacing: -0.015em;
}

#bbsArea .table.table_default tbody .text-muted {
    margin-left: 6px;
}

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

/* 주문폼 */
#bbsArea .board_wrapper {
    margin-bottom: 60px;
}

#bbsArea form#form_major03 {
    padding: 60px 60px 70px;
    border-radius: 20px;
    box-shadow: 6px 10px 30px rgb(51 72 113 / 20%);
}

#bbsArea form table {
    border-top: none;
}

#bbsArea form#major03 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    padding: 50px;
}

#bbsArea form table tr {}

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

#bbsArea form table th span {}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #3f83ff;
}

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

#bbsArea form table tr#item_captcha {}

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

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

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

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

img#captcha {
    height: var(--input-height) !important;
    vertical-align: bottom;
    border-radius: 7px;
}


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

.board_wrapper .text-center {
    margin-top: 50px;
}

#calendarModal_write input.form-control {
    -webkit-appearance: none;
    padding-right: 10px;
}

/* 게시글 뷰페이지 */

.board_data_view {
    border-top: 2px solid var(--page-point-color);
    border-bottom: 1px solid #e0e0e0;
}

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

.board_data_view .header_wrap .title {
    font-size: 28px;
    font-weight: 700;
}


/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #121212;
}

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

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

#site .footer-wrap .footer-link {
    border-bottom: 1px solid #2c2f32;
    padding: 35px 0;
}

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

footer .footer-link li {}


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

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

footer .footer-link li.privacy a {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.bbs-area .btn.btn-primary:hover {}

/* 반응형 */

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

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

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

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

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

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

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

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

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

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

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

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

/* 페이지 준비중 */
.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;
}

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1199px) {
    #notice03 #bbsArea [class*="table_blog"] {
        grid-template-columns: repeat(3, 1fr);
    }
    #major02 .table-type01{
        table-layout: fixed;
    }
    #major02 .table-type01 td:nth-last-child(5),
    #major02 .table-type01 td:nth-last-child(2){
        word-break: break-all;
    }
    #major02 .table-type01 col:nth-child(1),
    #major02 .table-type01 col:nth-child(2),
    #major02 .table-type01 col:nth-child(7){
        width: 120px !important;
    }
    #major02 .table-type01 col:nth-child(3),
    #major02 .table-type01 col:nth-child(6),
    #major02 .table-type01 col:nth-child(8){
        width: 100px !important;
    }
    #major02 .table-type01 col:nth-child(4){
        width: 200px !important;
    }
    #major02 .table-type01 col:nth-last-child(4){
        width: 400px !important;
    }
    .navbar-brand>span {
        gap: 10px;
    }
    .navbar-inverse .navbar-brand img {
        height: 45px;
        object-fit: contain;
    }
    .family-wrap .family img {
        height: 80px;
        object-fit: contain;
        padding: 20px 17px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        padding: 35px 20px;
    }
    #navbar-bg {
        top: 90px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 7px 7px;
        font-size: 14px;
    }
    .navbar-brand p {
        font-size: 16px;
    }
    .navbar-brand p>span {
        font-size: 14px;
    }
    #mainCarousel .carousel-inner .item {
        height: 580px;
    }
    .carousel-caption h1 {
        font-size: 43px;
    }
    .carousel-caption h1 span {
        margin-bottom: 12px;
        font-size: 23px;
    }
    .carousel-indicators li.active::after {
        width: 30px;
        height: 30px;
    }
    .carousel-indicators {
        bottom: 170px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        margin: 0 10px;
    }
    .mainpage {
        margin-top: -55px;
        padding-top: 65px;
    }
    .board-custom .main-tit {
        margin-bottom: 15px;
    }
    .main-h3 {
        font-size: 27px;
    }
    .main-board .type_list li {
        padding: 12px 0;
    }
    .main-board .type_list li .info span {
        font-size: 12px;
    }
    .board-custom .main-tit a.pull-right {
        width: 30px;
    }
    .family-wrap .family span {
        font-size: 14px;
    }
    #site .footer-wrap .footer-link {
        padding: 20px 0;
    }
    footer .footer-info {
        padding: 35px 0;
    }
}
@media (max-width:991px) {
    #bbsArea [class*="table_blog"] .right {
        padding: 12px 0 0;
    }
    #bbsArea [class*="table_blog"] .title {
        margin-bottom: 5px;
    }
    #bbsArea [class*="table_blog"] .title a {
        font-size: 18px;
    }
    #bbsArea [class*="table_blog"] {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
    #bbsArea [class*="table_blog"] .bottom {
        padding: 10px 0 0;
    }
    #bbsArea form table th {
        font-size: 15px;
        font-weight: 600;
        color: #222;
        background: #fff;
        border-color: #eaeaea;
    }
    .btn.btn-lg {
        width: 160px;
        height: 50px;
        font-size: 17px;
        letter-spacing: 0;
        font-weight: 400;
    }
    #bbsArea form table td {
        border-color: #eaeaea;
        font-size: 14px;
        padding: 12px 15px;
    }
    .board_wrapper .table.board_write_table tbody tr th {
        padding: 12px 20px;
        width: 190px;
        font-size: 15px;
    }
    #bbsArea form#form_major03 {
        width: 90%;
        padding: 30px 30px 45px;
        border-radius: 20px;
        box-shadow: 6px 10px 30px rgb(51 72 113 / 20%);
        margin: 0 auto;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25px 15px;
    }
    .navbar-brand p {
        font-size: 14px;
    }
    .navbar-brand p>span {
        font-size: 12px;
    }
    #navbar-bg {
        top: 70px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 5px 5px;
        font-size: 13px;
    }
    #mainCarousel .carousel-inner .item {
        height: 470px;
    }
    .carousel-caption h1 {
        font-size: 35px;
    }
    .carousel-caption h1 span {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        margin: 0px 8px;
    }
    .carousel-indicators li.active::after {
        width: 20px;
        height: 20px;
    }
    .carousel-indicators li, .carousel-indicators li.active {
        width: 4px;
        height: 4px;
    }
    .main-board .board-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .main-h3 {
        font-size: 23px;
    }
    .board-custom .main-tit {
        margin-bottom: 10px;
    }
    .board-custom .main-tit a.pull-right span {
        font-size: 16px;
    }
    .board-custom .main-tit a.pull-right {
        width: 25px;
    }
    .main-board .type_list li a span {
        font-size: 16px;
    }
    .family-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .family-wrap .family span {
        margin-top: 5px;
    }
    #site .footer-wrap .footer-link {
        padding: 15px 0;
    }
    footer .footer-link li a {
        font-size: 14px;
    }
    footer .footer-info {
        padding: 25px 0;
    }
    .footer-info li:first-child {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .footer-info li {
        font-size: 14px;
        margin-right: 15px;
    }
    .footer-info li.copy {
        margin-top: 13px;
        font-size: 12px;
    }
    .subpage-title h2 {
        font-size: 40px;
    }
    .subpage-header {
        height: 350px;
    }
    .subpage-title {
        padding-top: 0;
    }
    .snb a {
        font-size: 15px;
        height: 50px;
        border-radius: 10px 10px 0 0;
    }
    .snb li.active a {
        font-size: 15px;
    }
    .snb {
        margin-top: -50px;
    }
    .subpage-content {
        padding: 80px 0 100px;
    }
    .title-h3 h3 {
        font-size: 32px;
    }
    .title-h3 {
        margin-bottom: 50px;
    }
    .greet-wrap .text-box h4 {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .greet-wrap .text-box p+p {
        margin-top: 20px;
    }
    .greet-wrap .text-box p {
        font-size: 15px;
    }
    .greet-wrap .text-box p:last-child {
        margin-top: 25px;
    }
    .greet-wrap {
        grid-template-columns: 0.5fr 1fr;
        gap: 40px;
    }
    .process-wrap .intro-txt {
        padding: 35px 20px;
        margin-bottom: 80px;
    }
    #bbsArea .board_list_list thead tr th {
        font-size: 14px;
        padding: 14px 10px;
    }
    #bbsArea .board_list_list tbody td {
        font-size: 14px;
        padding: 12px 10px;
    }
    #bbsArea .board_list_list tbody td.subject a {
        font-size: 14px;
    }
    :where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
        padding: 4px 6px 5px;
        margin-right: 3px !important;
        font-size: 10px;
    }
    .faq {
        padding: 30px 20px;
    }
    .faq .title,
    .faq .info {
        font-size: 18px;
        grid-template-columns: 50px 1fr;
        gap: 25px;
    }
    .faq .title span,
    .faq .info>span {
        width: 100%;
        font-size: 15px;
        padding: 5px 0;
    }
    .faq .info {
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    #notice03  #bbsArea [class*="table_blog"] .left{
        padding: 0;
    }
    #notice03 #bbsArea [class*="table_blog"] .left a {
        border-radius: 16px;
        overflow: hidden;
        width: 100%;
    }
    #notice03 #bbsArea [class*="table_blog"] {
        grid-template-columns: repeat(2, 1fr);
    }
    .faq .info .txt-box p {
        font-size: 14px;
    }
    .faq .title, .faq .info {
        font-size: 15px;
    }
    .board_wrapper .table.board_write_table tbody tr td :where(.btn, .form-control) {
        font-size: 13px;
    }
    #bbsArea form table th {
        font-size: 15px;
        border: 0;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 300px;
        height: 40px;
    }
    #bbsArea form table td {
        font-size: 14px;
        padding: 5px 15px 10px;
        border: 0;
    }

    .table-type01 th, .table-type01 td {
        padding: 15px 10px;
        font-size: 13px;
    }
    .sub-h5 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .process-wrap .intro-txt p {
        font-size: 15px;
    }
    .sub-h4 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .greet-wrap .img-box img {
        aspect-ratio: 3 / 4.2;
        width: 300px;
        margin: 0 auto;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .mainpage {
        margin-top: -55px;
        padding-top: 30px;
        border-radius: 30px 30px 0 0;
    }
    .main-board .board-wrap {
    }
    .main-h3 {
        font-size: 20px;
    }
    .main-board .type_list li {
        padding: 10px 0;
    }
    .main-board .type_list li a span {
        font-size: 14px;
    }
    .navbar-inverse.on {
        padding: 10px 0;
    }
    .navbar-inverse {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 5px 15px;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
    }
    .navbar-inverse .navbar-nav li .dropdown-menu {
        border-radius: 10px;
        background: #a9c8ff;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption {
        bottom: 90px;
        left: 12.5%;
        right: 18.5%;
        width: 80%;
    }
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    .navbar-inverse .navbar-brand {
        margin-left: 15px !important;
    }
    .family-wrap .family img {
        height: 65px;
        object-fit: contain;
        padding: 10px 10px;
    }
    .table-responsive{
        border: 0 !important;
    }
    .map-wrap .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    .map-info .map-tit h5 {
        font-size: 18px;
    }
    .map-info .map-tit a {
        padding: 6px 20px;
        font-size: 12px;
    }
    .map-info ul li {
        gap: 7px;
        font-size: 13px;
    }
    .subject-table .bar-list li {
        font-size: 16px;
        padding-left: 12px;
    }
    .subject-table .bar-list li::before {
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
        width: 5px;
        height: 1px;
        background: var(--page-point-color);
    }
    .award-desc p {
        font-size: 17px;
        margin-bottom: 11px;
    }
    .award-desc ul li {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .bg-txt {
        padding: 30px;
    }
    .bg-txt p {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .dot-list li {
        font-size: 14px;
        padding-left: 12px;
    }
    .dot-list li::before {
        left: 2px;
        width: 3px;
        top: 6px;
    }
    #bbsArea .board_wrapper {
        margin-bottom: 60px;
        overflow-x: auto;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 250px !important;
    }
}
@media (max-width:576px) {
    #major04 .fc-scroller {
        height: 100% !important;
    }
    #major04 .fc-basic-view .fc-body .fc-row {
        min-height: unset;
        aspect-ratio: 7/1;
    }
    #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;
    }
    #bbsArea [class*="table_blog"] .left a span {
        aspect-ratio: 5 / 3;
    }
    #notice03 #bbsArea [class*="table_blog"] {
        grid-template-columns: repeat(1, 1fr);
    }
    #bbsArea [class*="table_blog"] .info {
        margin-bottom: 2px;
    }
    #bbsArea [class*="table_blog"] .text p {
        font-size: 13px;
    }
    #bbsArea [class*="table_blog"] .info span {
        font-size: 12px;
    }
    #bbsArea [class*="table_blog"] .title a {
        font-size: 14px;
    }
    #bbsArea [class*="table_blog"] .top a span {
        aspect-ratio: 5 / 3;
    }
    #bbsArea [class*="table_blog"] {
        grid-template-columns: repeat(1, 1fr);
    }
    .faq .title span, .faq .info>span {
        font-size: 12px;
    }
    .faq .title, .faq .info {
        grid-template-columns: 40px 1fr;
        gap: 15px;
        font-size: 14px;
    }
    .faq {
        padding: 20px 15px;
    }
    .bg-txt p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .dot-list li::before {
        left: 2px;
        width: 3px;
    }
    .dot-list li {
        font-size: 13px;
        padding-left: 12px;
    }
    .award-desc ul li {
        font-size: 13px;
    }
    #wr_captcha {
        width: 120px;
        display: block;
        margin: 5px 0 0 !important;
    }
    #bbsArea form#form_major03 {
        padding: 20px 5px 45px;
    }
    #bbsArea form table th {
        font-size: 14px;
        border: 0;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 200px;
        height: 35px;
    }
    .subject-table .bar-list li {
        font-size: 14px;
        padding-left: 10px;
    }
    .table-box .sub-h4 {
        font-size: 18px;
    }
    #major02 .table-type01 col:nth-child(2){
        width: 100px !important;
    }
    #major02 .table-type01 col:nth-child(3){
        width: 80px !important;
    }
    #major02 .table-type01 col:nth-child(6){
        width: 80px !important;
    }
    #major02 .table-type01 col:nth-child(8){
        width: 80px !important;
    }
    .process-wrap .intro-txt {
        padding: 35px 15px;
        margin-bottom: 60px;
    }
    .process-wrap .intro-txt p {
        font-size: 14px;
    }
    .table-responsive+.table-responsive {
        margin-top: 45px;
    }
    .table-box+.table-box {
        margin-top: 80px;
    }
    .table-desc li {
        font-size: 12px;
        color: #606060;
    }
    .bar-list li::before {
        left: 0;
        top: 8px;
        width: 5px;
        height: 1px;
    }
    .bar-list li {
        padding-left: 10px;
    }
    .sub-h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .subpage-header {
        height: 250px;
    }
    .subpage-title h2 {
        font-size: 24px;
        padding-top: 30px;
    }
    .sub-h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .map-wrap .root_daum_roughmap .wrap_map {
        height: 240px !important;
    }
    .map-info ul li span {
        font-size: 12px;
        padding: 6px;
    }
    .map-info .map-tit h5 {
        font-size: 14px;
    }
    .map-info .map-tit a {
        padding: 5px 10px;
        font-size: 12px;
        width: 70px;
        margin-left: auto;
        margin-top: 5px;
        text-align: center;
    }
    .map-info .map-tit {
        display: block;
    }
    .greet-wrap .text-box p span {
        font-size: 18px;
        margin-left: 5px;
    }
    .greet-wrap .text-box p:last-child {
        margin-top: 20px;
        font-size: 15px;
    }
    .greet-wrap .text-box p+p {
        margin-top: 15px;
    }
    .greet-wrap .text-box p {
        font-size: 14px;
        margin-top: 0;
    }
    .greet-wrap .img-box img {
        width: 270px;
        height: 320px;
    }
    .greet-wrap .text-box h4 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption h1 span {
        margin-bottom: 6px;
        font-size: 17px;
    }
    .main-h3 {
        font-size: 17px;
    }
    .main-board .type_list li .info span.regdate{
        display: block;
        width: 100%;
    }
    .main-board .type_list li {
        padding: 10px 0;
        display: grid;
        grid-template-columns: 1fr 80px;
    }
    .main-board .type_list li .info {
        width: 100%;
    }
    footer .footer-link ul {
        gap: 15px;
    }
    footer .footer-link li a {
        font-size: 12px;
    }
    #site .footer-wrap .footer-link {
        padding: 10px 0;
    }
    .family-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .family-wrap .family img {
        height: 55px;
        object-fit: contain;
        padding: 5px 10px;
    }
    .family-wrap .family span {
        font-size: 10px;
        margin-top: 3px;
        font-weight: 500;
    }
    .main-board .type_list li a {
        width: 100%;
    }
    .carousel-indicators {
        bottom: 98px;
    }
    .navbar-brand p {
        font-size: 10px;
    }
    .navbar-brand p>span {
        font-size: 8px;
    }
    .footer-info li {
        font-size: 12px;
        margin-right: 8px;
    }
    .footer-info li:first-child {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .snb a {
        font-size: 12px;
        height: 40px;
    }
    .snb li.active a {
        font-size: 12px;
    }
    .snb {
        margin-top: -39.7px;
    }
    .title-h3 h3 {
        font-size: 25px;
    }
    .title-h3 {
        margin-bottom: 35px;
    }
    .table-type01 th, .table-type01 td {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 1.6;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        color: #606060;
    }
    .faq .info .txt-box p {
        font-size: 12px;
    }
    .faq .info .txt-box p+p {
        margin-top: 12px;
    }
}